# HG changeset patch # User Juanma Barranquero # Date 1127122655 0 # Node ID 19d18ffa4da3d15aad2e4b793eefae4faf7d03de # Parent e9bbecf3b555df32020104b5b854d825b30974ce *** empty log message *** diff -r e9bbecf3b555 -r 19d18ffa4da3 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 19 09:36:42 2005 +0000 +++ b/lisp/ChangeLog Mon Sep 19 09:37:35 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-19 Juanma Barranquero + + * progmodes/sh-script.el (sh-blink): Fix spurious reference to + variable `message'. + 2005-09-18 Michael Albinus * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order @@ -19,12 +24,12 @@ 2005-09-18 D Goel * apropos.el (apropos-command): Fix `message' call: first arg - should be a format spec. In this and all other cases that appear + should be a format spec. In this and all other cases that appear below and elsewhere in the source code, I made a change only when two conditions were satisfied: [1] I can think of a possibility - that the arguments would cause an error, for example, the code is - question relies on extarnal variables such as filenames. [2] I was - sure that the arg to `message' could not have been nil in the + that the arguments would cause an error, for example, the code in + question relies on external variables such as filenames. [2] I + was sure that the arg to `message' could not have been nil in the code. * textmodes/tildify.el (tildify-region): Ditto. @@ -169,8 +174,8 @@ * obsolete/fast-lock.el (@top-level): Ditto in the macro definition of `with-temp-message'. - * pcomplete.el (pcomplete--help): Fix `message' format spec. Not - having a %s would be weird, though not technically wrong. + * pcomplete.el (pcomplete--help): Fix `message' format spec. + Not having a %s would be weird, though not technically wrong. 2005-09-18 YAMAMOTO Mitsuharu diff -r e9bbecf3b555 -r 19d18ffa4da3 lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Mon Sep 19 09:36:42 2005 +0000 +++ b/lisp/mh-e/ChangeLog Mon Sep 19 09:37:35 2005 +0000 @@ -1,30 +1,32 @@ +2005-09-19 Juanma Barranquero + + * mh-print.el (mh-ps-print-msg-show): Fix misplaced parenthesis in + previous change. + 2005-09-18 D Goel - * mh-alias.el (mh-alias-ali): Fix `message' call: first arg should be a format spec. - - * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) - (mh-ps-print-msg, mh-ps-print-msg-show): Ditto. + + * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) + (mh-ps-print-msg, mh-ps-print-msg-show): Ditto. * mh-mime.el (mh-toggle-mh-decode-mime-flag): Ditto. - + * mh-index.el (mh-index-sequenced-messages): Ditto. - * mh-e.el (mh-refile-or-write-again, mh-page-msg): Ditto. * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist) (mh-spamassassin-blacklist, mh-spamassassin-whitelist): Ditto. - - 2005-08-15 Dan Nicolaescu * mh-customize.el: Do not use face-alias compatibility for faces that did not appear in the previous Emacs release. 2005-08-10 Lars Hansen + * mh-e.el: Add handler to desktop-buffer-mode-handlers. (mh-restore-desktop-buffer): Remove autoload cookie. (mh-folder-mode): Add autoload cookie. diff -r e9bbecf3b555 -r 19d18ffa4da3 man/ChangeLog --- a/man/ChangeLog Mon Sep 19 09:36:42 2005 +0000 +++ b/man/ChangeLog Mon Sep 19 09:37:35 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-19 Juanma Barranquero + + * makefile.w32-in (newsticker.dvi): Fix erroneous use of curly + brackets on macro `srcdir'. + 2005-09-17 Eli Zaretskii * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.