aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-04 00:21:34 +0000
committerKatsumi Yamaoka2010-09-04 00:21:34 +0000
commit10e91ca9826f03156ac027ba111a052d888eacf0 (patch)
tree9863e7ee1ea90e8878e739fe31b2f7b2b3ead0b7 /lisp/gnus/ChangeLog
parent7426b4f7d05884c2f4677d825a4e6a3509e1eb5a (diff)
downloademacs-10e91ca9826f03156ac027ba111a052d888eacf0.tar.gz
emacs-10e91ca9826f03156ac027ba111a052d888eacf0.zip
gnus-agent.el: Change the default so that nnimap methods aren't agentized by default. There's apparently many problems related to agent/imap behaviour; gnus-art.el: Don't reuse the 'gnus-data text property, but use a new property. This avoids stomping over other functions that use this for other things; gnus-html.el: Add a new `i' command to insert images.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 0377808ed7e..8e593d72e65 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,13 @@
12010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4 (gnus-html-wash-tags): Add a new `i' command to insert images.
5 (gnus-html-insert-image): New command and keystroke.
6
7 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8 so that nnimap methods aren't agentized by default. There's apparently
9 many problems related to agent/imap behaviour.
10
3 * gnus-art.el (gnus-article-copy-string): New command and key binding. 11 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4 12
5 * gnus-html.el: Doc fix. 13 * gnus-html.el: Doc fix.