1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00
Commit Graph

32223 Commits

Author SHA1 Message Date
Stefan Monnier
000281e343 (message-font-lock-keywords): Match a final newline
to help font-lock's multiline support.
2000-11-03 22:42:36 +00:00
Stefan Monnier
8d8ca3cf8a (find-function-do-it): Quote the hook. 2000-11-03 22:40:21 +00:00
Stefan Monnier
bb7a71c5a6 (display-time-mode): Drop unneeded positional args. 2000-11-03 22:36:12 +00:00
Stefan Monnier
0a93a92065 (recentf-mode): Drop unneeded positional args. 2000-11-03 22:34:43 +00:00
Stefan Monnier
d6cc3d1778 (cvs-mode-add-change-log-entry-other-window):
Bind change-log-default-mode to defeat the caching done on it.
Don't bother saving excursion any more.
2000-11-03 22:34:26 +00:00
Stefan Monnier
83bfc0d9ec (show-paren-mode): Drop unneeded positional args. 2000-11-03 22:30:37 +00:00
Stefan Monnier
7ef86b0758 (mouse-wheel-mode): Drop unneeded positional args. 2000-11-03 22:30:09 +00:00
Stefan Monnier
3392cf05d7 (msb-mode): Drop unneeded positional args. 2000-11-03 22:29:27 +00:00
Stefan Monnier
d918e2dcea (minibuffer maps): Use dolist rather than mapcar. 2000-11-03 22:28:30 +00:00
Stefan Monnier
754005f70d (auto-compression-mode): Drop unneeded positional args. 2000-11-03 22:25:46 +00:00
Stefan Monnier
b7aeabeb89 (Info-mode): Don't both with make-local-hook. 2000-11-03 22:22:24 +00:00
Stefan Monnier
7d52567be7 (auto-image-file-mode): Drop unneeded positional args. 2000-11-03 22:17:58 +00:00
Stefan Monnier
3ed2ed36aa (hl-line-mode): Drop unneeded positional args. 2000-11-03 22:17:30 +00:00
Stefan Monnier
72bf1a8b28 (after-setting-font-hook): Rename hooks -> hook.
(set-frame-font): Use the new name (and the old for compatibility).
2000-11-03 22:15:51 +00:00
Stefan Monnier
82fdafde11 (delete-selection-mode): Drop unneeded positional args. 2000-11-03 22:13:18 +00:00
Stefan Monnier
44e70da297 (auto-insert-mode): Drop unneeded positional args. 2000-11-03 22:12:48 +00:00
Stefan Monnier
00089cadd7 (partial-completion-mode): Drop unneeded positional args. 2000-11-03 22:12:16 +00:00
Stefan Monnier
1f43943cf0 (comint-mode): Don't both with make-local-hook. 2000-11-03 20:59:18 +00:00
Stefan Monnier
d247e32d0e (log-edit-menu): New menu. 2000-11-03 20:12:20 +00:00
Dave Love
fd1d9d9813 (gnus-nocem-check-article-limit): Default to 500. 2000-11-03 16:04:08 +00:00
Dave Love
5859a75ca1 (mm-inline-partial): Space-prefix temp buffer
name.
2000-11-03 15:54:16 +00:00
Dave Love
6eb681a320 (mm-display-external): Space prefix temp buffer
name.  Don't disable undo explicitly.
2000-11-03 15:51:16 +00:00
Dave Love
5aa22ef9ad (gnus-group-parameters) <gcc-self>: Fix custom type.
<banner>: Fix custom type, doc.
2000-11-03 15:48:49 +00:00
Miles Bader
4921558ed1 *** empty log message *** 2000-11-03 13:02:50 +00:00
Miles Bader
0697c66283 (widget-end-of-line): Reinstate, with a new definition, so that trailing
spaces are handled properly.
(widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2000-11-03 12:54:52 +00:00
Gerd Moellmann
1fc02b3c4d (fancy-splash-text, fancy-splash-text): Use a single
tab character.
(fancy-splash-screens): Set tab-width to 20.
2000-11-03 12:27:04 +00:00
Dave Love
51d001f7e3 Capital in last change. 2000-11-03 11:39:15 +00:00
Dave Love
97342eb1d4 (comint-completion-addsuffix): Fix custom type. 2000-11-03 11:31:34 +00:00
Stefan Monnier
34befa9a5b (easy-mmode-define-global-mode): Only turn mode off if it's on. 2000-11-03 04:38:41 +00:00
Stefan Monnier
ba22aeff64 (font-lock-buffers): Remove.
(font-lock-global-modes): Define with easy-mmode-define-global-mode.
(font-lock-change-major-mode): Remove.
(turn-on-font-lock-if-enabled): Only apply to the current buffer.
(font-lock-default-fontify-region): Extend the multiline
fontification to whole lines.
(font-lock-fontify-anchored-keywords)
(font-lock-fontify-keywords-region): If matching just one
line (with \n) only mark the \n as multiline.
2000-11-03 04:32:33 +00:00
Stefan Monnier
0a74e3bf90 (define-minor-mode): Remove :toggle arg.
Correctly handle the case where several :group args are supplied.
Allow :extra-args.
(easy-mmode-define-global-mode): Allow :extra-args.
Correctly handle the case where several :group args are supplied.
2000-11-03 04:26:33 +00:00
Miles Bader
9c887adacf (diary-face, calendar-today-face, holiday-face):
Remove dependency on `window-system'.
2000-11-03 03:30:49 +00:00
Ken Raeburn
9b91110736 missed a note on Makefile.in checkin 2000-11-02 18:50:21 +00:00
Ken Raeburn
7f25090dcd * Makefile.in (emacs): Set EMACSLOADPATH always.
(update-authors, .el.elc, compile-files): Don't do it explicitly here.
2000-11-02 18:49:04 +00:00
Dave Love
7dd6009c0a *** empty log message *** 2000-11-02 18:44:05 +00:00
Dave Love
8befbee7df (message-font-lock-keywords): Use [:alpha:] for
cite-prefix.
2000-11-02 18:43:42 +00:00
Dave Love
f35a761820 (find-variable-regexp): Avoid defgroup. 2000-11-02 17:42:10 +00:00
Eli Zaretskii
94821e4f02 (report-emacs-bug): Fix whitespace and
punctuation in the warning inserted into the *mail* buffer.
2000-11-02 17:10:31 +00:00
Gerd Moellmann
5773187674 *** empty log message *** 2000-11-02 15:38:53 +00:00
Gerd Moellmann
0a5218851d (authors-public-domain-files): New variable.
(authors-public-domain-p): New function.
(authors-print): Use it.
2000-11-02 15:37:03 +00:00
Dave Love
3d66f910ad defgroup :version 2000-11-02 14:47:18 +00:00
Gerd Moellmann
975f82c969 (view-emacs-news): Use ONEWS.* instead of NEWS.* files. 2000-11-02 13:36:58 +00:00
Gerd Moellmann
1ac3fc4299 *** empty log message *** 2000-11-02 12:38:52 +00:00
Gerd Moellmann
6e65a812a0 Change maintainer. 2000-11-02 12:37:54 +00:00
Gerd Moellmann
4b3eb10f17 Extension for even/odd printing. Doc Fix.
(ps-print-version): New version number (6.3.1).
(ps-even-or-odd-pages): Customization fix.
(ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
(ps-header-sheet, ps-header-page, ps-end-job): Code fix.
(ps-page-count): Var replaced by `ps-page-column'.
(ps-page-column, ps-page-sheet, ps-page-printed): New vars.
(ps-print-sheet-p): New fun.
2000-11-02 12:04:59 +00:00
Miles Bader
7da794dfa0 *** empty log message *** 2000-11-02 04:39:25 +00:00
Miles Bader
2ec4d9abb3 (mm-uu-configure-list): Move back to old location,
because defcustom tries to call `mm-uu-configure'.
2000-11-02 04:38:24 +00:00
Miles Bader
c39e89832a (tooltip-gud-tips-setup): New function.
(tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
(tooltip-mode): Call tooltip-gud-tips-setup.
(tooltip-gud-tips): Use `gud-basic-call' instead of process-send-string,
so the prompt gets frobbed appropriately.  Handle nil return value from
`tooltip-gud-print-command'.
2000-11-02 04:28:01 +00:00
Eric M. Ludlam
0e40b80948 *** empty log message *** 2000-11-02 02:29:18 +00:00
Eric M. Ludlam
936c15f6ec (comint-add-to-input-history): New function.
(comint-send-input): Use `comint-add-to-input-history'.
2000-11-02 02:25:27 +00:00