summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (w32-version): New function.Andrew Innes2000-11-051-0/+6
|
* Update copyright.Stefan Monnier2000-11-052-72/+35
| | | | | | (awk-mode-abbrev-table): Remove. (awk-font-lock-keywords): Use regexp-opt. (awk-mode): Use define-derived-mode.
* (regexp-opt-group): Sort the strings when extracting a suffix.Stefan Monnier2000-11-051-1/+4
|
* Revoke the change.ShengHuo ZHU2000-11-053-13/+10
|
* #André Spiegel2000-11-041-0/+5
|
* (vc-insert-file): Rewritten. Don't bother about auto-save-mode.André Spiegel2000-11-041-20/+18
|
* * calendar/calendar.el (diary-face, holiday-face): Fix typo.ShengHuo ZHU2000-11-043-10/+13
| | | | * info.el (info-menu-header): Fix typo.
* (decode-mac-roman): Test against r1 not r0.Jason Rumney2000-11-042-1/+5
|
* *** empty log message ***Stefan Monnier2000-11-032-0/+37
|
* (tool-bar-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+0
|
* (icon-mode-map): Don't rebind \t.Stefan Monnier2000-11-031-21/+10
| | | | | | (icon-mode): Define indent-line-function. (icon-comment-indent): Simplify. (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
* (message-font-lock-keywords): Match a final newlineStefan Monnier2000-11-031-1/+1
| | | | to help font-lock's multiline support.
* (find-function-do-it): Quote the hook.Stefan Monnier2000-11-031-1/+1
|
* (display-time-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (recentf-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+0
|
* (cvs-mode-add-change-log-entry-other-window):Stefan Monnier2000-11-031-9/+8
| | | | | Bind change-log-default-mode to defeat the caching done on it. Don't bother saving excursion any more.
* (show-paren-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (mouse-wheel-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-2/+1
|
* (msb-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-4/+3
|
* (minibuffer maps): Use dolist rather than mapcar.Stefan Monnier2000-11-031-42/+31
|
* (auto-compression-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (Info-mode): Don't both with make-local-hook.Stefan Monnier2000-11-031-2/+1
|
* (auto-image-file-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-3/+0
|
* (hl-line-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-2/+1
|
* (after-setting-font-hook): Rename hooks -> hook.Stefan Monnier2000-11-031-2/+2
| | | | (set-frame-font): Use the new name (and the old for compatibility).
* (delete-selection-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (auto-insert-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (partial-completion-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (comint-mode): Don't both with make-local-hook.Stefan Monnier2000-11-031-1/+0
|
* (log-edit-menu): New menu.Stefan Monnier2000-11-032-1/+22
|
* (gnus-nocem-check-article-limit): Default to 500.Dave Love2000-11-032-1/+3
|
* (mm-inline-partial): Space-prefix temp bufferDave Love2000-11-032-2/+5
| | | | name.
* (mm-display-external): Space prefix temp bufferDave Love2000-11-032-3/+10
| | | | name. Don't disable undo explicitly.
* (gnus-group-parameters) <gcc-self>: Fix custom type.Dave Love2000-11-031-3/+12
| | | | <banner>: Fix custom type, doc.
* *** empty log message ***Miles Bader2000-11-031-0/+6
|
* (widget-end-of-line): Reinstate, with a new definition, so that trailingMiles Bader2000-11-031-6/+19
| | | | | spaces are handled properly. (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
* (fancy-splash-text, fancy-splash-text): Use a singleGerd Moellmann2000-11-032-6/+13
| | | | | tab character. (fancy-splash-screens): Set tab-width to 20.
* Capital in last change.Dave Love2000-11-032-1/+5
|
* (comint-completion-addsuffix): Fix custom type.Dave Love2000-11-031-1/+5
|
* (easy-mmode-define-global-mode): Only turn mode off if it's on.Stefan Monnier2000-11-031-1/+1
|
* (font-lock-buffers): Remove.Stefan Monnier2000-11-032-95/+53
| | | | | | | | | | | (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.
* (define-minor-mode): Remove :toggle arg.Stefan Monnier2000-11-031-29/+28
| | | | | | | 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.
* (diary-face, calendar-today-face, holiday-face):Miles Bader2000-11-032-28/+32
| | | | Remove dependency on `window-system'.
* missed a note on Makefile.in checkinKen Raeburn2000-11-021-0/+1
|
* * Makefile.in (emacs): Set EMACSLOADPATH always.Ken Raeburn2000-11-022-4/+10
| | | | (update-authors, .el.elc, compile-files): Don't do it explicitly here.
* *** empty log message ***Dave Love2000-11-022-0/+9
|
* (message-font-lock-keywords): Use [:alpha:] forDave Love2000-11-021-1/+1
| | | | cite-prefix.
* (find-variable-regexp): Avoid defgroup.Dave Love2000-11-021-2/+2
|
* (report-emacs-bug): Fix whitespace andEli Zaretskii2000-11-022-1/+6
| | | | punctuation in the warning inserted into the *mail* buffer.
* *** empty log message ***Gerd Moellmann2000-11-021-0/+4
|