From: yamaoka Date: Sat, 29 Oct 2005 23:01:39 +0000 (+0000) Subject: Synch to No Gnus 200510291424. X-Git-Tag: t-gnus-6_17_4-quimby-~268 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=709fa607d677955fecedee471fbe71d0a81c9a8a;p=elisp%2Fgnus.git- Synch to No Gnus 200510291424. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34859dc..732f27b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,12 @@ -2005-10-29 Sat Jari Aalto +2005-10-29 Romain Francoise + + * message.el (message-fix-before-sending): Fix comment. + +2005-10-29 Jari Aalto * gnus-sum.el (gnus-article-sort-by-date-reverse): New function. -2005-10-29 Jari Aalto +2005-10-29 Jari Aalto * score-mode.el (gnus-score-edit-done-hook): Introduce variable. Used in gnus-score.el. diff --git a/lisp/message.el b/lisp/message.el index 3780f28..929c9a4 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -4140,7 +4140,7 @@ not have PROP." ;; (when (let ((char (char-after))) ;; (or (< (mm-char-int char) 128) ;; (and (mm-multibyte-p) -;; ;; Fixme: Wrong for Emacs 22 and for things +;; ;; Fixme: Wrong for Emacs 23 and for things ;; ;; like undecable utf-8. Should at least ;; ;; use find-coding-systems-region. ;; (memq (char-charset char) diff --git a/texi/ChangeLog b/texi/ChangeLog index cf27c6d..9b12503 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,7 +1,7 @@ -2005-10-29 Sat Jari Aalto +2005-10-29 Jari Aalto * gnus.texi (Sorting the Summary Buffer): - Added `gnus-thread-sort-by-date-reverse'. Added example + Add `gnus-thread-sort-by-date-reverse'. Add example host to different sorting in NNTP and RSS groups. 2005-10-28 Reiner Steib