Changes committed gnus/lisp (ChangeLog nnmairix.el)

"Reiner Steib" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog nnmairix.el

Add autoloads.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1877 gnus/lisp/ChangeLog:7.1878
--- ChangeLog:7.1877	Sat Jun 14 17:03:19 2008
+++ ChangeLog	Sat Jun 14 17:39:11 2008
@@ -1,5 +1,9 @@
 2008-06-14  Reiner Steib  <[email protected]>
 
+	* nnmairix.el: Add autoloads.
+
+2008-06-14  Reiner Steib  <[email protected]>
+
 	* nnmairix.el (nnmairix-delete-recreate-group)
 	(nnmairix-update-and-clear-marks): Fix error messages.
 
Index: nnmairix.el
diff -u gnus/lisp/nnmairix.el:7.9 gnus/lisp/nnmairix.el:7.10
--- nnmairix.el:7.9	Sat Jun 14 17:03:19 2008
+++ nnmairix.el	Sat Jun 14 17:39:11 2008
@@ -627,6 +627,12 @@
 	t)
     nil))
 
+;; Silence byte-compiler.
+(defvar gnus-registry-install)
+(autoload 'gnus-registry-fetch-group "gnus-registry")
+(autoload 'gnus-registry-fetch-groups "gnus-registry")
+(autoload 'gnus-registry-add-group "gnus-registry")
+
 (deffoo nnmairix-request-set-mark (group actions &optional server)
   (when server
     (nnmairix-open-server server))
@@ -722,6 +728,8 @@
 	(gnus-group-jump-to-group qualgroup)
 	(gnus-group-get-new-news-this-group))))))
 
+(autoload 'nnimap-request-update-info-internal "nnimap")
+
 (deffoo nnmairix-request-update-info (group info &optional server)
 ;; propagate info from underlying IMAP folder to nnmairix group
 ;; This is currently experimental and must be explicitly activated
@@ -1115,10 +1123,6 @@
 	    (setq args (append args nnmairix-mairix-update-options)))
 	  (set-process-sentinel (apply 'start-process args)
 				'nnmairix-sentinel-mairix-update-finished))))))
-
-;; Silence byte-compiler.
-(defvar gnus-registry-install)
-(autoload 'gnus-registry-fetch-group "gnus-registry")
 
 (defun nnmairix-group-delete-recreate-this-group ()
   "Deletes and recreates group on the back end.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.