* gnus-group.el (gnus-no-groups-message): Update.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 4 Jan 2004 22:56:17 +0000 (22:56 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 4 Jan 2004 22:56:17 +0000 (22:56 +0000)
* gnus-sum.el (gnus-summary-insert-new-articles): Remove .

lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-sum.el

index 917a25d..76f79b0 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-group.el (gnus-no-groups-message): Update.
+
+       * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
+
 2003-11-09  Simon Josefsson  <jas@extundo.com>
 
        * imap.el: Support for ID IMAP extension (RFC 2971).
index 4b0b02d..464d466 100644 (file)
@@ -55,7 +55,7 @@
   :group 'gnus-group-foreign
   :type 'directory)
 
-(defcustom gnus-no-groups-message "No gnus is bad news"
+(defcustom gnus-no-groups-message "No Gnus is good news"
   "*Message displayed by Gnus when no groups are available."
   :group 'gnus-start
   :type 'string)
index bed7778..86fb8d4 100644 (file)
@@ -11640,7 +11640,7 @@ If ALL is a number, fetch this number of articles."
          (push i new)
          (decf i))
        (if (not new)
-           (message "No gnus is bad news.")
+           (message "No gnus is bad news")
          (gnus-summary-insert-articles new)
          (setq gnus-newsgroup-unreads
                (gnus-sorted-nunion gnus-newsgroup-unreads new))