summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog66
-rw-r--r--lisp/gnus/gnus-diary.el2
-rw-r--r--lisp/gnus/gnus-group.el5
-rw-r--r--lisp/gnus/gnus-start.el4
4 files changed, 44 insertions, 33 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 1eec8b26fdf..825a8bce003 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,17 @@
+2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
+
+ * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
+
+2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * gnus-diary.el (gnus-user-format-function-d)
+ (gnus-user-format-function-D): Autoload.
+
+2006-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * gnus-group.el (gnus-group-select-group): Doc fix.
+ [ See 2004-05-19 change on the trunk. ]
+
2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
* rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
@@ -165,8 +179,8 @@
* mml.el (mml-mode, mml-dnd-protocol-alist)
(mml-dnd-attach-options, mml-dnd-attach-file)
- (mml-attach-file, mml-attach-buffer, mml-attach-external): Sync
- DND support and use of message-in-body-p from the trunk.
+ (mml-attach-file, mml-attach-buffer, mml-attach-external):
+ Sync DND support and use of message-in-body-p from the trunk.
2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
@@ -182,8 +196,7 @@
2006-04-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
- * nnweb.el (nnweb-google-wash-article): Sync up to new Google
- HTML.
+ * nnweb.el (nnweb-google-wash-article): Sync up to new Google HTML.
2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
@@ -295,16 +308,14 @@
* rfc2047.el (rfc2047-decode-encoded-words): Don't message about
unknown charset.
- * message.el (message-header-synonyms): Add Original-To to the
- default.
+ * message.el (message-header-synonyms): Add Original-To to the default.
- * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
+ * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an
optional parameter.
2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
- * pgg-gpg.el: Revert to revision 7.15 to allow the use of
- gpg-agent.
+ * pgg-gpg.el: Revert to revision 7.15 to allow the use of gpg-agent.
2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
@@ -312,14 +323,13 @@
2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
- * nnweb.el (nnweb-google-create-mapping): Update regexp. Some
- whitespace was matched into the url, which broke browsing hits
+ * nnweb.el (nnweb-google-create-mapping): Update regexp.
+ Some whitespace was matched into the url, which broke browsing hits
> 100 when mm-url-use-external was nil.
2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
- * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
- :set.
+ * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
@@ -390,8 +400,8 @@
2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
- * gnus-art.el (gnus-article-only-boring-p): Bind
- inhibit-point-motion-hooks to avoid infinite loop when entering
+ * gnus-art.el (gnus-article-only-boring-p):
+ Bind inhibit-point-motion-hooks to avoid infinite loop when entering
intangible text. Reported by Ralf Wachinger
<rwnewsmampfer@geekmail.de>.
@@ -462,8 +472,7 @@
2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
- * mm-decode.el (mm-get-part): Don't use
- mm-with-unibyte-current-buffer.
+ * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
* gnus-sum.el (gnus-summary-set-display-table): Don't nix out
characters 160 through 255 in Emacs 23.
@@ -483,8 +492,8 @@
2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
- * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
- nov.php.
+ * nnweb.el (nnweb-type-definition, nnweb-gmane-search):
+ Use new nov.php.
2006-02-28 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
@@ -676,8 +685,8 @@
2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
- * spam-report.el (spam-report-gmane-use-article-number): Improve
- doc string.
+ * spam-report.el (spam-report-gmane-use-article-number):
+ Improve doc string.
(spam-report-gmane-internal): Check if a suitable header was found
in the article.
@@ -716,12 +725,10 @@
* nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
there's only one active file for all servers.
(nnweb-request-scan): Make sure nnweb-articles is initialized on
- solid groups. Gnus might have used a FAST request to select the
- group.
+ solid groups. Gnus might have used a FAST request to select the group.
(nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
and nnweb-search redundantly in the active file.
- (nnweb-request-list): Don't list bogus groups. There can only be
- one.
+ (nnweb-request-list): Don't list bogus groups. There can only be one.
(nnweb-request-create-group): Don't use ARGS.
(nnweb-possibly-change-server, nnweb-request-group): Remove some
initialisations. Let nnoo do the work.
@@ -732,14 +739,13 @@
(message-setup-1): Call `message-use-alternative-email-as-from'
after `message-setup-hook' to give it precedence over posting
styles, etc.
- (message-use-alternative-email-as-from): Add docstring. Remove
- the original From header if present.
+ (message-use-alternative-email-as-from): Add docstring.
+ Remove the original From header if present.
2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
- * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
- decoded.
- (mm-uu-diff-extract): Ditto.
+ * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
+ Say the part has been decoded.
2006-01-31 Kevin Ryde <user42@zip.com.au>
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el
index 5dfbd56af24..e4834131aa7 100644
--- a/lisp/gnus/gnus-diary.el
+++ b/lisp/gnus/gnus-diary.el
@@ -213,6 +213,7 @@ There are currently two built-in format functions:
;; #### NOTE: Gnus sometimes gives me a HEADER not corresponding to any
;; message, with all fields set to nil here. I don't know what it is for, and
;; I just ignore it.
+;;;###autoload
(defun gnus-user-format-function-d (header)
;; Returns an aproximative delay string for the next occurence of this
;; message. The delay is given only in the first non zero unit.
@@ -249,6 +250,7 @@ There are currently two built-in format functions:
;; #### NOTE: Gnus sometimes gives me a HEADER not corresponding to any
;; message, with all fields set to nil here. I don't know what it is for, and
;; I just ignore it.
+;;;###autoload
(defun gnus-user-format-function-D (header)
;; Returns a formatted time string for the next occurence of this message.
(let* ((extras (mail-header-extra header))
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index f3ca6248811..c34e339c5b1 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -2039,7 +2039,10 @@ group."
No article is selected automatically.
If the group is opened, just switch the summary buffer.
If ALL is non-nil, already read articles become readable.
-If ALL is a number, fetch this number of articles."
+If ALL is a positive number, fetch this number of the latest
+articles in the group.
+If ALL is a negative number, fetch this number of the earliest
+articles in the group."
(interactive "P")
(when (and (eobp) (not (gnus-group-group-name)))
(forward-line -1))
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el
index 00defe58943..134078638c6 100644
--- a/lisp/gnus/gnus-start.el
+++ b/lisp/gnus/gnus-start.el
@@ -313,8 +313,8 @@ If, for instance, you want to subscribe to all newsgroups in the
options -n no.all alt.all
-Gnus will the subscribe all new newsgroups in these hierarchies with
-the subscription method in this variable."
+Gnus will then subscribe all new newsgroups in these hierarchies
+with the subscription method in this variable."
:group 'gnus-group-new
:type '(radio (function-item gnus-subscribe-randomly)
(function-item gnus-subscribe-alphabetically)