emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog mail/mail-utils.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/mail-utils.el
Date: Wed, 04 Feb 2009 03:41:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/04 03:41:09

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : mail-utils.el 

Log message:
        (mail-fetch-field): Previous doc fix was ill-advised.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15250&r2=1.15251
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/mail-utils.el?cvsroot=emacs&r1=1.69&r2=1.70

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15250
retrieving revision 1.15251
diff -u -b -r1.15250 -r1.15251
--- ChangeLog   4 Feb 2009 02:02:27 -0000       1.15250
+++ ChangeLog   4 Feb 2009 03:41:06 -0000       1.15251
@@ -1,3 +1,16 @@
+2009-02-04  Glenn Morris  <address@hidden>
+
+       * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
+       ill-advised.
+
+       * mail/rmail.el: No need for mule-util when compiling.
+       (rmail-first-message): Unbreak it.
+
+       * mail/rmailmsc.el: Require rmail not just when compiling.
+       Remove unneeded declarations.
+
+       * term/ns-win.el (ns): Define as a custom group.
+
 2009-02-04  Kenichi Handa  <address@hidden>
 
        * descr-text.el (describe-char): Check font-object by fontp.

Index: mail/mail-utils.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/mail-utils.el,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- mail/mail-utils.el  31 Jan 2009 02:52:18 -0000      1.69
+++ mail/mail-utils.el  4 Feb 2009 03:41:09 -0000       1.70
@@ -305,8 +305,8 @@
 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
 If third arg ALL is non-nil, concatenate all such fields with commas between.
 If 4th arg LIST is non-nil, return a list of all such fields.
-The header must be at the start of the buffer.  If any of the optional
-arguments are used, the buffer should be narrowed to just the header."
+The buffer should be narrowed to just the header, else false
+matches may be returned from the message body."
   (save-excursion
     (goto-char (point-min))
     (let ((case-fold-search t)




reply via email to

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