Richard M. Stallman
b8556aee00
(read_char): Don't text do_mouse_tracking;
...
instead, do prepare_menu_bars only if commandflag > 1.
Do call add_command_key for mouse-movement events.
Test detect_input_pending, not EVENT_QUEUES_EMPTY, for kbd menus.
But don't test either one for mouse menus.
1994-05-07 19:47:44 +00:00
Richard M. Stallman
e7a8b7911b
(record_delete): Record the old point value only right after a boundary.
...
(record_delete): Test last_point_position_buffer.
1994-05-07 08:38:28 +00:00
Richard M. Stallman
bad5d9129f
Comment change.
1994-05-07 05:31:39 +00:00
Richard M. Stallman
c93d212ae5
(mirror-mode): Commented out.
1994-05-07 05:30:31 +00:00
Richard M. Stallman
6803ec2a28
(PURESIZE): Increase to 205000.
1994-05-07 05:22:50 +00:00
Richard M. Stallman
08020d91e0
entered into RCS
1994-05-07 04:39:30 +00:00
Richard M. Stallman
3be1f08e74
(install-arch-indep): Do install info/dired-x*.
...
Merge code in from install-doc.
(install-doc): Merge code back into install-arch-indep.
(install-arch-dep): Don't depend on install-doc.
1994-05-07 03:15:33 +00:00
Richard M. Stallman
542eb82b74
(run_in_place): Don't use pwd for archlibdir and docdir.
1994-05-07 03:14:53 +00:00
Richard M. Stallman
fca6a31218
entered into RCS
1994-05-07 03:03:13 +00:00
Karl Heuer
ab180fb6f2
(hexl-insert-char): Increment `address' for every character inserted.
1994-05-07 02:33:33 +00:00
Richard M. Stallman
21f4aec691
(PURESIZE): Increase to 235000.
1994-05-07 02:26:40 +00:00
Karl Heuer
5d2e242cb8
Provide 'resume.
...
(resume-process-args): Bind `command-line-default-directory' for
command-line-1.
1994-05-07 02:09:00 +00:00
Karl Heuer
24768ef9ce
(asm-comment): Don't match newline.
1994-05-07 01:58:40 +00:00
Karl Heuer
96149b57e3
(dired-mark-subdir-files): Don't pass any arguments interactively.
1994-05-07 01:56:19 +00:00
Karl Heuer
90c50a024b
(Electric-history-undefined): Substitute Helper-help', not
Help-for-help'.
1994-05-07 01:54:48 +00:00
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