[gnus git] branch master updated: n0-17-368-gf3a3c6a =1= Commentary fixes.

Ted Zlatanov <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  f3a3c6a123a3a3219c64802a99343c512a5592e3 (commit)
      from  8b1bba204e26c22f048d95cf45c8f3b260d6c3aa (commit)


- Log -----------------------------------------------------------------
commit f3a3c6a123a3a3219c64802a99343c512a5592e3
Author: Ted Zlatanov <[email protected]>
Date:   Wed Nov 2 10:27:03 2011 -0400

    Commentary fixes.
    
    * gnus-sync.el: More commentary about `gnus-sync-read' issues.
    
    * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
    we don't use `bound-and-true-p'.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4229f34..bacbe6a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-02  Teodor Zlatanov  <[email protected]>
+
+	* gnus-sync.el: More commentary about `gnus-sync-read' issues.
+
+	* gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
+	we don't use `bound-and-true-p'.
+
 2011-11-01  Teodor Zlatanov  <[email protected]>
 
 	* gnus-util.el (gnus-bound-and-true-p): Remove.
diff --git a/lisp/gnus-sync.el b/lisp/gnus-sync.el
index ca5e2d2..a4f8976 100644
--- a/lisp/gnus-sync.el
+++ b/lisp/gnus-sync.el
@@ -69,8 +69,9 @@
 
 ;; TODO:
 
-;; - after gnus-sync-read, the message counts are wrong.  So it's not
-;;   run automatically, you have to call it with M-x gnus-sync-read
+;; - after gnus-sync-read, the message counts look wrong until you do
+;;   `g'.  So it's not run automatically, you have to call it with M-x
+;;   gnus-sync-read
 
 ;; - use gnus-after-set-mark-hook and gnus-before-update-mark-hook to
 ;;   catch the mark updates
diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el
index f811c96..1455173 100644
--- a/lisp/gnus-util.el
+++ b/lisp/gnus-util.el
@@ -1986,7 +1986,8 @@ definitions to shadow the loaded ones for use in file byte-compilation."
 	      (gnus-macroexpand-all expanded environment)))
 	form))))
 
-;; simple check, can be a macro but this way, although slow, it's really clear
+;; Simple check: can be a macro but this way, although slow, it's really clear.
+;; We don't use `bound-and-true-p' because it's not in XEmacs.
 (defun gnus-bound-and-true-p (sym)
   (and (boundp sym) (symbol-value sym)))
 

-----------------------------------------------------------------------
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    |    7 +++++++
 lisp/gnus-sync.el |    5 +++--
 lisp/gnus-util.el |    3 ++-
 3 files changed, 12 insertions(+), 3 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
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.