diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd9c9cd7d2f..e70a3fd3fa3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,40 @@ | |||
| 1 | 2004-08-22 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-word): Use | ||
| 4 | set-process-query-on-exit-flag. | ||
| 5 | (flyspell-highlight-duplicate-region): Take POSS as arg. | ||
| 6 | (flyspell-word): Pass POSS as arg. | ||
| 7 | |||
| 8 | * progmodes/ada-xref.el: Many doc and style fixes. | ||
| 9 | (ada-find-any-references): Use compilation-start. | ||
| 10 | (ada-get-ali-file-name): Improve error msg. | ||
| 11 | (ada-get-ada-file-name): Likewise. | ||
| 12 | |||
| 13 | * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host) | ||
| 14 | (ange-ftp-start-process): Use set-process-query-on-exit-flag. | ||
| 15 | |||
| 16 | * mail/mail-extr.el (mail-extr-all-top-level-domains): | ||
| 17 | Add forward defvar. | ||
| 18 | |||
| 19 | * whitespace.el (global-whitespace-mode): New alias | ||
| 20 | for whitespace-global-mode. | ||
| 21 | |||
| 22 | * speedbar.el (speedbar-file-regexp): Definition moved up. | ||
| 23 | (speedbar-mode, speedbar-set-mode-line-format): | ||
| 24 | Use with-no-warnings. | ||
| 25 | (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative. | ||
| 26 | |||
| 27 | * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER | ||
| 28 | controls whether to display the error buffer. | ||
| 29 | |||
| 30 | * ps-mule.el: Delete compatibility code for old Emacses. | ||
| 31 | (ps-mule-find-wrappoint): Don't use chars-in-region. | ||
| 32 | |||
| 33 | * frame.el (display-mouse-p, display-selections-p): | ||
| 34 | Use with-no-warnings. | ||
| 35 | |||
| 36 | * font-lock.el (font-lock-set-defaults): Use with-no-warnings. | ||
| 37 | |||
| 1 | 2004-08-22 David Kastrup <dak@gnu.org> | 38 | 2004-08-22 David Kastrup <dak@gnu.org> |
| 2 | 39 | ||
| 3 | * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX | 40 | * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX |