emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mail ChangeLog.pmail pmailout.el
Date: Fri, 16 Jan 2009 03:18:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/16 03:18:21

Modified files:
        lisp/mail      : ChangeLog.pmail pmailout.el 

Log message:
        (pmail-update-summary): Declare.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/ChangeLog.pmail?cvsroot=emacs&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/pmailout.el?cvsroot=emacs&r1=1.13&r2=1.14

Patches:
Index: ChangeLog.pmail
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/ChangeLog.pmail,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- ChangeLog.pmail     10 Jan 2009 23:21:13 -0000      1.52
+++ ChangeLog.pmail     16 Jan 2009 03:18:21 -0000      1.53
@@ -1,3 +1,13 @@
+2009-01-16  Glenn Morris  <address@hidden>
+
+       * pmailout.el (pmail-update-summary): Declare.
+
+       * pmailsum.el (pmail-summary-mode-map)
+       (pmail-summary-output-to-pmail-file): Use pmail-summary-output
+       rather than pmail-summary-output-to-babyl-file (renamed 2009-01-05).
+       (pmail-output-as-seen): Declare.
+       (pmail-summary-output): Also require pmailout non-interactively.
+
 2009-01-10  Richard M Stallman  <address@hidden>
 
        * pmailout.el (pmail-output-to-r-mail-buffer): New function.

Index: pmailout.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailout.el,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- pmailout.el 10 Jan 2009 23:16:37 -0000      1.13
+++ pmailout.el 16 Jan 2009 03:18:21 -0000      1.14
@@ -1,7 +1,7 @@
 ;;; pmailout.el --- "PMAIL" mail reader for Emacs: output message to a file
 
-;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004, 2005,
+;;   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
@@ -377,6 +377,9 @@
            (goto-char (point-max))
            (insert-buffer-substring tembuf)))))))
 
+;; Called only if pmail-summary-exists, which means pmailsum is loaded.
+(declare-function pmail-update-summary "pmailsum" (&rest ignore))
+
 (defun pmail-output-to-pmail-buffer (tembuf msg)
   "Copy msg in TEMBUF from BEG to END into this Pmail buffer.
 Do what is necessary to make Pmail know about the new message.




reply via email to

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