[gnus git] branch master updated: n0-13-121-g9f472b9 =1= Fix some entries.

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  9f472b942fdf65724c3c717b72c4308497772ec7 (commit)
      from  93471850666fac0d07a2dbd4d3d3552be7047bd4 (commit)


- Log -----------------------------------------------------------------
commit 9f472b942fdf65724c3c717b72c4308497772ec7
Author: Stefan Monnier <[email protected]>
Date:   Tue Mar 15 22:55:25 2011 +0000

    Fix some entries.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 56c4bde..44107fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -83,9 +83,9 @@
 
 2011-03-11  Teodor Zlatanov  <[email protected]>
 
-	* gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
-	install `gnus-sync-read' to any hooks by default.  It's buggy.  The
-	user will have to run `gnus-sync-read' manually and wait for Cloudy
+	* gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
+	Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
+	The user will have to run `gnus-sync-read' manually and wait for Cloudy
 	Gnus.
 
 2011-03-11  Julien Danjou  <[email protected]>
@@ -169,8 +169,8 @@
 
 2011-03-05  Antoine Levitt  <[email protected]>
 
-	* message.el (message-cite-reply-position, message-cite-style): New
-	variables.
+	* message.el (message-cite-reply-position, message-cite-style):
+	New variables.
 	(message-yank-original): Use the new citation styles.
 
 2011-03-04  Daiki Ueno  <[email protected]>
@@ -296,14 +296,14 @@
 
 2011-02-23  Lars Ingebrigtsen  <[email protected]>
 
-	* gnus-start.el (gnus-dribble-read-file): Set
-	buffer-save-without-query, since we always want to save the dribble
+	* gnus-start.el (gnus-dribble-read-file):
+	Set buffer-save-without-query, since we always want to save the dribble
 	file, probably.
 
 	* nnmail.el (nnmail-article-group): Allow a final "" split to work on
 	nnimap.
 
-	* gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
+	* gnus-sum.el (gnus-user-date-format-alist): Rename back again from
 	-summary- since it's a user-visible variable.
 
 	* nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
@@ -602,8 +602,8 @@
 2011-02-14  Teodor Zlatanov  <[email protected]>
 
 	* auth-source.el (auth-source-backend-parse-parameters): Don't rely on
-	`plist-get' to accept non-list parameters (XEmacs issue).  Fix
-	docstring.
+	`plist-get' to accept non-list parameters (XEmacs issue).
+	Fix docstring.
 	(auth-source-secrets-search): Use `delete-dups', `append mapcar', and
 	`butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
 	(auth-sources, auth-source-backend-parse, auth-source-secrets-search):
@@ -744,8 +744,8 @@
 
 2011-02-06  Michael Albinus  <[email protected]>
 
-	* auth-source.el (top): Require 'eieio unconditionally.  Autoload
-	`secrets-get-attributes' instead of `secrets-get-attribute'.
+	* auth-source.el (top): Require 'eieio unconditionally.
+	Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
 	(auth-source-secrets-search): Limit search when `max' is greater than
 	number of results.
 
@@ -781,7 +781,7 @@
 	(auth-source-protocol-defaults, auth-source-user-or-password-imap)
 	(auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
 	(auth-source-user-or-password-sftp)
-	(auth-source-user-or-password-smtp): Removed.
+	(auth-source-user-or-password-smtp): Remove.
 	(auth-source-user-or-password): Deprecated and modified to be a wrapper
 	around `auth-source-search'.  Not tested thoroughly.
 
@@ -949,16 +949,16 @@
 	* gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
 	that Gnus doesn't know exists again.
 
-	* gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
+	* gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
 	(gnus-treat-date-ut): Ditto.
-	(gnus-article-update-date-header): Renamed.
-	(gnus-treat-date-local): Removed.
-	(gnus-treat-date-english): Removed.
-	(gnus-treat-date-lapsed): Removed.
-	(gnus-treat-date-combined-lapsed): Removed.
-	(gnus-treat-date-original): Removed.
-	(gnus-treat-date-iso8601): Removed.
-	(gnus-treat-date-user-defined): Removed.
+	(gnus-article-update-date-header): Rename.
+	(gnus-treat-date-local): Remove.
+	(gnus-treat-date-english): Remove.
+	(gnus-treat-date-lapsed): Remove.
+	(gnus-treat-date-combined-lapsed): Remove.
+	(gnus-treat-date-original): Remove.
+	(gnus-treat-date-iso8601): Remove.
+	(gnus-treat-date-user-defined): Remove.
 	(gnus-article-date-headers): New variable to control all the date
 	header options.
 	(article-date-ut): Rewrite to allow using the new way to format date
@@ -1061,7 +1061,7 @@
 
 	* shr.el: Revert change that made headings use different-sized faces.
 	The Emacs display engine isn't advanced enough that, for instance,
-	tables can comfortably use differntly-sized faces.
+	tables can comfortably use differently-sized faces.
 
 2011-01-25  Lars Ingebrigtsen  <[email protected]>
 
@@ -2135,7 +2135,7 @@
 
 2010-11-24  Lars Magne Ingebrigtsen  <[email protected]>
 
-	* shr.el (shr-color-check): Protect against non-existant colour names.
+	* shr.el (shr-color-check): Protect against non-existent colour names.
 
 2010-11-24  Julien Danjou  <[email protected]>
 
@@ -3485,7 +3485,7 @@
 	This makes nnimap work properly on Courier again.
 
 	* gnus.el (gnus-carpal): The carpal mode has been removed, but define
-	the variable for backwards compatability.
+	the variable for backwards compatibility.
 
 	* mm-decode.el (mm-save-part): If given a non-directory result, expand
 	the file name before using to avoid setting mm-default-directory to

-----------------------------------------------------------------------
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 |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.