diff options
| author | Juanma Barranquero | 2005-09-19 09:37:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-09-19 09:37:35 +0000 |
| commit | 900d169800451cbe59c151fc5d7043c6d98e449f (patch) | |
| tree | cda3c45d1936e22fd4e71e4eb0ce50a60040b197 | |
| parent | 3e7269d91f2633dcd3542421c2db3071640bc3bb (diff) | |
| download | emacs-900d169800451cbe59c151fc5d7043c6d98e449f.tar.gz emacs-900d169800451cbe59c151fc5d7043c6d98e449f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 18 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
3 files changed, 26 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5e4ae88c57..bec58f6f388 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-09-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-blink): Fix spurious reference to | ||
| 4 | variable `message'. | ||
| 5 | |||
| 1 | 2005-09-18 Michael Albinus <michael.albinus@gmx.de> | 6 | 2005-09-18 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order | 8 | * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order |
| @@ -19,12 +24,12 @@ | |||
| 19 | 2005-09-18 D Goel <deego@gnufans.org> | 24 | 2005-09-18 D Goel <deego@gnufans.org> |
| 20 | 25 | ||
| 21 | * apropos.el (apropos-command): Fix `message' call: first arg | 26 | * apropos.el (apropos-command): Fix `message' call: first arg |
| 22 | should be a format spec. In this and all other cases that appear | 27 | should be a format spec. In this and all other cases that appear |
| 23 | below and elsewhere in the source code, I made a change only when | 28 | below and elsewhere in the source code, I made a change only when |
| 24 | two conditions were satisfied: [1] I can think of a possibility | 29 | two conditions were satisfied: [1] I can think of a possibility |
| 25 | that the arguments would cause an error, for example, the code is | 30 | that the arguments would cause an error, for example, the code in |
| 26 | question relies on extarnal variables such as filenames. [2] I was | 31 | question relies on external variables such as filenames. [2] I |
| 27 | sure that the arg to `message' could not have been nil in the | 32 | was sure that the arg to `message' could not have been nil in the |
| 28 | code. | 33 | code. |
| 29 | 34 | ||
| 30 | * textmodes/tildify.el (tildify-region): Ditto. | 35 | * textmodes/tildify.el (tildify-region): Ditto. |
| @@ -169,8 +174,8 @@ | |||
| 169 | * obsolete/fast-lock.el (@top-level): Ditto in the macro | 174 | * obsolete/fast-lock.el (@top-level): Ditto in the macro |
| 170 | definition of `with-temp-message'. | 175 | definition of `with-temp-message'. |
| 171 | 176 | ||
| 172 | * pcomplete.el (pcomplete--help): Fix `message' format spec. Not | 177 | * pcomplete.el (pcomplete--help): Fix `message' format spec. |
| 173 | having a %s would be weird, though not technically wrong. | 178 | Not having a %s would be weird, though not technically wrong. |
| 174 | 179 | ||
| 175 | 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 180 | 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 176 | 181 | ||
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index b1c0dd236f5..631bc5cb6a3 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,30 +1,32 @@ | |||
| 1 | 2005-09-18 D Goel <deego@gnufans.org> | 1 | 2005-09-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | |||
| 3 | * mh-print.el (mh-ps-print-msg-show): Fix misplaced parenthesis in | ||
| 4 | previous change. | ||
| 2 | 5 | ||
| 6 | 2005-09-18 D Goel <deego@gnufans.org> | ||
| 3 | 7 | ||
| 4 | * mh-alias.el (mh-alias-ali): Fix `message' call: first arg | 8 | * mh-alias.el (mh-alias-ali): Fix `message' call: first arg |
| 5 | should be a format spec. | 9 | should be a format spec. |
| 6 | 10 | ||
| 7 | * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) | 11 | * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) |
| 8 | (mh-ps-print-msg, mh-ps-print-msg-show): Ditto. | 12 | (mh-ps-print-msg, mh-ps-print-msg-show): Ditto. |
| 9 | 13 | ||
| 10 | * mh-mime.el (mh-toggle-mh-decode-mime-flag): Ditto. | 14 | * mh-mime.el (mh-toggle-mh-decode-mime-flag): Ditto. |
| 11 | |||
| 12 | * mh-index.el (mh-index-sequenced-messages): Ditto. | ||
| 13 | 15 | ||
| 16 | * mh-index.el (mh-index-sequenced-messages): Ditto. | ||
| 14 | 17 | ||
| 15 | * mh-e.el (mh-refile-or-write-again, mh-page-msg): Ditto. | 18 | * mh-e.el (mh-refile-or-write-again, mh-page-msg): Ditto. |
| 16 | 19 | ||
| 17 | * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist) | 20 | * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist) |
| 18 | (mh-spamassassin-blacklist, mh-spamassassin-whitelist): Ditto. | 21 | (mh-spamassassin-blacklist, mh-spamassassin-whitelist): Ditto. |
| 19 | 22 | ||
| 20 | |||
| 21 | |||
| 22 | 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu> | 23 | 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 23 | 24 | ||
| 24 | * mh-customize.el: Do not use face-alias compatibility for | 25 | * mh-customize.el: Do not use face-alias compatibility for |
| 25 | faces that did not appear in the previous Emacs release. | 26 | faces that did not appear in the previous Emacs release. |
| 26 | 27 | ||
| 27 | 2005-08-10 Lars Hansen <larsh@soem.dk> | 28 | 2005-08-10 Lars Hansen <larsh@soem.dk> |
| 29 | |||
| 28 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. | 30 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. |
| 29 | (mh-restore-desktop-buffer): Remove autoload cookie. | 31 | (mh-restore-desktop-buffer): Remove autoload cookie. |
| 30 | (mh-folder-mode): Add autoload cookie. | 32 | (mh-folder-mode): Add autoload cookie. |
diff --git a/man/ChangeLog b/man/ChangeLog index 475085f2c96..48e63b03777 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-09-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (newsticker.dvi): Fix erroneous use of curly | ||
| 4 | brackets on macro `srcdir'. | ||
| 5 | |||
| 1 | 2005-09-17 Eli Zaretskii <eliz@gnu.org> | 6 | 2005-09-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. | 8 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. |