Synch to Gnus 200306240131.
authoryamaoka <yamaoka>
Tue, 24 Jun 2003 03:37:50 +0000 (03:37 +0000)
committeryamaoka <yamaoka>
Tue, 24 Jun 2003 03:37:50 +0000 (03:37 +0000)
lisp/ChangeLog
lisp/gnus-srvr.el
lisp/gnus-topic.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index 85bca75..fdb0a61 100644 (file)
@@ -1,5 +1,11 @@
 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
+       native groups.
+
+       * gnus-topic.el (gnus-group-prepare-topics): Update topic line
+       format specs.
+
        * gnus-picon.el: Written by moi, moi, moi.
 
        * gnus-group.el (gnus-group-kill-group): Clean up.
index f50e39a..3bfa7ee 100644 (file)
@@ -911,6 +911,8 @@ buffer.
       (unless (eq (char-after) ? )
        (setq sub t))
       (setq group (gnus-browse-group-name))
+      (when (gnus-server-equal gnus-browse-current-method "native")
+       (setq group (gnus-group-real-name group)))
       (if sub
          (progn
            ;; Make sure the group has been properly removed before we
index 002a3a3..b74e69b 100644 (file)
@@ -436,6 +436,8 @@ If LOWEST is non-nil, list all newsgroups of level LOWEST or higher."
         (and gnus-group-listed-groups
              (copy-sequence gnus-group-listed-groups))))
 
+    (gnus-update-format-specifications nil 'topic)
+    
     (when (or (not gnus-topic-alist)
              (not gnus-topology-checked-p))
       (gnus-topic-check-topology))
index cb5de50..784b171 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Summary Mail Commands): Make note of
+       Mail-Followup-To. 
+
 2003-06-23  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus.texi: Formatting fixes.
index 56f4e88..0ac653a 100644 (file)
@@ -5131,7 +5131,8 @@ Summary Buffer} \e$B$r;2>H$7$F2<$5$$!#\e(B
 \e$B8=:_$N5-;v$r=q$$$??M$KBP$7$F!"9-$$JVEz\e(B (wide reply) \e$B$r$7$^\e(B
 \e$B$9\e(B (@code{gnus-summary-wide-reply})\e$B!#\e(B@dfn{\e$B9-$$JVEz\e(B} \e$B$H$O%X%C%@!<\e(B
 \e$B$N\e(B @code{To}, @code{From}, (\e$B$b$7$/$O\e(B @code{Reply-to}) \e$B$H\e(B @code{Cc}) \e$B$N$9\e(B
-\e$B$Y$F$N?M$KJVEz$r$9$k$3$H$G$9!#\e(B
+\e$B$Y$F$N?M$KJVEz$r$9$k$3$H$G$9!#\e(B@code{Mail-Followup-To} \e$B$,$"$l$P!"Be$o$j$K\e(B
+\e$B$=$l$,;H$o$l$^$9!#\e(B
 
 @item S W
 @kindex S W (\e$B35N,\e(B)
index 0d92a73..acdf0a1 100644 (file)
@@ -5227,7 +5227,8 @@ command uses the process/prefix convention.
 Mail a wide reply to the author of the current article
 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
 goes out to all people listed in the @code{To}, @code{From} (or
-@code{Reply-to}) and @code{Cc} headers.
+@code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
+present, that's used instead.
 
 @item S W
 @kindex S W (Summary)