1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

7894 commits

Author SHA1 Message Date
Richard M. Stallman
d8b3c19089 [USG5_4] (sigblock): Use |, not &. 1994-06-16 18:51:07 +00:00
Richard M. Stallman
7df79bd462 (Info-directory-list): For msdos, use ";" instead of
":" as delimiter in INFOPATH.
1994-06-16 15:44:16 +00:00
Karl Heuer
15495c7324 (redisplay_window): Don't use shortcut if window_end_vpos is out of date. 1994-06-16 15:38:30 +00:00
Richard M. Stallman
eb28595580 (syms_of_display): Make baud-rate a user var. 1994-06-16 15:14:30 +00:00
Richard M. Stallman
3d23eec081 (bibtex-mode): Set up comment-start locally. 1994-06-16 15:12:52 +00:00
Richard M. Stallman
c01f7ec05d (scan_lists): Get error if eob within comment with depth!=0. 1994-06-16 15:03:04 +00:00
Richard M. Stallman
97c6019c1a (ange-ftp-canonize-filename): Fix wrong var name. 1994-06-16 14:15:11 +00:00
Noah Friedman
d933a75618 (rlogin-password-paranoia): Variable deleted.
(rlogin-password): Function deleted.
This functionality is handled by comint-watch-for-password-prompt.

