emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-funcs.el mh-folder.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-funcs.el mh-folder.el ChangeLog
Date: Tue, 28 Mar 2006 18:35:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/03/28 18:35:16

Modified files:
        lisp/mh-e      : mh-funcs.el mh-folder.el ChangeLog 

Log message:
        * mh-folder.el (mh-execute-commands, mh-rescan-folder):
        * mh-funcs.el (mh-pack-folder): Sync docstrings with manual.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-funcs.el.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-folder.el.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.191&tr2=1.192&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.191 emacs/lisp/mh-e/ChangeLog:1.192
--- emacs/lisp/mh-e/ChangeLog:1.191     Tue Mar 28 09:44:17 2006
+++ emacs/lisp/mh-e/ChangeLog   Tue Mar 28 18:35:15 2006
@@ -1,3 +1,8 @@
+2006-03-28  Bill Wohler  <address@hidden>
+
+       * mh-folder.el (mh-execute-commands, mh-rescan-folder): 
+       * mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
+
 2006-03-27  Eric Ding  <address@hidden>
 
        * mh-e.el (mh-invisible-header-fields-internal): Add entries
Index: emacs/lisp/mh-e/mh-folder.el
diff -u emacs/lisp/mh-e/mh-folder.el:1.10 emacs/lisp/mh-e/mh-folder.el:1.11
--- emacs/lisp/mh-e/mh-folder.el:1.10   Wed Mar 15 17:03:58 2006
+++ emacs/lisp/mh-e/mh-folder.el        Tue Mar 28 18:35:14 2006
@@ -722,7 +722,7 @@
 messages (such as \\[mh-rescan-folder] or \\[mh-pack-folder])
 will ask if you want to process refiles or deletes first and then
 either run this command for you or undo the pending refiles and
-deletes, which are lost.
+deletes.
 
 This function runs `mh-before-commands-processed-hook' before the
 commands are processed and `mh-after-commands-processed-hook'
@@ -1130,7 +1130,7 @@
 
 This command will ask if you want to process refiles or deletes first
 and then either run \\[mh-execute-commands] for you or undo the
-pending refiles and deletes, which are lost.
+pending refiles and deletes.
 
 In a program, the processing of outstanding commands is not performed
 if DONT-EXEC-PENDING is non-nil."
Index: emacs/lisp/mh-e/mh-funcs.el
diff -u emacs/lisp/mh-e/mh-funcs.el:1.28 emacs/lisp/mh-e/mh-funcs.el:1.29
--- emacs/lisp/mh-e/mh-funcs.el:1.28    Wed Feb  1 23:24:34 2006
+++ emacs/lisp/mh-e/mh-funcs.el Tue Mar 28 18:35:14 2006
@@ -170,7 +170,7 @@
 
 This command will ask if you want to process refiles or deletes
 first and then either run \\[mh-execute-commands] for you or undo
-the pending refiles and deletes, which are lost."
+the pending refiles and deletes."
   (interactive (list (if current-prefix-arg
                          (mh-read-range "Scan" mh-current-folder t nil t
                                         mh-interpret-number-as-range-flag)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]