]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Sep 2005 09:37:35 +0000 (09:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Sep 2005 09:37:35 +0000 (09:37 +0000)
lisp/ChangeLog
lisp/mh-e/ChangeLog
man/ChangeLog

index f5e4ae88c5797823a403583d1eb35ed4ed9d356a..bec58f6f3885fc77450daf7ebb84e6b55598c52f 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/sh-script.el (sh-blink): Fix spurious reference to
+       variable `message'.
+
 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
 2005-09-18  D Goel  <deego@gnufans.org>
 
        * 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.
        * 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  <mituharu@math.s.chiba-u.ac.jp>
 
index b1c0dd236f5de10afe94af4bfb07bf71c0603629..631bc5cb6a332c701f99be41b53293df87e37481 100644 (file)
@@ -1,30 +1,32 @@
-2005-09-18  D Goel  <deego@gnufans.org>
+2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mh-print.el (mh-ps-print-msg-show): Fix misplaced parenthesis in
+       previous change.
 
+2005-09-18  D Goel  <deego@gnufans.org>
 
        * 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-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  <dann@ics.uci.edu>
 
        * 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  <larsh@soem.dk>
+
        * mh-e.el: Add handler to desktop-buffer-mode-handlers.
        (mh-restore-desktop-buffer): Remove autoload cookie.
        (mh-folder-mode): Add autoload cookie.
index 475085f2c964d17c2723689830958c5c324db616..48e63b03777592bb391420f07f34057667c7f3c7 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (newsticker.dvi): Fix erroneous use of curly
+       brackets on macro `srcdir'.
+
 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.