*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 9 Sep 1997 02:05:48 +0000 (02:05 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 9 Sep 1997 02:05:48 +0000 (02:05 +0000)
lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus-group.el
lisp/gnus-score.el
lisp/gnus-topic.el
lisp/gnus.el
lisp/nnfolder.el
lisp/nnsoup.el
texi/gnus.texi
texi/message.texi
todo

index 78b8a83..3e5c0a6 100644 (file)
@@ -1,3 +1,21 @@
+Tue Sep  9 04:02:33 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.66 is released.
+
+Tue Sep  9 03:09:29 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-topic.el (gnus-topic-check-topology): Protect against nil
+       entries. 
+
+       * nnfolder.el (nnfolder-request-regenerate): Typo.
+
+       * gnus-art.el (gnus-button-alist): mailto urls didn't work.
+
+Tue Sep  9 02:48:49 1997  Jay Sachs  <sachs@bull.cs.williams.edu>
+
+       * gnus-score.el (gnus-score-edit-current-scores): Switch on score
+       mode in the right buffer.
+
 Sat Aug 16 20:36:31 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * gnus.el: Gnus v5.4.65 is released.
index 5ec5705..09cf5d9 100644 (file)
@@ -2568,8 +2568,8 @@ groups."
     ("\\bnews:\\(//\\)?\\([^>\n\t ]+\\)" 0 t gnus-button-fetch-group 2)
     ("\\bin\\( +article\\)? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)" 2
      t gnus-button-message-id 3)
-    ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>" 0 t gnus-url-mailto 1)
-    ("\\bmailto:\\([^ \n\t]+\\)" 0 t gnus-url-mailto 2)
+    ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>" 0 t gnus-url-mailto 2)
+    ("\\bmailto:\\([^ \n\t]+\\)" 0 t gnus-url-mailto 1)
     ;; This is how URLs _should_ be embedded in text...
     ("<URL: *\\([^>]*\\)>" 0 t gnus-button-embedded-url 1)
     ;; Raw URLs.
index df7ac8f..1f45936 100644 (file)
@@ -483,7 +483,7 @@ ticked: The number of ticked articles."
     "m" gnus-group-mark-group
     "u" gnus-group-unmark-group
     "w" gnus-group-mark-region
-    "m" gnus-group-mark-buffer
+    "b" gnus-group-mark-buffer
     "r" gnus-group-mark-regexp
     "U" gnus-group-unmark-all-groups)
 
index abd23d3..ccad0c0 100644 (file)
@@ -1001,6 +1001,7 @@ SCORE is the score to add."
     (gnus-make-directory (file-name-directory file))
     (setq gnus-score-edit-buffer (find-file-noselect file))
     (gnus-configure-windows 'edit-score)
+    (select-window (get-buffer-window gnus-score-edit-buffer))
     (gnus-score-mode)
     (setq gnus-score-edit-exit-function 'gnus-score-edit-done)
     (make-local-variable 'gnus-prev-winconf)
index e95af93..833ec7b 100644 (file)
@@ -685,7 +685,8 @@ articles in the topic and its subtopics."
        topic)
     (while (setq topic (pop alist))
       (while (cdr topic)
-       (if (gnus-gethash (cadr topic) gnus-newsrc-hashtb)
+       (if (and (cadr topic)
+                (gnus-gethash (cadr topic) gnus-newsrc-hashtb))
            (setq topic (cdr topic))
          (setcdr topic (cddr topic)))))))
 
index 40bf400..1a9910b 100644 (file)
@@ -238,7 +238,7 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "5.4.65"
+(defconst gnus-version-number "5.4.66"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "Gnus v%s" gnus-version-number)
index 367e080..7d1e8b4 100644 (file)
@@ -449,7 +449,7 @@ time saver for large mailboxes.")
           t))))
 
 (defun nnfolder-request-regenerate (server)
-  (nnfolder-possibly-change-directory nil server)
+  (nnfolder-possibly-change-group nil server)
   (nnfolder-generate-active-file)
   t)
 
index 7c56866..3133535 100644 (file)
@@ -237,7 +237,7 @@ The SOUP packet file name will be inserted at the %s.")
 
 (deffoo nnsoup-request-type (group &optional article)
   (nnsoup-possibly-change-group group)
-  ;; Try to guess the type based on the first articl ein the group.
+  ;; Try to guess the type based on the first articlin the group.
   (when (not article)
     (setq article
          (cdaar (cddr (assoc group nnsoup-group-alist)))))
index 93c6097..bbfb731 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo                  @c -*-texinfo-*-
 
 @setfilename gnus
-@settitle Gnus 5.4.65 Manual
+@settitle Gnus 5.4.66 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -309,7 +309,7 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Gnus 5.4.65 Manual
+@title Gnus 5.4.66 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
@@ -345,7 +345,7 @@ can be gotten by any nefarious means you can think of---@sc{nntp}, local
 spool or your mbox file.  All at the same time, if you want to push your
 luck.
 
-This manual corresponds to Gnus 5.4.65.
+This manual corresponds to Gnus 5.4.66.
 
 @end ifinfo
 
@@ -4165,6 +4165,7 @@ numeric prefix) (@code{gnus-summary-kill-below}).
 @kindex M c (Summary)
 @kindex M-u (Summary)
 @findex gnus-summary-clear-mark-forward
+@cindex mark as unread
 Clear all readedness-marks from the current article
 (@code{gnus-summary-clear-mark-forward}).
 
@@ -8551,8 +8552,8 @@ You probably don't want to do that, though.
 The default value is
 
 @lisp
-  '(("nntpd 1\\.5\\.11t" 
-     (remove-hook 'nntp-server-opened-hook nntp-send-mode-reader)))
+'(("nntpd 1\\.5\\.11t" 
+   (remove-hook 'nntp-server-opened-hook 'nntp-send-mode-reader)))
 @end lisp
 
 This ensures that Gnus doesn't send the @code{MODE READER} command to
index e6db314..5be20ea 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo                  @c -*-texinfo-*-
 
 @setfilename message
-@settitle Message 5.4.65 Manual
+@settitle Message 5.4.66 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -39,7 +39,7 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Message 5.4.65 Manual
+@title Message 5.4.66 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
@@ -79,7 +79,7 @@ buffers.
 * Key Index::         List of Message mode keys.
 @end menu
 
-This manual corresponds to Message 5.4.65.  Message is distributed with
+This manual corresponds to Message 5.4.66.  Message is distributed with
 the Gnus distribution bearing the same version number as this manual
 has. 
 
diff --git a/todo b/todo
index 476149f..b95d1f6 100644 (file)
--- a/todo
+++ b/todo
@@ -753,3 +753,9 @@ do the threading and then exclude all the fetched headers.
 
 * use run-with-idle-timer for gnus-demon instead of the
 home-brewed stuff for better reliability.
+
+* boring header hiding -- Long To lines.
+
+* `C-u C-c C-c' should avoid highlighting after editing an article.
+
+* nntp-rlogin-program -- new variable.