emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/rmailedit.el
Date: Thu, 29 Jan 2009 03:42:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/29 03:42:19

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : rmailedit.el 

Log message:
        (rmail-summary-disable): Fix declaration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15207&r2=1.15208
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmailedit.el?cvsroot=emacs&r1=1.45&r2=1.46

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15207
retrieving revision 1.15208
diff -u -b -r1.15207 -r1.15208
--- ChangeLog   29 Jan 2009 03:00:26 -0000      1.15207
+++ ChangeLog   29 Jan 2009 03:42:17 -0000      1.15208
@@ -1,3 +1,19 @@
+2009-01-29  Glenn Morris  <address@hidden>
+
+       * mail/rmail.el (rmail-file-name): Remove duplicate definition.
+       (rmail-set-header): Ensure header changes get saved.
+
+       * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
+
+       * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
+       one, after a label is added.
+
+       * mail/rmailsum.el (rmail-summary-update-line): New function.
+       (rmail-summary-goto-msg): Return a value according to whether message
+       was found.
+       (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
+       property.  Use line-end-position.
+
 2009-01-29  Chong Yidong  <address@hidden>
 
        * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
@@ -38,9 +54,9 @@
 
 2009-01-28  Stephen Berman  <address@hidden>
 
-       * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion
-       of a new entry inside of an existing entry.  Minor code cleanup.
-       (Bug#2084)
+       * calendar/todo-mode.el (todo-insert-item-here):
+       Prevent insertion of a new entry inside of an existing entry.
+       Minor code cleanup.  (Bug#2084)
        (todo-add-category): Change the interactive spec.  Signal an error
        if the Todo file is non-empty but contains no category.  Reject
        category names that could induce bugs and confusion.  Call

Index: mail/rmailedit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailedit.el,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- mail/rmailedit.el   29 Jan 2009 03:02:39 -0000      1.45
+++ mail/rmailedit.el   29 Jan 2009 03:42:19 -0000      1.46
@@ -49,7 +49,7 @@
 ;; Rmail Edit mode is suitable only for specially formatted data.
 (put 'rmail-edit-mode 'mode-class 'special)
 
-(declare-function rmail-summary-disable "" ())
+(declare-function rmail-summary-disable "rmailsum" ())
 (declare-function rmail-summary-enable "rmailsum" ())
 
 (defun rmail-edit-mode ()




reply via email to

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