Changes committed gnus/lisp (ChangeLog gnus-diary.el gnus-sum.el message.el)

"Miles Bader" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog gnus-diary.el gnus-sum.el message.el

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 288-290)

   - Update from CVS

2008-04-12  Reiner Steib  <[email protected]>

   * Makefile.in (release-check-settings): Clarify codename.
   (release-help): New target.
   (release-cvs-export): Add umask.  Suggested by Sven Joachim.

2008-04-12  Reiner Steib  <[email protected]>

   * lisp/gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
   binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
   `C-c C-f d'.

2008-04-12  Adrian Aichner  <[email protected]>

   * lisp/gnus-sum.el (gnus-summary-goto-subject): Typo fix.

2008-03-31  Katsumi Yamaoka  <[email protected]>

   * lisp/Makefile.in (EMACS_COMP): Quote directory name that might contain
   whitespace.

2008-04-13  Reiner Steib  <[email protected]>

   * texi/gnus.texi (Oort Gnus): Add message-fill-column.

2008-04-12  Adrian Aichner  <[email protected]>

   * texi/gnus.texi (Mail Source Specifiers): Typo fix.

2008-04-12  Reiner Steib  <[email protected]>

   * texi/gnus.texi (Diary Headers Generation): Update key binding for
   `gnus-diary-check-message'.

Revision: [email protected]/gnus--devo--0--patch-479


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1832 gnus/lisp/ChangeLog:7.1833
--- ChangeLog:7.1832	Sun Apr 13 23:22:07 2008
+++ ChangeLog	Mon Apr 21 01:38:57 2008
@@ -13,6 +13,16 @@
 
 	* mm-decode.el (mm-display-external): Make temp file read-only.
 
+2008-04-12  Reiner Steib  <[email protected]>
+
+	* gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
+	binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
+	`C-c C-f d'.
+
+2008-04-12  Adrian Aichner  <[email protected]>
+
+	* gnus-sum.el (gnus-summary-goto-subject): Typo fix.
+
 2008-04-11  Reiner Steib  <[email protected]>
 
 	* gnus.el: Bump version to 0.9.
@@ -70,6 +80,11 @@
 	(nnimap-enable-minmax-bug-workaround): New variable to toggle whether
 	to enable bug workaround or not.
 	(nnimap-find-minmax-uid): Only enable workaround conditionally.
+
+2008-03-31  Katsumi Yamaoka  <[email protected]>
+
+	* Makefile.in (EMACS_COMP): Quote directory name that might contain
+	whitespace.
 
 2008-03-29  Sven Joachim  <[email protected]>
 
Index: gnus-diary.el
diff -u gnus/lisp/gnus-diary.el:7.18 gnus/lisp/gnus-diary.el:7.19
--- gnus-diary.el:7.18	Sun Jan 20 06:23:57 2008
+++ gnus-diary.el	Mon Apr 21 01:38:57 2008
@@ -390,8 +390,8 @@
 (add-hook 'nndiary-request-accept-article-hooks
 	  (lambda () (gnus-diary-check-message nil)))
 
-(define-key message-mode-map "\C-cDc" 'gnus-diary-check-message)
-(define-key gnus-article-edit-mode-map "\C-cDc" 'gnus-diary-check-message)
+(define-key message-mode-map "\C-c\C-fd" 'gnus-diary-check-message)
+(define-key gnus-article-edit-mode-map "\C-c\C-fd" 'gnus-diary-check-message)
 
 
 ;; The end ==================================================================
@@ -400,10 +400,6 @@
   "Current Diary back end version."
   (interactive)
   (message "NNDiary version %s" nndiary-version))
-
-(define-key message-mode-map "\C-cDv" 'gnus-diary-version)
-(define-key gnus-article-edit-mode-map "\C-cDv" 'gnus-diary-version)
-
 
 (provide 'gnus-diary)
 
Index: gnus-sum.el
diff -u gnus/lisp/gnus-sum.el:7.219 gnus/lisp/gnus-sum.el:7.220
--- gnus-sum.el:7.219	Sat Mar 29 13:02:00 2008
+++ gnus-sum.el	Mon Apr 21 01:38:57 2008
@@ -7452,7 +7452,7 @@
   (gnus-summary-position-point))
 
 (defun gnus-summary-goto-subject (article &optional force silent)
-  "Go the subject line of ARTICLE.
+  "Go to the subject line of ARTICLE.
 If FORCE, also allow jumping to articles not currently shown."
   (interactive "nArticle number: ")
   (unless (numberp article)
Index: message.el
diff -u gnus/lisp/message.el:7.256 gnus/lisp/message.el:7.257
--- message.el:7.256	Sun Apr 13 23:22:07 2008
+++ message.el	Mon Apr 21 01:38:57 2008
@@ -1012,6 +1012,7 @@
   :link '(custom-manual "(message)Insertion Variables")
   :type 'integer)
 
+;;;###autoload
 (defcustom message-cite-function 'message-cite-original-without-signature
   "*Function for citing an original message.
 Predefined functions include `message-cite-original' and
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.