aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-01-28 16:29:27 +0000
committerStefan Monnier <[email protected]>2005-01-28 16:29:27 +0000
commit5c243ee4377a8c2328167147ddec963a1ba988de (patch)
treea7611a5dcb9e45c29fc835fa31c53f5390b9a147 /lisp
parentf5d01350c3c6b5a50d4324cd1e894fb3fdd71f2f (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 77a600427e..86e279685c 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-28 Stefan Monnier <[email protected]>
+
+ * message.el (message-beginning-of-line): Change the behavior when
+ invoked between BOL and : so that it first moves backward.
+
2005-01-20 Katsumi Yamaoka <[email protected]>
* mm-decode.el (mm-insert-part): Switch the multibyteness of data
@@ -14,8 +19,7 @@
* mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used
when mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME)
- and we have trailing white space. Reported by Werner Koch
+ and we have trailing white space. Reported by Werner Koch <[email protected]>.
2004-12-17 Kim F. Storm <[email protected]>
@@ -58,8 +62,8 @@
2004-12-13 Katsumi Yamaoka <[email protected]>
- * gnus-group.el (gnus-group-make-rss-group): Use
- gnus-group-make-group instead of gnus-group-unsubscribe-group.
+ * gnus-group.el (gnus-group-make-rss-group):
+ Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
* gnus-start.el (gnus-setup-news): Honor user's setting to
gnus-message-archive-method. Suggested by Lute Kamstra