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
Richard M. Stallman
25cd2c1ba9
(mouse-avoidance-threshold): Renamed from ...threshhold.
1994-06-14 00:10:56 +00:00
Richard M. Stallman
4b311aafcc
(init_sys_modes): Don't call set_terminal_modes
...
if using a window system.
1994-06-13 23:56:48 +00:00
Richard M. Stallman
97dfc68c2e
(end-of-buffer): Recenter overlay lists.
1994-06-13 23:40:33 +00:00
Roland McGrath
e7601974b0
(compilation-error-regexp-alist): Extend first regexp to handle Borland C++
...
msgs: "Warning" or "Error" before file name.
1994-06-13 23:27:44 +00:00
Richard M. Stallman
a7085d65c4
Handle 386 running Solaris 2.
1994-06-13 21:12:56 +00:00
Richard M. Stallman
5d32abe64a
Fix previous change.
1994-06-13 21:10:43 +00:00
Richard M. Stallman
bb0807e75a
Add conditional for SOLARIS2.
1994-06-13 21:09:17 +00:00
Richard M. Stallman
1cdf9a3642
(SOLARIS2): Defined.
1994-06-13 21:08:42 +00:00
Karl Heuer
bc28c44019
(single_keymap_panes): gcpro some things.
1994-06-13 20:56:30 +00:00
Richard M. Stallman
0ab983c80f
(XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand.
1994-06-13 20:41:21 +00:00
Richard M. Stallman
e29f86e4e8
(init_cmdargs): Set up initial_argv, initial_argc.
1994-06-13 20:41:00 +00:00
Richard M. Stallman
a69a8ca2f9
(syms_of_keyboard): Properly init Vsystem_key_alist.
1994-06-13 20:11:10 +00:00