diff options
| author | Andreas Schwab | 2004-02-08 22:45:30 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-02-08 22:45:30 +0000 |
| commit | e1dc18db5b5d61769e3b0bd339ca8a7ceae4b86f (patch) | |
| tree | 2e6bd17e69328d6074f5b923a443a672a1c908f9 | |
| parent | 95d837b2401321625b6cd228880c30334a369f70 (diff) | |
| download | emacs-e1dc18db5b5d61769e3b0bd339ca8a7ceae4b86f.tar.gz emacs-e1dc18db5b5d61769e3b0bd339ca8a7ceae4b86f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 71 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 |
2 files changed, 77 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50ebf594014..e23c6edb659 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,74 @@ | |||
| 1 | 2004-02-08 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * textmodes/reftex-toc.el | ||
| 4 | (reftex-toc-load-all-files-for-promotion): Remove useless use of | ||
| 5 | format. Doc fix. | ||
| 6 | |||
| 7 | * textmodes/refer.el (refer-find-entry-internal): Remove extra | ||
| 8 | format string arguments. | ||
| 9 | |||
| 10 | * tar-mode.el (tar-parse-octal-integer-safe): Add missing format | ||
| 11 | string argument. | ||
| 12 | |||
| 13 | * progmodes/xscheme.el (verify-xscheme-buffer): Fix format | ||
| 14 | strings. | ||
| 15 | |||
| 16 | * play/zone.el (zone-call): Fix format string. | ||
| 17 | |||
| 18 | * net/webjump.el (webjump-builtin): Add missing format string | ||
| 19 | argument. | ||
| 20 | |||
| 21 | * midnight.el (midnight-delay-set): Remove extra format string | ||
| 22 | argument. | ||
| 23 | |||
| 24 | * mail/rmail.el (rmail-get-new-mail): Remove useless use of | ||
| 25 | format. | ||
| 26 | |||
| 27 | * hexl.el (hexl-insert-char): Add missing format string argument. | ||
| 28 | |||
| 29 | * format.el (format-decode): Fix format string. | ||
| 30 | |||
| 31 | * emulation/vi.el (vi-mode): Remove extra format string argument. | ||
| 32 | (vi-repeat-last-search): Likewise. | ||
| 33 | (vi-reverse-last-search): Likewise. | ||
| 34 | (vi-goto-mark): Likewise. | ||
| 35 | (vi-reverse-last-find-char): Likewise. | ||
| 36 | (vi-repeat-last-find-char): Likewise. | ||
| 37 | (vi-locate-def): Likewise. | ||
| 38 | |||
| 39 | * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of | ||
| 40 | format. | ||
| 41 | |||
| 42 | * ediff-util.el (ediff-toggle-read-only): Remove extra format | ||
| 43 | string argument. | ||
| 44 | (ediff-toggle-regexp-match): Likewise. | ||
| 45 | |||
| 46 | * dired-aux.el (dired-do-query-replace-regexp): Add missing | ||
| 47 | format string argument. | ||
| 48 | |||
| 49 | * calc/calc-map.el (calc-get-operator): Remove extra format | ||
| 50 | string argument. | ||
| 51 | |||
| 52 | * calc/calc-forms.el (calc-convert-time-zones): Fix format string. | ||
| 53 | |||
| 54 | * calc/calc-ext.el (calc-do-prefix-help): Remove extra format | ||
| 55 | string argument. | ||
| 56 | |||
| 57 | * eshell/esh-mode.el (eshell-send-invisible): Fix format string. | ||
| 58 | |||
| 59 | * eshell/em-hist.el (eshell-hist-word-reference): Fix format | ||
| 60 | string. | ||
| 61 | |||
| 62 | * emulation/viper-ex.el (ex-mark): Remove extra format string | ||
| 63 | argument. | ||
| 64 | |||
| 65 | * emacs-lisp/cl-macs.el (defstruct): Remove extra format string | ||
| 66 | argument. | ||
| 67 | (cl-struct-setf-expander): Likewise. | ||
| 68 | |||
| 69 | * vc.el (with-vc-file): Fix unsafe uses of error. | ||
| 70 | (vc-cancel-version): Likewise. | ||
| 71 | |||
| 1 | 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change) | 72 | 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change) |
| 2 | 73 | ||
| 3 | * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional | 74 | * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e48f5823c4b..60679f8250a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-02-08 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting. | ||
| 4 | |||
| 5 | * gnus-score.el (gnus-summary-increase-score): Fix format string. | ||
| 6 | |||
| 1 | 2003-06-25 Sam Steingold <sds@gnu.org> | 7 | 2003-06-25 Sam Steingold <sds@gnu.org> |
| 2 | 8 | ||
| 3 | * gnus-group.el (gnus-group-suspend): Avoid some consing. | 9 | * gnus-group.el (gnus-group-suspend): Avoid some consing. |