Commit Graph

5275 Commits

Author SHA1 Message Date
Noah Friedman
ea32a440c0 Remove spurious comment between autoload cookie and defvar for
rlogin-initially-track-cwd.
1993-12-01 13:04:24 +00:00
Noah Friedman
a7fa60eb27 (rlogin-filter): initialize `region-begin' to (marker-position proc-mark),
not just (point), whatever random value that may be.
Put bindings for `proc-mark', `region-begin', and `window' in separate setq
forms.
In determining whether window-start readjustment is needed, do not examine
scroll-step; it is irrelevant.
1993-12-01 09:57:04 +00:00
Richard M. Stallman
bb1601939f When breaking links, use cp -p.
Copy install.sh into distribution.
Move the temp dir up into the parent dir;
don't leave the staging dir make-dist.tmp... in existence.
1993-11-28 11:38:10 +00:00
Richard M. Stallman
cabfafdc13 (NO_MODE_T): Defined. 1993-11-28 11:33:43 +00:00
Richard M. Stallman
e19e176ab9 [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined. 1993-11-28 11:32:00 +00:00
Richard M. Stallman
0952210a1a (LIBS_SYSTEM): Always define this one way or another.
Include -lPW in it.
1993-11-28 11:30:23 +00:00
Richard M. Stallman
f9d78f50cf Properly install previous change. 1993-11-27 19:37:46 +00:00
Richard M. Stallman
bbf97570e5 (vc-buffer-sync): Signal error if user says no. 1993-11-27 11:39:02 +00:00
Richard M. Stallman
5d9e58e85e (do-install): Use umask 022 in copying etc and lisp dirs. 1993-11-27 09:19:39 +00:00
Richard M. Stallman
534dbc9764 (make-face-unitalic, make-face-unbold, make-face-bold)
(make-face-bold-italic, make-face-italic): If frame is t,
do the special handling only if face-font is a list.
1993-11-27 07:52:47 +00:00
Richard M. Stallman
852bc46fcb (mouse-set-font): Update nonstandard faces that are supposed
to use a modification of the frame's font.
1993-11-27 07:52:19 +00:00
Richard M. Stallman
86fb06ae8e (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY. 1993-11-27 06:37:16 +00:00
Roland McGrath
d32696d43f Undo last change. 1993-11-26 22:20:23 +00:00
Roland McGrath
9bed762ea7 (isearch-search): Use real quit-char extracted from current-input-mode,
rather than always C-g.
1993-11-26 22:15:09 +00:00
Richard M. Stallman
854f3a54d2 (kbd_buffer_get_event): If user destroys the last frame,
exit before calling Fdelete_frame.

(read_avail_input): Undo Nov 18 change.
1993-11-26 21:54:39 +00:00
Richard M. Stallman
dcce9abd1c (x_window): Call XSetWMProtocols. 1993-11-26 21:50:57 +00:00
Richard M. Stallman
a38837b5d7 (rmail-variables): Abbreviate truename for comparison. 1993-11-26 20:42:23 +00:00
Richard M. Stallman
0c98c57239 (SYSTEM_TYPE): Make it "irix". 1993-11-26 20:14:14 +00:00
Richard M. Stallman
a17d2c253b (mostlyclean): Make it distinct from clean. 1993-11-26 11:08:58 +00:00
Richard M. Stallman
1db6401ccd (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE. 1993-11-26 10:40:27 +00:00
Richard M. Stallman
6daed836c4 Add sample test for tpu-set-scroll-margins. 1993-11-26 06:35:00 +00:00
Richard M. Stallman
83ba7a933e Remove free/bound cursor and scroll
margin fsets and key mappings.  Add autoload cookies.
1993-11-26 06:33:45 +00:00
Richard M. Stallman
6efe3c8e4f (tpu-quoted-insert): New function.
(tpu-reset-control-keys): Remove C-f mapping.
Insert (in file) fsets for free/bound cursor, scroll
margins, key mappings for same.

(tpu-revision): Variable deleted.
1993-11-26 06:33:18 +00:00
Richard M. Stallman
49cf7ff498 (readevalloop): Get error if buffer being eval'd is killed. 1993-11-26 02:18:54 +00:00
Richard M. Stallman
2752c6f9af When breaking links, use cp -p. 1993-11-25 21:47:07 +00:00
Richard M. Stallman
5325ce514d (SETPGRP_RELEASES_CTTY): Defined. 1993-11-25 21:40:15 +00:00
Richard M. Stallman
aa7244809d (IRIX5, SETPGRP_RELEASES_CTTY): Defined. 1993-11-25 21:37:54 +00:00
Richard M. Stallman
c14e53a442 (create_process): Do setpgrp for USG regardless of IRIX.
(process_send_signal) [IRIX5]: For SIGTSTP, use VSUSP, not VSWTCH.
1993-11-25 21:36:51 +00:00
Richard M. Stallman
b16375c25d Comment changes. 1993-11-25 21:35:08 +00:00
Richard M. Stallman
fdba859084 (child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.
(init_callproc): Fix previous change.
1993-11-25 21:33:31 +00:00
Richard M. Stallman
0dfcc832b8 (quit_throw_to_read_char):
Look at internal_last_event_frame only if MULTI_FRAME.
1993-11-25 19:38:14 +00:00
Richard M. Stallman
5ad717ada5 (HAVE_FTIME): Deleted (autoconf does it). 1993-11-25 11:48:28 +00:00
Richard M. Stallman
63840efa03 Comment change. 1993-11-25 11:43:58 +00:00
Richard M. Stallman
088aaa2d2c (bcopy, bzero, bcmp): If HAVE_BCOPY, don't #define. 1993-11-25 09:38:56 +00:00
Richard M. Stallman
5f8cdaf226 (tags-add-tables): New variable.
(visit-tags-table-buffer): Use it.
(default-tags-table-function): No longer user var, no longer autoload.
1993-11-25 08:12:35 +00:00
Richard M. Stallman
b5f37d3f7c (merge_properties_sticky): Declared. 1993-11-25 07:47:14 +00:00
Richard M. Stallman
84386599ec (Fhandle_switch_frame, Fredirect_frame_focus): Declared. 1993-11-25 07:42:27 +00:00
Richard M. Stallman
f469f80c7d (ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files. 1993-11-25 06:51:50 +00:00
Richard M. Stallman
7819b9be12 (HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions.
(LIB_X11_LIB, LIBX11_SYSTEM): Add override definitions.
(USG_SHARED_LIBRARIES): Add #undef.
1993-11-25 06:47:28 +00:00
Richard M. Stallman
0b79989fc4 (graft_intervals_into_buffer): New arg LENGTH.
If source has no intervals, set dest properties to nil.
1993-11-25 06:28:03 +00:00
Richard M. Stallman
af9015f93d (insert_from_string): Pass new arg to graft_intervals_into_buffer. 1993-11-25 06:26:39 +00:00
Richard M. Stallman
71f06467fd (init_baud_rate): Avoid referring to sg uninitialized. 1993-11-25 05:41:47 +00:00
Richard M. Stallman
5f46b51a31 (comint-send-input): Don't call comint-arguments
to set HISTORY, even if comint-input-autoexpand is not `history'.
When comint-input-autoexpand is `history', undo part of prev change:
do put INPUT back in the buffer in place of expanded hist.
1993-11-25 04:14:10 +00:00
Richard M. Stallman
855885711f Add a provide. 1993-11-25 03:59:28 +00:00
Richard M. Stallman
5032bd2307 (vc-make-backup-files): Doc fix.
(vc-rcs-status): Use colon, not dash, in the string LOCKS.
1993-11-25 03:46:27 +00:00
Richard M. Stallman
3bede93e15 Comment change. 1993-11-25 02:37:21 +00:00
Richard M. Stallman
bbc2998f3e (Fmove_to_column): Increments for control characters
were too low by 1.
1993-11-24 23:41:42 +00:00
Richard M. Stallman
6c955bcb52 (Fdelete_process): Fix paren error. 1993-11-24 22:42:25 +00:00
Richard M. Stallman
3c8393fdba (${archlibdir}): Don't do chown or chgrp. 1993-11-24 12:25:49 +00:00
Richard M. Stallman
36bedc4f7c (rmail-sort-messages): In summary buf, go to rmail buf. 1993-11-24 08:08:56 +00:00