aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-01-28 23:52:19 +0000
committerMiles Bader2005-01-28 23:52:19 +0000
commitaba1948af5107ad44c467e4f97792af5ce75a7d7 (patch)
tree242cf3fcc4c05708a0ebc69e1967f738167593dd /lisp/gnus/ChangeLog
parent14788d12b0a9b2fddd2e88f5d15afed8e2b9862d (diff)
downloademacs-aba1948af5107ad44c467e4f97792af5ce75a7d7.tar.gz
emacs-aba1948af5107ad44c467e4f97792af5ce75a7d7.zip
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-7 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-8 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-11 Update from CVS 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-setup-buffer): Kill and re-create the article buffer when editing of the article is discarded. (gnus-article-prepare): Revert. 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-prepare): Remove message-strip-forbidden-properties from the local hook. 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mml.el (mml-generate-mime-1): Convert string into unibyte when inserting " *mml*" buffer's contents into a unibyte temp buffer. 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org> * man/gnus.texi: Some edits based on comments from David Abrahams. 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (RSS): Fix the keystroke.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 86e279685c1..2fbab6bea54 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -3,6 +3,22 @@
3 * message.el (message-beginning-of-line): Change the behavior when 3 * message.el (message-beginning-of-line): Change the behavior when
4 invoked between BOL and : so that it first moves backward. 4 invoked between BOL and : so that it first moves backward.
5 5
62005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9 article buffer when editing of the article is discarded.
10 (gnus-article-prepare): Revert.
11
122005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13
14 * gnus-art.el (gnus-article-prepare): Remove
15 message-strip-forbidden-properties from the local hook.
16
172005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18
19 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21
62005-01-20 Katsumi Yamaoka <yamaoka@jpl.org> 222005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
7 23
8 * mm-decode.el (mm-insert-part): Switch the multibyteness of data 24 * mm-decode.el (mm-insert-part): Switch the multibyteness of data