[gnus git] branch master updated: =1= nnimap.el (gnus-fetch-headers): Declare. nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 32b306203222e469b85f8e6f368d7e6489d8746c (commit)
from 47871c62ce6ce2dd0fe2d883bda3f880228bd490 (commit)
- Log -----------------------------------------------------------------
commit 32b306203222e469b85f8e6f368d7e6489d8746c
Author: Glenn Morris <[email protected]>
Date: Thu Feb 3 09:00:44 2011 +0000
nnimap.el (gnus-fetch-headers): Declare.
nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 44ece17..1b72138 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-03 Glenn Morris <[email protected]>
+
+ * nnimap.el (gnus-fetch-headers): Declare.
+
+ * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
+
2011-02-03 Lars Ingebrigtsen <[email protected]>
* message.el (message-forward-make-body-digest-plain)
diff --git a/lisp/nnheader.el b/lisp/nnheader.el
index 20cdeb5..ae5893a 100644
--- a/lisp/nnheader.el
+++ b/lisp/nnheader.el
@@ -43,6 +43,8 @@
(require 'mail-utils)
(require 'mm-util)
(require 'gnus-util)
+(autoload 'gnus-range-add "gnus-range")
+(autoload 'gnus-remove-from-range "gnus-range")
;; FIXME none of these are used explicitly in this file.
(autoload 'gnus-sorted-intersection "gnus-range")
(autoload 'gnus-intersection "gnus-range")
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 005f60b..e7c2f32 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1473,6 +1473,9 @@ textual parts.")
(setq nnimap-status-string "Read-only server")
nil)
+(declare-function gnus-fetch-headers "gnus-sum"
+ (articles &optional limit force-new dependencies))
+
(deffoo nnimap-request-thread (header)
(let* ((id (mail-header-id header))
(refs (split-string
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 6 ++++++
lisp/nnheader.el | 2 ++
lisp/nnimap.el | 3 +++
3 files changed, 11 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project