diff options
| author | Richard M. Stallman | 2005-05-22 13:56:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-22 13:56:37 +0000 |
| commit | 724e07b9a06e06f01da28dd02e7221f0a348a5e0 (patch) | |
| tree | e1ec4cb73ae4e49368b4b1d7f8d9321fa4400e06 | |
| parent | 6ef254eca4317f7cb7efabb4727eb767c4c17f10 (diff) | |
| download | emacs-724e07b9a06e06f01da28dd02e7221f0a348a5e0.tar.gz emacs-724e07b9a06e06f01da28dd02e7221f0a348a5e0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0cc11132d45..f8a2a4ac7ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2005-05-22 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/etags.el (list-tags): Use with-no-warnings. | ||
| 4 | |||
| 5 | * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings. | ||
| 6 | (smtpmail-send-queued-mail): Avoid beginning-of-buffer. | ||
| 7 | (starttls-extra-args, starttls-extra-arguments): Add defvars. | ||
| 8 | |||
| 9 | * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer. | ||
| 10 | |||
| 11 | * language/viet-util.el (viet-viscii-nonascii-translation-table): | ||
| 12 | Add defvar. | ||
| 13 | |||
| 14 | * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf): | ||
| 15 | Use defvar, not defconst. | ||
| 16 | |||
| 17 | * hexl.el (hexl-follow-line): Use with-no-warnings. | ||
| 18 | |||
| 19 | * emulation/tpu-extras.el: Use write-file-functions instead of | ||
| 20 | write-file-hooks. | ||
| 21 | |||
| 22 | * dired.el (dired-font-lock-keywords): Fontify files with junk | ||
| 23 | extensions even if marked by -F. | ||
| 24 | |||
| 1 | 2005-05-23 Nick Roberts <nickrob@snap.net.nz> | 25 | 2005-05-23 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 26 | ||
| 3 | * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps | 27 | * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps |