Commit graph

3198 commits

Author SHA1 Message Date
Karl Heuer
9baf79c795 (rmail-sort-messages): Use buffer-disable-undo, not buffer-flush-undo. 1994-03-30 02:24:05 +00:00
Karl Heuer
030ecb3c62 (rmail-sort-messages): Update summary buffer. 1994-03-30 02:21:48 +00:00
Karl Heuer
2a527e488c (rmail-sort-from-summary): Preserve window selection. 1994-03-30 02:21:19 +00:00
Richard M. Stallman
61446fe76f (vc-checkin): Undo previous change. 1994-03-30 02:14:11 +00:00
Richard M. Stallman
2fc9d9f462 (help): New alias.
(help-for-help): Mention help character.
(help-quit): New command.
(help-map): Bind `q'.
1994-03-30 01:43:37 +00:00
Karl Heuer
5ef470be66 (calculate-c-indent): Don't loop forever at bobp.
(calculate-c-indent, indent-c-exp): Test char against 0, not nil.
1994-03-30 01:43:08 +00:00
Karl Heuer
7772e660eb Check for existence of windowing system. 1994-03-30 01:02:01 +00:00
Karl Heuer
13a661808e (hack-local-variables-prop-line): Search two lines if "#!".
Ignore keyword `mode', since it's already been handled.
1994-03-29 07:08:23 +00:00
Richard M. Stallman
87d26afc28 (basic-save-buffer-1): New subroutine, broken out of basic-save-buffer.
(basic-save-buffer): Use basic-save-buffer-1.
1994-03-29 06:59:50 +00:00
Karl Heuer
36363ac158 (debug): Behave sensibly if pop-up-frames is set. 1994-03-29 02:20:04 +00:00
Karl Heuer
97f9920271 (Info-suffix-list): Put empty string last.
(info-insert-file-contents): Allow filename to already be suffixed.
1994-03-29 01:39:51 +00:00
Roland McGrath
32eff0b035 (vc-checkin): Insert name of current defun in comment buffer. 1994-03-29 00:03:10 +00:00
Roland McGrath
e332f80b0b (add-log-current-defun): Autoload this. 1994-03-28 23:57:28 +00:00
Karl Heuer
4a971a936b (forms-mode): Set major mode before finding forms-file. (This gives
the find-file-hook a way to detect that it's a forms-datafile.)
1994-03-28 23:13:07 +00:00
Richard M. Stallman
4d4cd289b4 (emerge-goto-line): New function.
(emerge-convert-diffs-to-markers): Use it.
1994-03-28 18:48:16 +00:00
Richard M. Stallman
3ea1f391da (byte-compile-file): Use whole file name for errors. 1994-03-28 07:05:55 +00:00
Richard M. Stallman
ca2ec1c584 (momentary-string-display): Avoid modifying the undo list. 1994-03-28 06:08:35 +00:00
Richard M. Stallman
1e0a78a10c (set-match-data): New alias. 1994-03-28 02:21:28 +00:00
Richard M. Stallman
80298193c3 (choose-completion-delete-max-match): Renamed from
mouse-completion-delete-max-match and moved here.
(choose-completion-string): New function.
(choose-completion): New command.
(completion-list-mode-map): Add binding for choose-completion.
(completion-setup-function): Mention RET.
1994-03-27 22:21:04 +00:00
Richard M. Stallman
40fc483606 (mouse-choose-completion): Use choose-completion-string.
(mouse-completion-delete-max-match): Moved to simple.el and renamed.
1994-03-27 22:18:55 +00:00
Richard M. Stallman
ee81c9594f (set-visited-file-name): Kill local var vc-mode.
Make buffer writable if was read-only due to vc.
1994-03-27 19:49:47 +00:00
Richard M. Stallman
b5bcaf3ebb (vc-find-file-hook): Set backup-inhibited. 1994-03-27 19:46:27 +00:00
Richard M. Stallman
a8226f6724 *** empty log message *** 1994-03-27 07:36:35 +00:00
Richard M. Stallman
24cffc6810 Don't test for presence of dump-emacs.
Use `dump' argument as criterion for copying DOC, for running
top-level, and for extending the version number.
Delete the sleep-for.
1994-03-26 20:57:49 +00:00
Richard M. Stallman
e9f1d66d7c (blink-matching-open): Now three strategies for choosing
the text to display when the matching open is off screen.
1994-03-26 05:53:18 +00:00
Richard M. Stallman
c3a29d704f (Info-insert-dir): Add a save-excursion.
Require menu items for subnodes to end in ::.
1994-03-26 05:24:17 +00:00
Richard M. Stallman
30df2a5340 (gud-comint-buffer): Move defvar up. 1994-03-25 22:59:12 +00:00
Richard M. Stallman
0e0de659c7 (gud-gdb-complete-command): New defun to support true
GDB completion in the GUD buffer.  Requires assistance from
GDB in the form of the `complete' command.
(gud-gdb-complete-in-progress, gud-gdb-complete-string,
gud-gdb-complete-break, gud-gdb-complete-list,
gud-gdb-complete-filter): New.
(gdb): Bind TAB to gud-gdb-complete-command.
1994-03-25 18:31:42 +00:00
Richard M. Stallman
029b623a7e Initial revision 1994-03-25 07:38:29 +00:00
Karl Heuer
ee829a8776 (apropos-match-keys): Skip duplicate keybindings. 1994-03-25 03:03:24 +00:00
Karl Heuer
ea0633d410 (mouse-menu-bar-buffers): Fix position structure. 1994-03-24 20:46:49 +00:00
Daniel LaLiberte
1fe3d50701 New version from author. 1994-03-24 20:38:34 +00:00
Daniel LaLiberte
65c3c4ed1c Change "internal" to "original" throughout.
(add-custom-printer, delete-custom-printer) replace old customizers.
        (with-custom-print) new
        (custom-prin1-to-string) Made it more robust.
1994-03-24 20:26:05 +00:00
Richard M. Stallman
56783585a4 (shell-strip-ctrl-m): New command.
(shell-mode): Doc fix.
(shell-dynamic-complete-as-command): Use comint-dynamic-simple-complete.
1994-03-24 07:51:27 +00:00
Richard M. Stallman
21d9bf27d7 (comint-run): New command.
(comint-watch-for-password-prompt): New function.
(comint-mode, comint-show-output): Doc fix.

(comint-replace-by-expanded-history): Add enable property.
1994-03-24 07:50:47 +00:00
Daniel LaLiberte
7ed39e9d2b Initial revision 1994-03-23 22:11:16 +00:00
Karl Heuer
b0304aef81 (rmail-sort-by-subject): Fix `Re:' regexp. 1994-03-23 21:49:16 +00:00
Karl Heuer
fb314468d4 (nroff-mode-abbrev-table): Call define-abbrev-table. 1994-03-23 20:48:55 +00:00
Richard M. Stallman
21f69e7e21 (rmail-quit): Remove summary buffer from display.
Thoroughly remove Rmail buffer from display.
1994-03-23 18:38:23 +00:00
Richard M. Stallman
4139208e7b (rmail-secondary-file-menu): Display relative file names.
(rmail-output-menu): Autoload it.
(rmail-mode-map): Add rmail-output-menu and rmail-input-menu.
1994-03-23 18:29:07 +00:00
Richard M. Stallman
a15849cbd8 (tex-delete-last-temp-files): New arg NOT-ALL.
(tex-region): Pass new arg.
1994-03-23 18:19:20 +00:00
Richard M. Stallman
54c0b967c3 (where-is): New function. 1994-03-23 04:54:20 +00:00
Richard M. Stallman
32033024d7 (sort-subr): Add autoload. 1994-03-23 00:43:06 +00:00
Richard M. Stallman
18e3ab4119 (asm-mode): Doc fix. 1994-03-22 20:48:30 +00:00
Richard M. Stallman
8782c06b52 (debugger-eval-expression): Use a history list. 1994-03-22 20:41:00 +00:00
Richard M. Stallman
ac59aed83f entered into RCS 1994-03-22 05:43:25 +00:00
Karl Heuer
8c4ca60c28 (jump-to-register): Handle dead marker. 1994-03-22 01:41:10 +00:00
Roland McGrath
230ac7f6ed (map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
dialog box buttons.
1994-03-22 00:27:12 +00:00
Richard M. Stallman
6e2dc7cb71 (insert-directory): Quote special shell chars,
aside from wildcards and quoting characters.
1994-03-21 18:17:27 +00:00
Karl Heuer
a760522275 (make-lucid-menu-keymap): Any row of dashes means blank. 1994-03-21 00:37:56 +00:00