(rlogin-filter): Function deleted.
(rlogin): Do not set the process filter to rlogin-filter.
1994-06-16 08:09:34 +00:00
Roland McGrath
2d30a233cf Include <sys/file.h> and [USG5] <fcntl.h> to define O_* macros.
(O_RDONLY, O_RDWR): Define if undefined.
[emacs] (report_error): Use report_file_error so the user can tell what the
errno code was.
(unexec): Use O_RDONLY instead of explicit 0.
(make_hdr): Don't undo A_TEXT_OFFSET adjustment #ifndef NO_REMAP, since it
was never adjusted earlier #ifndef NO_REMAP.
(adjust_lnnoptrs): Use O_RDWR instead of explicit 2.
1994-06-16 06:55:46 +00:00
Richard M. Stallman
4a73e687ba Define THIS_IS_CONFIGURE when extracting CFLAGS etc. 1994-06-16 02:30:39 +00:00
Richard M. Stallman
a46b893b12 (outline-mode): Make change-major-mode-hook buffer-local. 1994-06-15 23:03:28 +00:00
Richard M. Stallman
acf310c90d (dired-build-subdir-alist): Avoid mistaking a file name
ending in a colon for a subdir header line.
1994-06-15 22:39:01 +00:00
Richard M. Stallman
da5667c68a (mail-send-hook): Add defvar.
(mail-send): Run mail-send-hook before the `Sending...' message.
1994-06-15 22:16:04 +00:00
Richard M. Stallman
ef2a22d0bb (x_noop_count): New variable.
(x_term_init) [X_IO_BUG]: Init it.
(XTread_socket) [X_IO_BUG]: Don't do XNoOp every time, just 1 in 100.
1994-06-15 20:15:59 +00:00
Richard M. Stallman
65df085181 Don't alter the underline face.
(font-lock-hack-keywords, font-lock-fontify-region):
Don't call set-buffer-modified-p if no change in its value.

(font-lock-hack-keywords): Avoid changing the narrowing.

(c-font-lock-keywords-2): Insist on whitespace before a label.
1994-06-15 18:24:10 +00:00
Richard M. Stallman
b08c9c8bc7 (C_DEBUG_SWITCH): Define as empty. 1994-06-15 18:19:56 +00:00
Richard M. Stallman
aba55e8dde (redisplay): Don't call x_consider_frame_title.
(display_mode_line): Likewise.
(prepare_menu_bars): Call it here.
1994-06-15 18:18:55 +00:00
Richard M. Stallman
42bb2790f0 (Fcall_interactively): Ignore `-' in string.
(Fcall_interactively): Don't call minibuffer-window-active-p;
determine directly whether a minibuf window is active.
1994-06-15 18:17:55 +00:00
Richard M. Stallman
825d6f08db (Info-insert-dir): Ignore access times when comparing
file attributes.  Print message while merging.  Use separate
buffers for merging.  Try lower case `dir' first.
1994-06-15 18:13:52 +00:00
Richard M. Stallman
8f6c93e2bb (gud-massage-args): Fix error message syntax.
(gud-marker-filter, gud-find-file): Likewise.
(gud-display-line): Don't use dialog box for questions.
1994-06-15 18:05:50 +00:00
Doug Evans
f9d2d9c0c8 * config.sub (sparc64): New cpu.
(aout, elf): New os's.
1994-06-15 07:40:43 +00:00
Karl Heuer
c0c868359c (init_system_name): New function, replaces get_system_name. 1994-06-15 05:29:08 +00:00
Karl Heuer
ac98827760 (init_editfns): Call init_system_name instead of get_system_name.
(get_system_name): New function, now just uses Vsystem_name.
1994-06-15 05:28:51 +00:00
Karl Heuer
5d6be39f0c declare init_system_name (replaces get_system_name). 1994-06-15 05:27:38 +00:00
Karl Heuer
becadff8d8 (x_term_init): Don't call get_system_name. 1994-06-15 04:48:02 +00:00
Richard M. Stallman
c5507689ba (find-tag-history): New variable.
(find-tag-noselect): Set that variable.
1994-06-15 04:37:26 +00:00
Richard M. Stallman
69037d5a1c (sigblock) [USG5_4]: Define if not defined. 1994-06-15 04:05:32 +00:00
Richard M. Stallman
4846819e11 Put stdio.h after config.h.
(XTread_socket): Use x_top_window_to_frame in prev change.
1994-06-15 04:01:33 +00:00
Karl Heuer
5cb0a75ace (mouse-drag-region): Bind last-command, not this-command. 1994-06-15 03:55:42 +00:00
Richard M. Stallman
565620a54d Put stdio.h after config.h. 1994-06-15 03:54:06 +00:00
Richard M. Stallman
c389a86d1c Comment change. 1994-06-15 03:53:12 +00:00
Richard M. Stallman
98280b76e3 Put config.h first. 1994-06-15 03:46:59 +00:00
Richard M. Stallman
6f1d1e478e Put sys/signal.h and errno.h first, then config.h. 1994-06-15 03:45:54 +00:00
Richard M. Stallman
3964b9a75d Put stdio.h, sys/types.h and sys/stat.h after config.h. 1994-06-15 03:43:43 +00:00
Karl Heuer
7d483e8c84 (make-auto-save-file-name): Don't use slashes in autosave name for a non-file
buffer.
1994-06-15 02:43:39 +00:00
Karl Heuer
1fefcb09d3 (Fsingle_key_description): Allow strings as keys. 1994-06-15 01:09:17 +00:00
Karl Heuer
3081bf8d25 (create_process): Set input_wait_mask before forking. 1994-06-15 00:24:54 +00:00
Richard M. Stallman
04d25c3dbf (vmotion): Use find_next_newline_no_quit.
(indented_beyond_p): Likewise.
1994-06-14 21:57:11 +00:00
Richard M. Stallman
63fa018d4c (find_next_newline_no_quit): New function. 1994-06-14 21:54:45 +00:00
Richard M. Stallman
12e53d2e65 (ispell-command-loop): C-g should be like X, not q.
(ispell-dictionary-alist): Add autoload.  Split into two subvariables.
(ispell-menu-map): Defvar and set up at top level.  Split into parts.
(ispell-menu-map-needed): New variable.
1994-06-14 20:54:44 +00:00
Richard M. Stallman
d6a9be454a (init_sys_modes): Don't set up sigio here if window system. 1994-06-14 20:33:44 +00:00
Richard M. Stallman
b906e00ba2 (fortran-blink-matching-do): When looking for do,
insist on nondigit after it.
1994-06-14 20:19:04 +00:00
Edward M. Reingold
48b29ac004 (calendar-mode-map): Change moon menu bar to pop up a menu. 1994-06-14 20:06:55 +00:00
Richard M. Stallman
d95f5c9740 (calendar-mouse-2-date-menu): Put moon phase here.
(calendar-mode-map): Delete from here.
1994-06-14 19:50:14 +00:00
Richard M. Stallman
716acfce85 (init_eval_once): Call xmalloc, not malloc. 1994-06-14 19:48:19 +00:00
Richard M. Stallman
d33a00f212 (Fprocess_send_eof): Doc fix. 1994-06-14 19:46:00 +00:00
Richard M. Stallman
525336b7f9 Put ./BUGS into the distrib. 1994-06-14 14:51:19 +00:00
Roland McGrath
81d93b5e63 Fix regexp in last change. 1994-06-14 00:58:05 +00:00
Richard M. Stallman
52b6d4459f (pop-global-mark): Discard entries for nonexistent buffers. 1994-06-14 00:34:43 +00:00
Richard M. Stallman
e5575c067a (inhibit-startup-echo-area-message): Doc fix. 1994-06-14 00:21:40 +00:00