aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog137
1 files changed, 126 insertions, 11 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 6927e3bfbac..63e7f43424d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,122 @@
12006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4 gnus-summary-limit-to-articles.
5
62006-10-04 Romain Francoise <romain@orebokech.com>
7
8 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9 Moved here (and renamed) from gnus-registry.el.
10
11 * gnus-registry.el: Require gnus-util.
12 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13
142006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15
16 * pop3.el (pop3-authentication-scheme): Clarify doc.
17 (pop3-movemail): Warn about pop3-leave-mail-on-server.
18
192006-10-04 Dave Love <fx@gnu.org>
20
21 * pop3.el (pop3-authentication-scheme): Add custom version.
22
232006-10-04 Jesper Harder <harder@ifa.au.dk>
24
25 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
26 doc string. Improve doc string.
27
282006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
29
30 * gnus-util.el (gnus-with-local-quit): New macro.
31
32 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
33
342006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
35
36 * gmm-utils.el (gmm): Adjust custom version.
37
38 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
39 custom version.
40
41 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
42
432006-09-25 Chong Yidong <cyd@stupidchicken.com>
44
45 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
46
472006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
48
49 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
50 regexp. Articles containing quotation were cut prematurely.
51
522006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
53
54 * message.el (message-cite-original-without-signature): Use nobody by
55 default for the value of From header.
56 (message-cite-original): Ditto.
57 (message-reply): Ditto.
58
592006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
60
61 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
62 mails in the doc string. Add some URLs in comment.
63
642006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
65
66 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
67 backslashes handling and the way to find boundaries of quoted strings.
68
692006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
70
71 * gnus-art.el (gnus-button-regexp, gnus-button-marker-list)
72 (gnus-button-last): Move up. Convert comments into doc strings.
73
742006-09-04 Chong Yidong <cyd@stupidchicken.com>
75
76 * message.el (message-send-mail-with-sendmail): Look for sendmail in
77 several common directories.
78
792006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
80
81 * gnus-art.el (article-decode-encoded-words): Make it fast.
82
832006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
84
85 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
86
87 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
88 in quoted string into `\'.
89
902006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
91
92 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
93 Use standard-syntax-table.
94
952006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * gnus-art.el (gnus-decode-address-function): New variable.
98 (article-decode-encoded-words): Use it to decode headers which are
99 assumed to contain addresses.
100 (gnus-mime-delete-part): Remove useless `or'.
101
102 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
103 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
104 (gnus-nov-parse-line): Use it to decode From header.
105 (gnus-get-newsgroup-headers): Ditto.
106 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
107
108 * mail-parse.el (mail-decode-encoded-address-region): New alias.
109 (mail-decode-encoded-address-string): New alias.
110
111 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
112 New function.
113 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
114 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
115 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
116 (rfc2047-decode-string): Ditto.
117 (rfc2047-decode-address-region): New function.
118 (rfc2047-decode-address-string): New function.
119
12006-08-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 1202006-08-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2 121
3 [ Backported bug fix from No Gnus. ] 122 [ Backported bug fix from No Gnus. ]
@@ -389,10 +508,6 @@
389 * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an 508 * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an
390 optional parameter. 509 optional parameter.
391 510
3922006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
393
394 * pgg-gpg.el: Revert to revision 7.15 to allow the use of gpg-agent.
395
3962006-04-06 Reiner Steib <Reiner.Steib@gmx.de> 5112006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
397 512
398 * gnus-fun.el (gnus): Require it for gnus-directory. 513 * gnus-fun.el (gnus): Require it for gnus-directory.
@@ -1191,7 +1306,7 @@
1191 as a buffer-local variable. This avoids creating truncated 1306 as a buffer-local variable. This avoids creating truncated
1192 dribble files as a result of a hang up, eg. 1307 dribble files as a result of a hang up, eg.
1193 1308
11942005-11-04 Ken Manheimer <ken.manheimer@gmail.com> 13092005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1195 1310
1196 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region) 1311 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1197 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) 1312 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
@@ -2826,7 +2941,7 @@
2826 2941
2827 * gnus.el (gnus-group-startup-message): Search for gnus images in 2942 * gnus.el (gnus-group-startup-message): Search for gnus images in
2828 etc/images/gnus. 2943 etc/images/gnus.
2829 * mm-util.el (mm-find-charset-region): Likewise. 2944 * mm-util.el (mm-image-load-path): Likewise.
2830 * smiley.el (smiley-data-directory): Search for smilies in 2945 * smiley.el (smiley-data-directory): Search for smilies in
2831 etc/images/smilies. 2946 etc/images/smilies.
2832 2947
@@ -3935,7 +4050,7 @@
3935 4050
3936 * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers. 4051 * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers.
3937 4052
39382004-09-03 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change) 40532004-09-03 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
3939 4054
3940 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty. 4055 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
3941 (spam-stat-save): Accept prefix argument. 4056 (spam-stat-save): Accept prefix argument.
@@ -4082,17 +4197,17 @@
4082 4197
4083 * gnus-sum.el (gnus-newsgroup-variables): Doc fix. 4198 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
4084 4199
40852004-08-26 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change) 42002004-08-26 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
4086 4201
4087 * gnus-art.el (gnus-article-next-page): Fix the way to find a real 4202 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
4088 end-of-buffer. 4203 end-of-buffer.
4089 4204
40902004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change) 42052004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
4091 4206
4092 * gnus-sum.el (gnus-read-header): Don't remove a header for the 4207 * gnus-sum.el (gnus-read-header): Don't remove a header for the
4093 parent article of a sparse article in the thread hashtb. 4208 parent article of a sparse article in the thread hashtb.
4094 4209
40952004-08-26 David Hedbor <dhedbor@real.com> (tiny change) 42102004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
4096 4211
4097 * nnmail.el (nnmail-split-lowercase-expanded): New user option. 4212 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
4098 (nnmail-expand-newtext): Lowercase expanded entries if 4213 (nnmail-expand-newtext): Lowercase expanded entries if
@@ -4288,7 +4403,7 @@
4288 * gnus-msg.el (gnus-summary-followup-with-original): 4403 * gnus-msg.el (gnus-summary-followup-with-original):
4289 Document yanking of region when active. 4404 Document yanking of region when active.
4290 4405
42912004-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com> 44062004-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com>
4292 4407
4293 * gnus-agent.el: Merged 7.3 through 7.7 updates into branch. 4408 * gnus-agent.el: Merged 7.3 through 7.7 updates into branch.
4294 Revision 7.2 changes excluded to maintain compatibility with all 4409 Revision 7.2 changes excluded to maintain compatibility with all