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-e.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog
Date: Sun, 30 Oct 2005 20:59:51 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/10/31 01:59:51

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

Log message:
        (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
        (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
        docstrings with manual.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.57&tr2=1.58&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.57 emacs/lisp/mh-e/ChangeLog:1.58
--- emacs/lisp/mh-e/ChangeLog:1.57      Mon Oct 31 01:37:30 2005
+++ emacs/lisp/mh-e/ChangeLog   Mon Oct 31 01:59:51 2005
@@ -1,5 +1,9 @@
 2005-10-30  Bill Wohler  <address@hidden>
 
+       * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) 
+       (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
+       docstrings with manual.
+
        * mh-customize.el (mh-compose-space-does-completion-flag)
        (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
        (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.31 emacs/lisp/mh-e/mh-e.el:1.32
--- emacs/lisp/mh-e/mh-e.el:1.31        Sat Oct 29 05:09:04 2005
+++ emacs/lisp/mh-e/mh-e.el     Mon Oct 31 01:59:50 2005
@@ -184,24 +184,30 @@
 It must match from the beginning of the line. Note that the default setting of
 `mh-folder-font-lock-keywords' expects this expression to contain at least one
 parenthesized expression which matches the message number as in the default of
-\"^\\\\( *[0-9]+\\\\)[^D^0-9]\". This regular expression should be correct as
-it is needed by non-fontifying functions.")
+\"^\\\\( *[0-9]+\\\\)[^D^0-9]\". This expression includes the leading space
+within the parenthesis since it looks better to highlight it as well. This
+regular expression should be correct as it is needed by non-fontifying
+functions.")
 
 (defvar mh-scan-deleted-msg-regexp "^\\( *[0-9]+\\)D"
   "This regular expression matches deleted messages.
 It must match from the beginning of the line. Note that the default setting of
 `mh-folder-font-lock-keywords' expects this expression to contain at least one
 parenthesized expression which matches the message number as in the default of
-\"^\\\\( *[0-9]+\\\\)D\". This regular expression should be correct as it is
-needed by non-fontifying functions. See also `mh-note-deleted'.")
+\"^\\\\( *[0-9]+\\\\)D\". This expression includes the leading space within
+the parenthesis since it looks better to highlight it as well. This regular
+expression should be correct as it is needed by non-fontifying functions. See
+also `mh-note-deleted'.")
 
 (defvar mh-scan-refiled-msg-regexp  "^\\( *[0-9]+\\)\\^"
   "This regular expression matches refiled messages.
 It must match from the beginning of the line. Note that the default setting of
 `mh-folder-font-lock-keywords' expects this expression to contain at least one
 parenthesized expression which matches the message number as in the default of
-\"^\\\\( *[0-9]+\\\\)\\\\^\". This regular expression should be correct as it
-is needed by non-fontifying functions. See also `mh-note-refiled'.")
+\"^\\\\( *[0-9]+\\\\)\\\\^\". This expression includes the leading space
+within the parenthesis since it looks better to highlight it as well. This
+regular expression should be correct as it is needed by non-fontifying
+functions. See also `mh-note-refiled'.")
 
 (defvar mh-scan-valid-regexp "^ *[0-9]"
   "This regular expression describes a valid scan line.
@@ -213,8 +219,10 @@
 It must match from the beginning of the line. Note that the default setting of
 `mh-folder-font-lock-keywords' expects this expression to contain at least one
 parenthesized expression which matches the message number as in the default of
-\"^\\\\( *[0-9]+\\\\+\\\\).*\". This regular expression should be correct as
-it is needed by non-fontifying functions. See also `mh-note-cur'.")
+\"^\\\\( *[0-9]+\\\\+\\\\).*\". This expression includes the leading space and
+current message marker \"+\" within the parenthesis since it looks better to
+highlight these items as well. This regular expression should be correct as it
+is needed by non-fontifying functions. See also `mh-note-cur'.")
 
 (defvar mh-scan-date-regexp "\\([0-9][0-9]/[0-9][0-9]\\)"
   "This regular expression matches a valid date.




reply via email to

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