[gnus git] branch master updated: m0-9-57-g921912a =1= lisp/ChangeLog: Fix typos
Katsumi Yamaoka <[email protected]> Thu, 13 Feb 2014 09:23:46 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 921912aa5d551f57a9cbfc735bb95439d1435002 (commit)
from 9850b9927df1b942efb2ed75c5055857a51b0251 (commit)
- Log -----------------------------------------------------------------
commit 921912aa5d551f57a9cbfc735bb95439d1435002
Author: Juanma Barranquero <[email protected]>
Date: Thu Feb 13 08:23:39 2014 +0000
lisp/ChangeLog: Fix typos
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28381ea..da49f21 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6170,7 +6170,7 @@
2011-02-22 Andrew Cohen <[email protected]>
- * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
+ * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
Lower case names of search constraints.
(nnir-run-query): Cache and reuse search constraints for all imap
servers.
@@ -7562,7 +7562,7 @@
customizable.
(nnir-retrieve-headers): Remove obsolete subject-mangling code.
- * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
+ * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
from nnir.el.
2010-12-03 Julien Danjou <[email protected]>
@@ -7589,7 +7589,7 @@
* nnir.el (nnir-summary-line-format): New variable.
(nnir-mode): Use it.
- (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
+ (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
(nnir-article-ids): Reimplement as defsubst.
(nnir-retrieve-headers): Don't mangle the subject header.
(nnir-run-imap): Use 100 as RSV score.
@@ -7620,7 +7620,7 @@
(nnir-mode): Install nnir-specific hooks for updating the registry.
* gnus-sum.el
- (gnus-article-original-subject,gnus-newsgroup-original-name):
+ (gnus-article-original-subject, gnus-newsgroup-original-name):
Remove obsolete variables.
(gnus-summary-move-article): Remove use of obsolete variables.
(gnus-summary-local-variables): Make move and delete hooks local to
@@ -8430,7 +8430,7 @@
long-lines case by only filling the long lines.
* nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
- (bug #7311).
+ (bug#7311).
2010-11-01 Katsumi Yamaoka <[email protected]>
@@ -8513,7 +8513,7 @@
2010-10-31 Andrew Cohen <[email protected]>
- * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
+ * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
an entire server.
(nnir-get-active): New function.
(nnir-run-imap): Use it.
@@ -8595,13 +8595,13 @@
* nnir.el: General clean up. Allow searching with multiple engines.
Allow separate extra-parameters for each engine.
Batch queries when possible.
- (nnir-imap-default-search-key,nnir-method-default-engines):
+ (nnir-imap-default-search-key, nnir-method-default-engines):
Add customize interface.
(nnir-run-gmane): New engine.
(nnir-engines): Use it. Qualify all prompts with engine name.
(nnir-search-engine): Remove global variable.
(nnir-run-hyrex): Restore for now.
- (nnir-extra-parms,nnir-search-history): New variables.
+ (nnir-extra-parms, nnir-search-history): New variables.
(gnus-group-make-nnir-group): Use them.
(nnir-group-server): Remove in favor of gnus-group-server.
(nnir-request-group): Avoid searching twice.
@@ -8940,7 +8940,7 @@
* gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
name in the mode line spec so that the mode line menu works
- (bug #2431).
+ (bug#2431).
* message.el (message-get-reply-headers): If we're fed `to-address',
then always use that.
@@ -8949,7 +8949,7 @@
aren't so wide as to need to switch off the edit menu.
* gnus-delay.el (gnus-delay-article): Remove superfluous `group'
- binding. Suggested by Leo <[email protected]> (bug #6613).
+ binding. Suggested by Leo <[email protected]> (bug#6613).
* nnimap.el (nnimap-request-group): Don't SELECT the group twice on
`M-g'.
@@ -9830,7 +9830,7 @@
2010-09-30 Lars Magne Ingebrigtsen <[email protected]>
- * nnir.el: Use the server names without suffixes (bug #7009).
+ * nnir.el: Use the server names without suffixes (bug#7009).
* nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
unencrypted to STARTTLS, if possible.
@@ -11908,7 +11908,7 @@
2010-07-13 Thierry Volpiatto <[email protected]>
- Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
+ Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
C-w still not working correctly from Article buffers; Thierry's
patch to fix that will be applied after this.
@@ -12172,7 +12172,7 @@
2010-05-01 Andreas Seltenreich <[email protected]>
- * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
+ * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
handles on recursive mml-to-mime translation and check them for
boundary delimiter collisions. Reported by Greg Troxel.
@@ -20297,7 +20297,7 @@
2005-12-12 Reiner Steib <[email protected]>
* mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
- message-marks (Debian bug #342521).
+ message-marks (Debian bug#342521).
2005-12-12 Simon Josefsson <[email protected]>
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project