diff options
| author | Richard M. Stallman | 2002-02-06 15:44:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-06 15:44:48 +0000 |
| commit | 108eaabb6b8fd0deb527e0b53b3d0cbf731e280a (patch) | |
| tree | 5229f6c6839cece2a33f4ea8651c61bf6ee130ff /lisp | |
| parent | fa5c314daad6a222fb410abfed34e8e74266cc35 (diff) | |
| download | emacs-108eaabb6b8fd0deb527e0b53b3d0cbf731e280a.tar.gz emacs-108eaabb6b8fd0deb527e0b53b3d0cbf731e280a.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77677715799..92bfde23736 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,58 @@ | |||
| 1 | 2002-02-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * mail/mailabbrev.el: Require sendmail only at compile time. | ||
| 4 | (mail-mode-header-syntax-table): Var deleted. | ||
| 5 | (mail-abbrev-syntax-table): Init to nil, will compute when needed. | ||
| 6 | (sendmail-pre-abbrev-expand-hook): Only temporarily change | ||
| 7 | local-abbrev-table and the syntax table. | ||
| 8 | Compute mail-abbrev-syntax-table if that has not been done. | ||
| 9 | |||
| 10 | * progmodes/compile.el (grep-compute-defaults): Definition moved up. | ||
| 11 | |||
| 12 | * emacs-lisp/debug.el (debugger-frame-offset): Var deleted. | ||
| 13 | (debugger-frame-number): Figure out the offset directly. | ||
| 14 | (debugger-setup-buffer): Don't use debugger-frame-offset. | ||
| 15 | (debugger-frame, debugger-frame-clear): Likewise. | ||
| 16 | (debugger-jump): Don't alter debugger-frame-offset. | ||
| 17 | |||
| 18 | * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | ||
| 19 | Replace foo-p as var name with foo-flag, not foo-p-flag. | ||
| 20 | |||
| 21 | * hilit-chg.el (highlight-changes-active-string): Default to +Chg. | ||
| 22 | (highlight-changes-passive-string): Default to -Chg. | ||
| 23 | (highlight-changes-global-modes): Doc fix. | ||
| 24 | |||
| 25 | * dired.el (dired-get-filename): Add /: when appropriate | ||
| 26 | to avoid taking a local name as remote. | ||
| 27 | |||
| 28 | * files.el (file-name-non-special): Add special handling for | ||
| 29 | file-name-sans-versions, file-name-completion, and | ||
| 30 | file-name-all-completions. | ||
| 31 | |||
| 32 | * isearch.el (isearch-update): Don't update display in kbd macro. | ||
| 33 | (isearch-lazy-highlight-new-loop): Do nothing in kbd macro. | ||
| 34 | |||
| 35 | * subr.el (force-mode-line-update): Doc fix. | ||
| 36 | |||
| 37 | * subr.el (atomic-change-group, prepare-change-group) | ||
| 38 | (activate-change-group, accept-change-group, cancel-change-group): | ||
| 39 | New functions. | ||
| 40 | |||
| 41 | * simple.el (undo-get-state, undo-revert-to-state): Fns deleted. | ||
| 42 | (transpose-subr-1): Use atomic-change-group. | ||
| 43 | |||
| 44 | * subr.el (add-minor-mode): Include the mode's lighter string | ||
| 45 | in the minor mode menu item name. | ||
| 46 | |||
| 47 | * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to | ||
| 48 | rmail-count-screen-lines starting from (point-min). | ||
| 49 | |||
| 50 | * startup.el (use-fancy-splash-screens-p): Need 19 lines, | ||
| 51 | beyond the image height, to use the fancy splash screen. | ||
| 52 | |||
| 53 | * textmodes/text-mode.el (text-mode-hook-identify): Function deleted. | ||
| 54 | (text-mode): Set text-mode-variant here. | ||
| 55 | |||
| 1 | 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il> | 56 | 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 57 | ||
| 3 | * play/pong.el (pong-height): Don't use height that exceeds the | 58 | * play/pong.el (pong-height): Don't use height that exceeds the |