Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 29 Jan 2002 04:43:27 +0000 (04:43 +0000)
committeryamaoka <yamaoka>
Tue, 29 Jan 2002 04:43:27 +0000 (04:43 +0000)
lisp/ChangeLog
lisp/gnus-art.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index 6191a18..50774b5 100644 (file)
@@ -1,8 +1,10 @@
 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-score.el (gnus-score-insert-help): Move
-       to (point-min). Don't split when the window is small, e.g. a small
-       *BBDB* window is the lowest one.
+       * gnus-art.el (gnus-article-followup-with-original): Use (mark).
+
+       * gnus-score.el (gnus-score-insert-help): Move to (point-min).
+       Don't split when the window is small, e.g. when a small *BBDB*
+       window is the lowest one.
 
        * gnus-agent.el (gnus-agent-retrieve-headers): Use
        nnheader-find-nov-line to speed up. Use nreverse, because it is
index 3e558f9..9ba07b4 100644 (file)
@@ -5183,7 +5183,7 @@ the entire article will be yanked."
   (interactive)
   (let ((article (cdr gnus-article-current))
        cont)
-    (if (not (gnus-region-active-p))
+    (if (not (mark))
        (gnus-summary-followup (list (list article)))
       (setq cont (buffer-substring (point) (mark)))
       ;; Deactivate active regions.
index c24f273..7b916ef 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Agent Expiry): Addition.
+
 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * emacs-mime.texi (Customization): Added documentation for
index 3723714..1bab22d 100644 (file)
@@ -16133,6 +16133,12 @@ $ emacs -batch -l ~/.gnus.el -f gnus-agent-batch
 \e$B=i4|@_DjCM\e(B) \e$B$G$"$l$P!"4{FI5-;v$N$_$,>C5n$NBP>]$H$J$j!"L$FI!"2D;k!"J]N15-\e(B
 \e$B;v$O$5$i$KL54|8B$KJ];}$7$^$9!#\e(B
 
+@findex gnus-agent-regenerate
+\e$B4|8B@Z$l>C5n$5$l$F$$$k$O$:$J$N$K;D$C$F$$$k5-;v$r8+$D$1$?$J$i$P!"$?$V$s$$\e(B
+\e$B$/$D$+$N\e(B gnus \e$B%(!<%8%'%s%H%U%!%$%k$,2u$l$F$$$^$9!#\e(B
+@code{gnus-agent-regenerate} \e$B$O!"5/$3$j$&$kLdBj$r=$I|$9$k$?$a$NFCJL$J%3\e(B
+\e$B%^%s%I$G$9!#\e(B
+
 @node Agent and IMAP
 @subsection \e$B%(!<%8%'%s%H$r\e(B IMAP \e$B$G;H$&J}K!\e(B
 
index aa47eb2..abaa897 100644 (file)
@@ -33,7 +33,7 @@
 \makeindex
 \begin{document}
 
-\newcommand{\gnusversionname}{Oort Gnus v0.05}
+\newcommand{\gnusversionname}{Oort Gnus v0.06}
 \newcommand{\gnuschaptername}{}
 \newcommand{\gnussectionname}{}
 
@@ -16515,11 +16515,15 @@ If you use the list form, the last element must always be the default
 method---it must always match all groups.
 
 @vindex gnus-agent-expire-all
-if @code{gnus-agent-expire-all} is non-@code{nil}, this command will
+If @code{gnus-agent-expire-all} is non-@code{nil}, this command will
 expire all articles---unread, read, ticked and dormant.  If @code{nil}
 (which is the default), only read articles are eligible for expiry, and
 unread, ticked and dormant articles will be kept indefinitely.
 
+@findex gnus-agent-regenerate
+If you find that some articles eligible for expiry are never expired,
+perhaps some Gnus Agent files are corrupted.  There's a special
+@code{gnus-agent-regenerate} command to fix possible problems.
 
 @node Agent and IMAP
 @subsection Agent and IMAP