-2005-10-29 Sat Jari Aalto <jari dot aalto A T cante dot net>
+2005-10-29 Romain Francoise <romain@orebokech.com>
+
+ * message.el (message-fix-before-sending): Fix comment.
+
+2005-10-29 Jari Aalto <jari.aalto@cante.net>
* gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
-2005-10-29 Jari Aalto <jari aalto A T cante net>
+2005-10-29 Jari Aalto <jari.aalto@cante.net>
* score-mode.el (gnus-score-edit-done-hook): Introduce variable.
Used in gnus-score.el.
;; (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)
-2005-10-29 Sat Jari Aalto <jari dot aalto A T cante dot net>
+2005-10-29 Jari Aalto <jari.aalto@cante.net>
* 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 <Reiner.Steib@gmx.de>