Commit Graph

7346 Commits

Author SHA1 Message Date
Karl Heuer
724244d233 (forms-mode): Set visited file name to nil to prevent overwrite and autosave.
The previous method didn't go far enough.
1994-05-07 01:52:42 +00:00
Karl Heuer
f86f73c33d (hexl-mode-map): Add bindings for cursor keys. 1994-05-07 01:48:54 +00:00
Karl Heuer
e945e87d7f (hide-ifdef-syntax-table): New variable.
(hif-tokenize): Use it.
(hide-ifdef-mode): Don't clobber `c-mode-syntax-table'.
1994-05-07 01:42:48 +00:00
Karl Heuer
8eb40e74cd (isearch-edit-string): Doc fix.
(isearch-message-prefix): Initialize `isearch-within-brackets'.
1994-05-07 01:33:23 +00:00
Karl Heuer
19134c18f4 (shell-forward-command, shell-backward-command): Fix regexp. 1994-05-07 01:22:50 +00:00
Richard M. Stallman
d9fc020b58 (rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail. 1994-05-07 01:22:38 +00:00
Richard M. Stallman
dd03399111 If rmail-spool-directory is not a directory,
just output an `echo' command to tell about it.
1994-05-07 01:21:58 +00:00
Karl Heuer
75a6b98e4d (terminal-edit-mode): Doc fix.
(terminal-cease-edit): Reset the local keymap.
1994-05-07 01:20:07 +00:00
Karl Heuer
c2d4b6d944 (minibuffer-history-sexp-flag): Doc fix. 1994-05-07 01:17:18 +00:00
Karl Heuer
172d2c6e6e Don't precompute keybinding cache for menubar. Now done in startup.el instead. 1994-05-07 00:22:05 +00:00
Karl Heuer
6f2c86fa80 (precompute-menubar-bindings): New function, formerly in loadup.el.
(normal-top-level): Call it here, after loading user files.
(command-line-1): Or here, if displaying startup message.
1994-05-07 00:21:24 +00:00
Richard M. Stallman
80056f3da6 (sc-cite-original): Add autoload. 1994-05-07 00:19:23 +00:00
Richard M. Stallman
c9c7f2c49d (backquote-backquote-symbol): Don't autoload defvar.
(`): Write its name directly in the definition.  Use defalias.
1994-05-07 00:18:35 +00:00
Richard M. Stallman
9541216571 (rmail-make-basic-summary-line): Show 14 chars before @ and 11 after. 1994-05-06 23:59:28 +00:00
Karl Heuer
a0263371c8 Change another new-frame to make-frame (missed this one last time). 1994-05-06 21:22:39 +00:00
Karl Heuer
519831f4a2 (menu-bar-file-menu): Change new-frame to make-frame, to agree with the
keyboard binding.
1994-05-06 20:31:51 +00:00
Karl Heuer
c731cd9362 Change new-frame to make-frame. 1994-05-06 20:29:42 +00:00
Karl Heuer
2c49d8ceab (Man-notify-when-ready): Change new-frame to make-frame. 1994-05-06 20:28:45 +00:00
Karl Heuer
01a911e3f5 (mouse-tear-off-window): Change new-frame to make-frame. 1994-05-06 20:27:25 +00:00
Richard M. Stallman
ca31c4838c Define NO_MATHERR. 1994-05-06 18:14:23 +00:00
Richard M. Stallman
7240919a30 Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. 1994-05-06 18:14:02 +00:00
Richard M. Stallman
98270d54bf entered into RCS 1994-05-06 17:29:23 +00:00
Richard M. Stallman
07c30a5cec Initial revision 1994-05-06 17:28:42 +00:00
Jim Meyering
7babf5f60d *** empty log message *** 1994-05-06 15:23:06 +00:00
Richard M. Stallman
b65e2f7475 (frame-notice-user-settings): Wait till frame becomes
visible before using its parameters.
1994-05-06 09:17:06 +00:00
Richard M. Stallman
510328f2de (LD_SWITCH_SYSTEM): Use ./prefix-args, not -Xlinker directly. 1994-05-06 08:30:32 +00:00
Francesco Potortì
ecf2bd2532 * m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there. 1994-05-06 08:16:14 +00:00
Richard M. Stallman
9f4b7963c9 (update-directory-autoloads): Ignore files
whose names start with =.  Bind enable-local-eval to nil.
1994-05-06 08:11:04 +00:00
Richard M. Stallman
5ece1728e2 (error): Fix logic in call to xmalloc/xrealloc. 1994-05-06 06:45:18 +00:00
Richard M. Stallman
8b4d685f01 (wait_reading_process_input): Don't call prepare_menu_bars
unless we are going to redisplay for a garbaged frame.
(read_process_output): Call prepare_menu_bars if waiting for input.
(exec_sentinel): Call prepare_menu_bars if waiting for input.
1994-05-06 06:39:48 +00:00
Richard M. Stallman
5da3133aae (make_lispy_event): Ignore mouse events for deleted frame. 1994-05-06 06:25:15 +00:00
Richard M. Stallman
3e062f782c (imenu-default-create-index-function):
Temporarily build in handling of a few major modes.
(imenu--completion-buffer): Set completion-reference-buffer properly.
1994-05-06 06:06:08 +00:00
Karl Heuer
ed6bdcdd65 (hilit-lookup-face-create): Don't put string values into the global face-font
data.
1994-05-06 03:07:23 +00:00
Karl Heuer
00d3d838ef (Fdelete_other_windows): Do nothing if w->start is outside region.
Don't temporarily move point when recomputing window position.
1994-05-06 01:49:51 +00:00
Karl Heuer
5ce7b54343 Use PT, not point. 1994-05-06 01:00:15 +00:00
Richard M. Stallman
ac7ad037f7 (x_set_offset): Update XNegative and YNegative for new pos.
(x_make_frame_invisible): Use XWithdrawWindow again.
1994-05-06 00:59:24 +00:00
Richard M. Stallman
047688cbac (last_point_position_buffer): New variable.
(command_loop_1): Set it.

(make_lispy_movement): Don't call pixel_to_glyph_coords if FRAME is 0.
1994-05-06 00:48:26 +00:00
Richard M. Stallman
c1e6740184 (frame-notice-user-settings): Use geometry parms from frame
when the initial specifications did not have them.
1994-05-06 00:32:58 +00:00
Richard M. Stallman
791e09d82b (frame-notice-user-settings): When replacing the first
X frame, use the same geometry parms that were used to make it.
(frame-remove-geometry-params):
Treat user-size and user-position as geometry parms.
Store all those parms into frame-initial-geometry-arguments.
1994-05-05 22:37:47 +00:00
Richard M. Stallman
082dc21123 (x_load_resources) [USE_X_TOOLKIT]: Don't call XrmInitialize. 1994-05-05 20:30:32 +00:00
Richard M. Stallman
2c3b35b0cd (describe_map): Ignore bindings for all except symbols and integers. 1994-05-05 20:25:41 +00:00
Richard M. Stallman
5416d1eee8 (unexec): Handle debugging info properly. 1994-05-05 19:31:09 +00:00
Richard M. Stallman
c0096c73d7 Don't use netbsd.h. Do all that right here. 1994-05-05 19:18:57 +00:00
David J. MacKenzie
1858a20639 Fix out of date comment. 1994-05-05 19:06:48 +00:00
Richard M. Stallman
3e099569a8 *** empty log message *** 1994-05-05 07:21:27 +00:00
Richard M. Stallman
2e00781a52 entered into RCS 1994-05-05 06:49:43 +00:00
Karl Heuer
742f715d96 (xmenu_show): Disallow empty menus. 1994-05-05 06:31:28 +00:00
Karl Heuer
b137c5822b (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook. 1994-05-05 05:36:17 +00:00
Richard M. Stallman
cf52ad5812 (choose-completion-string): Barf if completing into
a minibuffer but it's not now active.
1994-05-05 05:27:59 +00:00
Richard M. Stallman
dc591caf15 (rmail-output-menu): Set rmail-default-rmail-file.
(rmail-output-to-rmail-file): Doc fix.
1994-05-05 05:08:57 +00:00