1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

5190 commits

Author SHA1 Message Date
Richard M. Stallman
ea0d86af5b (Fsit_for): Call prepare_menu_bars.
(direct_output_forward_char):
Give up if in truncated text at end of line.
1993-12-23 00:22:10 +00:00
Francesco Potortì
c56a586eb5 * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
(HAVE_UNISTD_H): deleted because configure takes care of it.
	(C_SWITCH_MACHINE): added optimisation options for gnu cc.
1993-12-22 17:18:49 +00:00
Noah Friedman
1894df21dd (Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.
Change comments to indicate that any header starting with `X-' is
not supposed to be implemented.  This gives us the same "out" as
that RFC822 does.
1993-12-22 12:06:54 +00:00
Richard M. Stallman
d466349d85 Initial revision 1993-12-19 13:56:32 +00:00
Richard M. Stallman
44cd82f50f entered into RCS 1993-12-15 18:51:14 +00:00
Roland McGrath
4d9c0ca4d6 (update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.
Calling sleep (0) causes a gratuitous delay on some systems.
1993-12-15 01:59:43 +00:00
Richard M. Stallman
a067cd24a5 Initial revision 1993-12-13 17:23:04 +00:00
Roland McGrath
3b95c869b1 [! MAP_FILE] (MAP_FILE): Define to zero.
(unexec): Remove unused variable BUF.
Use MAP_FILE bit in mmap call.
(run_time_remap): Use MAP_FILE bit in mmap call.
1993-12-11 22:26:14 +00:00
Roland McGrath
a0c567b516 (compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
also match `"foo.c", line 13 pos 1...".
1993-12-09 01:12:13 +00:00
Roland McGrath
e3271ae5f6 (PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
C library.  I changed this in version 18 in 1991, but the change never got
propagated.
1993-12-08 23:49:24 +00:00
Paul Eggert
238c5cc1cc (lunar-phase): Add calendar-time-zone to solar ephemeris correction.
This fixes a bug where GMT was being reported as if it were local time.
1993-12-05 18:29:24 +00:00
Paul Eggert
9a51ed3ae4 (vc-workfile-unchanged-p): Add optional argument
specifying whether we want to compute the differences if the
file is changed.  Otherwise, use cmp instead of diff.
(vc-next-action-on-file): Use new vc-workfile-unchanged-p option;
this avoids recomputing the differences in some cases.
(vc-backend-diff): OLDVERS is now optional; all callers changed.
New optional argument CMP says to use `cmp' rather than `diff'.
1993-12-03 09:30:38 +00:00
Paul Eggert
0fd6b1770a Add --brief option. 1993-12-03 09:29:18 +00:00
Roland McGrath
5a31c2d2c1 (mail-fcc): Take argument and use interactive spec to prompt, rather than
calling read-file-name explicitly.  This function is useful to call from
programs with a computed argument.
1993-12-02 21:04:45 +00:00
Paul Eggert
73960ffd67 (vc-locking-user): Don't assume that the umask permits
group-write and other-write.
1993-12-02 07:47:48 +00:00
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