Merge from gnus--devo--0
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
26b9f88d
MB
12009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * auth-source.el: Update docs to reflect epa-file-enable is to be used
4 now.
5
62009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9 coding system in XEmacs; add a workaround for XEmacs.
10
548f737d
MB
112009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * mm-util.el (mm-coding-system-priorities): Protect against nil value
14 of current-language-environment.
15
162009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17
18 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
19 available at runtime.
20
212009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
22
23 * gnus-art.el (article-date-ut): Fix end point of narrowing.
24
252009-01-11 Aidan Kehoe <kehoea@parhasard.net>
26
27 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
28 the greatest positive fixnum value doesn't work under an XEmacs with
29 bignum support; use the most-positive-fixnum constant instead,
30 available since Emacs 21.1 with cl and XEmacs 21.1.
31
63d12d38
KY
322009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
33
34 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
35 XEmacs gets not to work.
36
548f737d
MB
372009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
38
39 * mm-util.el (mm-coding-system-priorities): Allow the value like
40 "Japanese (UTF-8)" of current-language-environment.
41
ed77e66c
GM
422009-01-09 Glenn Morris <rgm@gnu.org>
43
44 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
45 with last-command-event.
46
e3e955fe
MB
472009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
48
49 * message.el (message-fix-before-sending): Amend comment.
50
512009-01-07 David Engster <dengste@eml.cc>
52
53 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
54 simplified server definitions by converting it via
55 gnus-server-to-method.
56
572009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
58
59 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
60 parameter's operands.
61
622009-01-06 David Engster <dengste@eml.cc>
63
64 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
65 primary select method (for gnus-group-mark-article-as-read).
66
41ec3f54
TH
672009-01-06 Tassilo Horn <tassilo@member.fsf.org>
68
69 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
70 `(gnus)Face', not `(gnus)X-Face'.
71
e3e955fe
MB
722009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
73
74 * mm-util.el (mm-ucs-to-char): New function.
75
76 * mm-url.el (mm-url-decode-entities): Use it.
77
782009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
79
80 * message.el (message-fix-before-sending): Add `eight-bit' to
81 illegible-text check.
82
35203a24
MO
832009-01-03 Michael Olson <mwolson@gnu.org>
84
85 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
86 `headers' is nil. This can occur if the IMAP server does not have
87 permissions to read messages from a folder, but can write new messages
88 to the folder.
89 (nnimap-request-article-part): Do not insert `data' if it is nil.
90
e3e955fe
MB
912009-01-01 Dave Love <fx@gnu.org>
92
93 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
94
95 * nnimap.el: Fix author email.
96 (nnimap-split-rule): Add FIXME comment.
97 (nnimap-debug): Fix doc string.
98
992008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
100
101 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
102 overlay-arrow-position and overlay-arrow-string buffer-local; no need
103 to check if those variables exist (first appeared in Emacs 18.50).
104
1052008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
106
107 * mm-util.el (mm-line-number-at-pos): New function.
108
109 * spam-report.el (spam-report-process-queue): Use it.
110
1112008-12-24 David Engster <dengste@eml.cc>
112
113 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
114 parameters that haven't existed as variables as buffer-local variables.
115
1162008-12-23 Dave Love <fx@gnu.org>
117
118 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
119 cadar.
120
121 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
122 imap-starttls-p.
123 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
124
1252008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
126
127 * spam-report.el (spam-report-gmane-max-requests): New constant.
128 (spam-report-gmane-wait): New variable.
129 (spam-report-gmane-ham, spam-report-gmane-spam)
130 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
131 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
132 the server.
133
134 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
135 Add explanations.
136
137 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
138 nnheader-accept-process-output and nnheader-read-timeout if available.
139 (pop3-movemail): Use it.
140
141 * message.el (message-check-news-body-syntax): Fix signature check if
142 there's an attachment.
143
1442008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
145
146 * mm-util.el: Add comments to the mm- emulating functions.
147
1482008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
149
150 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
151 by Stephen Berman <stephen.berman@gmx.net>.
152
c7948b5f
MB
1532008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
154
155 * mm-util.el (mm-substring-no-properties): New function.
156 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
157 (mm-special-display-p): Enable those lambda forms to be byte compiled.
158 (mm-string-to-multibyte): Doc fix.
159
160 * mml.el (mml-attach-file): Use mm-substring-no-properties.
161
1622008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
163
164 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
165 (Bug#1574)
166
1672008-12-16 Glenn Morris <rgm@gnu.org>
168
169 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 170
bf46b4d4
MB
1712008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
172
173 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
174 knows since the charset specified might be a bogus alias that
175 mm-charset-synonym-alist provides.
176
1772008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
178
179 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
180 "ISO_8859-1".
181
182 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
183
96a22201
KY
1842008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
185
186 * mm-util.el (mm-charset-eval-alist):
187 Define it before mm-charset-to-coding-system.
188 (mm-charset-to-coding-system): Add optional argument `silent';
189 define it before mm-charset-override-alist.
190 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
191 default value if it can be used in Emacs currently running;
192 silence mm-charset-to-coding-system.
193
b6b8f5fd
KY
1942008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
195
196 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
197 `allow-override' which says whether to use `mm-charset-override-alist'.
198 (rfc2047-decode-encoded-words): Use it.
199
200 * mm-util.el (mm-charset-override-alist): Fix custom type;
201 add `(gb2312 . gbk)' to choices.
202
1250af7b
KY
2032008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
204
205 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
206 fast.
207
208 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
209
886367d8
KY
2102008-12-04 Naohiro Aota <nao.aota@gmail.com>
211
212 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
213 on links.
214
215 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
216
f66de92f
KY
2172008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
218
e01bbc12
KY
219 * message.el (message-idna-to-ascii-rhs-1): Protect against local
220 users' addresses that don't have domain parts.
221 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
222 rather than message-narrow-to-head since there will be the message
223 header separator.
f66de92f 224
06c68f84
SM
2252008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
228 since the result is inserted in a unibyte buffer anyway.
229 (nnimap-demule-use-string-to-multibyte): Remove.
230 (nnimap-demule): Alias it to mm-string-to-multibyte.
231
9255ec86
RS
2322008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
233
234 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
235 variable for debugging bug#464 and bug#1174.
236 (nnimap-demule): Use it.
237
030cca00
MB
2382008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
239
240 * gnus-score.el (gnus-score-find-trace): Handle default score in total
241 score calculation correctly.
242
8a986865
SM
2432008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * message.el (message-send-mail): Just set the buffer to unibyte
246 rather than use mm-with-unibyte-current-buffer which does a lot more.
247 (message-send-mail-partially): Don't bother with
248 mm-with-unibyte-current-buffer since it's already been made unibyte by
249 message-send-mail.
250
5b51650c
MB
2512008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
252
253 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
254
2552008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
256
257 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
258
ed778fad
MB
2592008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
260
261 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
262 require itself and to remove `with-no-warnings'.
263
2642008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
265
266 * starttls.el (starttls-any-program-available): Get the name of the
267 available TLS layer program.
268 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
269 well as the host name in the "opening" message.
270
271 * auth-source.el (auth-source-cache, auth-source-do-cache)
272 (auth-source-user-or-password): Cache passwords and logins by default,
273 allow override with `auth-source-do-cache'.
274 (auth-source-forget-user-or-password): Allow users to remove cache
275 entries if needed.
276
8e38a1a9
MB
2772008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
278
279 * ietf-drums.el (ietf-drums-remove-comments): Localize second
280 condition-case to only the forward-sexp call.
281
2822008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
283
284 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
285 quotes contained. Make it more robust regardless by an extra
286 condition-case wrapper.
287
9091f2d3
MB
2882008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
289
290 * nnml.el (nnml-request-expire-articles): Check if the function set to
291 `nnmail-expiry-target' returns the symbol `delete'.
292
293 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
294
295 * nnmail.el (nnmail-expiry-target): Fix custom type.
296
06b2d4c6
GM
2972008-10-02 Glenn Morris <rgm@gnu.org>
298
299 * mm-util.el (mm-codepage-setup): Tweak codepage error.
300 Silence compiler warning.
301
059b98fa
CY
3022008-09-30 Chong Yidong <cyd@stupidchicken.com>
303
304 * mml.el (mml-menu): Don't assume mml2015 is bound.
305
4520e527
MB
3062008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
307
308 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
309 exists.
310
09aece0b
GM
3112008-09-27 Glenn Morris <rgm@gnu.org>
312
313 * gnus-util.el (mail-header-remove-comments): Autoload it.
314
521c4a23
AS
3152008-09-27 Andreas Schwab <schwab@suse.de>
316
317 * gnus-util.el (gnus-split-references): Strip comments.
318 (gnus-parent-id): Likewise.
319
4520e527
MB
3202008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
321
322 * message.el (message-confirm-send): Fix version.
323
3242008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
325
326 * message.el (message-idna-to-ascii-rhs-1): Use
327 mail-extract-address-components rather than mail-header-parse-addresses
328 that is an alias by default to ietf-drums-parse-addresses that does not
329 support non-ASCII names in headers' contents.
330
eef5ade7
MB
3312008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
332
333 * message.el (message-confirm-send): Fixed variable documentation to
334 avoid the "y/n" wording.
335
4520e527 3362008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
337
338 * message.el (message-set-auto-save-file-name): Save to a different
339 filename so multiple messages (especially drafts) can be recovered.
340
e52cac88
MB
3412008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
342
343 * message.el (message-confirm-send): Add appropriate version.
344
3452008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
346
347 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
348 defvar.
349
3502008-09-22 Daiki Ueno <ueno@unixuser.org>
351
352 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
353 (mm-pkcs7-enveloped-magic): Ditto.
354
64763fe3
MB
3552008-09-17 Simon Josefsson <simon@josefsson.org>
356
357 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
358 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
359
3602008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
361
362 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
363 default, it's better.
364
3652008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
366
367 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
368 summary line gnus-number property and ignore them (with a warning
369 message).
370
1ae03cd5
KY
3712008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
372
373 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
374 macro caddr in the interactive form since it won't be expanded.
375
c0ccb0d6
KY
3762008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
377
378 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
379 `charset'; fix name of function called recursively.
380 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
381
14ce5fc2
KY
3822008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
383
384 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
385 (gnus-mime-set-charset-parameters): New function.
386 (gnus-mime-view-part-as-charset): Use it to correctly display part
387 specifying wrong charset.
388
9e601b8d
MB
3892008-09-08 David Engster <dengste@eml.cc>
390
391 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
392 in completing-read for back end server.
393
16dd13df
MB
3942008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
395
396 * message.el (message-confirm-send): New variable to confirm sending a
397 message.
398 (message-send): Use it.
399
b86402ab
MB
4002008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
401
402 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
403
4042008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
405
406 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
407
4082008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
409
410 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
411 prevent tracking too many groups.
412 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
413 Use it.
414
9153f10d
MB
4152008-08-11 Ralf Angeli <angeli@caeruleus.net>
416
417 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
418 moving point to the bottom of the window in order to avoid recentering.
419
4202008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
421
422 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
423 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
424 (gnus-article-beginning-of-window): Fix calculation.
425
4262008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
427
428 * gnus-msg.el (gnus-summary-supersede-article)
429 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
430 value of gnus-newsgroup-charset to decode non-MIME encoded text in
431 message header.
432
82cc1916
DN
4332008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
434
435 * message.el:
436 * gnus-start.el:
437 * gnus-registry.el: Remove VMS support.
438
6ecfe5c2
MB
4392008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
440
441 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
442 macro.
443 (rfc2104-hash): Use it.
444
4452008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
446
447 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
448 (gnus-summary-sort-by-most-recent-date): New commands.
449 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
450 and menu entries.
451
4522008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
453
454 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
455 don't redisplay article for raw contents; remove plural articles stuff.
456
457 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
458 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
459 on gnus-summary-save-article; display results properly.
460
d62672f3
MB
4612008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
462
463 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
464
4652008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
466
467 * gnus-art.el (gnus-summary-save-in-pipe): Consider
468 gnus-save-all-headers.
469
d221466a
DN
4702008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
471
472 * gnus-util.el (ns-focus-frame): Remove declaration.
473 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
474 like x.
475
b737c3d9
TTN
4762008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
477
478 * rfc2104.el (rfc2104-zero): Delete defconst.
479 (rfc2104-hex-alist): Likewise.
480 (rfc2104-hex-to-int): Delete func.
481 (rfc2104-hexstring-to-bitstring): Likewise.
482 (rfc2104-nybbles): New defconst.
483 (rfc2104-hash): Rewrite for speed.
484
3c823a0c
GM
4852008-07-16 Glenn Morris <rgm@gnu.org>
486
487 * gnus-util.el (ns-focus-frame): Declare for compiler.
488
16c85f26
MB
4892008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
490
491 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
492 set as a group parameter.
493 (gnus-summary-save-in-pipe): Work when it is called independently.
494 (gnus-summary-pipe-to-muttprint): Don't modify
495 gnus-summary-pipe-output-default-command.
496
ad546360
SM
4972008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * message.el (message-send-mail-with-sendmail):
500 Display the error message.
501
89167438
MB
5022008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
503
ad546360
SM
504 * gnus-art.el (gnus-default-article-saver):
505 Add gnus-summary-save-in-pipe to choices.
89167438
MB
506 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
507 gnus-summary-pipe-output-default-command as the default command.
508 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
509 instead of gnus-last-shell-command.
510
ba60bd44
JB
511 * gnus-sum.el (gnus-summary-pipe-output-default-command):
512 New user option.
89167438
MB
513 (gnus-summary-muttprint-program): Mention the value will be changed.
514 (gnus-summary-save-article): Force showing of all headers.
515 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
516
5172008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
518
519 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
520
56fd9faa
JB
5212008-07-02 Juanma Barranquero <lekktu@gmail.com>
522
523 * nnimap.el (nnimap-id):
524 * sieve-manage.el (sieve-manage-open): Doc fixes.
525
68548459
JB
5262008-07-02 Francesc Rocher <rocher@member.fsf.org>
527
528 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
529 if available.
530
32bed934
SM
5312008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
532
eafee8f2
SM
533 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
534
535 * nnkiboze.el (nnkiboze-generate-group):
536 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
537
32bed934
SM
538 * nnmairix.el: Require CL.
539
2b968687
MB
5402008-06-15 David Engster <dengste@eml.cc>
541
542 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
543
5442008-06-14 Aidan Kehoe <kehoea@parhasard.net>
545
32bed934
SM
546 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
547 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
548 runtime choice under XEmacs.
549
32bed934
SM
550 * gnus-sum.el (gnus-summary-set-display-table):
551 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
552 `gnus-set-display-table' for the display table, instead of `aset'.
553
2b968687
MB
5542008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
555
556 * nnmairix.el: Add autoloads.
557
5582008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
559
560 * nnmairix.el (nnmairix-delete-recreate-group)
561 (nnmairix-update-and-clear-marks): Fix error messages.
562
5632008-06-14 David Engster <dengste@eml.cc>
564
565 * nnmairix.el: Upgrade to version 0.6.
566 (nnmairix-group-toggle-propmarks-this-group)
567 (nnmairix-group-toggle-readmarks-this-group)
568 (nnmairix-group-delete-recreate-this-group)
569 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
570 (nnmairix-remove-tick-mark-original-article): New commands.
571 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
572 (nnmairix-propagate-marks-to-nnmairix-groups)
573 (nnmairix-only-use-registry, nnmairix-allowfast-default)
574 (nnmairix-marks-cache, nnmairix-version-output): New variables.
575 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
576 functions needed for marks propagation and manipulation of read marks.
577 (nnmairix-update-groups): New function.
578 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
579 (nnmairix-determine-original-group-from-registry)
580 (nnmairix-determine-original-group-from-path)
581 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
582 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
583 New helper functions.
584 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
585 keystrokes for new commands.
586 (nnmairix-delete-and-create-on-change): Doc string cleanup.
587 (nnmairix-request-group): Check allow-fast group parameter.
588 (nnmairix-request-create-group): Set allow-fast group parameter if
589 nnmairix-allowfast-default is set.
590 (nnmairix-close-group): Propagate marks upon closing if needed.
591 (nnmairix-group-toggle-threads-this-group): Use new.
592 nnmairix-group-toggle-parameter helper function.
593 (nnmairix-search): Better check for empty search result.
594 (nnmairix-goto-original-article): Use new helper functions for
595 determining original article.
596 (nnmairix-show-original-article): Make sure message-id is in brackets.
597 (nnmairix-call-mairix-binary): Change variable name.
598 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
599 helper function.
600 (nnmairix-widget-toggle-activate): Fix doc string.
601
a19a8f1b
MB
6022008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
603
604 * nnir.el: Require edmacro when compiling with XEmacs.
605 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
606 available in Emacs 21.
607
8abf1b22
GM
6082008-06-11 Glenn Morris <rgm@gnu.org>
609
610 * gnus-util.el (x-focus-frame):
611 * gnus.el (image-size):
612 * mm-decode.el (image-size): Declare.
613
614 * gnus-picon.el (declare-function): Add compat definition.
615 (image-size): Declare.
616
617 * gnus-group.el (tool-bar-map):
618 * gnus-sum.el (tool-bar-map): Define for compiler.
619
620 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
621
622 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
623
624 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
625 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
626 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
627 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
628 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
629 * sieve-manage.el, spam-report.el, spam.el:
630 Remove unnecessary eval-and-compile of autoloads.
631
43d28dcd
MA
6322008-06-08 Michael Albinus <michael.albinus@gmx.de>
633
634 * auth-source.el: Precise Tramp doc.
635
966bd7bd
GM
6362008-06-07 Glenn Morris <rgm@gnu.org>
637
638 * nnmairix.el: Remove unnecessary eval-when-compile.
639
6402008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
641
642 * nnir.el: New file.
643
d346bf7e
SM
6442008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * gnus-util.el (gnus-read-shell-command): New function.
647 * mm-decode.el (mm-pipe-part):
648 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
649
b1d6cda3
MB
6502008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
651
652 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
653
6459e35e
GM
6542008-06-03 Glenn Morris <rgm@gnu.org>
655
656 * pop3.el (nnheader-accept-process-output): Autoload it.
657
656b4fa1
MB
6582008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
659
660 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
661 are not 2-digit hexadecimal characters that follow `%'s.
662
6632008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
664
665 * message.el (message-bogus-recipient-p): Fix type in doc string.
666 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
667 (message-bogus-addresses): Rename from message-bogus-address-regexp.
668 Improve custom options.
669 (message-bogus-recipient-p): Adjust accordingly.
670
6712008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
672
673 * nnmairix.el: Require edmacro when compiling with XEmacs.
674
f394fa25
MB
6752008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
676
677 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
678 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
679
a368801c
MB
6802008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
681
682 * auth-source.el: Add more docs.
683
6842008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
685
686 * nnheader.el (nnheader-read-timeout): Change the default timeout from
687 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
688 retrieval faster in some cases, but might make CPU usage larger. If
689 this has any bad side effects, we might revert this change.
690
691 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
692 seems to make mail retrieval much, much faster.
693 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 694 unconditionally.
a368801c
MB
695
696 * gnus-draft.el (gnus-group-send-queue): Bind
697 message-send-mail-partially-limit to nil to avoid being prompted.
698
03c673c9
MB
6992008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
700
701 * mml.el (mml-attach-buffer): Prompt for `disposition'.
702
703 * message.el (message-bogus-address-regexp): Fix and improve custom
704 type.
705 (message-setup-hook): Add message-check-recipients as custom option.
706
58333467
MB
7072008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
708
709 * message.el (message-cite-function): Remove bogus autoload which crept
710 in during merge from v5-10.
711
4079589f
MB
7122008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
713
714 * nnimap.el (nnimap-open-connection): Fix login/password bug.
715
716 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
717
718 * auth-source.el: Preliminary Tramp docs.
719 (auth-sources): Change the default auth-sources to use
720 EPA .gpg files.
721
e952b711
MB
7222008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
723
724 * nntp.el: Autoload `auth-source-user-or-password'.
725 (nntp-send-authinfo): Use it.
726
727 * nnimap.el: Autoload `auth-source-user-or-password'.
728 (nnimap-open-connection): Use it.
729
730 * auth-source.el: Added docs on using with url-auth. Import gnus-util
731 for the gnus-message function.
732 (auth-source-user-or-password): Use it.
733
4fedcc00
SM
7342008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
737 rfc2104-hexstring-to-byte-list. Return a unibyte string.
738 (rfc2104-hash): Use it.
739
149cd465
JB
7402008-05-08 Juanma Barranquero <lekktu@gmail.com>
741
742 * gnus-art.el (gnus-article-toggle-truncate-lines):
743 Don't use `iff' in docstring.
744
0ab5c2be
MB
7452008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
746
747 * gnus-registry.el: Adjusted copyright dates and added a keyword.
748
749 * gnus-util.el (gnus-extract-address-component-name)
750 (gnus-extract-address-component-email): Convenience functions around
751 `gnus-extract-address-components'.
752
4fedcc00
SM
753 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
754 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
755 sender name to `user-mail-address'.
756
7572008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
758
759 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
760 catch/throw to optimize.
761 (gnus-registry-find-keywords): Just use member to find a keyword.
762
42a83f4b
SM
7632008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
766 is current before calling gnus-server-prepare.
767 (gnus-server-setup-buffer, gnus-server-update-server)
768 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
769
d844ef2f
JL
7702008-05-04 Juri Linkov <juri@jurta.org>
771
772 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
773 (mailcap-file-default-commands): Use mailcap-replace-in-string
774 instead of replace-regexp-in-string, and mailcap-delete-duplicates
775 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
776
f8a29505
MB
7772008-05-03 Reiner Steib <reiner.steib@gmx.de>
778
779 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
780
3a23a519
MB
7812008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
782
783 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
784 hooks.
785 (gnus-update-read-articles): Speed up non-marks-using users.
786 (gnus-use-marks): Define gnus-use-marks.
787 (gnus-propagate-marks): Rename variable to something more sensible.
788
38ac8b91
JB
7892008-05-02 Juanma Barranquero <lekktu@gmail.com>
790
791 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
792 (gmm-image-load-path-for-library): Fix typos in docstrings.
793 (gmm-message): Reflow docstring.
794
8336c962
MB
7952008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
796
42a83f4b
SM
797 * mail-source.el (mail-source-set-1, mail-source-bind):
798 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
799
8002008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
801
802 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
803 by sender if it's equal to user-mail-address, it's likely to be
804 useless.
805
806 * mail-source.el (mail-source-bind): Don't use user or password if they
807 are not bound. Unintern them if they are nil. Don't use server unless
808 it's bound, and default it to empty string otherwise.
809
58a67d68
MB
8102008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
811
812 * mail-source.el: Load auth-source.el.
813 (mail-source-bind): Add comments. Call auth-source-user-or-password to
814 get user name or password, if auth-sources is set up.
815
816 * gnus-registry.el (gnus-registry-split-strategy): New variable for
817 strategy of splitting with parent.
818 (gnus-registry-split-fancy-with-parent)
819 (gnus-registry-post-process-groups): Use it and fix prior
820 bug (returning a list as the split result).
821
822 * auth-source.el (auth-sources): Remove server parameter.
823 (auth-source-pick, auth-source-user-or-password)
824 (auth-source-user-or-password-imap)
825 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
826 (auth-source-user-or-password-sftp)
827 (auth-source-user-or-password-smtp): Remove server parameter.
828
296fa7b4
JB
8292008-04-25 Juanma Barranquero <lekktu@gmail.com>
830
831 * smime.el (smime-sign-region, smime-encrypt-region)
832 (smime-decrypt-region):
833 Remove redundant calls to `generate-new-buffer-name'.
834
58a67d68
MB
8352008-04-24 Luca Capello <luca@pca.it> (tiny change)
836
837 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
838 Don't use QP for message/rfc822.
839 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
840
2136a8a7
SM
8412008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * sieve-manage.el (sieve-string-bytes): Remove.
844 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
845 correct byte-length only if the process's coding-system is the same as
846 the one used internally by Emacs to represent strings.
847
a837fe74
JL
8482008-04-22 Juri Linkov <juri@jurta.org>
849
850 * mailcap.el (mailcap-file-default-commands): New function.
851
d55fe5bb
MB
8522008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
853
854 * message.el (message-signature-separator, message-cite-function):
855 Change custom version.
856
8572008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
858
859 * mm-decode.el (mm-display-external): Make temp file read-only.
860
8612008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
862
863 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
864 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
865 `C-c C-f d'.
866
8672008-04-12 Adrian Aichner <adrian@xemacs.org>
868
869 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
870
8712008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
872
873 * auth-source.el: Added docs.
2136a8a7 874 (auth-sources): Modify format to support server.
d55fe5bb
MB
875 (auth-source-pick, auth-source-user-or-password)
876 (auth-source-user-or-password-imap)
877 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
878 (auth-source-user-or-password-sftp)
879 (auth-source-user-or-password-smtp): Add server parameter.
880
8812008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
882
883 * gnus-registry.el: Initialize the registry when gnus-registry-install
884 is t.
885
73f2395e
KY
8862008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
887
888 * compface.el (uncompface): Make buffer unibyte.
889
e66d8771
SM
8902008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * mail-source.el (mail-source-value):
893 Prefer fboundp to functionp so it works with macros as well.
894
407da272
GM
8952008-04-05 Glenn Morris <rgm@gnu.org>
896
897 * gnus-ems.el (mm-disable-multibyte): Autoload it.
898
3b728e95
SM
8992008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
900
d37ded9e
SM
901 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
902 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
903
407da272
GM
904 * nnheader.el (nnheader-init-server-buffer): Change buffer's
905 multibyteness after rather than before erasing it.
33e2f72c 906
75eda25b
SM
907 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
908 mm-with-multibyte.
407da272
GM
909 (gnus-request-article-this-buffer): Make sure the proper decoding is
910 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 911
2b57967e
SM
912 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
913 default-enable-multibyte-characters.
914
d7eb3b36
SM
915 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
916 default-enable-multibyte-characters.
917
7ab0253d
SM
918 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
919
3b728e95
SM
920 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
921
5faa2ec0
SM
9222008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
925 Fix last change in case the element is not even a symbol.
926
59429511
MB
9272008-04-02 Simon Josefsson <simon@josefsson.org>
928
929 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
930 imap-enable-exchange-bug-workaround.
931 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
932
9332008-04-01 Simon Josefsson <simon@josefsson.org>
934
935 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
936 a 100 byte status-checks into a 2-3MB transfer for each group.
937 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
938 to enable bug workaround or not.
939 (nnimap-find-minmax-uid): Only enable workaround conditionally.
940
a0e08467
GM
9412008-03-31 Glenn Morris <rgm@gnu.org>
942
943 * message.el (mml2015-use): Declare for compiler.
944 (message-info): Require mml2015 when appropriate.
945
990e2c2f
SM
9462008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
949 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
950 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
951 (nntp-service-to-port): New function.
952 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
953 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
954 (nntp-open-netcat-stream): New function.
955 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
956
59429511
MB
9572008-03-29 Sven Joachim <svenjoac@gmx.de>
958
959 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
960
fa98585c
SM
9612008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
964
9b3ebcb6
MB
9652008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
966
967 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
968
9692008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
970
fa98585c
SM
971 * message.el (message-signature-separator): Change default.
972 Improve custom type.
9b3ebcb6
MB
973 (message-cite-function): Change default to
974 message-cite-original-without-signature.
975
976 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
977 toggle.
978
979 * message.el (message-check-news-body-syntax): Fix signature check.
980 (message-setup-1): Mark buffer as unmodified _after_ running
981 message-setup-hook and handling message-alternative-emails.
982 (message-shorten-references): Be more strict when building list of
983 valid references to comply with GNKSA.
984
fa98585c
SM
985 * gnus-group.el (gnus-read-ephemeral-bug-group)
986 (gnus-read-ephemeral-debian-bug-group)
987 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
988
989 * message.el (message-info): Don't use booleanp which isn't supported
990 in Emacs 21 and XEmacs.
991
9922008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
993
994 * gnus-group.el (gnus-gmane-group-download-format): Rename from
995 gnus-group-gmane-group-download-format.
996 (gnus-group-read-ephemeral-gmane-group): Rename from
997 gnus-group-read-ephemeral-gmane-group.
998 (gnus-read-ephemeral-gmane-group-url): Rename from
999 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 1000 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
1001 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1002 (gnus-read-ephemeral-emacs-bug-group): New commands.
1003
10042008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1005
1006 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1007 (gnus-visible-headers): Improve custom type.
1008
10092008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * mml.el (mml-menu): Add workarounds for XEmacs.
1012
1013 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1014 X-Boundary header.
1015
1016 * message.el (message-simplify-recipients): Fix previous commit.
1017
b813166a
SM
10182008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1019
df06dd59 1020 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 1021 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 1022
b813166a
SM
1023 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1024 Prefer fboundp to functionp so it works with macros as well.
1025
9b3ebcb6
MB
10262008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1027
5faa2ec0
SM
1028 * message.el (message-alter-recipients-discard-bogus-full-name):
1029 New function.
9b3ebcb6
MB
1030 (message-alter-recipients-function): New variable.
1031 (message-get-reply-headers): Use it.
1032 (message-replace-header): New helper function.
1033 (message-recipients-without-full-name): New variable.
1034 (message-simplify-recipients): New command.
1035
1036 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1037
1038 * message.el (message-info): Handle EasyPG manual.
1039
1040 * mml.el (mml-menu): Add entry for EasyPG.
1041
10422008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
1043
1044 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1045 parameter.
1046
1047 * message.el (message-disassociate-draft): Specify drafts group name
1048 fully.
1049
10502008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
1051
1052 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1053 unnecessary duplicates from the match list.
1054
10552008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1056
1057 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1058 args of `how-many' of which the XEmacs version doesn't take; declare
1059 Info-index-next as function.
1060
10612008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1062
1063 * gnus-score.el (gnus-score-headers): Fix handling of
1064 gnus-inhibit-slow-scoring.
1065
1066 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1067 string.
1068 (gnus-button-url-regexp): Improve handling of parenthesis.
1069 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1070 (gnus-button-handle-info-keystrokes): Handle index entries.
1071
10722008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
1073
1074 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1075 Incoming* files.
1076
10772008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1078
1079 * auth-source.el (auth-sources): Renamed from auth-source-choices.
1080 (auth-source-pick): Use it.
1081
10822008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1083
1084 * auth-source.el (auth-source-protocols)
1085 (auth-source-protocols-customize, auth-source-choices): Added and
1086 modified variable customizations and defaults.
1087 (auth-source-pick, auth-source-user-or-password)
1088 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1089 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1090 (auth-source-user-or-password-sftp)
1091 (auth-source-user-or-password-smtp): Use new variables and provide an
1092 interface to netrc.el.
1093
10942008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1095
1096 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1097 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1098 Make sure the nntp port to specify is a string.
1099
dd58a686
SM
11002008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1101
ed075cb4
SM
1102 * nntp.el: Use with-current-buffer.
1103 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1104 dubious mm-with-unibyte-current-buffer.
1105 (nntp-with-open-group-function): New function extracted from
1106 nntp-with-open-group macro.
1107 (nntp-with-open-group): Use the function, so it's easier to debug.
1108 Add indentation and debugging info.
9b3ebcb6
MB
1109 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1110 the use of the netcat alternatives.
ed075cb4 1111
f15a9fec
SM
1112 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1113 Avoid mm-string-as-multibyte as well.
1114
944c87e0
SM
1115 * nnweb.el (nnweb-insert-html):
1116 Remove use of nnheader-string-as-multibyte.
1117
2ec9cf15
SM
1118 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1119 (nnheader-string-as-multibyte): Remove.
1120
3d2440b4
SM
1121 * mm-view.el: Use inhibit-read-only.
1122 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1123 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1124 or unibyte-string.
1125
456cace2
SM
1126 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1127 (mm-uu-yenc-extract): Use with-current-buffer.
1128
f5fcf556
SM
1129 * gnus-soup.el (gnus-soup-send-packet): Don't use
1130 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1131
c9de7755
SM
1132 * nnmh.el: Use with-current-buffer.
1133 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1134 mm-string-as-multibyte on the output of mm-encode-coding-string.
1135
3d2440b4 1136 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
1137 (nnimap-request-move-article): Use with-current-buffer.
1138
3d2440b4
SM
1139 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1140 inserting the handle-buffer's text, so the implicit multibyte->unibyte
1141 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 1142
228b6ecd
SM
1143 * gnus-msg.el: Use with-current-buffer.
1144
dd58a686
SM
1145 * message.el (message-ignored-resent-headers): Add "Delivered-To".
1146
9b3ebcb6
MB
11472008-03-10 Daiki Ueno <ueno@unixuser.org>
1148
1149 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1150 string for caching if it is 'PIN.
1151
37a68866
MB
11522008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
1153
dd58a686
SM
1154 * mail-source.el (mail-source-delete-old-incoming-confirm):
1155 Change default to nil.
37a68866
MB
1156 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1157
8f7abae3
MB
11582008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1159
1160 * gnus-art.el (gnus-narrow-to-page): Position point properly.
1161 (gnus-article-goto-prev-page): Work for articles having ^L's.
1162
1163 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1164
1165 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1166
e0385bf4
KF
11672008-03-07 Karl Fogel <kfogel@red-bean.com>
1168
56388398 1169 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
1170 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1171 (gnus-bookmark-jump): Adjust some variable names.
1172
8f7abae3 11732008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 1174
8f7abae3
MB
1175 * auth-source.el: New package.
1176 (auth-source-choices): Add customization entry point variable.
1177
1178 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1179 bug.
1180
11812008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
1182
1183 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1184 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 1185 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
1186 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
1187 the `gnus-registry-mark-map' keymap dynamically from
1188 `gnus-registry-marks'. The generated functions update the summary line
1189 when a registry mark is added or deleted, and will call
1190 `gnus-registry-install-p' (see the comments in the code).
1191 (gnus-registry-user-format-function-M): Use concat intelligently.
1192
1193 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1194 the registry mark functions.
a7b50e1c 1195
c1717fbd
GM
11962008-03-05 Glenn Morris <rgm@gnu.org>
1197
1198 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1199 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1200 gnus-art.
1201 (top-level): No need to load own source when compiling.
1202
8f7abae3
MB
12032008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1204
1205 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1206 Suggested by <chris.anderton@zetnet.co.uk>.
1207
1fc34624
GM
12082008-03-04 Glenn Morris <rgm@gnu.org>
1209
1210 * gnus-sum.el (top-level): No need to require gnus when compiling,
1211 since unconditionally required near start of file.
1212 (gnus-summary-display-while-building): Move definition before use.
1213
8f7abae3
MB
12142008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1215
1216 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1217 formatting function.
1218
12192008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1220
1221 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1222 with plists.
1223 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1224 Use new format.
1225
12262008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1227
1228 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1229 `where-is-internal' that returns a range of key sequences.
1230
dacb905a
SM
12312008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1232
a88fd51a
SM
1233 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1234
c7a91ce1 1235 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
1236 (gnus-summary-jump-to-group): Consider windows on other displayed
1237 frames as well. Similar changes might be needed elsewhere, but that's
1238 the one I've bumped into during my use.
c7a91ce1 1239
62dc3ac3 1240 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 1241 * gnus-msg.el (gnus-debug):
dacb905a
SM
1242 * gnus-group.el (gnus-update-group-mark-positions):
1243 Use mm-string-to-multibyte.
1244
8f7abae3
MB
12452008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1246
1247 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1248 doesn't handle NotDashEscaped.
1249
1250 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1251 (mml-dnd-attach-options): Fix typo in custom choice.
1252
1253 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1254 nndoc-article-type to mbox.
1255 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1256
1257 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1258 to nil, instead of html2text.
1259
1260 * imap.el (imap-debug): Add `imap-ping-server'.
1261
1262 * gnus-bookmark.el: Add FIXMEs.
1263
1264 * message.el (message-form-letter-separator)
1265 (message-send-form-letter-delay): New variables.
1266 (message-send-form-letter): Use them. New command to send form
1267 letters. Requested by Uwe Siart.
1268 (message-send-mail-function): Doc fix. Add "Other" custom option.
1269
14e8de0c
MB
12702008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1271
1272 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1273 empty author.
1274
12752008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1276
1277 * gnus-registry.el (gnus-registry-marks): Add variable for
1278 customization of marks and their appearance.
1279 (gnus-registry-read-mark): Use it.
1280 (gnus-registry-do-marks): Add utility function to loop through
1281 `gnus-registry-marks'.
1282 (gnus-registry-install-shortcuts-and-menus): Add function to install
1283 shortcuts and menus.
1284 (gnus-registry-initialize): Use it.
1285 (gnus-registry-default-mark): Clarify documentation.
1286
ab74c815
GM
12872008-02-29 Glenn Morris <rgm@gnu.org>
1288
1289 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1290 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1291 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1292 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1293 Change defcustom :version from 23.0 to 23.1.
1294
14e8de0c
MB
12952008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1296
1297 * gnus-registry.el (gnus-registry-follow-group-p)
1298 (gnus-registry-post-process-groups): Add functions to aid registry
1299 splitting and improve logging. Clarify behavior in function
1300 documentation.
1301 (gnus-registry-split-fancy-with-parent): Use them.
1302
80de1778
SM
13032008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * gnus-art.el: Use with-current-buffer.
1306
14e8de0c
MB
13072008-02-27 David Engster <dengste@eml.cc>
1308
1309 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1310 Express real group name in the response.
1311
13122008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1315 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1316 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1317 autoload gnus-registry-fetch-group when compiling.
149cd465 1318 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
1319 unreferenced argument passed to nnmairix-call-backend.
1320
13212008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1322
1323 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1324 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1325 Wilde.
1326
da13b6cc
GM
13272008-02-27 Glenn Morris <rgm@gnu.org>
1328
1329 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
1330 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1331 variables to defconsts. Convert comments to doc-strings.
1332 (nnmairix-last-server, nnmairix-current-server): Convert from free
1333 variables to defvars. Convert comments to doc-strings.
1334 (gnus-registry-fetch-group): Autoload.
1335 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1336 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
1337 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1338 caddr.
be021c01
GM
1339 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1340 nnmairix-request-group-with-article-number-correction call.
1341 (nnmairix-fast, nnmairix-group): New, less general names, for free
1342 variables passed from nnmairix-request-group to
1343 nnmairix-request-group-with-article-number-correction. Declare.
1344 (nnmairix-request-group-with-article-number-correction):
1345 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 1346
3d0f8a67
MB
13472008-02-26 David Engster <dengste@eml.cc>
1348
1349 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1350 version 0.5.
1351
13522008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1353
1354 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1355 instead of making an extra function call. Don't add the current group
1356 to articles only when they have the group. Use
1357 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1358 Reported by David <de_bb@arcor.de>.
1359
f5490ddc
MB
13602008-02-24 Miles Bader <miles@gnu.org>
1361
1362 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1363 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1364 (mm-find-mime-charset-region):
1365 * mm-bodies.el (mm-encode-body):
1366 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1367
52bec650
MB
13682008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1369
1370 * mail-source.el (mail-source-delete-incoming): Change default.
1371 Supplement doc string.
1372
1373 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1374
13752008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1376
1377 * nnmail.el (nnmail-message-id-cache-file): Derive from
1378 `gnus-home-directory'.
1379
13802008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1381
1382 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 1383 Document negative prefix.
52bec650 1384
5e25c514 1385 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
1386
13872008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1388
1389 * message.el (message-unsent-separator): Add the Exim bounce
1390 separator.
1391
13922008-02-10 Daiki Ueno <ueno@unixuser.org>
1393
1394 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1395 list.
1396 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1397 recipient/signer list.
1398
0b9c5ab7
RS
13992008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1400
1401 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1402 fbound (Emacs 23 unicode), signal an error.
1403
1888e568
GM
14042008-02-08 Glenn Morris <rgm@gnu.org>
1405
1406 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1407
52bec650
MB
14082008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1409
1410 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1411 ports to the calls to `netrc-machine-user-or-password' in addition to
1412 "imap" and "imaps".
1413
e9198520
MB
14142008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1415
1416 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1417 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1418 <hanche@math.ntnu.no>.
1419
14202008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1421
1422 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1423
9303f985 14242008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
1425
1426 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1427
1428 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1429
9303f985 14302008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1431
1432 * mml.el (mml-parse-1): Remove apparently vestigial use of
1433 `mm-hack-charsets'.
1434 * mm-bodies.el (mm-encode-body): Likewise.
1435
9303f985 14362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1437
4fedcc00 1438 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
1439 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1440 (rfc2104-hash): Convert the result of concat to unibyte string.
1441
9303f985 14422008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 1443
aca7a3d2
MB
1444 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1445 coding-system-for-read.
1446 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1447
8385d659 1448 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 1449 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 1450 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 1451
10ef2ef7 14522008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
1453
1454 * mail-source.el (mail-sources): Add `group' choice.
1455
1456 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1457 parameter `in-group' to control into which group the articles go.
1458 Add treatment of `group' mail-source.
1459
a445370f
DN
14602008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1461
1462 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1463 * message.el (message-beginning-of-line): Use featurep instead of bound
1464 tests in order to resolve conditionals at compile time.
1465
4599d0ec
MB
14662008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1467
1468 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1469
1470 * mm-decode.el (mm-dissect-buffer): Decode description.
1471
1472 * mml.el (mml-to-mime): Encode message header first.
1473
0b6799c3
MB
14742008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1475
1476 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1477 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1478
14792008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1480
1481 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1482
14832008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1484
1485 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1486 prefix keys.
1487 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1488 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1489 gnus-xmas.el.
1490
14912008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1492
1493 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1494 Add new variables for article mark management.
1495 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1496 list of extra data entries which, when present, will indicate that the
1497 article ID should not be trimmed from the registry.
1498 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1499 functions.
1500 (gnus-registry-read-mark): New function to read a mark name from the
1501 user.
1502 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1503 (gnus-registry-set-article-mark-internal): New functions to add and
1504 remove marks.
1505 (gnus-registry-get-article-marks): New function to show the marks for
1506 an article, or retrieve them for further use.
1507
15082008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1509
1510 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1511 keys when no argument is given.
1512
15132008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1514
1515 * gnus-sum.el (gnus-article-sort-by-random)
1516 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1517 jidanni@jidanni.org.
1518
15192008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1520
1521 * gnus-art.el (gnus-article-describe-bindings): New function.
1522 (gnus-article-read-summary-keys): Use it.
1523 (gnus-article-mode-map): Bind `C-h b' to it.
1524
95838435
MB
15252008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1526
1527 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1528 XEmacs.
1529 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1530 against non-character events.
1531
95838435
MB
15322008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1533
1534 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1535 command.
1536 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1537 instead of END. Change name of the temp file.
1538 (gnus-group-gmane-group-download-format): Add doc string. Make it
1539 customizable.
1540
15412008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1542
1543 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1544 bind `S W' to gnus-article-wide-reply-with-original; set default
1545 binding to gnus-article-read-summary-send-keys.
1546 (gnus-article-read-summary-keys): Fix the order of keys; display
1547 continuation keys correctly in the echo area; describe bindings
1548 correctly when keys end with `C-h'.
1549 (gnus-article-read-summary-send-keys): New function.
1550 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1551 for gnus-article-read-summary-send-keys; display continuation keys
1552 correctly in the echo area.
1553 (gnus-article-reply-with-original): Ignore prefix argument.
1554 (gnus-article-wide-reply-with-original): New function.
1555
d82cf70b
MB
15562008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1557
1558 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1559 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1560
15612008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1562
1563 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1564 (gnus-group-read-ephemeral-gmane-group): New command.
1565
f3041af1
DN
15662008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1569
87035689
MB
15702007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1571
1572 * message.el (message-send-mail-function): Increase custom version.
1573
1574 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1575 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1576
87035689
MB
15772007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1578
1579 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1580 html parts correctly; support forwarded messages.
1581 (gnus-article-browse-html-article): Remove work buffers.
1582
1583 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1584 compiling.
1585 (netrc-bound-and-true-p): New macro.
1586 (netrc-parse): Use it instead of bound-and-true-p that is not available
1587 in XEmacs 21.4.
1588
15892007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1590
1591 * gnus-registry.el (gnus-registry-mark-article)
1592 (gnus-registry-article-marks): Add functionality to mark articles
1593 through the Gnus registry.
1594
1595 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1596 (netrc-parse): Use encrypt-file-alist to determine if
1597 encrypt-find-model or encrypt-insert-file-contents should be used.
1598
541cbf8b
GM
15992007-12-19 Glenn Morris <rgm@gnu.org>
1600
1601 * mml.el (message-options-set, message-narrow-to-head)
1602 (message-in-body-p, message-mail-p, message-encode-message-body):
1603 Autoload.
1604 (message-remove-header, message-narrow-to-headers-or-head)
1605 (message-subscribed-p, message-make-mail-followup-to)
1606 (message-position-on-field, message-news-p)
1607 (message-options-set-recipient, message-generate-headers)
1608 (message-sort-headers): Declare as functions.
1609
87035689
MB
16102007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1611
1612 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1613 convention in doc string.
1614
16152007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1616
1617 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1618 title to html parts.
1619 (gnus-article-browse-html-article): Pass message header to it.
1620
1621 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1622
16232007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1624
1625 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1626 or password compatible with XEmacs.
1627
bbbe940b
MB
16282007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1629
1630 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1631 format document.
1632 (gnus-mime-delete-part): Don't write description line if empty.
1633 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1634
880820fe 16352007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
1636
1637 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1638 (gnus-summary-mark-read-and-unread-as-read)
1639 (gnus-summary-mark-current-read-and-unread-as-read)
1640 (gnus-summary-mark-unread-as-ticked): Doc fix.
1641 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1642
16432007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1644
1645 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1646 Christoph Conrad <christoph.conrad@gmx.de>.
1647
16482007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1649
1650 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1651 yes-or-no-p.
1652
16532007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1654
1655 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 1656 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
1657
1658 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1659 gnus-y-or-n-p instead of y-or-n-p.
1660 (gnus-article-browse-html-parts): Work with message/external-body; use
1661 mm-add-meta-html-tag.
1662
cef98b13
GM
16632007-12-11 Glenn Morris <rgm@gnu.org>
1664
1665 * gnus-cache.el: Require gnus-sum not just when compiling.
1666
1667 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1668
1669 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1670 definitions before use.
1671
1672 * mm-decode.el: Require gnus-util.
1673 (mm-remove-part): Only call delete-annotation on XEmacs.
1674
1675 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1676
1677 * nnmail.el: Require gnus-int.
1678
1679 * spam.el: Move `require's before `eval-when-compile's.
1680
1681 * gnus-ems.el (gnus-alive-p):
1682 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 1683 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
1684 * mail-source.el (gnus-compress-sequence):
1685 * message.el (Info-goto-node, format-spec):
1686 * mm-bodies.el (message-options-get):
1687 * mm-decode.el (mm-view-pkcs7):
1688 * mm-util.el (gmm-write-region):
1689 * mml-smime.el (mml-compute-boundary)
1690 (gnus-completing-read-with-default):
1691 * mml.el (widget-button-press, gnus-make-hashtable):
1692 * mml1991.el (mm-decode-content-transfer-encoding)
1693 (mm-encode-content-transfer-encoding)
1694 (message-options-get, message-options-set):
1695 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1696 * nnfolder.el (gnus-request-group):
1697 * nnheader.el (ietf-drums-unfold-fws):
1698 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1699 * smime.el (gnus-run-mode-hooks):
1700 * spam-stat.el (gnus-message): Autoload.
1701
1702 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1703 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1704 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1705 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1706 Add declare-function compatibility definition.
1707
1708 * gnus-cache.el (nnvirtual-find-group-art):
1709 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1710 (gnus-add-image, gnus-add-wash-type):
1711 * gnus-group.el (nnkiboze-score-file):
1712 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1713 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
1714 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1715 (message-tokenize-header, gnus-get-buffer-create)
1716 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1717 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
1718 * gnus.el (gnus-group-decoded-name):
1719 * mail-source.el (imap-capability):
1720 * mm-bodies.el (message-options-set):
1721 * mm-decode.el (gnus-configure-windows):
1722 * mm-extern.el (message-goto-body):
1723 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1724 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1725 (epg-sub-key-validity, message-options-set):
1726 * mml.el (widget-event-point, gnus-configure-windows):
1727 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1728 * mml2015.el (epg-check-configuration, epg-configuration)
1729 (message-options-set):
1730 * nndb.el (nndb-request-article):
1731 * nnfolder.el (gnus-request-create-group):
1732 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1733 * nnmaildir.el (gnus-group-mark-article-read):
1734 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1735 * rfc1843.el (message-fetch-field):
1736 * spam.el (gnus-extract-address-components):
1737 Declare as functions.
1738
bbbe940b
MB
17392007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1740
1741 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1742
a5ded4c9
GM
17432007-12-09 Glenn Morris <rgm@gnu.org>
1744
1745 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1746
1747 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 1748 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 1749 Add declare-function compatibility definition.
a5ded4c9
GM
1750
1751 * gnus-art.el (w3-region, w3m-region, Info-menu):
1752 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1753 * gnus-sum.el (gnus-get-predicate):
1754 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1755 * message.el (mail-abbrev-in-expansion-header-p):
1756 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 1757 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
1758 * sieve-manage.el (password-read, password-cache-add)
1759 (password-cache-remove):
8d0f97a4 1760 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 1761
274f1353
DK
17622007-12-08 David Kastrup <dak@gnu.org>
1763
1764 * gnus-sum.el (gnus-summary-simplify-subject-query):
1765 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1766 `message'.
1767
a601fb74 17682007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 1769
a601fb74 1770 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 1771
af5370ad
RS
17722007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1773
1774 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1775
21ee0911
MB
17762007-12-06 Christian Plate <cplate@web.de> (tiny change)
1777
1778 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1779 Call gnus-add-to-range ranges only once with a prepared article-list.
1780
17812007-12-06 Paul Jarc <prj@po.cwru.edu>
1782
149cd465
JB
1783 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1784 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
1785 group names with backslashes. Reported by Tassilo Horn
1786 <tassilo@member.fsf.org>.
1787
f0131492 17882007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 1789
a601fb74
GM
1790 * gnus-art.el (article-make-date-line):
1791 * gnus-start.el (gnus-load):
1792 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 1793
415a09fb
MB
17942007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1795
1796 * gnus-art.el (gnus-use-idna)
1797 * gnus-start.el (gnus-site-init-file)
1798 * message.el (message-use-idna)
1799 * mm-uu.el (mm-uu-hide-markers)
1800 * smiley.el (smiley-style): Revert changes that suppress warnings.
1801
18022007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1803
1804 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1805 specify charset to html source. Reported by Christoph Conrad
1806 <christoph.conrad@gmx.de>.
1807
18082007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1809
1810 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1811 idna-program in order to suppress byte compile warning issued by XEmacs
1812 that came to byte compile the default value section of defcustom forms
1813 recently.
1814
1815 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1816 value of installation-directory.
1817
1818 * message.el (message-use-idna): Don't directly refer to the value of
1819 idna-program.
1820
1821 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1822
1823 * smiley.el (smiley-style): Don't directly call face-attribute.
1824
b890d447
MB
18252007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1826
1827 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1828
1829 * gnus-dired.el: Reduce Gnus dependencies.
1830 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1831 require. Use autoloads instead.
1832 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1833 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1834 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1835 (gnus-dired-mode): Adjust doc string.
1836 (gnus-dired-mail-mode): New variable.
1837 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1838 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1839 (gnus-dired-mail-buffers): New function. Return mail or message
1840 composition buffers.
1841 (gnus-dired-attach): Use it.
1842 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1843 NO-DECODE.
1844 (gnus-dired-print): Use `gnus-print-buffer' depending on
1845 `gnus-dired-mail-mode'.
1846
18472007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1848
1849 * rfc2047.el (rfc2047-encoded-word-regexp)
1850 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1851 explaining what regexp patterns are for.
1852
13b0ef01
GM
18532007-12-04 Glenn Morris <rgm@gnu.org>
1854
1855 * password.el: Move to ../password-cache.el.
1856
1857 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1858 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1859 * mml-smime.el (password-read, password-cache-add)
1860 (password-cache-remove):
1861 No need to autoload, since mml-sec requires password.
1862
1863 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1864 * message.el (gnus-extract-address-components):
1865 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1866
1867 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1868 password.
1869
b890d447
MB
18702007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1871
1872 * mailcap.el: Reduce dependencies.
1873 (mail-header-parse-content-type): Autoload.
1874 (mailcap-delete-duplicates): New alias.
1875 (mailcap-mime-info): Add optional argument NO-DECODE.
1876 (mailcap-mime-types): Use mailcap-delete-duplicates.
1877
1878 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1879
18802007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1881
1882 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1883 function.
1884
1885 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1886 (gnus-uu-yenc-article): New function.
1887
1888 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1889
1890 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1891 buffer.
1892
21662dc7
GM
18932007-12-02 Glenn Morris <rgm@gnu.org>
1894
323fc9ec
GM
1895 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1896 Move to ../net.
1897
21662dc7
GM
1898 * binhex.el, uudecode.el: Move to ../mail.
1899
ceabaeb3
GM
1900 * encrypt.el: Remove file.
1901
b890d447
MB
19022007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1903
1904 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1905 matches on patches.
1906
1907 * gnus-art.el (gnus-article-browse-html-article): Mention
1908 `mm-text-html-renderer' in the doc string.
1909
1910 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1911 string. Add comments.
1912
1913 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1914 if rhs is ASCII.
1915
08545d0a
GM
19162007-12-01 Glenn Morris <rgm@gnu.org>
1917
fb18c032 1918 * dig.el, dns.el: Move to ../net.
c3335b6a 1919 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 1920
08545d0a
GM
1921 * mail-source.el (top-level): Require format-spec before
1922 eval-when-compile.
1923
257a0a0d
GM
19242007-11-30 Glenn Morris <rgm@gnu.org>
1925
1926 * encrypt.el: Require password, rather than autoloading password-read.
1927
b890d447
MB
19282007-11-28 Elias Oltmanns <eo@nebensachen.de>
1929
1930 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1931 caller can indicate whether the cache should be disregarded for this
1932 call. This way the result of the call is reproducible at all times and
1933 can be considered a canonical server name for the supplied method.
1934 (gnus-agent-method-p): Canonicalize server names by pushing their
1935 method through `gnus-method-to-server' using the no-cache argument.
1936
1937 * gnus-srvr.el (gnus-server-insert-server-line): Call
1938 `gnus-method-to-server' with `no-cache' argument.
1939
1940 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1941 gnus-agent-possibly-synchronize-flags as this should be called when the
1942 server is actually being opened.
1943 (gnus-agent-possibly-synchronize-flags)
1944 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1945 flags file of an agentized server to the latter function.
1946
1947 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1948 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1949 after a connection has been established successfully.
1950
19512007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1952
1953 * gnus-art.el (article-display-face): Force to display face if called
1954 interactively; check if gnus-article-x-face-too-ugly matches author.
1955 (article-display-x-face): Display face even if From header is missing
1956 as article-display-face does.
1957
d50fd8e2
GM
19582007-11-28 Richard Stallman <rms@gnu.org>
1959
1960 * md4.el: Move to ../.
1961 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1962
b890d447
MB
19632007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1964
1965 * mail-source.el (mail-sources): Default to fetch from file for
1966 compatibility with default of nnmail-spool-file.
1967
19682007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1969
1970 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1971 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1972 to look for encoded word that should be encoded again.
1973 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1974 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1975 encoding pattern.
1976 (rfc2047-decode-region): Switch strict regexp and loose one according
1977 to rfc2047-allow-irregular-q-encoded-words.
1978
a06e7b5d
SJ
19792007-11-26 Simon Josefsson <simon@josefsson.org>
1980
1981 * imap.el: Move to ../net directory.
1982
b890d447
MB
19832007-11-25 Romain Francoise <romain@orebokech.com>
1984
1985 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1986
19872007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1988
1989 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1990 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1991
1992 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1993 `nnmail-spool-file'.
1994
1995 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1996 `nnmail-spool-file'.
1997
1998 * gnus-move.el (gnus-change-server): Ditto.
1999
2000 * gnus-kill.el (gnus-batch-score): Ditto.
2001
2002 * gnus-cache.el (gnus-jog-cache): Ditto.
2003
c9e31f32
SM
2004 * gnus-msg.el (gnus-summary-reply):
2005 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
2006
20072007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2008
c9e31f32
SM
2009 * gnus-cache.el (gnus-cache-generate-nov-databases):
2010 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
2011 nnml-generate-nov-databases-1.
2012
e3b0153a
GM
20132007-11-24 Glenn Morris <rgm@gnu.org>
2014
2015 * message.el (message-tool-bar-retro): Update for rename
2016 mail_send.xpm->mail-send.xpm.
2017
b890d447
MB
20182007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2019
2020 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2021 `smime-ldap-search' for Emacs 22 and up.
2022
145cc6b9
RS
20232007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2024
63ff8478
RS
2025 * hashcash.el: Move to ../mail directory.
2026
8746c8b8
RS
2027 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
2028
145cc6b9
RS
2029 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2030 `smime-ldap-search' for Emacs 22 and up.
2031
82816ba1
SM
20322007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2033
b7b80032
SM
2034 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2035
82816ba1
SM
2036 * message.el (message-send-mail-function): Fix error convention.
2037 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2038 (message-widen-reply, message-send-mail, message-talkative-question)
2039 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2040 (message-clone-locals, message-send-news): Use with-current-buffer.
2041 (message-insert-or-toggle-importance): Remove unused var `valid'.
2042 (message-make-references): Remove unused var `new-references'.
2043 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2044
3042deef
JB
20452007-11-22 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2048 (spam-split-symbolic-return-positive): Reflow docstring.
2049 (spam-backends, spam-summary-exit-behavior)
2050 (spam-mark-ham-unread-before-move-from-spam-group)
2051 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2052 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2053 (spam-clear-cache, spam-backend-check, spam-install-backend)
2054 (spam-install-statistical-backend, spam-list-of-processors)
2055 (spam-group-processor-p, spam-split, spam-bogofilter-score)
2056 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2057 (spam-check-crm114, spam-initialize, spam-unload-hook):
2058 Fix typos in docstrings.
2059
b890d447
MB
20602007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2063 been checked if they have never been read and those group levels are
2064 higher than the one that a user specified.
2065
20662007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2069 foreign groups unless a group level is specified by a user.
2070 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2071
b62a39c4
RS
20722007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
2073
2074 * message.el (message-send-mail-function): Require sendmail.
2075
2ea6167b
RS
20762007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
2077
9e0a8576
RS
2078 * message.el (message-send-mail-function): Check for smtpmail too.
2079
f21470ef
RS
2080 * utf7.el (utf7-encode, utf7-decode): Use coding system
2081 `utf-7'/`utf-7-imap' from utf-7.el' if available.
2082
2ea6167b
RS
2083 * message.el (message-send-mail-function): New function.
2084 (message-send-mail-function): Set default using
2085 message-send-mail-function. Adjust doc string.
2086 (message-send-mail-with-mailclient): New function.
2087
127a6f0e
GM
20882007-11-17 Richard Stallman <rms@gnu.org>
2089
2090 * assistant.el: Remove file.
2091
9efa445f
DN
20922007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2093
2094 * smime.el (from):
2095 * rfc2047.el (message-posting-charset):
2096 * qp.el (mm-use-ultra-safe-encoding):
2097 * pop3.el (parse-time-months):
2098 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2099 * nnml.el (files):
2100 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2101 (jka-compr-compression-info-list, ange-ftp-path-format)
2102 (efs-path-regexp):
2103 * nndiary.el (files):
2104 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2105 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2106 (epg-digest-algorithm-alist, inhibit-redisplay)
2107 (password-cache-expiry):
2108 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2109 (pgg-output-buffer, password-cache-expiry):
2110 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2111 (efs-path-regexp):
2112 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2113 (inhibit-redisplay):
2114 * mm-uu.el (file-name, start-point, end-point, entry)
2115 (gnus-newsgroup-name, gnus-newsgroup-charset):
2116 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2117 (latin-unity-ucs-list):
2118 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2119 (mm-uu-binhex-decode-function):
b97439ce 2120 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
2121 (rmail-enable-mime-composing, gnus-local-organization)
2122 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2123 (gnus-read-active-file, facemenu-add-face-function)
2124 (facemenu-remove-face-function, gnus-article-decoded-p)
2125 (tool-bar-mode):
2126 * mail-source.el (display-time-mail-function):
2127 * gnus-util.el (nnmail-pathname-coding-system)
2128 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2129 (gnus-original-article-buffer, gnus-user-agent)
2130 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2131 (xemacs-codename, sxemacs-codename, emacs-program-version):
2132 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2133 * gnus-start.el (gnus-agent-covered-methods)
2134 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2135 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2136 (gnus-newsgroup-headers, gnus-group-list-mode)
2137 (gnus-group-mark-positions, gnus-newsgroup-data)
2138 (gnus-newsgroup-unreads, nnoo-state-alist)
2139 (gnus-current-select-method, mail-sources)
2140 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2141 (nnmail-spool-file, gnus-cache-active-hashtb):
2142 * gnus-mh.el (mh-lib-progs):
2143 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2144 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2145 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2146 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2147 (gnus-group-buffer):
2148 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2149 (font-lock-set-defaults):
2150 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2151 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2152 (gnus-summary-post-menu, total-parts, type, condition, length):
2153 * gnus-agent.el (gnus-agent-read-agentview):
2154 * flow-fill.el (show-trailing-whitespace):
2155 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2156 eval-and-compile wrappers for byte compiler pacifiers.
2157
2158 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2159 (mm-display-inline-fontify): Check for featurep 'xemacs not
2160 extent-list.
2161
2162 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2163 itimer-list.
2164 (mm-create-image-xemacs): Only do something for XEmacs.
2165 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2166
2167 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2168
2169 * gnus-registry.el (gnus-adaptive-word-syntax-table):
2170 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2171
e9346447
JB
21722007-11-15 Juanma Barranquero <lekktu@gmail.com>
2173
ec5741dc 2174 * nnimap.el (nnimap-split-download-body):
e9346447 2175 * gnus-demon.el (gnus-demon):
ec5741dc 2176 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 2177
1428d46b
MB
21782007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2179
2180 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2181 macros.
2182 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2183 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2184 copy data from unibyte buffer to multibyte current buffer.
2185 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2186 to copy data from unibyte current buffer to multibyte buffer.
2187 (nntp-make-process-buffer): Make process buffer unibyte.
2188
2189 * pop3.el (pop3-open-server): Fix typo in Lisp code.
2190
21912007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
2192
2193 * pop3.el (pop3-open-server): Accept and process data more robustly at
2194 connexion start to avoid spurious "POP SSL connexion failed" errors.
2195
21962007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2197
2198 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2199 read group names.
2200
22012007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2202
2203 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2204
22052007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2206
2207 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2208 (nnmail-save-active): Use a unibyte buffer when saving active file,
2209 which may contain non-ASCII group names.
2210
2211 * nnml.el (nnml-request-group): Decode group names in messages.
2212
4d8a28ec
MB
22132007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2214
2215 * message.el (message-citation-line-function)
2216 (message-insert-formatted-citation-line): Fix spelling of
2217 `message-insert-formated-citation-line'.
2218
c12ecb0a
MB
22192007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2220
2221 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2222
4d8a28ec
MB
22232007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2226 nnmail-pathname-coding-system.
2227
2228 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2229 that a user enters; decode group names in messages.
2230
2231 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2232
60ece9b0
MB
22332007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2234
2235 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2236
2237 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2238
2239 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2240 risky local variable.
2241
2242 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2243
22442007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2245
2246 * encrypt.el: Improve documentation to fix function name typo.
2247 Reported by Daiki Ueno <ueno@unixuser.org>.
2248
22492007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2250
2251 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2252 even if the point is not in the last page of an article.
2253 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2254 back to the previous page.
2255
c590ed3a
MB
22562007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2257
2258 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2259
60ece9b0
MB
22602007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2261
2262 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2263
c70dbcd5
SM
22642007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2265
60ece9b0
MB
2266 * message.el (message-check-news-body-syntax): Avoid
2267 mm-string-as-multibyte.
c70dbcd5
SM
2268 (message-hide-headers): Don't assume (point-min)==1.
2269
437ce4be
MB
22702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2271
2272 * message.el (message-remove-blank-cited-lines): Fix if remove is
2273 given.
2274 (message-bogus-address-regexp): New variable.
2275 (message-bogus-recipient-p): New function.
2276 (message-check-recipients): New command.
2277 (message-syntax-checks): Add `bogus-recipient'.
2278 (message-fix-before-sending): Add `bogus-recipient'.
2279
2280 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
2281 (gnus-treat-body-boundary): Don't test window-system.
2282
296fa7b4 22832007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
2284
2285 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 2286
c7ff939a
RS
22872007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2288
2289 * gnus.el: Bump version to Gnus v5.13.
2290
01c52d31
MB
22912007-10-28 Miles Bader <miles@gnu.org>
2292
2293 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2294 at compile-time too.
2295
437ce4be
MB
22962007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2297
2298 * gnus-msg.el (gnus-message-setup-hook): Add
2299 `message-remove-blank-cited-lines' to options.
2300
01c52d31
MB
23012007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2302
2303 * message.el (message-remove-blank-cited-lines): New function.
880820fe 2304 Suggested by Karl Plästerer.
01c52d31
MB
2305
23062007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2307
2308 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2309 mapc.
2310
2311 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2312 (top-level): Use mapc to set functions to be traced for debugging.
2313
2314 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2315 called for effect with while loop.
2316
2317 * message.el (message-talkative-question): Replace mapcar called for
2318 effect with mapc.
2319
2320 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2321 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2322 called for effect with dolist.
2323
2324 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2325
2326 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2327 gnus-extra-headers and nnmail-extra-headers.
2328
2329 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2330 called for effect with dolist.
2331 (top-level): Use mapc to set functions to be traced for debugging.
2332
2333 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2334 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2335 dolist.
2336
2337 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2338 Replace mapcar called for effect with mapc.
2339 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2340 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2341 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2342 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2343
2344 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2345 remove-if that's a cl function.
2346
2347 * webmail.el (webmail-debug): Replace mapcar called for effect with
2348 dolist.
2349
01c52d31
MB
23502007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2351
2352 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2353 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2354 with while loop.
2355
2356 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2357 functions from article-* functions.
2358 (gnus-multi-decode-header): Replace mapcar called for effect with
2359 dolist.
2360
2361 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2362 (gnus-bookmark-show-details): Replace mapcar called for effect with
2363 while loop.
2364
2365 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2366 called for effect with while loop.
2367
2368 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2369 with dolist.
2370
2371 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2372 mapcar called for effect with dolist.
2373
2374 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2375
2376 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2377 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2378 Replace mapcar called for effect with dolist.
2379 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2380 mapc.
2381
2382 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2383 Replace mapcar called for effect with dolist.
2384 (gnus-topic-list): Replace mapcar called for effect with mapc.
2385
2386 * gnus.el: Use mapc instead of mapcar to add autoloads.
2387
4b576f7d
RS
23882007-10-23 Richard Stallman <rms@gnu.org>
2389
2390 * gnus-group.el (gnus-group-highlight): Mark as risky.
2391
fdc90613
MB
23922007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2393
2394 * gnus.el (gnus-server-to-method): Return method found first in
2395 gnus-newsrc-alist.
2396
01c52d31
MB
2397 * gnus-art.el (gnus-article-highlight-signature)
2398 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2399 button overlay without the front stickiness.
2400
24012007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2402
2403 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2404 overview buffer needed a catch to receive its throw.
2405 (gnus-agent-flush-cache): Declared as interactive to make this function
2406 easier to use.
2407
fdc90613
MB
24082007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2409
2410 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2411 `next-line'.
2412
5255e3ff
MB
24132007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2414
2415 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2416 exclude address matching message-dont-reply-to-names.
2417
b4fde39f
MB
24182007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2419
2420 * gnus-util.el (gnus-string<): New function.
2421
2422 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 2423 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
2424
24252007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2426
2427 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2428 the frame-focus tag is set in gnus-buffer-configuration.
2429
01c52d31
MB
24302007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2431
2432 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2433 the front stickiness.
2434
24352007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2436
2437 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2438 url pattern; remove duplicate one.
2439 (gnus-article-extend-url-button): New function.
2440 (gnus-article-add-buttons): Use it.
2441 (gnus-button-push): Use concatenated url that it makes.
2442
6ab3804a
JB
24432007-10-04 Juanma Barranquero <lekktu@gmail.com>
2444
2445 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2446 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2447
2f19ece7
SM
24482007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2451 Don't hardcode point-min==1.
2452
1d0df8af
DK
24532007-09-30 David Kastrup <dak@gnu.org>
2454
2455 * gnus-art.el (gnus-article-reply-with-original)
2456 (gnus-article-followup-with-original): When `transient-mark-mode' is
2457 off, refrain from active-region behavior for followups.
2458
4b70e299
MB
24592007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2460
2461 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
2462 Fix comment about "iso8859-1".
2463
d4835507 24642007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
2465
2466 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2467 ones returned from the verify-function.
2468
2469 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2470 mml2015-extract-cleartext-signature if extraction failed.
2471
24722007-10-07 Daiki Ueno <ueno@unixuser.org>
2473
2474 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2475 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2476 failed.
4b70e299
MB
2477
24782007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2479
e9346447 2480 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 2481
01c52d31
MB
24822007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2483
2484 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2485 to mark a thread as expirable. Add variable `hide' to handle hiding of
2486 thread for both the null and zero (kill/expire thread) universal prefix
2487 cases.
2488 (gnus-summary-expire-thread): Add new function to expire a thread,
2489 using gnus-summary-kill-thread.
2490 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2491 shortcuts for gnus-summary-expire-thread.
2492 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2493 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2494
24952007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2496
2497 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2498 extras value, so an extras entry can be deleted.
2499 (gnus-registry-delete-extra-entry): Use it.
2500 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2501 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2502 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
2503 storage through the gnus-registry, and provide an appropriate API for
2504 it.
01c52d31 2505
4b70e299
MB
25062007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2507
2508 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2509 Suggested by Leo <sdl.web@gmail.com>.
2510
2511 * gnus.el: Do.
2512
25132007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2514
2515 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2516 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2517
2518 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2519
2520 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2521 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2522
25232007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2524
2525 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2526 newline.
2527 (nnmbox-request-accept-article): Don't change article in source buffer;
2528 narrow to header to use message-fetch-field rather than
2529 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2530 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2531 as delimiters; make sure article ends with newline.
2532 (nnmbox-delete-mail): Correct last position of article to be deleted;
2533 ignore X-Gnus-Newsgroup header in article body.
2534 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2535 positions; make sure article ends with newline.
2536
01c52d31
MB
2537 * message.el (message-display-abbrev): Don't infloop when a user
2538 inserts SPC in the beginning of header.
2539
25402007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2541
2542 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2543 list of groups not followed by default. Fix type to be regexp.
2544 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2545
25462007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2547
2548 * hmac-def.el (define-hmac-function): Switch from old-style to
2549 new-style backquotes.
2550
002876ab 2551 * md4.el (md4-make-step): Likewise.
01c52d31
MB
2552
25532007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2554
2555 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2556 raw-text coding system when saving .newsrc file, which may contain
2557 non-ASCII group names.
2558
4b70e299
MB
25592007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2560
2561 * gnus-cus.el (gnus-score-extra): New widget.
2562 (gnus-score-extra-convert): New function.
2563 (gnus-score-customize): Use it for Extra.
2564
01c52d31
MB
25652007-08-31 Daiki Ueno <ueno@unixuser.org>
2566
2567 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2568 (mml2015-mailcrypt-clear-verify): Use it.
2569 (mml2015-gpg-clear-verify): Use it.
2570 (mml2015-pgg-clear-verify): Use it.
2571 (mml2015-epg-clear-verify): Replace the current part with the output
2572 from GnuPG; don't extract the plaintext by itself.
2573
2574 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2575 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2576 mml2015-clear-verify-function; don't touch the armor headers or
2577 dash-escaped text here.
2578
25792007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2580
2581 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2582 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2583 parts, or application/octet-stream as a last resort.
2584 (gnus-mime-view-part-as-type): Don't toggle display.
2585 (gnus-mime-view-part-as-charset): Don't turn off display before
2586 querying charset.
2587
2588 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2589 stuff to undisplayer function in Emacs.
2590 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2591
2592 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2593 text/calendar parts.
2594
7f22a765
MB
25952007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2596
01c52d31
MB
2597 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2598 decoding text/calendar parts.
2599
2600 * message.el (message-forward-make-body-mime): Always mark body as
2601 having no illegible text; remove signed-or-encrypted argument.
2602 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2603
7f22a765
MB
2604 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2605 (mml-generate-mime-1): Don't encode body if it is specified to be in
2606 raw form; don't make buffer be unibyte when inserting multibyte string.
2607
67d0660b
SM
26082007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * sha1.el: Fix up comment style.
2611 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2612 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2613
2614 * hex-util.el: Fix up comment style.
2615 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2616
2617 * gnus-salt.el: Use with-current-buffer.
2618 (gnus-pick-setup-message): Fix long-standing typo.
2619
bdaf8a62
MB
26202007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2621
01c52d31
MB
2622 * imap.el (imap-logout-timeout): New variable.
2623 (imap-logout, imap-logout-wait): New functions.
2624 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2625
2626 * nnimap.el (nnimap-logout-timeout): New server variable.
2627 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2628 nnimap-logout-timeout.
2629
bdaf8a62
MB
2630 * gnus-art.el (gnus-article-summary-command-nosave)
2631 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2632
26332007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2634
2635 * gnus.el (gnus-maximum-newsgroup): New variable.
2636
2637 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2638 according to gnus-maximum-newsgroup.
2639
2640 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
2641 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2642 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 2643
01c52d31
MB
26442007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2645
2646 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2647 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2648 Don't perform gnus-configure-windows here; reuse existing sticky
2649 article buffer.
2650
2651 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2652 it doesn't exist in gnus-article-mode.
2653
26542007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2655
2656 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2657 (gnus-agent-decoded-group-name): New function.
2658 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2659 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2660
26612007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2662
2663 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2664 Add binding for gnus-sticky-article.
2665 (gnus-summary-exit): Don't kill sticky article buffers.
2666
2667 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2668 article buffer.
2669 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2670 (gnus-kill-sticky-article-buffers): New commands.
2671
37cc095b
MB
26722007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2673
2674 * nntp.el (nntp-xref-number-is-evil): New server variable.
2675 (nntp-find-group-and-number): If it is non-nil, don't trust article
2676 numbers in the Xref header.
2677
01c52d31
MB
26782007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * gnus-agent.el (gnus-agent-read-group): New function.
2681 (gnus-agent-flush-group, gnus-agent-expire-group)
2682 (gnus-agent-regenerate-group): Use it.
2683 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2684 nnmail-pathname-coding-system.
2685
37cc095b
MB
26862007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2687
2688 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2689
01c52d31
MB
2690 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2691 that are unread as unread, and also as selected so that information of
2692 marks having been changed by a user may be updated when exiting group.
2693
37cc095b
MB
26942007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2695
2696 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2697
01c52d31
MB
26982007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2699
2700 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2701 calculated ignoring signature parts to gnus-treat-article.
2702
27032007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2704
2705 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2706 a point here in order to keep the window start.
2707 (gnus-insert-mime-security-button): Make a button overlay without the
2708 front stickiness.
2709 (gnus-mime-display-security): Goto the end of a button.
2710
2711 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2712
27132007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2714
2715 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2716 group-name-at-point.
2717 (gnus-group-completing-read): New function that offers decoded
2718 non-ASCII group names for completion.
2719 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2720 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2721 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2722 (gnus-group-fetch-control): Use it.
2723 (gnus-fetch-group): Use group-name-at-point for the initial value
2724 rather than the default value; use gnus-alive-p.
2725
2726 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2727 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2728 (gnus-summary-post-news): Use gnus-group-completing-read.
2729
2730 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2731 (gnus-read-move-group-name): Decode group name for completion.
2732
f0131492 27332007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
2734
2735 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2736 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2737 Yamaoka slightly modified the code).
2738
27392007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2740
2741 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2742 (nnmail-split-incoming): Bind it.
2743
2744 * nnml.el (nnml-group-name-charset): New function.
2745 (nnml-decoded-group-name): Use it; don't decode group name if
2746 nnmail-group-names-not-encoded-p is non-nil.
2747 (nnml-encoded-group-name): New function.
2748 (nnml-group-pathname): Inline nnml-decoded-group-name.
2749 (nnml-request-expire-articles): Decode group name in message.
2750 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2751 nnmail-pathname-coding-system.
2752 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2753 not decoded ones according to nnmail-group-names-not-encoded-p.
2754 (nnml-generate-active-info): Use nnml-encoded-group-name.
2755
3ecd3a56
GM
27562007-08-08 Glenn Morris <rgm@gnu.org>
2757
2758 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2759 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2760 doc-strings and comments.
2761
cacc7b51
GM
27622007-07-25 Glenn Morris <rgm@gnu.org>
2763
2764 * Relicense all FSF files to GPLv3 or later.
2765
01c52d31 27662007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 2767
01c52d31
MB
2768 * gnus-sum.el (gnus-summary-move-article): Make
2769 gnus-summary-respool-article work.
2f62a044 2770
f931ce84
MB
27712007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2772
2773 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2774 string.
2775
880820fe 27762007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2777
2778 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2779 that should be ignored when comparing distant RSS articles with local
2780 ones.
2781 (nnrss-make-hash-index): New function. Create a hash index according
2782 to the ignored fields.
2783 (nnrss-check-group): Use it.
2784
27852007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2786
2787 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2788
2789 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2790
2791 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2792 the new optional argument ENCODED is non-nil.
2793 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2794 coding system for encoding group name.
2795 (gnus-group-make-rss-group): Pass un-encoded group name to
2796 gnus-group-make-group.
2797 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2798 encoded.
2799
2800 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2801 Encode group name to which articles are moved or copied.
2802 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2803 coding system for encoding Newsgroup, Followup-To and Xref headers.
2804
2805 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2806 marks; use nnheader-file-coding-system to write a file.
2807 (nnagent-retrieve-headers): Bind file-name-coding-system to
2808 nnmail-pathname-coding-system.
2809
2810 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2811
2812 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2813 (nnml-request-article, nnml-request-create-group)
2814 (nnml-request-rename-group, nnml-find-id)
2815 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2816 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2817 (nnml-save-marks): Use nnml-group-pathname instead of
2818 nnmail-group-pathname.
2819
2820 (nnml-request-create-group, nnml-request-expire-articles)
2821 (nnml-request-move-article, nnml-request-delete-group)
2822 (nnml-deletable-article-p, nnml-possibly-create-directory)
2823 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2824 (nnml-open-marks): Bind file-name-coding-system to
2825 nnmail-pathname-coding-system.
2826
2827 (nnml-request-article): Pass server argument to nnml-find-group-number.
2828 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2829 server argument to nnml-possibly-create-directory.
2830 (nnml-request-accept-article): Pass server argument to
2831 nnml-active-number and nnml-save-mail.
2832 (nnml-find-group-number): Pass server argument to nnml-find-id.
2833 (nnml-request-update-info): Pass server argument to
2834 nnml-marks-changed-p.
2835
2836 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2837 (nnml-save-mail, nnml-active-number): Add server argument.
2838
2839 (nnml-request-delete-group): Warn if group is missing.
2840 (nnml-get-nov-buffer): Decode group name.
2841 (nnml-generate-active-info): Encode group name.
2842 (nnml-open-marks): Decode group name in messages.
2843
28442007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2845
2846 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2847 if it is not specified.
2848 (gnus-article-pipe-part, gnus-article-save-part)
2849 (gnus-article-interactively-view-part, gnus-article-copy-part)
2850 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2851 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2852 (gnus-article-replace-part, gnus-article-delete-part)
2853 (gnus-article-view-part-as-type): Pass raw prefix argument to
2854 gnus-article-part-wrapper.
2855
28562007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2857
2858 * gnus-agent.el (gnus-agent-save-active): Bind
2859 nnheader-file-coding-system to gnus-agent-file-coding-system.
2860
2861 * gnus-cache.el (gnus-cache-save-buffers)
2862 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2863 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2864 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2865 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2866 (gnus-cache-generate-active, gnus-cache-rename-group)
2867 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2868 (gnus-cache-update-overview-total-fetched-for): Bind
2869 file-name-coding-system to nnmail-pathname-coding-system.
2870 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2871 variables.
2872 (gnus-cache-decoded-group-name): New function.
2873 (gnus-cache-file-name): Use it.
2874 (gnus-cache-generate-active): Use non-decoded group name for active.
2875
2876 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2877 right place.
2878 (gnus-write-active-file): Don't break non-ASCII group names.
2879
2880 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2881 nnmail-pathname-coding-system.
2882
2883 * gnus-uu.el (gnus-uu-decode-save): Typo.
2884
f931ce84
MB
28852007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2886
2887 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2888
2f62a044
MB
28892007-07-14 David Kastrup <dak@gnu.org>
2890
2891 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2892 finishing actions if we did not edit the article.
2893
01c52d31
MB
28942007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2895
2896 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2897 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2898 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2899 (gnus-agent-flush-group, gnus-agent-flush-cache)
2900 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2901 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2902 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2903 (gnus-agent-regenerate-group)
2904 (gnus-agent-update-files-total-fetched-for)
2905 (gnus-agent-update-view-total-fetched-for): Bind
2906 file-name-coding-system to nnmail-pathname-coding-system.
2907 (gnus-agent-group-pathname): Don't encode file names by
2908 nnmail-pathname-coding-system.
2909 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2910 coding-system-for-write instead of buffer-file-coding-system to
2911 gnus-agent-file-coding-system.
2912
2913 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2914 Decode group name.
2915
2916 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2917
2918 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2919 (gnus-read-newsrc-el-file): Make group names unibyte.
2920
2921 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2922 nnmail-pathname-coding-system.
2923
2924 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2925 (nnrss-request-delete-group): Bind file-name-coding-system to
2926 nnmail-pathname-coding-system.
2927 (nnrss-read-server-data, nnrss-read-group-data): Bind
2928 file-name-coding-system correctly.
2929 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2930
2931 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2932 (nntp-server-to-method-cache): New variable.
2933 (nntp-group-pathname): New function that decodes non-ASCII group names.
2934 (nntp-possibly-create-directory, nntp-marks-changed-p)
2935 (nntp-save-marks, nntp-open-marks): Use it.
2936 (nntp-possibly-create-directory, nntp-open-marks):
2937 Bind file-name-coding-system to nnmail-pathname-coding-system.
2938 (nntp-open-marks): Decode group names when bootstrapping marks.
2939
2940 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2941 Newsgroups and Folowup-To headers.
2942
82fe1aed
MB
29432007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2944
2945 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2946 (gnus-server-closed-face, gnus-server-denied-face)
2947 (gnus-server-offline-face): Remove variable.
2948 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2949
01c52d31
MB
2950 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2951 of modifying message-stack directly for XEmacs.
2952
82fe1aed
MB
2953 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2954 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2955 if the coding-system argument is nil for XEmacs.
2956
2957 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2958 mm-charset-override-alist.
2959
2960 * rfc2047.el: Don't require base64; require rfc2045 for the function
2961 rfc2045-encode-string.
2962 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2963 to quote the parameter value.
2964
01c52d31
MB
29652007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2966
2967 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2968 form in gnus-group-name-charset-method-alist.
2969
2970 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2971 overrides the default layout edit-form.
2972
2973 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2974
2975 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2976
60b0b668
MB
29772007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2978
2979 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2980 as unfetched articles.
2981
29822007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2983
2984 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2985
01c52d31
MB
29862007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2987
2988 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2989 original back end that keeps marks in the local system.
2990
60b0b668
MB
29912007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2992
01c52d31
MB
2993 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2994 arg of pop-to-buffer for XEmacs.
2995 (gnus-article-read-summary-keys): Ditto; don't restore window
2996 configuration if summary command ends up with neither article buffer
2997 nor summary buffer; describe bindings if summary keys end with C-h.
2998
29992007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3000
3001 * message.el (message-fix-before-sending): Skip raw message part to be
3002 forwarded while checking illegible text.
3003 (message-forward-make-body-mime, message-forward-make-body): Mark
3004 signed or encrypted raw message as having no illegible text.
3005
30062007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3007
3008 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3009 (gnus-message-with-timestamp-1): New macro.
3010 (gnus-message-with-timestamp): New function.
3011 (gnus-message): Use them.
3012
3013 * nnheader.el (nnheader-message): Use them.
3014
30152007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
3016
3017 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3018 .newsrc.eld file.
60b0b668 3019
5cedca8d
MB
30202007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3021
3022 * gnus-agent.el (gnus-agent-fetch-headers)
3023 (gnus-agent-retrieve-headers): Bind
3024 gnus-decode-encoded-address-function to identity.
3025
3026 * nntp.el (nntp-send-xover-command): Recognize an xover command is
3027 available also when the server returns simply a dot.
3028
3029 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3030
524705ae
MB
30312007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
3032
01c52d31
MB
3033 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3034
30352007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
3036
524705ae
MB
3037 * gnus-ems.el (gnus-x-splash): Make it work.
3038
3039 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3040 from being used.
3041
01c52d31
MB
30422007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3043
3044 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3045 the front stickiness.
3046 (gnus-article-summary-command-nosave): Correct the order of the
3047 arguments passed to pop-to-buffer.
3048 (gnus-article-read-summary-keys): Ditto; make it work properly when the
3049 summary command ends up with the article buffer.
3050
3051 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3052 the same faces.
524705ae 3053
770edeec
JB
30542007-06-07 Juanma Barranquero <lekktu@gmail.com>
3055
524705ae 3056 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 3057
34c5dce5
JB
30582007-06-06 Juanma Barranquero <lekktu@gmail.com>
3059
3e3dc2c3
JB
3060 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3061 * gnus-sum.el (gnus-summary-highlight):
524705ae 3062 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 3063 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 3064
524705ae
MB
30652007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3066
3067 * gnus-art.el (gnus-mime-view-part-externally)
3068 (gnus-mime-view-part-internally): Fix predicate function passed to
3069 completing-read.
3070
01c52d31
MB
3071 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3072
3073 * gnus.el (gnus-update-message-archive-method): Add :version.
3074
30752007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3076
3077 * gnus.el (gnus-update-message-archive-method): New variable.
3078
3079 * gnus-start.el (gnus-setup-news): Update saved "archive" method
3080 according to gnus-message-archive-method if
3081 gnus-update-message-archive-method is non-nil.
3082
30832007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3084
3085 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
3086 by Loic Dachary <loic@dachary.org>.
3087 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 3088
c14dcd06
CY
30892007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
3090
3091 * message.el (message-pop-to-buffer): Add switch-function argument.
3092 (message-mail): Pass switch-function argument to it.
524705ae 3093
01c52d31
MB
30942007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
3095
3096 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3097 Improve doc string.
3098
30992007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3100
3101 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3102 (gnus-header-content)
3103 * gnus-cite.el (gnus-cite-10)
3104 * gnus-srvr.el (gnus-server-closed)
3105 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3106 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3107 (gnus-group-mail-3-empty, gnus-group-mail-low)
3108 (gnus-group-mail-low-empty, gnus-splash)
3109 * message.el (message-header-to, message-header-cc)
3110 (message-header-subject, message-header-other, message-header-name)
3111 (message-header-xheader, message-separator, message-cited-text)
3112 (message-mml): Lighten colors of faces used for dark background.
3113
31142007-05-24 Simon Josefsson <simon@josefsson.org>
3115
3116 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3117 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
3118
524705ae
MB
31192007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3120
c9e31f32
SM
3121 * message.el (message-narrow-to-headers-or-head):
3122 Ignore mail-header-separator in the body.
524705ae 3123
01c52d31
MB
31242007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
3125
3126 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3127 same as window size.
3128
31292007-05-22 Kevin Ryde <user42@zip.com.au>
3130
3131 * message.el (message-font-lock-keywords): Use message-header-xheader
3132 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
3133 ahead of the anything pattern, to get it recognised.
3134
880820fe 31352007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3136
3137 * gnus-sum.el (gnus-articles-to-read)
3138 (gnus-summary-insert-old-articles): Don't truncate group name for
3139 `read-string'.
3140
3141 * gnus-util.el (gnus-limit-string): Delete this function.
3142
3143 * gnus-sum.el (gnus-simplify-subject-fully): Use
3144 `truncate-string-to-width' instead.
3145
880820fe 31462007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3147
3148 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
3149 if, on summary exit, the next group has to be selected.
3150 (gnus-summary-exit): Use it.
3151
524705ae
MB
31522007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3153
3154 * gnus-art.el (gnus-article-mode): Fix comment about displaying
3155 non-break space.
c14dcd06 3156
01c52d31
MB
31572007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3158
3159 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3160 Check if group is not a directory.
3161 (nnfolder-request-expire-articles): Don't delete articles if the target
3162 group is not available.
3163
3164 * nnml.el (nnml-request-create-group): Properly check if group is not a
3165 file.
3166 (nnml-request-expire-articles): Don't delete articles if the target
3167 group is not available.
3168
3169 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3170 Don't quote characters that are within parentheses.
3171
31722007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
3173
3174 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3175 (gnus-handle-ephemeral-exit): Select article according to it.
3176
31772007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3178
3179 * message.el (message-insert-formated-citation-line): Remove newline.
3180 (message-citation-line-format): Add final \n here so that the user can
3181 avoid a blank line.
3182
31832007-05-03 Dan Christensen <jdc@uwo.ca>
3184
3185 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3186 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3187 Update lanl/arXiv support.
596e5f72 3188
01c52d31
MB
31892007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3190
3191 * gnus.el: Bump version number.
3192
31932007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3194
3195 * gnus.el (gnus-version-number): Bump version.
3196
9b3ebcb6 31972007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
3198
3199 * gnus.el: No Gnus v0.6 is released.
3200
32012007-04-27 Didier Verna <didier@xemacs.org>
3202
3203 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3204 * gmm-utils.el (gmm-regexp-concat): here.
3205 * message.el: Don't require 'gnus-util.
3206 (message-dont-reply-to-names): Handle name change above.
3207 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3208
32092007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3210
3211 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3212 since the initial value varies according to the system.
3213
32142007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3215
3216 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3217
32182007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3219
3220 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3221
32222007-04-24 Didier Verna <didier@xemacs.org>
3223
3224 Improve the type of gnus-ignored-from-addresses.
3225 * gnus-util.el (gnus-orify-regexp): New function.
3226 * message.el (gnus-util): Require it.
3227 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3228 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3229 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3230
32312007-04-24 Didier Verna <didier@xemacs.org>
3232
3233 * gnus-sum.el:
3234 * gnus-utils.el: Fix some trailing whitespaces.
3235
32362007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3237
3238 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3239 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3240 article's Message-ID; refer parent article in summary buffer.
3241
3242 * message.el (message-bounce): Call mime-to-mml.
3243
32442007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3245
3246 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 3247
6b554e88
MB
32482007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3249
3250 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3251 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3252 displayed of multipart/alternative part if it is invoked from summary
3253 buffer.
6b554e88
MB
3254
3255 * mm-view.el (mm-inline-text-html-render-with-w3m)
3256 (mm-inline-text-html-render-with-w3m-standalone)
3257 (mm-inline-render-with-function): Use mail-parse-charset by default.
3258
01c52d31
MB
32592007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3260
3261 * parse-time.el (parse-time-string-chars): Check if CHAR
3262 is less than the length of parse-time-syntax.
3263
32642007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3265
3266 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3267 from gnus-newsgroup-processable.
3268
32692007-04-16 Didier Verna <didier@xemacs.org>
3270
3271 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 3272 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
3273 "Leo".
3274
32752007-04-11 Didier Verna <didier@xemacs.org>
3276
3277 New user option: message-signature-directory.
3278 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3279 * message.el (message-insert-signature): Ditto.
3280 * message.el (message-signature-file): Doc update.
3281 * message.el (message-signature-directory): New.
3282
c429815a
MB
32832007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3284
3285 * gnus-msg.el (gnus-inews-yank-articles): Use
3286 message-exchange-point-and-mark instead of exchange-point-and-mark.
3287
32882007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3289
3290 * message.el (message-yank-original): Make sure cited text ends with
3291 newline; don't exchange point and mark.
3292
32932007-04-07 Chong Yidong <cyd@stupidchicken.com>
3294
3295 * tls.el (open-tls-stream): Properly handle case where there
3296 is no associated buffer.
3297
c345112e
TTN
32982007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3299
3300 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3301 message-yank-original, make sure (< mark TEXT point).
3302
8aed9ac5
RS
33032007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3304
01c52d31
MB
3305 * message.el (message-fill-column): New variable.
3306 (message-mode): Use it. Add comment on a possible new hook.
3307
8aed9ac5
RS
3308 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3309 (nnmail-get-new-mail): Reformat.
3310
3311 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3312
3313 * gmm-utils.el: Fix Commentary.
3314 (gmm-tool-bar-from-list): Fix typo in doc string.
3315
561fb491
TTN
33162007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3317
01c52d31
MB
3318 * message.el (message-yank-original): Don't switch point and mark
3319 unnecessarily to put point and mark as documented.
3320
33212007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3322
3323 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3324 from the message heads.
3325
33262007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3327
3328 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3329 article buffer does not have a window. This may not be the best
3330 solution but is certainly better than setting the start of the null,
3331 that is the current, window.
3332
33332007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3334
3335 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3336 (gnus-draft-setup): Run it.
3337
3338 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3339 gnus-score-fast-scoring. Allow regexp.
3340 (gnus-score-headers): Use it.
3341
3342 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3343 XEmacs.
3344
3345 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3346 string.
3347 (gnus-button-alist): Also catch `<f1> k ...'.
3348 (gnus-treat-display-x-face): Fix doc string.
561fb491 3349
87ba2830
MB
33502007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3351
3352 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3353 evaluation of gnus-extended-version to ensure correct generation of the
3354 User-Agent header when message-generate-headers-first is used.
3355
01c52d31 33562007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 3357
01c52d31
MB
3358 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3359 hashcash-path is nil. Don't call callback with incorrect number of
3360 parameters if val is 0.
87ba2830 3361
815b81c8
MB
33622007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3363
3364 * message.el (message-required-news-headers):
3365 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3366
33672007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3368
3369 * message.el (message-generate-new-buffers): Change the meaning of the
3370 nil value; add `standard' to the choices; treat t as `unique'; improve
3371 doc string.
3372 (gnus-select-frame-set-input-focus): Autoload.
3373 (message-buffer-name): Search for the existing message buffer if
3374 message-generate-new-buffers is nil or `standard'; treat the value t of
3375 message-generate-new-buffers as `unique'.
3376 (message-pop-to-buffer): Raise the frame already displaying the message
3377 buffer; clear the echo area after querying.
3378 (message-setup): Pass the `continue' argument to compose-mail.
3379 (message-mail): Prefer `switch-function' if it is given; search for the
3380 existing message buffer if the `continue' argument is non-nil; pass
3381 continue and switch-function arguments to compose-mail by way of
3382 message-setup.
3383 (message-mail-other-window): Adjust argument of message-setup.
3384 (message-mail-other-frame): Ditto.
3385
01c52d31
MB
33862007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3387
3388 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3389 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3390 to turn font-lock on when turning gnus-message-citation-mode on.
3391
33922007-03-06 Daiki Ueno <ueno@unixuser.org>
3393
3394 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3395 (mml-smime-function-alist): New variable; add epg as the backend.
3396 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3397 mml-smime- functions instead.
3398 * mm-view.el: Require smime.
3399
34002007-03-05 Didier Verna <didier@xemacs.org>
3401
3402 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3403 instead of just inheritance for posting styles.
3404 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3405
34062007-02-24 John Paul Wallington <jpw@pobox.com>
3407
3408 * tls.el (tls-certtool-program): Fix custom type.
3409
34102007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3411
3412 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3413 and point-at-eol instead of line-(beginning|end)-position.
3414
3415 * assistant.el (assistant-parse-buffer): Ditto.
3416
34172007-02-28 Daiki Ueno <ueno@unixuser.org>
3418
3419 * mml2015.el (mml2015-epg-find-usable-key): New function.
3420 (mml2015-epg-sign): Use it.
3421 (mml2015-epg-encrypt): Use it.
3422
45cb30ee
MB
34232007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3424
3425 * message.el (message-make-in-reply-to): Quote name containing
3426 non-ASCII characters. It will make the RFC2047 encoder cause an error
3427 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 3428 <nakaji@jp.freebsd.org>.
45cb30ee 3429
01c52d31
MB
34302007-02-27 Didier Verna <didier@xemacs.org>
3431
3432 Include the group parameters as well as the topic ones in the
3433 inheritance filter process.
3434 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3435 argument GROUP-PARAMS-LIST.
3436 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3437
45cb30ee
MB
34382007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3439
3440 * nntp.el (nntp-never-echoes-commands)
3441 (nntp-open-connection-functions-never-echo-commands): New variables.
3442 (nntp-send-command): Use them.
3443
01c52d31
MB
34442007-02-20 Daiki Ueno <ueno@unixuser.org>
3445
3446 * mml2015.el (mml2015-epg-verify): Simplified.
3447
34482007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3449
3450 * mml.el (mml-content-disposition-alist): New user option.
3451 (mml-content-disposition): New function.
3452 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3453 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3454
34552007-02-19 Daiki Ueno <ueno@unixuser.org>
3456
3457 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3458 verification.
3459
aa260d63
MB
34602007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3461
3462 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3463 articles posted in the last 24 hours.
3464
c371062c
CY
34652007-02-14 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3468
880820fe 34692007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3470
3471 * nntp.el (nntp-send-command): Don't wait for echoes when
3472 nntp-open-ssl-stream is used.
3473
34742007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3475
3476 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3477 (gnus-message-add-citation-keywords)
3478 (gnus-message-remove-citation-keywords): Remove.
3479 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3480 directly, make the variables in font-lock-defaults buffer-local, add
3481 gnus-message-citation-keywords to them and then update the value of
3482 font-lock-keywords.
3483
34842007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3485
3486 * message.el (message-cite-original-1): Don't call
3487 gnus-article-highlight-citation.
3488
3489 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3490 citations; fix line count.
3491
34922007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3493
3494 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3495 (gnus-message-add-citation-keywords)
3496 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3497 versions of font-lock-add-keywords and font-lock-remove-keywords to
3498 work with XEmacs correctly.
3499
35002007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3501
3502 * gnus-cite.el (gnus-cite-face-list): Set the values of
3503 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3504 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3505 (gnus-message-cite-prefix-regexp): New variable.
3506 (gnus-message-search-citation-line): Use it; protect against long
3507 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3508 the 0th match data for Emacs.
3509 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3510 (gnus-message-add-citation-keywords): Append keywords rather than
3511 prepending; emulate font-lock-add-keywords if it is not available.
3512 (gnus-message-remove-citation-keywords): Emulate
3513 font-lock-remove-keywords if it is not available.
3514
3515 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3516
3517 * message.el (message-cite-prefix-regexp): Set the value of
3518 gnus-message-cite-prefix-regexp.
3519
c91f4b83
MB
35202007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3521
3522 * nnweb.el (nnweb-google-parse-1): Update parser.
3523
8f77631e
JB
35242007-01-29 Juanma Barranquero <lekktu@gmail.com>
3525
3526 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3527
41e49ce6
MB
35282007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3529
3530 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3531 regexp.
3532
35332007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3534
3535 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3536 string-to-multibyte.
3537 (uudecode-decode-region-internal): Use it.
3538
b28080e3
MB
35392007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3540
3541 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3542 custom choice.
3543
3544 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3545
01c52d31
MB
35462007-01-22 Daiki Ueno <ueno@unixuser.org>
3547
3548 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3549
3550 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3551 `write-region' to respect `mm-inhibit-file-name-handlers'.
3552
b66f54c1
MB
35532007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3554
3555 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3556 Use gnus-home-directory instead of "~/" or "$HOME".
3557
01c52d31
MB
35582007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3559
3560 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3561 to mention filename.
3562 Add comments at beginning regarding usage.
3563 (encrypt-write-file-contents): Change interactive so a string is
3564 acceptable. If the file has no associated model, show an error instead
3565 of a nonsense prompt.
3566
35672007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3568
3569 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3570 Thanks to Yoshihiko Yamada for kind notification of this typo.
3571
0d7c8ac4
KH
35722007-01-12 Kenichi Handa <handa@m17n.org>
3573
3574 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3575 multibyte buffer.
651408cb
MB
3576
35772007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3578
01c52d31
MB
3579 * gnus-score.el (gnus-score-fast-scoring): New variable.
3580 (gnus-score-headers): Use it.
3581
651408cb 3582 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 3583
01c52d31
MB
3584 * message.el (message-cite-original-1): Call
3585 gnus-article-highlight-citation if requested.
60ece9b0 3586 (message-make-from): Allow name and address as optional arguments.
40e902eb 3587
01c52d31 3588 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 3589
01c52d31
MB
3590 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3591 bugs to doc string.
3592 (gnus-button-alist): Add mid\\|message-id.
3593 (gnus-button-fetch-group): Extend for use in
3594 `browse-url-browser-function'.
3595 (gnus-button-url-regexp): Try to catch paired parentheses like in
3596 Wikipedia URLs.
d84c3737 3597
01c52d31
MB
3598 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3599 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 3600
01c52d31 36012007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 3602
01c52d31
MB
3603 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3604 Update copyright.
ba361211 3605
01c52d31 36062007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 3607
01c52d31 3608 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 3609
01c52d31 36102007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 3611
01c52d31
MB
3612 * gnus-registry.el (gnus-registry-unfollowed-groups)
3613 (gnus-registry-split-fancy-with-parent): Fix documentation.
3614
36152007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3616
3617 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3618 from nnweb groups.
3619
36202006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3621
3622 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3623 Xref urls. Erase buffer before requesting head.
3624
3625 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3626
36272007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3628
3629 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3630 customizable.
3631
36322007-01-05 Daiki Ueno <ueno@unixuser.org>
3633
3634 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3635 no signing key is found.
3636 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3637 no encrypting and/or signing key is found.
3638
36392007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3640
3641 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3642
36432007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3644
3645 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3646 headers read from disk with the ones newly found in the current search.
3647 This should no longer cause problems, because the article numbers in
3648 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
3649
36502007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3651
3652 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3653
36542007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3655
3656 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3657
01c52d31
MB
36582007-01-01 Romain Francoise <romain@orebokech.com>
3659
3660 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3661
36622006-12-31 Steve Youngs <steve@sxemacs.org>
3663
3664 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3665 `define-minor-mode' macro definition expanded properly.
3666 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3667 exclude it there.
3668
3669 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3670 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3671 `fboundp' test.
3672 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3673 This is OK to autoload in (S)XEmacs now.
3674
36752006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3678 keystroke.
3679 (gnus-summary-limit-to-singletons): Fix typo.
3680
3681 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3682 else fails.
3683
db629244
MB
36842006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3685
01c52d31
MB
3686 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3687 docstring.
3688
3689 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3690 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3691 (gnus-summary-insert-dormant-articles): Fix typo in message.
3692
36932006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3694
3695 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3696 nil for XEmacs.
3697 (gnus-message-citation-mode): Don't autoload in XEmacs.
3698
3699 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 3700
880820fe 37012006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
3702
3703 * nnimap.el (nnimap-expunge-search-string): Mention
3704 nnimap-search-uids-not-since-is-evil in docstring.
3705
37062006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3707
3708 * spam.el: Revert to make-obsolete-variable because
3709 define-obsolete-variable-alias is not supported in Emacs 21.
3710
01c52d31
MB
3711 * spam.el (spam-ifile-path, spam-ifile-database-path)
3712 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3713 make-obsolete-variable.
3714 (spam-bsfilter-path, spam-bsfilter-program)
3715 (spam-spamassassin-path, spam-spamassassin-program)
3716 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3717 use "path" inappropriately.
3718 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3719 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3720 variable names.
3721
11e95b02
MB
37222006-12-28 Daiki Ueno <ueno@unixuser.org>
3723
3724 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3725 summary buffer.
3726
01c52d31
MB
3727 * password.el (password-cache-remove): Use clear-string to burn
3728 password, if available.
11e95b02 3729
01c52d31
MB
37302006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3731
3732 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3733
3734 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3735
3736 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3737 (gnus-message-highlight-citation): Move defcustom here from
3738 gnus-cite.el.
3739 (gnus-message-citation-mode): Autoload.
3740
3741 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3742 checks to make it compile with XEmacs.
3743 (gnus-message-citation-mode): New minor mode.
3744 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3745 (gnus-message-highlight-citation): New variables.
3746 (gnus-message-search-citation-line)
3747 (gnus-message-add-citation-keywords)
3748 (gnus-message-remove-citation-keywords)
3749 (turn-on-gnus-message-citation-mode)
3750 (turn-off-gnus-message-citation-mode): New functions.
3751
37522006-12-26 Oliver Scholz <epameinondas@gmx.de>
3753
3754 * gnus-cite.el: Enable highlighting of different citation levels in
3755 message-mode.
11e95b02
MB
3756
37572006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3758
3759 * message.el (message-make-fqdn): Fix comment.
3760 (message-bogus-system-names): Add ".local".
3761
3762 * spam.el (spam-ifile-path, spam-ifile-program)
3763 (spam-ifile-database-path, spam-ifile-database)
3764 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3765 Don't use "path" inappropriately.
3766 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3767 strings.
3768 (spam-check-ifile, spam-ifile-register-with-ifile)
3769 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3770 new variable names.
3771
3772 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3773 (gnus-treat-display-smileys): Simplify using
3774 gnus-image-type-available-p.
3775
3776 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3777 available.
3778
37792006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3780
3781 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3782 one after turning on the buffer's multibyteness instead of decoding
3783 them directly in the unibyte buffer that causes unexpected conversion
3784 in Emacs 23 (unicode).
3785
01c52d31
MB
37862006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3787
3788 * message.el (message-generate-hashcash): Fix custom type.
3789
37902006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3791
3792 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3793
9b9e104e
MB
37942006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3795
3796 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3797 disconnect icons. Add help text.
3798
01c52d31
MB
37992006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3800
3801 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3802 negated to be consistent with the others we handle.
3803
38042006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3805
3806 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3807 version of gnus-summary-buffer to something, so that we can use two
3808 article buffers at the same time.
3809
38102006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3811
3812 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3813 trigger all the extra headers.
3814 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3815 sorting.
3816
38172006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3818
3819 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3820 solid groups.
3821
bcd3e063
MB
38222006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3823
3824 * legacy-gnus-agent.el: Add Copyright notice.
3825
82e5f93f
CY
38262006-12-12 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3829
01c52d31
MB
38302006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3831
3832 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3833
3834 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3835 to make it work reliably in CVS Emacs.
3836 (gnus-summary-limit-strange-charsets-predicate)
3837 (gnus-summary-limit-to-predicate): New functions.
3838
f88e76a8
CY
38392006-12-08 Chong Yidong <cyd@stupidchicken.com>
3840
3841 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3842 specifying array size.
3843 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3844 array if it is too small.
3845 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3846 (gnus-sort-threads-loop): New function.
3847
e925d5ae 38482006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
3849
3850 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3851 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3852
880820fe 38532006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
3854
3855 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3856 options.
3857
01c52d31
MB
38582006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3859
3860 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3861 DOS-ing the recipient.
3862
3863 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3864 the headers when creating the mapping to avoid mismappings.
3865 (nnweb-gmane-create-mapping): Always nix out old mapping.
3866
38672006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3868
3869 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3870 and mm-verify-option to never.
3871
5538c331
MB
38722006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3873
01c52d31
MB
3874 * message.el (message-signed-or-encrypted-p): New function.
3875 (message-forward-make-body): Use it.
3876
3877 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3878 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
3879
38802006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3881
3882 * nneething.el (nneething-decode-file-name): Replace
3883 decode-coding-string with mm-decode-coding-string.
3884
01c52d31
MB
3885 * gnus-int.el (gnus-open-server): Say failed server's name.
3886
550831ed
JB
38872006-11-24 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3890 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3891
3892 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3893 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3894 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3895 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3896 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3897 (gnus-subscribe-newsgroup, gnus-1):
3898 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3899 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3900 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3901 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3902
01c52d31
MB
39032006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3904
3905 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3906 keystroke.
3907 (gnus-summary-limit-to-bodies): Implement headersp.
3908
39092006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3910
3911 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3912
e8f0f70d
MB
39132006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3914
3915 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3916
01c52d31
MB
39172006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3918
3919 * message.el (message-generate-hashcash): Expand range of values to
3920 include `opportunistic'.
3921 (message-send-mail): Use it.
3922
b07e0143
MB
39232006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3924
3925 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3926 and comment it.
3927
3928 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3929
4573e0df
MB
39302006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3931
3932 * gnus-util.el (gnus-extract-address-components): Improve comment.
3933
39342006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3935
3936 * gnus-util.el (gnus-extract-address-components): Work with address in
3937 which the name portion contains @.
3938
39392006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3940
3941 * gnus.el (gnus-start): Move custom group up.
3942 (gnus-select-method): Don't autoload, but make it available for
3943 `customize-variable'.
3944 (gnus-getenv-nntpserver): Don't autoload.
3945
01c52d31
MB
39462006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3947
3948 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3949
39502006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3951
3952 * message.el (message-sendmail-extra-arguments): New variable.
3953 (message-send-mail-with-sendmail): Use it.
3954
4573e0df
MB
39552006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3956
3957 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3958 mm-with-unibyte-current-buffer to make string unibyte.
3959
3960 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3961 mm-string-as-multibyte.
3962
01c52d31
MB
39632006-11-14 Daiki Ueno <ueno@unixuser.org>
3964
3965 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3966 Reported by Werner Koch <wk@gnupg.org>.
3967
39682006-11-14 Daiki Ueno <ueno@p360>
3969
3970 * mml2015.el: Autoload epa-select-keys when compiling.
3971
39722006-11-13 Daiki Ueno <ueno@unixuser.org>
3973
3974 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3975 message-options.
3976 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3977
39782006-11-13 Daiki Ueno <ueno@unixuser.org>
3979
3980 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3981 EasyPG (< 0.0.6).
3982 (mml2015-always-trust): New user option.
3983 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3984 prompt.
3985
39862006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3987
3988 * nntp.el (nntp-authinfo-force): New variable.
3989 (nntp-send-authinfo): Use it.
3990
4573e0df
MB
39912006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3992
01c52d31
MB
3993 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3994 decode encoded words. Improve prompt. Add comment about forwarding.
3995 (message-replacement-char): Move up.
4573e0df
MB
3996
39972006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3998
3999 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4000 instead of gnus-intersection because arguments of gnus-sorted-nunion
4001 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
4002
01c52d31
MB
40032006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
4004
4005 * message.el (message-strip-subject-encoded-words): Reformat prompt.
4006 (message-simplify-subject-functions): Enable
4007 message-strip-subject-encoded-words by default.
4008
40092006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
4010
4011 * message.el (message-strip-subject-encoded-words): New function
4012 (message-simplify-subject-functions): New variable.
4013 (message-simplify-subject): Use it. Fix typo in doc string.
4014 Support message-strip-subject-encoded-words.
4015
06856b12
JB
40162006-11-03 Juanma Barranquero <lekktu@gmail.com>
4017
4018 * gnus-diary.el (gnus-diary-delay-format-function):
4019 * nndiary.el (nndiary-reminders):
4020 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4021
b193caa3
MB
40222006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4023
4024 * gnus-art.el (article-hide-boring-headers): Fetch date from
4025 gnus-original-article-buffer to avoid problems with localized date
4026 strings.
4027
40282006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4029
4030 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4031
ab785936
MB
40322006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
4033
06856b12
JB
4034 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4035 New variables.
ab785936
MB
4036 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4037 (mm-charset-synonym-alist): Move some entries to
4038 mm-codepage-iso-8859-list.
4039 (mm-charset-synonym-alist, mm-charset-override-alist): Add
4040 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4041
b90a6149
MB
40422006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4043
4044 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4045
40462006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4047
4048 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4049 with Emacs 21 and XEmacs.
4050
01c52d31
MB
40512006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
4052
4053 * spam.el (spam-parse-address): New function for better parsing,
4054 catching errors, etc.
4055 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4056
b90a6149
MB
40572006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4058
4059 * mm-view.el: Add interactive arg to html2text autoload.
4060
40612006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4062
4063 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4064
01c52d31
MB
40652006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
4066
4067 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4068 variables.
4069 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4070 (mm-charset-synonym-alist): Move some entries to
4071 mm-codepage-iso-8859-list.
4072
4073 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4074
40752006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
4076
4077 * message.el (message-citation-line-format)
4078 (message-insert-formated-citation-line): Fix implementation of %E, %N
4079 and %n according to the doc string.
4080
40812006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
4082
4083 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4084 car-safe to avoid bad parses.
4085
c86d4601
MB
40862006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4087
4088 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4089 names.
4090
4091 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4092
40932006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4094
01c52d31
MB
4095 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4096 header.
4097
4098 * message.el (message-draft-headers): Add Date.
4099 (message-headers-to-generate): Fix typo in docstring.
4100
4101 * nndraft.el (nndraft-required-headers): New variable.
4102 (nndraft-generate-headers): Use it.
4103
4104 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4105
41062006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4107
4108 * gnus-registry.el (gnus-registry-wash-for-keywords)
4109 (gnus-registry-find-keywords): New functions to allow easy searching of
4110 articles that are in the registry.
4111
41122006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4113
4114 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4115 ietf-drums-parse-address instead of gnus-extract-address-components.
4116 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
4117
41182006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
4119
4120 * gnus.el (gnus-mime): Remove unused custom group.
4121
92edaeed
MB
41222006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4123
4124 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4125 "blank line" when searching for end of armor headers.
4126
41272006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4128
4129 * gmm-utils.el (gmm-write-region): Fix variable name.
4130
41312006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
4132
4133 * gmm-utils.el (gmm-write-region): New function based on compatibility
4134 code from `mm-make-temp-file'.
4135
4136 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4137
4138 * nnmaildir.el (nnmaildir--update-nov)
4139 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4140 Use `gmm-write-region'.
4141
996aa8c1
MB
41422006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4143
01c52d31
MB
4144 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4145 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4146
4147 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4148
4149 * message.el (message-replacement-char): New variable.
4150 (message-fix-before-sending): Use it.
4151 (message-simplify-subject): New function to remove duplicate code.
4152 (message-reply, message-followup): Use it.
4153
996aa8c1
MB
4154 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4155 gnus-summary-limit-to-articles.
4156
01c52d31 41572006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 4158
01c52d31 4159 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 4160
01c52d31 4161 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 4162
01c52d31 41632006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4164
01c52d31
MB
4165 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4166 ignore non-string data.
996aa8c1 4167
01c52d31 41682006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4169
01c52d31
MB
4170 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4171 non-string data (needs to be done in the registry too).
996aa8c1 4172
01c52d31 41732006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4174
01c52d31
MB
4175 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4176 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4177 (gnus-registry-split-fancy-with-parent)
4178 (gnus-registry-fetch-simplified-message-subject-fast)
4179 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4180 Remove text properties on ingress into the registry and when it's saved.
4181 (gnus-registry-clean-empty-function): Fix bug with cleaning the
4182 registry from entries with no groups.
996aa8c1 4183
01c52d31 41842006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4185
01c52d31
MB
4186 * gnus-util.el (gnus-string-remove-all-properties): Add utility
4187 function to remove string properties.
996aa8c1 4188
67099291
MB
41892006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
4190
4191 * gmm-utils.el (gmm): Adjust custom version.
4192
4193 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4194 custom version.
4195
4196 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4197
01c52d31
MB
41982006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4199
4200 * gnus-art.el (gnus-insert-prev-page-button)
4201 (gnus-insert-next-page-button): Simplify. Reformat.
4202
42032006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4204
4205 * gnus-art.el (gnus-insert-prev-page-button)
4206 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4207
94019f61
CY
42082006-09-25 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4211
01c52d31
MB
42122006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4213
4214 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4215 gnus-article-button-face to MIME and security buttons.
4216
42172006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4218
4219 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4220 readable.
4221
42222006-09-20 Steve Youngs <steve@sxemacs.org>
4223
4224 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4225 `browse-url-of-file' instead of `browse-url'.
4226
0327a464
MB
42272006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4228
4229 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4230 regexp. Articles containing quotation were cut prematurely.
4231
42322006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4233
01c52d31
MB
4234 * message.el (message-cite-original-1): Use nobody by default for the
4235 value of From header.
0327a464
MB
4236 (message-reply): Ditto.
4237
01c52d31
MB
42382006-09-11 Daiki Ueno <ueno@unixuser.org>
4239
4240 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4241 to the gnus-info. This fixes a bug of inline-PGP message verification.
4242 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4243
b110774a
MB
42442006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4245
4246 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4247 mails in the doc string. Add some URLs in comment.
01c52d31 4248 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
4249
42502006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4251
4252 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4253 backslashes handling and the way to find boundaries of quoted strings.
4254
01c52d31
MB
42552006-09-07 Daiki Ueno <ueno@unixuser.org>
4256
4257 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4258 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4259 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4260 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4261
676c1893
RS
42622006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4263
01c52d31
MB
4264 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4265 doc string.
4266 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4267
42682006-09-06 Simon Josefsson <jas@extundo.com>
4269
4270 * mml2015.el (mml2015-use): Doc fix, mention epg.
4271
42722006-09-06 Daiki Ueno <ueno@unixuser.org>
4273
4274 * mml2015.el (mml2015-use): Default to epg, if available.
4275
42762006-09-06 Daiki Ueno <ueno@unixuser.org>
4277
4278 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4279 message-sender.
4280 (mml1991-epg-encrypt): Ditto.
4281 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4282 message-sender.
4283 (mml2015-epg-encrypt): Ditto.
676c1893 4284
de4fbbe4
CY
42852006-09-04 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4288 several common directories.
4289
01c52d31
MB
42902006-09-05 Daiki Ueno <ueno@unixuser.org>
4291
4292 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4293 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4294
d7093904
MB
42952006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4296
8fbdffe5
MB
4297 * gnus-art.el (article-decode-encoded-words): Make it fast.
4298
42992006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4300
4301 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4302
d7093904
MB
4303 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4304 in quoted string into `\'.
4305
343d6628
MB
43062006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4307
4308 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4309 Use standard-syntax-table.
4310
43112006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4312
4313 * gnus-art.el (gnus-decode-address-function): New variable.
4314 (article-decode-encoded-words): Use it to decode headers which are
4315 assumed to contain addresses.
4316 (gnus-mime-delete-part): Remove useless `or'.
4317
4318 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4319 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4320 (gnus-nov-parse-line): Use it to decode From header.
4321 (gnus-get-newsgroup-headers): Ditto.
4322 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4323
4324 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4325 (mail-decode-encoded-address-string): New alias.
4326
4327 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4328 New function.
4329 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4330 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4331 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4332 (rfc2047-decode-string): Ditto.
4333 (rfc2047-decode-address-region): New function.
4334 (rfc2047-decode-address-string): New function.
4335
01c52d31
MB
43362006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4337
4338 * message.el (message-caesar-buffer-body): Allow rotating headers.
4339
4340 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4341
4342 * message.el (message-insert-formated-citation-line): Fix %f.
4343 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4344
43452006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4346
4347 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4348 (gnus-bookmark-mouse-available-p): New macro.
4349 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4350 (gnus-bookmark-bmenu-show-infos): Use it.
4351 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4352 (gnus-bookmark-bmenu-hide-infos): Ditto.
4353 (gnus-bookmark-remove-properties): New function.
4354 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4355 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4356 (gnus-bookmark-write-file): Bind coding-system-for-write.
4357 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4358 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4359 group before selecting it.
4360 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4361 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4362 quit-window if it is not available; use gnus-mouse-2 and bind it to
4363 gnus-bookmark-bmenu-select-by-mouse.
4364 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4365 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 4366
5dab7628
RF
43672006-08-13 Romain Francoise <romain@orebokech.com>
4368
4369 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4370 space.
4371
5ebdc299
MB
43722006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4373
4374 * compface.el (uncompface): Use binary rather than raw-text-unix.
4375
43762006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4377
4378 * compface.el (uncompface): Make sure the eol conversion doesn't take
4379 place when communicating with the external programs. Reported by
4380 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4381
43822006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4383
4384 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4385
43862006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4387
4388 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4389 Make it more robust by parsing author and date independently.
4390
ebf693f3
MB
43912006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4394
01c52d31
MB
43952006-07-28 Daiki Ueno <ueno@unixuser.org>
4396
4397 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4398 first matching secret key.
4399 (mml2015-epg-encrypt): Ditto.
4400
4401 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4402 first matching secret key.
4403 (mml1991-epg-encrypt): Ditto.
4404
4405 * mml2015.el (mml2015-encrypt-to-self): New user option.
4406 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4407 mml2015-epg-encrypt-to-self is set.
4408
4409 * mml1991.el (mml1991-encrypt-to-self): New variable.
4410 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4411 mml1991-epg-encrypt-to-self is set.
4412
4413 * mml2015.el (mml2015-signers): New user option.
4414 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4415 (mml2015-epg-encrypt): Allow to select signing keys.
4416
4417 * mml1991.el (mml1991-signers): New variable.
4418 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4419 (mml1991-epg-encrypt): Allow to select signing keys.
4420
ebf693f3
MB
44212006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4422
4423 * nnheader.el (nnheader-insert-head): Make it work even if the file
4424 uses CRLF for the line-break code.
4425
01c52d31
MB
44262006-07-25 Daiki Ueno <ueno@unixuser.org>
4427
4428 * mml2015.el: Require mml-sec instead of password.
4429 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4430 (mml2015-cache-passphrase): Inherit the default value from
4431 mml-secure-cache-passphrase.
4432 (mml2015-passphrase-cache-expiry): Inherit the default value from
4433 mml-secure-passphrase-cache-expiry.
4434
4435 * mml1991.el: Require mml-sec instead of password.
4436 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4437 (mml1991-cache-passphrase): Inherit the default value from
4438 mml-secure-cache-passphrase.
4439 (mml1991-passphrase-cache-expiry): Inherit the default value from
4440 mml-secure-passphrase-cache-expiry.
4441
4442 * mml-sec.el: Require password.
4443 (mml-secure-verbose): New user option.
4444 (mml-secure-cache-passphrase): New user option.
4445 (mml-secure-passphrase-cache-expiry): New user option.
4446
44472006-07-24 Daiki Ueno <ueno@unixuser.org>
4448
4449 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4450 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 4451 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
4452
4453 FIXME: Use `tiny change'?
4454
bd876f90
MB
44552006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4456
4457 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4458 workaround for the url package included with Emacs.
4459
4460 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4461
01c52d31
MB
44622006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4463
4464 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4465 correctly. This fixes a bug caused by the 2006-05-12 change.
4466
06dc8321
KF
44672006-07-18 Karl Fogel <kfogel@red-bean.com>
4468
4469 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4470 some information about the error when saying that the `bogus' mail
4471 group will be used.
4472
7ce31649
MB
44732006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4474
4475 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4476 string.
4477
b44409c9
MB
44782006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4479
4480 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4481
763bb2d4
MB
44822006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4483
4484 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4485
01c52d31
MB
44862006-07-10 Daiki Ueno <ueno@unixuser.org>
4487
4488 * mml1991.el (mml1991-function-alist): Add epg.
4489 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4490 (mml1991-epg-encrypt): New functions.
4491
44922006-07-10 Daiki Ueno <ueno@unixuser.org>
4493
4494 * mml2015.el (mml2015-verbose): New variable.
4495 (mml2015-cache-passphrase): Ditto.
4496 (mml2015-passphrase-cache-expiry): Ditto.
4497 (mml2015-function-alist): Add epg.
4498 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4499 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4500 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4501 functions.
4502
45032006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4504
4505 * message.el (message-cite-original-1): Preserve region when removing
4506 quoted text due to X-No-Archive in order to avoid bogus attribution
4507 when citing multiple messages.
4508
45092006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4510
4511 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4512 Kenneth Jacker <khj@be.cs.appstate.edu>.
4513
827dc73d
MB
45142006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4515
4516 * gnus-diary.el (gnus-user-format-function-d)
4517 (gnus-user-format-function-D): Autoload.
4518
01c52d31 4519 * imap.el (Commentary): Fix typo.
827dc73d 4520
01c52d31
MB
4521 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4522 2006-04-22 contribution.
4523
45242006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4525
4526 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4527 It didn't really fix the bogosity I'm seeing with solid web groups.
4528
45292006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4530
4531 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4532 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4533 created using server names. If we use the feature without declaring
4534 it, Gnus does not properly manage server and group state.
4535
4536 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4537 bound.
4538
45392006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4540
4541 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4542 looking up the method using GROUP's prefix before inventing a new one.
4543 It is used on killed/unknown groups in various places where returning
4544 an all-new method isn't expected by the caller.
4545
4546 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4547 and match semantics of gnus-group-real-prefix.
4548
45492006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4550
4551 * nnmail.el (nnmail-broken-references-mailers): New variable.
4552 (nnmail-ignore-broken-references): New function generalizing
4553 nnmail-fix-eudora-headers.
4554 (nnmail-fix-eudora-headers): Now obsolete.
4555
4556 * gnus-art.el (gnus-button-handle-custom): Support
4557 `customize-apropos*'.
4558
45592006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4560
4561 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4562
4563 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4564 articles.
4565
45662006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4567
4568 * message.el (message-cite-reply-above): New variable.
4569 (message-yank-original): Use it.
827dc73d 4570
a367620f
MB
45712006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4572
4573 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4574
01c52d31
MB
45752006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4576
4577 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4578 as read.
4579
4580 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4581
45822006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4583
4584 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4585 (gnus-bookmark-default-file): Use gnus-directory.
4586 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4587 Remove "*" in doc string.
4588 (gnus-bookmark-write-file): Simplify.
4589 (gnus-bookmark-maybe-sort-alist): Use `when'.
4590 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4591 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4592 FIXME about Emacs 21 and XEmacs compatibility.
4593 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4594 compatibility.
4595 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4596 compatibility.
4597 (gnus-bookmark-menu-heading): Fix version.
4598
45992006-06-19 Bastien Guerry <bzg@altern.org>
4600
4601 * gnus-bookmark.el: New file.
4602
5cfd0f2e
MB
46032006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4604
4605 * message.el (message-syntax-checks): Doc fix.
4606
01c52d31
MB
46072006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4608
4609 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4610 unsubscribed groups as if they were killed ones. It causes duplicate
4611 entries in gnus-newsrc-alist.
4612
f362b760
MB
46132006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4614
4615 * message.el (message-syntax-checks): Doc fix.
4616 (message-send-mail): Add check for continuation headers.
4617 (message-check-news-header-syntax): Fix regexp used to check for
4618 continuation headers.
4619
46202006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4621
4622 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4623
01c52d31
MB
46242006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4625
4626 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4627
46282006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4629
4630 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4631 default-truncate-lines.
4632
26c9afc3
MB
46332006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4634
4635 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4636 to fill the utf-8 entry.
4637
01c52d31 46382006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 4639
01c52d31
MB
4640 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4641
46422006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4643
4644 * gnus-agent.el (directory-files-and-attributes): Move all the way
4645 forward (the third and final move).
4646 (gnus-agent-read-agentview): Trap reconstruction errors due to
4647 nonexistant directory. Handle by returning nil.
4648
46492006-05-30 Didier Verna <didier@xemacs.org>
4650
4651 * message.el (message-dont-reply-to-names): Update the custom type.
4652 * message.el (message-dont-reply-to-names): New defsubst: potentially
4653 convert a list of regexps into a single one.
4654 * message.el (message-get-reply-headers): Use it.
4655 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4656
46572006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4658
4659 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
4660
46612006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4662
4663 * gnus-ml.el (gnus-mailing-list-subscribe)
4664 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4665 (gnus-mailing-list-message): Fix doc strings.
4666
46672006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4668
4669 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4670 of doing it manually.
4671
01c52d31
MB
46722006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4673
4674 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4675 comment.
4676
26c9afc3
MB
46772006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4678
002876ab 4679 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 4680 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
26c9afc3
MB
4681 (gnus-agent-read-local): All symbols allocated in my-obarray
4682 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4683 (gnus-agent-regenerate-group): Check numeric names to see if they are
4684 messages or groups.
01c52d31
MB
4685 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4686 better way of do this...)
4687
4688 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4689 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
4690
46912006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4692
4693 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4694 (gnus-saved-headers): Ditto.
01c52d31 4695 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
4696 (gnus-article-save): Override gnus-save-all-headers and
4697 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
4698 (gnus-summary-save-in-file): Add :headers property.
4699 (gnus-summary-write-to-file): Ditto.
4700
4701 * gnus-sum.el (gnus-summary-save-article): Bind
4702 gnus-prompt-before-saving to t when saving many articles in a file;
4703 always show all headers.
4704
47052006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4706
4707 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4708 marks.
4709
4710 * message.el (message-indent-citation): Add optional arguments to allow
4711 using it outside of message buffers.
4712
4713 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4714 (gnus-article-treat-unfold-headers): Use it.
4715 (gnus-article-truncate-lines): New variable.
4716 (gnus-article-mode): Use it.
4717 (gnus-article-toggle-truncate-lines): New function.
4718
4719 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4720 gnus-article-toggle-truncate-lines.
4721
4722 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4723 coding system in XEmacs, use binary.
4724
47252006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4726
4727 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4728 after-load-alist.
4729
4730 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4731 this function should save decoded articles.
4732 (gnus-summary-write-to-file): Use property to specify this function
4733 should save decoded articles and specify gnus-summary-save-in-file
4734 should be used to save articles other than the first one when saving
4735 many articles.
4736 (gnus-summary-save-body-in-file): Use property to specify this
4737 function should save decoded articles.
4738 (gnus-summary-write-body-to-file): Use property to specify this
4739 function should save decoded articles and specify
4740 gnus-summary-save-body-in-file should be used to save articles other
4741 than the first one when saving many articles.
4742
4743 * gnus-sum.el (gnus-summary-save-article): Simplify.
4744
47452006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4746
4747 * gnus-art.el (gnus-default-article-saver): Add
4748 gnus-summary-write-body-to-file.
4749 (gnus-article-save-coding-system): Don't use coding system object
4750 in XEmacs.
26c9afc3
MB
4751 (gnus-read-save-file-name): Add optional `dir-var' argument which
4752 specifies directory in which files are saved; work even if optional
4753 `variable' argument is not specified.
01c52d31
MB
4754 (gnus-summary-write-to-file): Read file name.
4755 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4756 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
4757
4758 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4759 (gnus-summary-local-variables): Add it.
4760 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
4761 (gnus-summary-save-article): Remove optional `decode' argument;
4762 determine whether to decode articles by the value of
4763 gnus-default-article-saver; when saving many files using
4764 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4765 it first and use gnus-summary-save-in-file or
4766 gnus-summary-save-body-in-file thereafter unless
4767 gnus-prompt-before-saving is always; move point to article which
4768 will be saved.
4769 (gnus-summary-save-article-file): Revert.
4770 (gnus-summary-write-article-file): Revert.
4771 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
4772 (gnus-summary-write-article-body-file): New function.
4773
47742006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4775
01c52d31 4776 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 4777
01c52d31 47782006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 4779
01c52d31
MB
4780 * gnus-art.el (gnus-default-article-saver): Doc fix.
4781 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4782 from gnus-summary-save-article-coding-system, and default to a
4783 certain coding system.
4784 (gnus-output-to-file): Add coding cookie and encode text according
4785 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 4786
01c52d31
MB
4787 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4788 gnus-art.el and rename to gnus-article-save-coding-system.
4789 (gnus-summary-save-article): Require gnus-art; don't show all
4790 headers if it decodes articles; don't add coding cookie here;
4791 don't bind mm-text-coding-system-for-write.
4792 (gnus-summary-save-article-file): Save decoded articles.
4793 (gnus-summary-write-article-file): When saving many files, use
4794 gnus-summary-write-to-file first and gnus-summary-save-in-file
4795 thereafter unless gnus-prompt-before-saving is always.
4796 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 4797
01c52d31 47982006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 4799
01c52d31 4800 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 4801
880820fe 48022006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
4803
4804 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4805 its hash index. Store this hash in `nnrss-group-data'.
4806 (nnrss-read-group-data): Update accordingly.
4807
48082006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4809
4810 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4811 entry.
4812
4813 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4814 gnus-article-browse-html-article.
4815
48162006-05-23 Hynek Schlawack <hynek@ularx.de>
4817
4818 * gnus-sum.el (gnus-summary-mime-map): Add
4819 gnus-article-browse-html-article.
48202006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4821
4822 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4823 suitable coding systems in customize.
4824
48252006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4826
4827 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 4828
d7ba2a01
RS
48292006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4830
f18df03d
MB
4831 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4832 (gnus-summary-expire-articles-now): Shorten prompt.
4833
d7ba2a01
RS
4834 * gmm-utils.el (wid-edit): Require.
4835 (defun-gmm): Renamed from `gmm-defun-compat'.
4836 (gmm-image-search-load-path): Use it.
4837 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4838
01c52d31
MB
48392006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4840
4841 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4842 variable.
4843 (gnus-summary-save-article): Add optional `decode' argument. If
4844 it is set and gnus-summary-save-article-coding-system is non-nil,
4845 save decoded article.
4846 (gnus-summary-write-article-file): Save decoded article if
4847 gnus-summary-save-article-coding-system is non-nil.
4848
4849 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4850 type.
4851
48522006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4853
4854 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4855
48562006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4857
4858 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4859 first to test gnus-single-article-buffer which may be buffer-local.
4860
4861 * gnus-sum.el (gnus-summary-setup-buffer): Make
4862 gnus-single-article-buffer buffer-local and nil in ephemeral
4863 group; make gnus-article-buffer, gnus-article-current, and
4864 gnus-original-article-buffer always buffer-local.
4865 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4866 group.
4867 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4868
48692006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4870
4871 * nnml.el (nnml-request-compact-group): Compressed files might not
4872 have .gz extension.
4873
54e573e6
MB
48742006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4877 (mm-copy-to-buffer): Use with-current-buffer.
4878 (mm-display-part): Simplify.
4879 (mm-inlinable-p): Add optional arg `type'.
4880
01c52d31
MB
48812006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4882
49c7d1ac 4883 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
4884 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4885 Try harder to show the attachment internally or externally using
4886 gnus-mime-view-part-as-type.
4887
01c52d31 48882006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 4889
01c52d31
MB
4890 * message.el (message-from-style, message-signature-separator)
4891 (message-user-organization-file, message-send-mail-function)
4892 (message-citation-line-function, message-yank-prefix)
4893 (message-indent-citation-function, message-signature)
4894 (message-signature-file, message-signature-insert-empty-line):
4895 Remove autoloads.
4896
4897 * gnus-art.el (gnus-buttonized-mime-types): Remove
4898 "multipart/signed". Revert 2006-04-26 change.
4899
49002006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4901
4902 * gnus.el (gnus-version-number): Bump version.
4903
49042006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4905
4906 * gnus.el: No Gnus v0.5 is released.
4907
49082006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4909
4910 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4911 fetching articles by message-id.
4912
49132006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4914
4915 * message.el (hashcash): Require hashcash as normal.
4916
4917 * ecomplete.el (ecomplete-highlight-match-line): Use
4918 point-at-eol.
4919 (ecomplete-highlight-match-line): Use `highlight', because that
4920 face exists in both Emacs and XEmacs.
4921
4922 * message.el (message-display-abbrev): Use point-at-bol.
4923
4924 * mail-source.el: Don't require timer/timer-funcs.
4925
4926 * gnus-async.el: Ditto.
4927
4928 * password.el: Ditto.
4929
4930 * mm-url.el: Ditto.
4931
4932 * mm-util.el: Require timer/timer-funcs.
4933
49342006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4935
4936 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4937 Close.
54e573e6 4938
9606f1cb
MB
49392006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4942 unibyte after clear-decrypt function runs.
4943
4944 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4945 returns as a unibyte string.
4946
305452a5
MB
49472006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4948
305452a5
MB
4949 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4950 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4951 (mml1991-pgg-encrypt): Ditto.
4952
0565caeb
MB
49532006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4954
01c52d31
MB
4955 * message.el (message-user-organization-file): Check several
4956 locations of the organization file.
0565caeb 4957
01c52d31
MB
4958 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4959 Add gnus-article-view-part-as-type.
0565caeb 4960
01c52d31 4961 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
4962
4963 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4964 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 4965
01c52d31
MB
4966 * mml.el: Simplify autoload.
4967 (mml-mode): defvar dnd-protocol-alist instead of using
4968 symbol-value.
4969 (mml-default-directory): New variable.
4970 (mml-minibuffer-read-file): Use it.
4971 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4972
4973 * message.el (message-citation-line-format): New variable.
4974 (message-insert-formated-citation-line): New function.
4975 (message-citation-line-function): Add
4976 `message-insert-formated-citation-line' to custom type.
4977
4978 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4979 to doc string.
4980
4981 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4982 depending on mm-verify-option.
0565caeb 4983
305452a5
MB
49842006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4985
4986 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4987 binding pgg-* variables; reimplement the section which prevents
4988 MIME header from being signed.
4989 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4990 pgg-text-mode; remove a blank line at the top of body.
4991
4992 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4993 lines at the top of body; use gnus-newsgroup-charset if there's no
4994 Charset header.
4995
0565caeb
MB
49962006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4997
01c52d31
MB
4998 * message.el (message-self-insert-commands): Doc fix.
4999
0565caeb
MB
5000 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5001 (mm-uu-pgp-encrypted-test): Ditto.
5002 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5003 between header and body; return application/pgp-encrypted handle
5004 if decryption failed; decode decrypted body by charset.
5005
5006 * mm-decode.el (mm-automatic-display): Don't make application/pgp
5007 element match to application/pgp-*.
5008
01c52d31
MB
50092006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5010
5011 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5012 HTML.
5013
50142006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5015
5016 * mail-source.el (mail-source-call-script): Message the error
5017 string.
5018
50192006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5020
5021 * gnus-util.el (gnus-byte-compile): Use it.
5022
002876ab 50232006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
5024
5025 * gnus-util.el (kill-empty-logs): New function.
5026
50272006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5028
5029 * message.el (message-mail-alias-type): Doc fix.
5030 (message-mail-alias-type-p): New function.
5031 (message-send): Use it.
5032 (message-mode): Ditto.
5033 (message-strip-forbidden-properties): Ditto.
5034
5035 * ecomplete.el (ecomplete-database-file-coding-system): New
5036 variable.
5037 (ecomplete-save): Use it.
5038 (ecomplete-setup): Use it.
5039
50402006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
5041
5042 * message.el (message-self-insert-commands): New variable.
5043 (message-strip-forbidden-properties): Use it.
5044
50452006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5046
5047 * message.el (message-put-addresses-in-ecomplete): Use a regexp
5048 that doesn't make XEmacs choke.
5049
f67d6742
MB
50502006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5051
49c7d1ac
SM
5052 * gnus-util.el (gnus-replace-in-string):
5053 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
5054
50552006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5056
49c7d1ac
SM
5057 * gnus-util.el (gnus-select-frame-set-input-focus):
5058 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
5059 definition defined in Emacs 22 for old Emacsen.
5060
01c52d31 50612006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 5062
01c52d31 5063 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 5064
01c52d31 50652006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 5066
01c52d31
MB
5067 * gnus-registry.el (gnus-registry-cache-save): Remove text
5068 properties when saving via the temp buffer.
bd29ba20 5069
01c52d31 50702006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 5071
01c52d31 5072 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 5073
01c52d31 50742006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 5075
01c52d31
MB
5076 * message.el (message-generate-hashcash): Default to non-nil when
5077 hashcash is found.
18c06a99 5078
01c52d31
MB
5079 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5080 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 5081
01c52d31 5082 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 5083
01c52d31 5084 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 5085
01c52d31 50862006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 5087
01c52d31
MB
5088 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5089 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5090 Remove autoloads.
163cb72d 5091
01c52d31 50922006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 5093
01c52d31 5094 * message.el (message-generate-hashcash): Default to.
163cb72d 5095
01c52d31 50962006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 5097
01c52d31
MB
5098 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5099 concatenating segments rather than before concatenating them.
163cb72d 5100
01c52d31 51012006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 5102
01c52d31 5103 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 5104
01c52d31
MB
5105 * imap.el (imap-quote-specials): New function.
5106 (imap-login-auth): Quote specials.
14e6dc54 5107
01c52d31 51082006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 5109
01c52d31 5110 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 5111
01c52d31
MB
5112 * message.el (message-forward-make-body-plain): Allow
5113 message-forward-ignored-headers to be a list.
5114 (message-remove-ignored-headers): Factor out into function.
5115 (message-forward-make-body-mml): Use it.
5116 * rfc2231.el (rfc2231-parse-string): Remove dead code.
5117 (rfc2231-parse-string): Allow concatanation of parameters that
5118 aren't contiguous. The test case is
5119 (mail-header-parse-content-type "message/external-body;
5120 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5121 access-type=LOCAL-FILE;
5122 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 5123
01c52d31 51242006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 5125
01c52d31
MB
5126 * nntp.el (nntp-accept-process-output): Return the value of
5127 `nnheader-accept-process-output'.
14e6dc54 5128
01c52d31 51292006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 5130
01c52d31
MB
5131 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5132 (gnus-button-alist): Recognize more diff formats.
5133 (gnus-button-patch): Strip directory.
14e6dc54 5134
01c52d31 51352006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 5136
01c52d31
MB
5137 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5138 Emacs 22 when setting focus.
1b155fbd 5139
01c52d31 51402006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 5141
01c52d31
MB
5142 * gnus-art.el (gnus-article-treat-types): Do treatment of
5143 text/x-verbatim parts.
5144 (gnus-button-patch): New command.
b6f2cf4b 5145
01c52d31
MB
5146 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5147 addresses that contain invalid characters.
b6f2cf4b 5148
01c52d31 51492006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 5150
01c52d31
MB
5151 * message.el (message-put-addresses-in-ecomplete): Use
5152 gnus-replace-in-string.
5153 (message-is-yours-p): Use the more correct
5154 mail-header-parse-address instead of
5155 mail-extract-address-components.
5156 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 5157
01c52d31
MB
5158 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5159 keystroke.
77218834 5160
01c52d31
MB
5161 * gnus-art.el (gnus-treatment-function-alist): Change order of
5162 newsgroups/generic header folding to avoid double-folding.
77218834 5163
01c52d31 5164 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 5165
01c52d31
MB
5166 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5167 command.
5168 (gnus-summary-repeat-search-article-backward): New command.
d451514f 5169
01c52d31
MB
5170 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5171 groups in the parent topic.
5172
880820fe 51732006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
5174
5175 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5176 (spam-extra-header-to-number): Return the CRM114 number as a
5177 number instead of a string.
5178
51792006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5180
5181 * gnus-art.el (gnus-face-properties-alist): Moved here from
5182 gnus-fun.
5183
5184 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5185
51862006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5187
5188 * message.el (message-strip-forbidden-properties): Only display on
5189 self-insert-command.
5190
5191 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5192 reindent.
5193 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5194
51952006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5196
5197 * smiley.el (smiley-style): Fix typo.
d451514f 5198
4f162824
KH
51992006-03-23 Kenichi Handa <handa@m17n.org>
5200
5201 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5202 instead of set-buffer-multibyte.
5203
e9e33c19
KH
52042006-03-23 Kenichi Handa <handa@m17n.org>
5205
5206 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5207 buffer and then decode the buffer text if necessary.
5208 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5209 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 5210
01c52d31 52112006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 5212
01c52d31
MB
5213 * hashcash.el (hashcash-insert-payment-async-2): Use
5214 message-goto-eoh instead of doing it manually.
5215 (mail-add-payment): Use message-narrow-to-header instead of trying
5216 to do the same itself.
f5e92214 5217
01c52d31 5218 * message.el (message-hidden-headers): Add Face.
f5e92214 5219
01c52d31
MB
5220 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5221 reparenting code.
5222 (gnus-summary-reparent-children): Refactored out code.
5223 (gnus-summary-thread-map): New keystroke.
5224 (gnus-summary-reparent-children): Make into command.
f5e92214 5225
01c52d31
MB
5226 * smiley.el (smiley-style): Default to `medium' if using a large
5227 font.
f5e92214 5228
01c52d31
MB
5229 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5230 does it itself.
f5e92214 5231
01c52d31 5232 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 5233
01c52d31 52342006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 5235
01c52d31
MB
5236 * nnagent.el (nnagent-request-set-mark): Silence log file
5237 writing.
5238 (nnagent-request-set-mark): Use write-region instead of
5239 append-to-file.
f5e92214 5240
01c52d31
MB
5241 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5242 strange select method.
f5e92214 5243
01c52d31
MB
5244 * ecomplete.el (ecomplete-display-matches): Get highlightling
5245 right.
5246 (ecomplete-display-matches): Use literals.
5247 (ecomplete-display-matches): Disable message logging.
f5e92214 5248
01c52d31 5249 * message.el (message-display-abbrev): Small optimization.
531bedc3 5250
01c52d31
MB
5251 * ecomplete.el (ecomplete-display-matches): Allow automatic
5252 display.
531bedc3 5253
01c52d31
MB
5254 * message.el (message-strip-forbidden-properties): Display
5255 abbrevs.
5256 (message-display-abbrev): Get automatic display right.
531bedc3 5257
01c52d31
MB
5258 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5259 keystrokes.
531bedc3 5260
01c52d31 52612006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 5262
01c52d31 5263 TODO: Backport to v5-10!
531bedc3 5264
01c52d31
MB
5265 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5266 Moved here (and renamed) from gnus-registry.el.
531bedc3 5267
01c52d31
MB
5268 * gnus-registry.el: Require gnus-util.
5269 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 5270
01c52d31 52712006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5272
01c52d31
MB
5273 * gnus-group.el (gnus-group-catchup-current): Change
5274 if-then-else-if-then-else into cond.
5275 (gnus-group-catchup): Indent.
5276 (group-name-at-point): New function.
5277 (gnus-fetch-group): Provide default from thing at point.
531bedc3 5278
01c52d31 52792006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5280
01c52d31 5281 * message.el (message-display-abbrev): Fix regexp.
531bedc3 5282
01c52d31
MB
5283 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5284 choosing.
5285 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5286 dead variables.
ea8ae765 5287
01c52d31
MB
5288 * message.el (message-newline-and-indent): Remove debugging.
5289 (message-display-abbrev): Use new implementation.
ea8ae765 5290
01c52d31 52912006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 5292
01c52d31
MB
5293 * gnus-art.el (gnus-article-mode): Set
5294 cursor-in-non-selected-windows to nil.
ea8ae765 5295
01c52d31
MB
5296 * smiley.el: Revert previous change.
5297 (smiley-data-directory): defvar it before using it in the
5298 defcustom of `smiley-style'.
ea8ae765 5299
01c52d31 53002006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 5301
01c52d31 5302 * message.el (message-newline-and-indent): New function.
ea8ae765 5303
01c52d31 5304 * ecomplete.el: Implement more bits.
85fd8002 5305
01c52d31
MB
5306 * message.el (message-put-addresses-in-ecomplete): Clean up the
5307 string.
85fd8002 5308
01c52d31 5309 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 5310
01c52d31
MB
5311 * gnus-sum.el (gnus-summary-save-parts): Bind
5312 gnus-summary-save-parts-counter and use it to make unique file
5313 names.
85fd8002 5314
01c52d31 5315 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 5316
01c52d31
MB
5317 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5318 parameter to say whether to actually parse the individual
5319 addresses.
61e66a15 5320
01c52d31
MB
5321 * message.el (message-put-addresses-in-ecomplete): New function.
5322 (ecomplete): Require.
5323 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 5324
01c52d31 53252006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 5326
01c52d31
MB
5327 * flow-fill.el (fill-flowed): Remove trailing space from blank
5328 quoted lines.
fe62aacc 5329
01c52d31 53302006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 5331
01c52d31
MB
5332 * smiley.el (smiley-style): Move definition later to avoid a
5333 compilation warning.
fe62aacc 5334
01c52d31 53352006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 5336
01c52d31
MB
5337 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5338 buffer and then decode the buffer text if necessary.
5339 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5340 first, and after mm-encode-body, change the buffer to unibyte.
5341 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 5342
01c52d31 53432006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 5344
01c52d31
MB
5345 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5346 Content-Type header instead of Content-Disposition header.
5347 (gnus-mime-inline-part): Ditto.
5348 (gnus-mime-view-part-as-charset): Ignore charset that the part
5349 specifies.
719120ef 5350
01c52d31
MB
5351 * mm-decode.el (mm-display-part): Work with external parts and
5352 usual parts similarly.
719120ef 5353
01c52d31
MB
5354 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5355 instead of gnus-display-mime.
719120ef 5356
01c52d31
MB
5357 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5358 instead of with-temp-buffer.
719120ef 5359
01c52d31
MB
5360 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5361 tag to summarized topics part in order to encode non-ASCII text.
719120ef 5362
01c52d31 53632006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5364
01c52d31
MB
5365 * smiley.el (smiley-style): New variable.
5366 (smiley-directory): New function.
5367 (smiley-data-directory): Derive from `smiley-style' using
5368 `smiley-directory'.
5369 (smiley-regexp-alist): Add new entries.
719120ef 5370
01c52d31
MB
5371 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5372 (gnus-article-browse-delete-temp): Add :version.
719120ef 5373
880820fe 53742006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 5375
01c52d31
MB
5376 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5377 the sieve region.
719120ef 5378
01c52d31 53792006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5380
01c52d31 5381 * gnus.el (gnus-version-number): Bump version.
719120ef 5382
01c52d31 53832006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5384
01c52d31 5385 * gnus.el: No Gnus v0.4 is released.
719120ef 5386
01c52d31 53872006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5388
01c52d31
MB
5389 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5390 layout.
719120ef 5391
01c52d31
MB
5392 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5393 unknown charset.
719120ef 5394
01c52d31
MB
5395 * message.el (message-header-synonyms): Add Original-To to the
5396 default.
ba0226dd 5397
01c52d31
MB
5398 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5399 optional parameter.
ba0226dd 5400
01c52d31 54012006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 5402
01c52d31 5403 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 5404
01c52d31 54052006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 5406
01c52d31 5407 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 5408
01c52d31 54092006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5410
01c52d31 5411 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 5412
01c52d31 54132006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 5414
01c52d31 5415 * password.el (password-reset): New function.
5f4264e5 5416
01c52d31 54172006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5418
01c52d31
MB
5419 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5420 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 5421
01c52d31 54222006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 5423
01c52d31
MB
5424 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5425 Some whitespace was matched into the url, which broke browsing hits
5426 > 100 when mm-url-use-external was nil.
5f4264e5 5427
01c52d31 54282006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 5429
01c52d31
MB
5430 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5431 gnus-extra-headers for 'Newsgroups.
5f4264e5 5432
01c52d31
MB
5433 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5434 bound.
e13be7a2 5435
01c52d31 54362006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 5437
01c52d31
MB
5438 * pgg-gpg.el: Clean up process buffers every time gpg processes
5439 complete.
b5189759 5440
01c52d31 54412006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 5442
01c52d31
MB
5443 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5444 doc string.
16f18d05 5445
01c52d31 54462006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 5447
01c52d31
MB
5448 * pgg-gpg.el (pgg-gpg-process-filter)
5449 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 5450
01c52d31
MB
5451 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5452 lines, temporary fix.
d71c0855 5453
01c52d31 54542006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5455
01c52d31 5456 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 5457
01c52d31 54582006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 5459
01c52d31
MB
5460 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5461 default-enable-multibyte-characters. This reverts the change from
5462 revision 6.17 which is no longer necessary because the passphrase
5463 is sent separately now. GnuPG messages are unreadable under
5464 multibyte locales with default-enable-multibyte-characters set to
5465 nil.
cf5a5c38 5466
01c52d31 54672006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5468
01c52d31 5469 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 5470
01c52d31 54712006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5472
01c52d31
MB
5473 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5474 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5475 instead.
cf5a5c38 5476
01c52d31 54772006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 5478
01c52d31
MB
5479 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5480 newsgroups handling for NNTP overviews which don't include
5481 Newsgroups.
cf5a5c38 5482
01c52d31 54832006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 5484
01c52d31 5485 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 5486
01c52d31 54872006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 5488
01c52d31
MB
5489 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5490 when searching for already-paid recipients.
34128042 5491
01c52d31 54922006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 5493
01c52d31
MB
5494 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5495 passphrases when it is not needed.
5496 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5497 passphrase stuff from gpg, should only be necessary when you use
5498 gpg with a smartcard.
34128042 5499
01c52d31 55002006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 5501
01c52d31
MB
5502 * mml.el (mml-insert-mime): Ignore cached contents of
5503 message/external-body part.
34128042 5504
01c52d31
MB
5505 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5506 (mm-insert-part): Ditto.
34128042 5507
01c52d31 55082006-03-23 Simon Josefsson <jas@extundo.com>
34128042 5509
01c52d31
MB
5510 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5511 Reiner.
5512 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 5513
01c52d31 55142006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 5515
01c52d31
MB
5516 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5517 older emacsen.
5518 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 5519
01c52d31 55202006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 5521
01c52d31
MB
5522 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5523 if we can.
c96ec15a 5524
01c52d31 55252006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 5526
01c52d31
MB
5527 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5528 (pgg-gpg-update-agent): New function.
5529 (pgg-gpg-use-agent-p): New function.
5530 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5531 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5532 (pgg-gpg-sign-region): Use it.
c96ec15a 5533
01c52d31 55342006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 5535
01c52d31
MB
5536 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5537 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 5538
01c52d31 55392006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 5540
01c52d31
MB
5541 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5542 <wilde@sha-bang.de>.
5543 (pgg-gpg-use-agent): New variable.
5544 (pgg-gpg-process-region): Use it.
5545 (pgg-gpg-encrypt-region): Likewise.
5546 (pgg-gpg-encrypt-symmetric-region): Likewise.
5547 (pgg-gpg-decrypt-region): Likewise.
5548 (pgg-gpg-sign-region): Likewise.
5549 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 5550
01c52d31 55512006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 5552
01c52d31 5553 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 5554
01c52d31
MB
5555 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5556 Add comment on version.
6203370b 5557
01c52d31 55582006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 5559
01c52d31 5560 * smiley.el: Add missing test smiley.
6203370b 5561
01c52d31 55622006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 5563
01c52d31
MB
5564 * mm-decode.el (mm-with-part): New macro.
5565 (mm-get-part): Use it; work with message/external-body as well.
5566 (mm-save-part): Treat name and filename equally.
6203370b 5567
01c52d31
MB
5568 * mm-extern.el (mm-extern-cache-contents): New function.
5569 (mm-inline-external-body): Use it; force the part to be displayed;
5570 move undisplayer added to the cached handle to the parent.
6203370b 5571
01c52d31
MB
5572 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5573 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 5574
01c52d31 5575 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 5576
01c52d31 55772006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5578
01c52d31
MB
5579 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5580 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5581 Emacs.]
46e8fe3d 5582
01c52d31 55832006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5584
01c52d31
MB
5585 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5586 path rather than symbol. Always return list of directories.
5587 Guarantee that image directory comes first. [Sync with image.el,
5588 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 5589
01c52d31
MB
5590 * message.el (message-make-tool-bar): Adjust to new API of
5591 `gmm-image-load-path-for-library'.
46e8fe3d 5592
01c52d31 5593 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 5594
01c52d31 5595 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 5596
01c52d31 55972006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 5598
01c52d31
MB
5599 * gnus-art.el (gnus-article-only-boring-p):
5600 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5601 intangible text.
5602 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 5603
01c52d31 56042006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5605
01c52d31
MB
5606 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5607 `defun' instead of `gmm-defun-compat'.
46e8fe3d 5608
01c52d31 56092006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 5610
01c52d31
MB
5611 * message.el (message-unique-id): Don't use message-number-base36
5612 if (user-uid) is a float.
5613 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 5614
01c52d31 56152006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 5616
01c52d31 5617 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 5618
01c52d31
MB
5619 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5620 empty line between a part and a message part.
7347faa8 5621
01c52d31 56222006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5623
01c52d31
MB
5624 * smiley.el: Add more test smileys.
5625 (smiley-data-directory, smiley-regexp-alist)
5626 (gnus-smiley-file-types): Fix doc strings.
5627 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5628 adding new elements.
5629 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 5630
01c52d31 56312006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 5632
01c52d31
MB
5633 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5634 scan latest NoCeM messages instead of old ones.
5635 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5636 delimiters that are recently used.
5637 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 5638
01c52d31 5639 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 5640
01c52d31
MB
5641 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5642 level which is larger than gnus-use-nocem is specified.
7347faa8 5643
01c52d31 5644 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 5645
01c52d31 56462006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5647
01c52d31 5648 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 5649
01c52d31
MB
5650 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5651 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 5652
01c52d31 5653 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 5654
01c52d31
MB
5655 * gnus-group.el (gnus-group-redraw-when-idle)
5656 (gnus-group-redraw-check): Remove.
5657 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 5658
01c52d31 56592006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 5660
01c52d31
MB
5661 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5662 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 5663
01c52d31 56642006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 5665
01c52d31
MB
5666 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5667 to gmm-image-load-path-for-library. Call with no-error argument.
5668 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 5669
01c52d31 5670 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 5671
01c52d31 5672 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 5673
01c52d31 5674 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 5675
01c52d31 56762006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 5677
01c52d31 5678 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 5679
01c52d31
MB
5680 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5681 nnml-generate-nov-databases-1.
5682 (nnml-generate-nov-databases): Use it.
5683 (nnml-generate-nov-databases-directory): Document no-active
5684 argument.
c4288669 5685
01c52d31
MB
5686 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5687 directory if path is t. Add no-error.
c4288669 5688
01c52d31
MB
5689 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5690 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 5691
01c52d31
MB
5692 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5693 resetting gnus-article-browse-html-temp-list.
c4288669 5694
01c52d31
MB
5695 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5696 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5697 Add example to docstring. Rename local variables. Move error
5698 checks to default case in cond and simplify.
73043f7d 5699
01c52d31 57002006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5701
01c52d31
MB
5702 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5703 handle is multipart when calling it recursively.
5704 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 5705
01c52d31 57062006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 5707
01c52d31
MB
5708 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5709 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 5710
01c52d31 57112006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5712
01c52d31
MB
5713 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5714 is loaded.
7dafe00b 5715
01c52d31
MB
5716 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5717 loaded.
7dafe00b 5718
01c52d31 57192006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5720
01c52d31
MB
5721 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5722 to "Emacs 23 (unicode)" in doc string.
7dafe00b 5723
01c52d31
MB
5724 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5725 "Emacs 23 (unicode)" in comment.
7dafe00b 5726
01c52d31 57272006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5728
01c52d31 5729 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 5730
01c52d31
MB
5731 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5732 characters 160 through 255 in Emacs 23.
7dafe00b 5733
01c52d31 57342006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5735
01c52d31
MB
5736 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5737 gnus-article-browse-html-temp.
5738 (gnus-article-browse-delete-temp): Make it customizable. Add
5739 `file'. Adjust doc string.
5740 (gnus-article-browse-delete-temp-files): Add argument. Allow
5741 query for each file. Adjust doc string.
5742 (gnus-article-browse-html-parts): Add
5743 `gnus-article-browse-delete-temp-files' to
5744 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 5745
01c52d31 57462006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 5747
01c52d31
MB
5748 * gnus-art.el (gnus-article-browse-html-temp)
5749 (gnus-article-browse-delete-temp): New variables.
5750 (gnus-article-browse-delete-temp-files): New function.
5751 (gnus-article-browse-html-parts): Use it.
7dafe00b 5752
01c52d31 57532006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5754
01c52d31 5755 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 5756
01c52d31
MB
5757 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5758 string.
7dafe00b 5759
01c52d31
MB
5760 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5761 gnus-summary-insert-new-articles when unplugged. Remove
5762 gnus-summary-search-article-forward.
7dafe00b 5763
01c52d31
MB
5764 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5765 display-visual-class instead of display-color-cells.
7dafe00b 5766
01c52d31 57672006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5768
01c52d31
MB
5769 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5770 message/* containing non-ASCII text properly.
7dafe00b 5771
01c52d31 57722006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5773
01c52d31
MB
5774 * message.el: Require gmm-utils, remove autoloads.
5775 (message-tool-bar): Set default based on
5776 gmm-tool-bar-style.
5777 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5778
01c52d31
MB
5779 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5780 gmm-tool-bar-style.
5781 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5782
01c52d31
MB
5783 * gnus-group.el (gnus-group-tool-bar): Set default based on
5784 gmm-tool-bar-style.
5785 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5786
01c52d31
MB
5787 * gmm-utils.el (gmm-image-directory): Rename variable from
5788 gmm-image-load-path.
5789 (gmm-image-load-path): Use gmm-image-directory.
5790 (gmm-customize-mode): New function.
5791 (gmm-tool-bar-style): New variable.
7dafe00b 5792
01c52d31
MB
5793 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5794 gnus-group-redraw-line-number.
5795 (gnus-group-redraw-check): Simplify.
5796 (gnus-group-tool-bar-update): Remove redraw check.
5797 (gnus-group-make-tool-bar): Add redraw check.
447505b5 5798
01c52d31 57992006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 5800
01c52d31 5801 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 5802
01c52d31 58032006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 5804
01c52d31 5805 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 5806
01c52d31 58072006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5808
01c52d31
MB
5809 * gnus-art.el (gnus-button): New face.
5810 (gnus-article-button-face): Use it.
3031d8b0 5811
01c52d31
MB
5812 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5813 gnus-summary-next-page. Re-order.
3031d8b0 5814
01c52d31
MB
5815 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5816 next-node are now included.
5817 (gnus-group-redraw-line-number): New internal variable.
5818 (gnus-group-redraw-check): Helper function for updating the tool
5819 bar.
5820 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 5821
01c52d31 5822 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 5823
01c52d31
MB
5824 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5825 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5826 Use it to match format of Spamassassin 3.0 and later. Reported by
5827 IRIE Tetsuya <irie@t.email.ne.jp>.
5828 (spam-check-bogofilter)
5829 (spam-bogofilter-register-with-bogofilter): Fix args of
5830 `gnus-error' calls.
3031d8b0 5831
01c52d31 58322006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5833
01c52d31
MB
5834 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5835 unnecessary interaction when sending queued mails. Reported by
5836 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 5837
01c52d31 58382006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5839
01c52d31
MB
5840 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5841 first or last are nil.
3031d8b0 5842
01c52d31 58432006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 5844
01c52d31 5845 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 5846
01c52d31 58472006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 5848
01c52d31 5849 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 5850
01c52d31 58512006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 5852
01c52d31 5853 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 5854
01c52d31 58552006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5856
01c52d31
MB
5857 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5858 nov.php.
58090a8d 5859
01c52d31 58602006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 5861
01c52d31
MB
5862 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5863 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5864 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5865 output on the server side.
5866 (nnweb-google-create-mapping): Update regexps and add some
5867 progress indication.
58090a8d 5868
01c52d31 58692006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5870
01c52d31
MB
5871 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5872 gnus-agent-toggle-plugged. Re-order icons.
5873 (gnus-group-tool-bar-gnome): Add
5874 gnus-group-{prev,next}-unread-group.
5875 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 5876
01c52d31
MB
5877 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5878 gnus-summary-insert-new-articles.
58090a8d 5879
01c52d31
MB
5880 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5881 comments.
58090a8d 5882
01c52d31
MB
5883 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5884 also available in Emacs 21.3.
58090a8d 5885
01c52d31
MB
5886 * message.el (message-fix-before-sending): Change "Emacs 22" to
5887 "Emacs 23 (unicode)" in comment.
58090a8d 5888
01c52d31
MB
5889 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5890 "Emacs 23 (unicode)" in comment.
58090a8d 5891
01c52d31
MB
5892 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5893 comment.
5894 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 5895
01c52d31 5896 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 5897
01c52d31 58982006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5899
01c52d31
MB
5900 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5901 and load-path.
58090a8d 5902
01c52d31 59032006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5904
01c52d31
MB
5905 * message.el: Autoload gmm-image-load-path.
5906 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5907 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5908 consitency.
58090a8d 5909
01c52d31
MB
5910 * gmm-utils.el (gmm-image-load-path): Also search in
5911 "../etc/images". Don't set gmm-image-load-path if we don't find
5912 the image.
58090a8d 5913
01c52d31 59142006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5915
01c52d31
MB
5916 * gmm-utils.el (gmm-image-load-path): Don't make
5917 `gmm-image-load-path' include subdirectories which the second arg
5918 `image' might specify.
58090a8d 5919
01c52d31
MB
5920 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5921 subdirectory to icon file names.
58090a8d 5922
01c52d31 5923 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 5924
01c52d31 59252006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5926
01c52d31
MB
5927 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5928 gmm-image-load-path calls.
58090a8d 5929
01c52d31 5930 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 5931
01c52d31 5932 * message.el (message-make-tool-bar): Ditto.
58090a8d 5933
01c52d31 5934 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 5935
01c52d31
MB
5936 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5937 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 5938
01c52d31
MB
5939 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5940 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5941
01c52d31
MB
5942 * message.el (message-tool-bar-gnome): Use new icon names.
5943 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5944
01c52d31
MB
5945 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5946 functions from MH-E.
5947 (gmm-image-load-path): New variable from MH-E.
5948 (gmm-image-load-path): New function from MH-E. Added arguments
5949 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5950 *-image-load-path-called-flag.
4c2ad11d 5951
01c52d31 59522006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 5953
01c52d31 5954 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 5955
01c52d31 59562006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 5957
01c52d31
MB
5958 * nnimap.el (nnimap-request-move-article): Change folder back to
5959 source group before deleting.
6586e9c9 5960
01c52d31 59612006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 5962
01c52d31 5963 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 5964
01c52d31
MB
5965 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5966 mm-url.
e8beac8a 5967
01c52d31 5968 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 5969
01c52d31 59702006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 5971
01c52d31
MB
5972 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5973 coding system which mm-charset-to-coding-system returns for a
5974 given charset is valid.
e8beac8a 5975
01c52d31 59762006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 5977
01c52d31
MB
5978 * html2text.el (html2text-remove-tag-list):
5979 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 5980
01c52d31 59812006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 5982
01c52d31 5983 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 5984
01c52d31 59852006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5986
01c52d31
MB
5987 * gnus-art.el (article-strip-banner): Call
5988 article-really-strip-banner only when the regexp match is made.
3b059693 5989
01c52d31 59902006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5991
01c52d31
MB
5992 * gnus-art.el (article-strip-banner): Use
5993 gnus-extract-address-components instead of
5994 mail-header-parse-addresses to make it work with non-ASCII text;
5995 remove mail-encode-encoded-word-string.
3b059693 5996
01c52d31
MB
5997 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5998 values which are surrounded with \"...\"; make it never cause a
5999 Lisp error; give up parsing of parameters if it failed in
6000 extracting type.
3b059693 6001
880820fe 60022006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 6003
01c52d31
MB
6004 * smime.el (smime-cert-by-ldap-1): Fix bug where
6005 `smime-ldap-search' returns results without userCertificates.
ab513ed4 6006
01c52d31 60072006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 6008
01c52d31 6009 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 6010
01c52d31 60112006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 6012
01c52d31
MB
6013 * spam.el (spam-check-spamassassin-headers): Adapt format for
6014 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
6015 <ari@mbf.ocn.ne.jp>.
6016 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 6017
01c52d31 60182006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 6019
01c52d31
MB
6020 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6021 make-temp-file; make it work with XEmacs as well.
9516b9f4 6022
01c52d31
MB
6023 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6024 mm-make-temp-file.
9516b9f4 6025
01c52d31
MB
6026 * mm-decode.el (mm-display-external): Use the 3rd arg of
6027 mm-make-temp-file.
6028 (mm-create-image-xemacs): Ditto.
9516b9f4 6029
01c52d31 60302006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 6031
01c52d31
MB
6032 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6033 with message-narrow-to-headers.
6034 (gnus-draft-setup): Narrow to header to run message-fetch-field.
6035 (gnus-draft-check-draft-articles): New function.
6036 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 6037
01c52d31 60382006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 6039
01c52d31
MB
6040 * gnus-art.el (gnus-article-browse-html-parts):
6041 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6042 Don't use suffix argument for mm-make-temp-file for Emacs 21
6043 compatibility. Remove useless `format'.
292f71fe 6044
01c52d31 60452006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 6046
01c52d31
MB
6047 * nnweb.el (nnweb-google-wash-article): Update regexps.
6048 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 6049
01c52d31 60502006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 6051
01c52d31
MB
6052 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6053 re-loading nn* modules.
292f71fe 6054
01c52d31 60552006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 6056
01c52d31
MB
6057 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6058 for `tool-bar-mode' and don't check it's default-value.
292f71fe 6059
01c52d31 6060 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 6061
01c52d31 6062 * message.el (message-make-tool-bar): Ditto.
292f71fe 6063
01c52d31
MB
6064 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6065 `substring'. Shorten tmp-file name.
292f71fe 6066
01c52d31 6067 * gnus.el: Remove bogus comment.
292f71fe 6068
01c52d31 60692006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 6070
01c52d31
MB
6071 * gnus-art.el (gnus-article-browse-html-parts): New function.
6072 (gnus-article-browse-html-article): New function for viewing html
6073 articles with a browser.
bd2cef66 6074
01c52d31 60752006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 6076
01c52d31
MB
6077 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6078 (mml2015-pgg-encrypt): Ditto.
ffda926c 6079
01c52d31
MB
6080 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6081 (mml1991-pgg-encrypt): Ditto.
f5fab556 6082
01c52d31 60832006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 6084
01c52d31
MB
6085 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6086 message-make-date instead of current-time-string.
4b9f0de2 6087
01c52d31
MB
6088 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6089 to gnus-decoded which mm-uu might set.
4b9f0de2 6090
01c52d31 60912006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 6092
01c52d31
MB
6093 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6094 don't decode quoted parameters; remove misimported Emacs code.
6095 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6096 (rfc2231-decode-encoded-string): Don't use split-string which
6097 behaves differently according to Emacs version; use
6098 mm-decode-coding-region to convert charset to coding-system.
6099 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6100 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 6101
01c52d31 61022006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 6103
01c52d31
MB
6104 * gnus-art.el (article-decode-charset): Don't use ignore-errors
6105 when calling mail-header-parse-content-type.
6106 (article-de-quoted-unreadable): Ditto.
6107 (article-de-base64-unreadable): Ditto.
6108 (article-wash-html): Ditto.
20051b27 6109
01c52d31
MB
6110 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6111 calling mail-header-parse-content-type and
6112 mail-header-parse-content-disposition.
6113 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6114 mail-header-parse-content-type.
82259e50 6115
01c52d31
MB
6116 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6117 insert charset and format parameters; encode description after
6118 inserting it to buffer.
6119 (mml-insert-parameter): Fold lines properly even if a parameter is
6120 segmented into two or more lines; change the max column to 76.
82259e50 6121
01c52d31
MB
6122 * rfc1843.el (rfc1843-decode-article-body): Don't use
6123 ignore-errors when calling mail-header-parse-content-type.
46f93472 6124
01c52d31
MB
6125 * rfc2231.el (rfc2231-parse-string): Return at least type if
6126 possible; don't cause an error even if it fails in parsing of
6127 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6128 (rfc2231-encode-string): Don't break lines at the beginning, leave
6129 it to mml-insert-parameter.
46f93472 6130
01c52d31
MB
6131 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6132 calling mail-header-parse-content-type.
d3a597b7 6133
01c52d31 61342006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 6135
01c52d31
MB
6136 * spam-report.el (spam-report-gmane-use-article-number):
6137 Improve doc string.
6138 (spam-report-gmane-internal): Check if a suitable header was found
6139 in the article.
8753ddee 6140
01c52d31 61412006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 6142
01c52d31
MB
6143 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6144 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 6145
01c52d31 61462006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 6147
01c52d31 6148 Update copyright notices of all files in the gnus directory.
8753ddee 6149
01c52d31 61502006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 6151
01c52d31 6152 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 6153
01c52d31 61542006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 6155
01c52d31
MB
6156 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6157 segmented lines of parameter value to cope with Thunderbird 1.5
6158 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6159 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6160 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 6161
01c52d31 61622006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 6163
01c52d31
MB
6164 * mml.el (mml-generate-mime-1): Correct the order of inline signed
6165 parts.
a33704bb 6166
01c52d31 61672006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 6168
01c52d31
MB
6169 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6170 there's only one active file for all servers.
6171 (nnweb-request-scan): Make sure nnweb-articles is initialized on
6172 solid groups. Gnus might have used a FAST request to select the group.
6173 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6174 and nnweb-search redundantly in the active file.
6175 (nnweb-request-list): Don't list bogus groups. There can only be one.
6176 (nnweb-request-create-group): Don't use ARGS.
6177 (nnweb-possibly-change-server, nnweb-request-group): Remove some
6178 initialisations. Let nnoo do the work.
a33704bb 6179
01c52d31 61802006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 6181
01c52d31
MB
6182 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6183 Say the part has been decoded.
a33704bb 6184
01c52d31 6185 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 6186
01c52d31 61872006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 6188
01c52d31
MB
6189 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6190 mailcap-viewer-test-cache when there's no 'test clause, since that
6191 will invert the meaning of a "nil" test previously determined by
6192 mailcap-mailcap-entry-passes-test.
53cfefc8 6193
01c52d31 61942006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 6195
01c52d31
MB
6196 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6197 compiling.
53cfefc8 6198
01c52d31 6199 * gnus-sum.el: Ditto.
53cfefc8 6200
01c52d31 6201 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 6202
01c52d31 62032006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 6204
01c52d31 6205 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 6206
01c52d31 62072006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 6208
01c52d31
MB
6209 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6210 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6211 current Google Groups.
53cfefc8 6212
01c52d31 62132006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 6214
01c52d31
MB
6215 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6216 and tool-bar-mode.
66841476 6217
01c52d31
MB
6218 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6219 and tool-bar-mode.
66841476 6220
01c52d31
MB
6221 * message.el (message-tool-bar-update): Simplify.
6222 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 6223
01c52d31
MB
6224 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6225 gnus-summary-buffer.
6226 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6227 gnus-summary-reply.
81df110a 6228
01c52d31 6229 * gmm-utils.el (gmm): Add :version.
5fae1cae 6230
01c52d31 62312006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 6232
01c52d31
MB
6233 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6234 autoload.
5fae1cae 6235
01c52d31 62362006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 6237
01c52d31 6238 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 6239
01c52d31 62402006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 6241
01c52d31 6242 * message.el: Change some comments WRT tool-bars.
81df110a 6243
01c52d31
MB
6244 * gnus-sum.el (gnus-summary-tool-bar)
6245 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6246 (gnus-summary-tool-bar-zap-list): New variables.
6247 (gnus-summary-make-tool-bar): Complete rewrite using
6248 `gmm-tool-bar-from-list'.
430d3ed7 6249
01c52d31
MB
6250 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6251 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6252 variables.
6253 (gnus-group-make-tool-bar): Complete rewrite using
6254 `gmm-tool-bar-from-list'.
6255 (gnus-group-tool-bar-update): New function.
430d3ed7 6256
01c52d31 6257 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 6258
01c52d31 62592006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 6260
01c52d31
MB
6261 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6262 is dissected into a single part of which the type is the same as
6263 the given one; decode charset.
6ff5b064 6264
01c52d31 62652006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 6266
01c52d31
MB
6267 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6268 into alists as symbol not string, since that's what
6269 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6270 look for.
a8f6d239 6271
01c52d31 62722006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 6273
01c52d31
MB
6274 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6275 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 6276
01c52d31 6277 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 6278
01c52d31 62792006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6280
01c52d31
MB
6281 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6282 (gnus-mime-security-button-menu): New definition.
6283 (gnus-mime-security-button-map): Use them.
6284 (gnus-mime-security-button-menu): New function.
6285 (gnus-insert-mime-security-button): Addition to help echo.
6286 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6287 (gnus-mime-security-pipe-part): New functions.
d752cf53 6288
01c52d31
MB
6289 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6290 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 6291
01c52d31
MB
6292 * mm-decode.el (mm-handle-set-disposition): Remove.
6293 (mm-handle-set-description): Remove.
d752cf53 6294
01c52d31 62952006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6296
01c52d31
MB
6297 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6298 (mm-w3m-standalone-supports-m17n-p): New function.
6299 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6300 w3m usage.
d752cf53 6301
01c52d31
MB
6302 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6303 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 6304
01c52d31 63052006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 6306
01c52d31
MB
6307 * message.el (message-tool-bar-zap-list): Use
6308 gmm-tool-bar-zap-list as custom type.
6309 (message-tool-bar-update): New function.
6310 (message-tool-bar, message-tool-bar-gnome)
6311 (message-tool-bar-retro): Add message-tool-bar-update.
6312 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 6313
01c52d31 6314 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 6315
01c52d31
MB
6316 * gmm-utils.el (gmm-error): Describe `args'.
6317 (gmm-tool-bar-zap-list): New widget.
6318 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 6319
01c52d31 63202006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6321
01c52d31
MB
6322 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6323 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6324 the number of recursive calls.
4a2358e9 6325
01c52d31
MB
6326 * mm-decode.el (mm-handle-set-disposition): New macro.
6327 (mm-handle-set-description): New macro.
4a2358e9 6328
01c52d31 63292006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6330
01c52d31
MB
6331 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6332 encoding.
4a2358e9 6333
01c52d31 63342006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6335
01c52d31
MB
6336 * message.el (message-tool-bar-zap-list, message-tool-bar)
6337 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6338 (message-tool-bar-local-item-from-menu): Remove.
6339 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6340 (message-make-tool-bar): New function.
6341 (message-mode): Use `message-make-tool-bar'.
4a2358e9 6342
01c52d31
MB
6343 * gmm-utils.el: New file.
6344 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6345 (gmm-lazy): New widget copied from `nnmail.el'.
6346 (gmm-tool-bar-from-list): New function for creating customizable
6347 tool bars.
6348 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6349 output.
6350 (gmm): Add :prefix to defgroup.
4a2358e9 6351
01c52d31 63522006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 6353
01c52d31 6354 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 6355
01c52d31 63562006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6357
01c52d31
MB
6358 * mml.el (mml-attach-file): Describe `description' in doc string.
6359 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 6360
01c52d31 63612006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 6362
01c52d31 6363 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 6364
01c52d31 63652006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 6366
01c52d31 6367 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 6368
01c52d31 63692006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 6370
01c52d31
MB
6371 * imap.el (imap-open): Handle case where buffer is a buffer
6372 object.
41e11121 6373
01c52d31 63742005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 6375
01c52d31
MB
6376 * gnus-delay.el (gnus-delay): Don't autoload.
6377 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6378 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 6379
01c52d31 63802005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 6381
01c52d31 6382 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 6383
01c52d31 63842006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 6385
01c52d31 6386 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 6387
01c52d31 6388 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 6389
01c52d31 63902006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 6391
01c52d31 6392 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 6393
01c52d31 63942006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 6395
01c52d31
MB
6396 * mm-decode.el (mm-inlined-types): Add application/pgp.
6397 (mm-automatic-display): Ditto.
11e22c4a 6398
01c52d31
MB
6399 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6400 part as text.
11e22c4a 6401
01c52d31 64022006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 6403
01c52d31
MB
6404 * nnrss.el: Update copyright.
6405 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 6406
01c52d31
MB
6407 * gnus-art.el:
6408 * gnus-sum.el:
6409 * mm-uu.el:
6410 * mm-view.el: Update copyright.
97f78c9b 6411
01c52d31 64122006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 6413
01c52d31
MB
6414 * message.el (message-info): New function.
6415 (message-mode-menu): Add it.
6416 Update copyright.
97f78c9b 6417
01c52d31 6418 * ChangeLog: Fix and update copyright.
97f78c9b 6419
01c52d31 64202006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 6421
01c52d31
MB
6422 * message.el (message-forward-subject-name-subject): Prefer the
6423 address to 'nowhere' if the sender has no name.
6424 Fix typo. Update copyright year.
97f78c9b 6425
01c52d31 64262006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 6427
01c52d31
MB
6428 * gnus-art.el (article-wash-html): Use
6429 gnus-summary-show-article-charset-alist if a numeric arg is given.
6430 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 6431
01c52d31
MB
6432 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6433 mm-inline-text-html-render-with-w3m-standalone.
6434 (mm-text-html-washer-alist): Map w3m-standalone to
6435 gnus-article-wash-html-with-w3m-standalone.
6436 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 6437
01c52d31 64382006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 6439
01c52d31
MB
6440 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6441 Improve LaTeX.
4b91459a 6442
01c52d31 64432006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 6444
01c52d31
MB
6445 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6446 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 6447
01c52d31
MB
6448 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6449 the buffer.
4b91459a 6450
01c52d31 64512006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6452
01c52d31
MB
6453 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6454 custom definition of `gnus-posting-styles'.
d44e3b45 6455
01c52d31
MB
6456 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6457 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 6458
01c52d31 64592006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6460
01c52d31
MB
6461 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6462 Use nntp for bug archive.
4b91459a 6463
01c52d31 64642006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 6465
01c52d31
MB
6466 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6467 parts.
6468 (nnrss-normalize-date): New function converts ISO 8601 date into
6469 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6470 (nnrss-check-group): Use it.
c03ac728 6471
01c52d31 64722006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6473
01c52d31 6474 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 6475
01c52d31
MB
6476 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6477 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6478 (nnrss-insert-w3): Ditto.
d8a88581 6479
01c52d31 64802005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6481
01c52d31
MB
6482 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6483 the articles to be forwarded including the case where neither a
6484 number of articles nor a region is specified.
d8a88581 6485
01c52d31 64862005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6487
01c52d31
MB
6488 * nnrss.el (nnrss-request-article): Fix last change; fill
6489 text/plain parts.
7573397b 6490
01c52d31 64912005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6492
01c52d31
MB
6493 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6494 in text/plain part.
6495 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 6496
01c52d31 64972005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 6498
01c52d31
MB
6499 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6500 article.
9ebc3953 6501
01c52d31 65022005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 6503
01c52d31
MB
6504 * nnml.el: Don't require gnus-bcklg. Autoload it.
6505 (nnml-use-compressed-files, nnml-save-mail): Support other
6506 comression programs such as bzip2.
7929f858 6507
01c52d31 65082005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 6509
01c52d31
MB
6510 * dns.el (query-dns): Make sure we check the buffer size before
6511 removing tcp headers.
7929f858 6512
01c52d31 65132005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 6514
01c52d31
MB
6515 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6516 remove MIME buttons associated with multipart/alternative parts.
6517 (gnus-mime-display-alternative): Tag buttons using `article-type'
6518 text property.
ead25b5c 6519
01c52d31
MB
6520 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6521 associated with multipart/alternative parts.
ead25b5c 6522
01c52d31 6523 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 6524
01c52d31
MB
6525 * mm-decode.el (mm-inlined-types): Fix custom type.
6526 (mm-keep-viewer-alive-types): Ditto.
6527 (mm-automatic-display): Ditto.
6528 (mm-attachment-override-types): Ditto.
6529 (mm-inline-override-types): Ditto.
6530 (mm-automatic-external-display): Ditto.
8774406b 6531
01c52d31 65322005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 6533
01c52d31
MB
6534 * spam-report.el (spam-report-user-mail-address)
6535 (spam-report-user-agent): New variables.
6536 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 6537
01c52d31 65382005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 6539
01c52d31
MB
6540 * gnus-art.el (gnus-button-handle-custom): Do not just use
6541 `customize-apropos' for any "M-x customize-*" button but the
6542 function called for. Accept both the function name and its
6543 argument in order to achieve this.
6544 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6545 function name to `gnus-button-handle-custom' in case of "M-x
6546 customize-*" buttons.
59fda2fa 6547
01c52d31 65482005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 6549
01c52d31
MB
6550 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6551 multipart/alternative and add xref to mm-discouraged-alternatives
6552 in doc string.
7d0c69be 6553
01c52d31
MB
6554 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6555 gnus-buttonized-mime-types in doc string.
7d0c69be 6556
01c52d31 65572005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6558
01c52d31
MB
6559 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6560 Suggest image/.* in the doc string.
d6697c02 6561
01c52d31 65622005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6563
01c52d31
MB
6564 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6565 message-marks (Debian bug #342521).
d6697c02 6566
01c52d31 65672005-12-12 Simon Josefsson <jas@extundo.com>
84861437 6568
01c52d31
MB
6569 * password.el (password-read-from-cache): Add.
6570 (password-read): Use it.
84861437 6571
01c52d31 65722005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 6573
01c52d31
MB
6574 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6575 us-ascii as a MIME charset.
3338c0ad 6576
01c52d31
MB
6577 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6578 against the case where the 2nd arg TYPE is nil.
3338c0ad 6579
01c52d31 65802005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 6581
01c52d31 6582 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 6583
01c52d31 6584 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 6585
01c52d31 65862005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 6587
01c52d31 6588 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 6589
01c52d31 65902005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 6591
01c52d31
MB
6592 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6593 RFC1524) if it is in mailcap or add a suffix according to
6594 mailcap-mime-extensions when generating a temp filename; postpone
6595 deleting a temp file for 2 seconds for some wrappers, shell
6596 scripts, and so on, which might exit right after having started a
6597 viewer command as a background job.
6598
65992005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6600
6601 * nntp.el (nntp-marks-directory): Fix custom group.
6602
6603 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6604 steps when < 10.
6605
6606 * gnus-start.el (gnus-no-server-1): Mention
6607 `gnus-level-default-subscribed' in doc string.
6608
66092005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6610
6611 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6612 parens.
6613
66142005-11-26 Dave Love <fx@gnu.org>
6615
6616 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6617 (tls-program, tls-success): Provide openssl alternative.
6618
6619 * starttls.el: Doc fixes.
6620 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6621 SERVICE to PORT.
6622
002876ab 6623 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
6624 port null or service name.
6625 (starttls-negotiate): Autoload.
6626
66272005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * message.el (message-kill-to-signature): Fix interactive spec.
6630
66312005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6632
6633 * pop3.el (pop3-open-server): Recognize a string as a service name.
6634
66352005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6636
6637 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6638
66392005-11-23 Dave Love <fx@gnu.org>
6640
6641 Add pop3s, pop3/starttls.
6642
6643 * pop3.el (pop3-authentication-scheme): Clarify doc.
6644 (open-tls-stream, starttls-open-stream): Autoload.
6645 (pop3-stream-type): New.
6646 (pop3-open-server): Use it.
6647
6648 * mail-source.el (mail-sources): Fix some :types. Add stream type
6649 for POP.
6650 (mail-source-keyword-map): Add :stream for POP.
6651 (mail-source-fetch-pop): Use pop3-stream-type.
6652
66532005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6654
6655 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6656 of current-time-string.
6657
66582005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6659
6660 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6661 date header.
6662
66632005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6664
6665 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6666 it can seriously impact performance as it bypasses the agent's
6667 local caches.
6668
66692005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6670
6671 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6672 must be explicitly online rather than "not explicitly offline" for
6673 its flags to be synchronized.
6674
6675 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6676 that gnus-uu-unmark-thread will function correctly.
6677
6678 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6679 1024K is instead displayed as 1M.
6680
66812005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6682
6683 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6684
66852005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6686
6687 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6688
66892005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6690
6691 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6692 error message to display actual error condition.
6693 (gnus-agent-save-local): Avoid saving symbols that are bound to
6694 nil as they simply result in a warning message in
6695 gnus-agent-read-local.
6696
66972005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6698
6699 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6700 rather than make-variable-buffer-local for file-precious-flag.
6701
67022005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6703
6704 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6705 for duplicates which are removed. The invalid sort check then
6706 triggers a rescan after the sort as sorting may have moved
6707 duplicate entries such that they can be cheaply detected.
6708
67092005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6710
6711 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6712
67132005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6714
6715 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6716 internal variable to a custom variable. Changed default value
6717 from compressed(2) to uncompressed(1).
6718 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6719 support for uncompressed agentview files. Taken together, reading
6720 the agentview file should now be 6-7 times faster.
6721
67222005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6723
6724 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6725 as a buffer-local variable. This avoids creating truncated
6726 dribble files as a result of a hang up, eg.
6727
67282005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6729
6730 * gnus-start.el (gnus-start-draft-setup): Enforce
6731 `gnus-draft-mode' for nndraft:drafts at startup.
6732
6733 * gnus.el (gnus-splash): Change custom group.
6734 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6735 allow-list argument.
6736
6737 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6738 string.
6739
67402005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6741
6742 * gnus-art.el (gnus-default-article-saver): Add user-defined
6743 `function' to custom type.
6744
67452005-10-30 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * imap.el (imap-open): Handle case where buffer is a buffer
6748 object.
6749
67502005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6751
6752 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6753 long lines.
6754 (gnus-cache-delete-group): Wrap doc strings.
6755
6756 * gnus-agent.el (gnus-agent-rename-group)
6757 (gnus-agent-delete-group): Wrap doc strings.
6758
01c52d31
MB
67592005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6760
6761 * gnus-start.el (gnus-1): Add "native" to
6762 gnus-predefined-server-alist.
6763
6764 * gnus.el (gnus-method-to-server): Don't add "native" to the
6765 lists here, because that leads to problems when
6766 gnus-select-method is bound.
6767
67682005-11-09 Simon Josefsson <jas@extundo.com>
6769
6770 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6771 use (not sort-by-date) instead.
6772
67732005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * gnus-delay.el (gnus-delay-group): Don't autoload.
6776 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6777 to be re-loaded when customizing the `gnus-delay' group.
6778
67792005-11-19 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * message.el: Revert last changes.
6782 (message-insert-citation-line): Use newlines.
6783
67842005-11-17 Chong Yidong <cyd@stupidchicken.com>
6785
6786 * message.el (message-courtesy-message)
6787 (message-mark-insert-begin, message-mark-insert-end)
6788 (message-elide-ellipsis, message-cancel-message)
6789 (message-add-header, message-change-subject)
6790 (message-cross-post-followup-to-header)
6791 (message-cross-post-insert-note, message-reduce-to-to-cc)
6792 (message-widen-reply, message-delete-not-region)
6793 (message-kill-to-signature, message-insert-signature)
6794 (message-insert-importance-high, message-insert-importance-low)
6795 (message-insert-or-toggle-importance)
6796 (message-insert-disposition-notification-to)
6797 (message-indent-citation, message-yank-original)
6798 (message-cite-original-without-signature, message-cite-original)
6799 (message-insert-citation-line, message-position-on-field)
6800 (message-fix-before-sending, message-send-mail-partially)
6801 (message-send-mail, message-send-mail-with-sendmail)
6802 (message-send-mail-with-qmail, message-send-news)
6803 (message-check-news-header-syntax, message-generate-headers)
6804 (message-insert-courtesy-copy, message-fill-address)
6805 (message-fill-header, message-shorten-references)
6806 (message-setup-1, message-cancel-news)
6807 (message-forward-make-body-plain, message-forward-make-body-mime)
6808 (message-forward-make-body-mml, message-encode-message-body)
6809 (message-forward-make-body-digest-plain)
6810 (message-forward-make-body-digest-mime)
6811 (message-use-alternative-email-as-from): Insert `hard-newline'
6812 instead of ordinary newlines.
6813
68142005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6815
6816 * message.el (message-generate-headers): Downcase the argument
6817 given to message-check-element.
6818
68192005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6820
6821 * nntp.el (nntp-authinfo-rejected): New error condition.
6822 (nntp-wait-for): Use new error condition to signal authentication
6823 error.
6824 (nntp-retrieve-data): Rethrow new error condition to break out of
6825 recursive call to nntp-send-authinfo.
6826
68272005-11-08 Romain Francoise <romain@orebokech.com>
6828
6829 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6830 (gnus-summary-exit-map): Bind to `Z p'.
6831 (gnus-summary-make-menu-bar): Add menu item.
6832
68332005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6834
6835 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6836 (gnus-treat-*): Add `first' in all doc strings.
6837
6838 * gnus-group.el (gnus-group-compact-group): Fix typo.
6839
68402005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6841
6842 * gnus.el (gnus-parameters-case-fold-search): New variable.
6843 (gnus-parameters-get-parameter): Use it.
6844
6845 * gnus-score.el (gnus-home-score-file): Doc fix.
6846
68472005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6848
6849 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6850
68512005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6852
6853 * mm-util.el (mm-special-display-p): New function.
6854
6855 * mml.el (mml-preview): Use it; doc fix.
6856
68572005-10-29 Romain Francoise <romain@orebokech.com>
6858
6859 * message.el (message-fix-before-sending): Fix comment.
6860
68612005-10-29 Jari Aalto <jari.aalto@cante.net>
6862
6863 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6864
68652005-10-29 Jari Aalto <jari.aalto@cante.net>
6866
6867 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6868 Used in gnus-score.el.
6869
68702005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6871
6872 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6873
68742005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6875
6876 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6877 whitespace removed in revision 7.8. Use concatenated string to
6878 protect trailing whitespace.
6879
880820fe 68802005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
6881
6882 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6883 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6884 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6885 Courier IMAP ("some version from 2004"). Mostly based on similar
6886 code in the same function.
6887
68882005-10-26 Didier Verna <didier@xemacs.org>
6889
002876ab 6890 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 6891 article buffer.
002876ab 6892 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 6893 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
6894 NOV database and in article itself.
6895 Invalidate article backlog.
6896
68972005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6898
6899 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6900
69012005-10-26 Simon Josefsson <jas@extundo.com>
6902
6903 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6904 part of 2004-07-25 change.
6905
69062005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6907
6908 * message.el (message-display-completion-list): New function.
6909 (message-expand-group): Use it; make sure the Completions buffer
6910 is modifiable.
6911
69122005-10-30 Chong Yidong <cyd@stupidchicken.com>
6913
c9e31f32 6914 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
6915
69162005-10-24 Eli Zaretskii <eliz@gnu.org>
6917
6918 * pgg-def.el:
6919 * pgg-gpg.el:
6920 * pgg-parse.el:
6921 * pgg-pgp.el:
6922 * pgg-pgp5.el:
6923 * pgg.el: Move to the parent lisp directory.
6924
69252005-10-23 Chong Yidong <cyd@stupidchicken.com>
6926
6927 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6928 user-mail-name is an empty string.
6929
69302005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6931
6932 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6933 depending on gnus-score-decay-constant.
6934
6935 * encrypt.el (encrypt-insert-file-contents)
6936 (encrypt-write-file-contents): Don't use `gnus-message'.
6937
6938 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6939 arguments.
6940 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6941 arguments to mm-uu-verbatim-marks-extract.
6942 (mm-uu-hide-markers): New variable.
6943 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6944
6945 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6946 (gnus-convert-image-to-face-command): Use "convert" by default to
6947 allow other input image formats.
6948 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6949 accordingly.
6950
69512005-10-23 Simon Josefsson <jas@extundo.com>
6952
6953 * imap.el (imap-gssapi-program): Align command line parameters
6954 with latest GNU SASL.
6955 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6956
69572005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
6959 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6960 HTML.
6961 (nnslashdot-request-article): Ditto.
6962
69632005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6964
6965 * mail-source.el (mail-source-fetch-pop): Require pop3.
6966 (mail-source-check-pop): Ditto.
6967
69682005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6969
6970 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6971 errors.
6972
69732005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6974
6975 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6976 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6977
6978 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6979
6980 * mm-bodies.el (mm-decode-string): Call
6981 `mm-charset-to-coding-system' with allow-override argument.
6982
69832005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6984
6985 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6986 (rfc2047-charset-to-coding-system): New function.
6987 (rfc2047-decode-encoded-words): New function.
6988 (rfc2047-decode-region): Use them.
6989 (rfc2047-decode-cte): Remove.
6990 (rfc2047-parse-and-decode): Remove.
6991 (rfc2047-decode): Remove.
6992
69932005-10-15 Kenichi Handa <handa@m17n.org>
6994
6995 * rfc2047.el (rfc2047-decode-cte): New function.
6996 (rfc2047-decode-region): Change the way to decode successive
6997 encoded-words: decode B- or Q-encoding in each encoded-word,
6998 concatenate them, and decode it as charset.
6999
70002005-10-17 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
7003 widget-move-and-invoke.
7004 (gnus-custom-mode): Use gnus-custom-map.
7005
70062005-10-15 Bill Wohler <wohler@newt.com>
7007
7008 * message.el (message-tool-bar-map): Renamed image file from
7009 mail_send to mail/send.
7010
70112005-10-16 Masatake YAMATO <jet@gyve.org>
7012
7013 * message.el (message-expand-group): Pass the common
7014 prefix substring of completion to `display-completion-list'.
7015
70162005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
7017
7018 * mml-sec.el (mml-secure-method): New internal variable.
7019 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7020 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7021 functions using mml-secure-method.
7022
7023 * mml.el (mml-mode-map): Add key bindings for those functions.
7024 (mml-menu): Simplify security menu entries. Suggested by Jesper
7025 Harder <harder@myrealbox.com>.
7026 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7027 end of message if point is the headers of the message.
7028
7029 * message.el (message-in-body-p): New function.
7030
7031 * assistant.el: Autoload gnus-util and netrc.
7032
7033 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7034 Use `mm-charset-override-alist' only when decoding.
7035
7036 * mm-bodies.el (mm-decode-body): Call
7037 `mm-charset-to-coding-system' with allow-override argument.
7038
7039 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7040 `filename' from Content-Disposition if Content-Type doesn't
7041 provide `name'.
7042 (gnus-mime-view-part-as-type): Set default instead of
7043 initial-input.
7044
70452005-10-09 Daniel Brockman <daniel@brockman.se>
7046
7047 * format-spec.el (format-spec): Propagate text properties of % spec.
7048
70492005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7050
7051 * gnus-art.el (gnus-treat-predicate): Add `first'.
7052
70532005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7054
7055 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7056 (mm-charset-override-alist): New variable.
7057 (mm-charset-to-coding-system): Use it.
7058 (mm-codepage-setup): New helper function.
7059 (mm-charset-eval-alist): New variable.
7060 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
7061 about unknown charsets.
7062
70632005-10-04 David Hansen <david.hansen@gmx.net>
7064
7065 * nnrss.el (nnrss-request-article): Add support for the comments tag.
7066 (nnrss-check-group): Ditto.
7067
70682005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7069
7070 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7071 Rename x-gnus-verbatim to x-verbatim.
7072 (mm-uu-type-alist): Fix regexp for verbatim-marks.
7073
7074 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7075 x-verbatim.
7076
7077 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7078
7079 * gnus-util.el (gnus-remove-duplicates): Remove.
7080
7081 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7082 instead of gnus-remove-duplicates.
7083
7084 * message.el (message-remove-duplicates): Remove.
7085 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7086 message-remove-duplicates.
7087
7088 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7089 available, else use implementation from `delete-dups'.
7090
7091 * message.el (message-insert-expires): New function.
7092 (message-mode-map): Add key binding.
7093 (message-mode-field-menu): Add menu entry.
7094 (message-mode): Document it.
7095 (message-make-expires-date): Use `message-make-date'.
7096
70972005-10-04 Josh Huber <huber@alum.wpi.edu>
7098
7099 * message.el (message-make-expires-date): New function.
7100
01c52d31
MB
71012005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
7102
7103 * time-date.el: Autoload parse-time-string, XEmacs needs it.
7104
71052005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7108 function rather than the diff-mode.el package.
7109 (mm-display-external): Use with-current-buffer.
7110 (mm-viewer-completion-map, mm-viewer-completion-map):
7111 Move initialization inside declaration.
7112
71132005-09-29 Simon Josefsson <jas@extundo.com>
7114
7115 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
7116 autoload mail-check-payment.
7117 (spam-check-hashcash): Define unconditionally, since hashcash.el
7118 is part of Gnus now. Ignore errors from payment checking.
7119
71202005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7121
7122 * message.el (message-bold-region, message-unbold-region): Rename
7123 from `bold-region' and `unbold-region'.
7124
7125 * message.el: Remove useless autoloads.
7126
71272005-09-28 Simon Josefsson <jas@extundo.com>
7128
7129 * message.el (message-use-idna): Default to t.
7130 (message-use-idna): Test whether encoding works too. Doc fix.
7131
71322005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7133
7134 * nntp.el (nntp-warn-about-losing-connection): Remove.
7135
71362005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7137
7138 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7139 customizable. Change default value.
7140 (mm-uu-diff-groups-regexp): Change default value.
7141 (mm-uu-type-alist): Add doc string.
7142 (mm-uu-configure): Add doc string. Make it interactive.
7143 (mm-uu-tex-groups-regexp): New variable.
7144 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7145 (mm-uu-type-alist): Add LaTeX documents.
7146 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7147 of "text/verbatim".
7148 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7149
7150 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7151 instead of "text/verbatim".
7152
7153 * message.el (message-mark-inserted-region)
7154 (message-mark-insert-file): Use slrn style marks when called with
7155 prefix argument.
7156
71572005-09-27 Simon Josefsson <jas@extundo.com>
7158
7159 * message.el (message-idna-to-ascii-rhs-1): Reformat.
7160
880820fe 71612005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7162
7163 * message.el (message-remove-duplicates): New function.
7164 Implementation borrowed from `gnus-remove-duplicates'.
7165 (message-idna-to-ascii-rhs): Also encode idna addresses in
7166 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7167 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7168 only ask about the same idna domain once per header and also tell
7169 in what header to replace the idna domain.
7170
7171 * gnus-art.el (article-decode-idna-rhs): Also decode idna
7172 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7173 (article-decode-idna-rhs): Fix regexp so that all idna-address in
7174 a header is decoded and not just the last one.
7175
71762005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7179 has been decoded.
7180
7181 * mm-decode.el (mm-automatic-display): Add text/verbatim.
7182 (mm-insert-part): Don't modify text if it has been decoded.
7183
7184 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7185 decoded.
7186
7187 * mm-view.el (mm-inline-text): Don't strip text props unless
7188 decoding enriched or richtext parts.
7189
71902005-09-25 Romain Francoise <romain@orebokech.com>
7191
7192 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7193 * gnus-start.el (gnus-subscribe-interactively):
7194 * gnus-uu.el (gnus-uu-grab-articles):
7195 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7196 space.
7197
71982005-09-24 Emilio C. Lopes <eclig@gmx.net>
7199
7200 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7201 * mm-view.el (mm-view-pkcs7-decrypt):
7202 * gnus-sum.el (gnus-summary-limit-to-extra)
7203 (gnus-summary-respool-article, gnus-read-move-group-name):
7204 * gnus-score.el (gnus-summary-increase-score):
7205 * gnus-util.el (gnus-completing-read-with-default):
7206 * gnus-art.el (gnus-read-save-file-name)
7207 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7208 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7209 * message.el (message-check-news-header-syntax):
7210 Follow convention for reading with the minibuffer.
7211
72122005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7213
7214 * spam-report.el (spam-report-url-ping-plain):
7215 Use gnus-extended-version as User-Agent.
7216
7217 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7218 default value is nil.
7219
7220 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7221 (mm-uu-verbatim-marks-extract): New function.
7222 (mm-uu-extract): New face.
7223 (mm-uu-copy-to-buffer): Use it.
7224
7225 * spam-report.el (spam-report-gmane-ham): Renamed from
7226 `spam-report-gmane-unspam'.
7227 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7228 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7229
7230 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7231 Autoload.
7232 (spam-report-gmane-unregister-routine): Renamed
7233 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7234
72352005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7236
7237 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7238 (spam-report-gmane-unregister-routine): Add support for gmane
7239 unregistration.
7240
7241 * spam-report.el (spam-report-gmane-unspam)
7242 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7243 (spam-report-gmane): Change to take a single article and do unspam
7244 registration.
7245
72462005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7247
7248 * mm-url.el (mm-url-decode-entities): Fix regexp.
7249
72502005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7251
7252 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7253 default to nil, to be able to use Gnus at all. If the default
7254 switches to something else, then the function should be fixed not
7255 be exceedingly slow.
7256
72572005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7258
7259 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7260 fail hard.
7261
7262 * spam-report.el: Add better Keywords line.
7263
7264 * spam.el: Add Maintainer and better Keywords line.
7265
72662005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7267
7268 * gnus-art.el (gnus-article-replace-part)
7269 (gnus-mime-replace-part): New functions.
7270 (gnus-mime-action-alist, gnus-mime-button-commands)
7271 (gnus-mime-save-part-and-strip): Added file argument.
7272 (gnus-article-part-wrapper): Added interactive argument.
7273
7274 * gnus-sum.el (gnus-summary-mime-map): Add
7275 `gnus-article-replace-part'.
7276
72772005-09-19 Didier Verna <didier@xemacs.org>
7278
7279 The nnml compaction feature:
7280 * nnml.el (nnml-request-compact-group): New function.
7281 * nnml.el (nnml-request-compact): New function.
7282 * gnus-int.el (gnus-request-compact-group): New function.
7283 * gnus-int.el (gnus-request-compact): New function.
7284 * gnus-group.el (gnus-group-compact-group): New function.
7285 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7286 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7287 * gnus-srvr.el (gnus-server-compact-server): New function.
7288 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7289 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7290
72912005-09-18 Deepak Goel <deego@gnufans.org>
7292
7293 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7294 format spec.
7295
72962005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7297
7298 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7299
73002005-09-15 Romain Francoise <romain@orebokech.com>
7301
7302 * message.el (message-fill-paragraph): Clarify docstring.
7303
73042005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7305
7306 * gnus-art.el (gnus-mime-display-part): Protect against broken
7307 MIME messages.
7308
73092005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7310
7311 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7312 before parsing header.
7313
73142005-09-11 Jari Aalto <jari.aalto@cante.net>
7315
002876ab 7316 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
7317
73182005-09-11 Romain Francoise <romain@orebokech.com>
7319
7320 * message.el (message-alternative-emails): Improve docstring.
7321 (message-setup-1): Call `message-use-alternative-email-as-from'
7322 after `message-setup-hook' to give it precedence over posting
7323 styles, etc.
7324 (message-use-alternative-email-as-from): Add docstring. Remove
7325 the original From header if present.
7326
7327 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7328 (nnml-save-mail): Use it.
7329
7330 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7331 articles. Add new argument `silent'.
7332 (gnus-uu-mark-all): Report the total number of marked articles.
7333
73342005-09-10 Romain Francoise <romain@orebokech.com>
7335
7336 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7337 (gnus-uu-mark-series): Likewise.
7338
73392005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7340
7341 * spam-report.el (spam-report-gmane): Fix generation of spam
7342 report URL.
7343
73442005-09-10 Simon Josefsson <jas@extundo.com>
7345
7346 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7347 t, based on discussion on the ding list with Robert Epprecht
7348 <epprecht@solnet.ch>.
7349
73502005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7351
7352 * spam-report.el (spam-report-gmane): Make it work without
7353 X-Report-Spam header. Gmane now only provides Archived-At.
7354 This is only used if `spam-report-gmane-use-article-number' is nil.
7355 (spam-report-gmane-spam-header): Remove. Not used anymore.
7356
7357 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7358 make `gnus-summary-sort-by-recipient' work with threading.
7359
7360 * nnweb.el (nnweb-google-wash-article): Print a message if article
7361 is not available.
7362
73632005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7364
7365 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7366 change. Decode text/* parts content before displaying.
7367
73682005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7369
7370 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7371
73722005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7373
7374 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7375
73762005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7377
c9e31f32 7378 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
7379
7380 * gnus.el (gnus-group-change-level-function): Ditto.
7381
7382 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7383
7384 * gnus-art.el (gnus-signature-limit)
7385 (gnus-article-mime-part-function): Ditto.
7386
73872005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7388
7389 * mml.el (mml-mode): Silence the byte compiler.
7390
7391 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7392 using `(sit-for 0)' before moving the point to the specified part;
7393 skip unbuttonized parts.
7394 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7395 return to the summary window if gnus-auto-select-part is non-nil.
7396
73972005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7398
7399 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7400 variables.
7401 (mml-dnd-attach-file, mml-mode): Use them.
7402
7403 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7404 Make fetching article by MID work again for Google Groups. Added
7405 FIXME concerning gnus-group-make-web-group.
7406
7407 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7408 Don't depend on Gnus by using mail-extract-address-components if
7409 gnus-extract-address-components is not bound.
7410
74112005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7412
7413 * gnus-art.el (gnus-mime-display-security): Don't display the
7414 signature, but only the signed part.
7415
74162005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7417
7418 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7419
7420 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7421 list, not listp.
7422
74232005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7424
7425 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7426 when encoding.
7427
7428 * mm-bodies.el (mm-decode-content-transfer-encoding):
7429 De-canonicalize CRLF for all text content types, not just
7430 text/plain.
7431
74322005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7433
7434 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7435 valid article; point arrow and cursor at the MIME button.
7436
74372005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7438
7439 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7440 Suggested by Dan Christensen <jdc@uwo.ca>.
7441
7442 * mm-decode.el (mm-save-part): Enable change of prompt.
7443
74442005-08-29 Jari Aalto <jari.aalto@cante.net>
7445
7446 * gnus-msg.el (gnus-inews-add-send-actions): Made
7447 `message-post-method' lambda parameter ARG `&optional'.
7448
74492005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7450
7451 * gnus-sum.el (gnus-summary-mime-map): Added
7452 gnus-article-save-part-and-strip, gnus-article-delete-part and
7453 gnus-article-jump-to-part.
7454
7455 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7456 (gnus-article-edit-part): Use it.
7457 (gnus-article-part-wrapper): Added no-handle argument.
7458 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7459 functions.
7460
74612005-08-29 Romain Francoise <romain@orebokech.com>
7462
7463 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7464 docstring.
7465 (gnus-face-from-file): Likewise.
7466
74672005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7468
7469 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7470 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7471 non-nil.
7472 (gnus-auto-select-part): New variable.
7473 (gnus-article-jump-to-part): New function.
7474 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7475 (gnus-mime-delete-part): Allow selecting specified part after
7476 deleting or stripping parts.
7477 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7478 part if argument is bogus.
7479
74802005-08-31 Juanma Barranquero <lekktu@gmail.com>
7481
7482 * gnus-art.el (w3m-minor-mode-map):
7483 * gnus-spec.el (gnus-newsrc-file-version):
7484 * gnus-util.el (nnmail-active-file-coding-system)
7485 (gnus-original-article-buffer, gnus-user-agent):
7486 * gnus.el (gnus-ham-process-destinations)
7487 (gnus-parameter-ham-marks-alist)
7488 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7489 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7490 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7491 * mm-decode.el (gnus-current-window-configuration):
7492 * mm-extern.el (gnus-article-mime-handles):
7493 * mm-url.el (url-current-object, url-package-name)
7494 (url-package-version):
7495 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7496 (smime-keys, w3m-cid-retrieve-function-alist)
7497 (w3m-current-buffer, w3m-display-inline-images)
7498 (w3m-minor-mode-map):
7499 * mml-smime.el (gnus-extract-address-components):
7500 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7501 (gnus-newsrc-hashtb, message-default-charset)
7502 (message-deletable-headers, message-options)
7503 (message-posting-charset, message-required-mail-headers)
7504 (message-required-news-headers):
7505 * mml1991.el (mc-pgp-always-sign):
7506 * mml2015.el (mc-pgp-always-sign):
7507 * nnheader.el (nnmail-extra-headers):
7508 * rfc1843.el (gnus-decode-encoded-word-function)
7509 (gnus-decode-header-function, gnus-newsgroup-name):
7510 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7511
75122005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7513
7514 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7515 the end of the date treatments.
7516
75172005-08-15 Simon Josefsson <jas@extundo.com>
7518
7519 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7520 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7521 Capello and Romain Francoise.
7522 (pgg-fetch-key-function): Removed, not used?
7523 (pgg-insert-url-with-w3): Require url, to get
7524 url-insert-file-contents regardless of where it is defined.
7525
75262005-08-13 Romain Francoise <romain@orebokech.com>
7527
7528 * message.el (message-cite-original-1): New function.
7529 (message-cite-original): Use it.
7530 (message-cite-original-without-signature): Ditto.
7531
75322005-08-08 Romain Francoise <romain@orebokech.com>
7533
7534 * message.el (message-yank-empty-prefix): New variable.
7535 (message-indent-citation): Use it.
7536 (message-cite-original-without-signature): Respect X-No-Archive.
7537
75382005-08-08 Simon Josefsson <jas@extundo.com>
7539
7540 * pgg.el: Autoload url-insert-file-contents instead of loading
7541 w3/url.
7542 (pgg-insert-url-with-w3): Don't load url here.
7543
75442005-08-07 Jesper Harder <harder@phys.au.dk>
7545
7546 * message.el (message-kill-to-signature): Don't insert newline at
7547 bol.
7548 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7549
75502005-08-06 Romain Francoise <romain@orebokech.com>
7551
7552 * message.el (message-user-fqdn): Fix typo in docstring.
7553
75542005-08-05 Daiki Ueno <ueno@unixuser.org>
7555
7556 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7557
7558 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7559
75602005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7561
7562 * mm-bodies.el (mm-encode-body): Use coding system rather than
7563 charset to encode text.
7564
7565 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7566 number of charsets if utf-8 is available (XEmacs).
7567
75682005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7569
7570 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7571 taken from `gnus-button-mid-or-mail-regexp'.
7572 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7573 (gnus-button-alist): Improve regexp for domain part of the MIDs
7574 for news:localpart@domain buttons.
7575 (gnus-button-ctan-directory-regexp): Update.
7576
75772005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7578
7579 * sieve-manage.el (sieve-manage-interactive-login): Use
7580 make-local-variable rather than make-variable-buffer-local.
7581 (sieve-manage-open): Ditto.
7582 (sieve-manage-authenticate): Ditto.
7583
7584 * mml.el (mml-generate-mime-1): Make the content type default to
7585 text/plain if the filename is not specified.
7586
75872005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7590 instead of insert-buffer.
7591
7592 * message.el (message-yank-original): Ditto; set the mark at the
7593 end of the yanked message.
7594
75952005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7596
7597 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7598 lines to scroll rather than to stop it.
7599
7600 * mml.el (mml-generate-default-type): Add doc string.
7601 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7602 default to application/octet-stream when determining the content
7603 type if it is not specified for the part or the mml contents; add
7604 a comment about mml-generate-default-type.
7605
76062005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7607
7608 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7609 make it default to application/octet-stream when determining the
7610 content type if it is not specified for the external contents.
7611
76122005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7613
7614 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7615 segmented parameter but also other parameters might be there.
7616
76172005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7618
7619 * mm-decode.el (mm-display-external): Delete temp file, directory
7620 and buffer immediately if the external process is exited.
7621
76222005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7625 fewer lines than that of scroll-margin.
7626 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7627
76282005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * gnus-art.el (gnus-article-next-page): Revert.
7631 (gnus-article-beginning-of-window): New macro.
7632 (gnus-article-next-page-1): Use it.
7633 (gnus-article-prev-page): Ditto.
7634 (gnus-article-edit-part): Use insert-buffer-substring instead of
7635 insert-buffer.
7636 (gnus-article-edit-exit): Ditto.
7637
7638 * gnus-util.el (gnus-beginning-of-window): Remove.
7639 (gnus-end-of-window): Remove.
7640
76412005-07-25 Simon Josefsson <jas@extundo.com>
7642
7643 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7644 to have the url package without w3. Reported by Daiki Ueno
7645 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7646
76472005-07-20 Didier Verna <didier@xemacs.org>
7648
7649 * gnus-diary.el: Remove the description comment (nndiary is now
7650 properly documented in the Gnus manual).
7651 Fix the spelling of "Back End".
7652 * nndiary.el: Ditto.
7653 Fix the copyright notice.
7654
76552005-07-18 Romain Francoise <romain@orebokech.com>
7656
149cd465
JB
7657 * gnus-sum.el (gnus-summary-to-prefix)
7658 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
7659 (gnus-summary-from-or-to-or-newsgroups): Use them.
7660
76612005-07-17 Romain Francoise <romain@orebokech.com>
7662
7663 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7664 space as it's generally not especially interesting to the user.
7665
76662005-07-16 Romain Francoise <romain@orebokech.com>
7667
7668 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7669 nil to avoid prompting and file modification if one of the
7670 messages at the top of the nnfolder file contains a copyright
7671 notice.
7672 Update copyright notice.
7673
7674 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7675 instead of `current-time-string' as the latter creates a time
7676 string that is not RFC 2822 compliant (it lacks the zone).
7677 Update copyright notice.
7678
76792005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7682 for text/rtf. Display default in prompt. Pass default for M-n.
7683
7684 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7685
76862005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7687
7688 * gnus-msg.el (gnus-button-mailto): Remove
7689 save-selected-window-window hackery because it relies on
7690 save-selected-window internals.
7691
76922005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7693
7694 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7695 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7696 (gnus-article-prev-page): Ditto.
7697
7698 * gnus-util.el (gnus-beginning-of-window): New function.
7699 (gnus-end-of-window): New function.
7700
77012005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7702
7703 * gnus-score.el (gnus-score-edit-all-score): Set
7704 gnus-score-edit-exit-function to gnus-score-edit-done and call
7705 gnus-message.
7706
77072005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7708
7709 * gnus-msg.el (gnus-button-mailto): Remove
7710 save-selected-window-window hackery because it relies on
7711 save-selected-window internals.
7712
77132005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7716 add-minor-mode.
7717 (gnus-binary-mode): Ditto.
7718
7719 * gnus-topic.el (gnus-topic-mode): Ditto.
7720
77212005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7722
7723 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7724 (gnus-article-prev-page): Take scroll-margin into consideration.
7725
77262005-07-04 Lute Kamstra <lute@gnu.org>
7727
7728 Update FSF's address in GPL notices.
7729
77302005-07-04 Juanma Barranquero <lekktu@gmail.com>
7731
7732 * gnus.el (gnus-exit):
7733 * gnus-group.el (gnus-group-icons):
7734 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7735
7736 * gnus-nocem.el (gnus-nocem):
7737 * message.el (message-various, message-buffers, message-sending)
7738 (message-interface, message-forwarding, message-insertion)
7739 (message-headers, message-news, message-mail):
7740 * pgg-gpg.el (pgg-gpg):
7741 * pgg-parse.el (pgg-parse):
7742 * pgg-pgp.el (pgg-pgp):
7743 * pgg-pgp5.el (pgg-pgp5):
7744 * pop3.el (pop3): Finish `defgroup' description with period.
7745
77462005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7747
7748 * gnus-art.el (article-display-face): Improve the efficiency.
7749 (article-display-x-face): Ditto; remove grey x-face stuff.
7750
77512005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7752
7753 * gnus-art.el (article-display-face): Correct the position in
7754 which Faces are inserted.
7755
77562005-06-29 Didier Verna <didier@xemacs.org>
7757
7758 * gnus-art.el (article-display-face): Display faces in correct
7759 order.
7760
77612005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7762
7763 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7764 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7765 (gnus-nocem-check-article): Fetch the Type header.
7766 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7767 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7768 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7769 make sure gnus-nocem-hashtb is initialized.
7770 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7771 (gnus-nocem-unwanted-article-p): Ditto.
7772
7773 * pgg.el (pgg-verify): Return the verification result.
7774
77752005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7776
7777 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7778 is ascii.
7779
77802005-06-24 Juanma Barranquero <lekktu@gmail.com>
7781
7782 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7783 `show-nonbreak-escape'.
7784
77852005-06-23 Lute Kamstra <lute@gnu.org>
7786
7787 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7788
7789 * dig.el (dig-mode):
7790 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7791
77922005-06-21 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * nnimap.el (nnimap-split-download-body): Fix spellings.
7795
77962005-06-16 Juanma Barranquero <lekktu@gmail.com>
7797
7798 * gnus-art.el (gnus-article-encrypt-body):
7799 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
7800 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7801 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 7802
880820fe 78032005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7804
7805 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7806 header by looking for magic "MII" at the beginnig.
7807
78082005-06-16 Miles Bader <miles@gnu.org>
7809
7810 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7811 (assistant-field-face): New backward-compatibility alias for renamed
7812 face.
7813 (assistant-render-text): Use renamed assistant-field face.
7814
7815 * spam.el (spam): Remove "-face" suffix from face name.
7816 (spam-face): New backward-compatibility alias for renamed face.
7817 (spam-face, spam-initialize): Use renamed spam face.
7818
7819 * message.el (message-header-to, message-header-cc)
7820 (message-header-subject, message-header-newsgroups)
7821 (message-header-other, message-header-name)
7822 (message-header-xheader, message-separator, message-cited-text)
7823 (message-mml): Remove "-face" suffix from face names.
7824 (message-header-to-face, message-header-cc-face)
7825 (message-header-subject-face, message-header-newsgroups-face)
7826 (message-header-other-face, message-header-name-face)
7827 (message-header-xheader-face, message-separator-face)
7828 (message-cited-text-face, message-mml-face):
7829 New backward-compatibility aliases for renamed faces.
7830 (message-font-lock-keywords): Use renamed message faces.
7831
7832 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7833 (sieve-test-commands, sieve-tagged-arguments):
7834 Remove "-face" suffix from face names.
7835 (sieve-control-commands-face, sieve-action-commands-face)
7836 (sieve-test-commands-face, sieve-tagged-arguments-face):
7837 New backward-compatibility aliases for renamed faces.
7838 (sieve-control-commands-face, sieve-action-commands-face)
7839 (sieve-test-commands-face, sieve-tagged-arguments-face):
7840 Use renamed sieve faces.
7841
7842 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7843 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7844 (gnus-group-news-3-empty, gnus-group-news-4)
7845 (gnus-group-news-4-empty, gnus-group-news-5)
7846 (gnus-group-news-5-empty, gnus-group-news-6)
7847 (gnus-group-news-6-empty, gnus-group-news-low)
7848 (gnus-group-news-low-empty, gnus-group-mail-1)
7849 (gnus-group-mail-1-empty, gnus-group-mail-2)
7850 (gnus-group-mail-2-empty, gnus-group-mail-3)
7851 (gnus-group-mail-3-empty, gnus-group-mail-low)
7852 (gnus-group-mail-low-empty, gnus-summary-selected)
7853 (gnus-summary-cancelled, gnus-summary-high-ticked)
7854 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7855 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7856 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7857 (gnus-summary-low-undownloaded)
7858 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7859 (gnus-summary-low-unread, gnus-summary-normal-unread)
7860 (gnus-summary-high-read, gnus-summary-low-read)
7861 (gnus-summary-normal-read, gnus-splash):
7862 Remove "-face" suffix from face names.
7863 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7864 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7865 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7866 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7867 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7868 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7869 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7870 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7871 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7872 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7873 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7874 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7875 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7876 (gnus-summary-normal-ticked-face)
7877 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7878 (gnus-summary-normal-ancient-face)
7879 (gnus-summary-high-undownloaded-face)
7880 (gnus-summary-low-undownloaded-face)
7881 (gnus-summary-normal-undownloaded-face)
7882 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7883 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7884 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7885 (gnus-splash-face):
7886 New backward-compatibility aliases for renamed faces.
7887 (gnus-group-startup-message): Use renamed gnus faces.
7888
7889 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7890 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7891 (gnus-server-agent): Remove "-face" suffix from face names.
7892 (gnus-server-agent-face, gnus-server-opened-face)
7893 (gnus-server-closed-face, gnus-server-denied-face)
7894 (gnus-server-offline-face):
7895 New backward-compatibility aliases for renamed faces.
7896 (gnus-server-agent-face, gnus-server-opened-face)
7897 (gnus-server-closed-face, gnus-server-denied-face)
7898 (gnus-server-offline-face): Use renamed gnus faces.
7899
7900 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7901 Remove "-face" suffix from face names.
7902 (gnus-picon-xbm-face, gnus-picon-face):
7903 New backward-compatibility aliases for renamed faces.
7904
7905 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7906 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7907 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7908 (gnus-cite-11): Remove "-face" suffix from face names.
7909 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7910 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7911 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7912 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7913 New backward-compatibility aliases for renamed faces.
7914 (gnus-cite-attribution-face, gnus-cite-face-list)
7915 (gnus-article-boring-faces): Use renamed gnus faces.
7916
7917 * gnus-art.el (gnus-signature, gnus-header-from)
7918 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7919 (gnus-header-content): Remove "-face" suffix from face names.
7920 (gnus-signature-face, gnus-header-from-face)
7921 (gnus-header-subject-face, gnus-header-newsgroups-face)
7922 (gnus-header-name-face, gnus-header-content-face):
7923 New backward-compatibility aliases for renamed faces.
7924 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7925
7926 * gnus-sum.el (gnus-summary-selected-face)
7927 (gnus-summary-highlight): Use renamed gnus faces.
7928 * gnus-group.el (gnus-group-highlight): Likewise.
7929
79302005-06-14 Juanma Barranquero <lekktu@gmail.com>
7931
7932 * gnus-sieve.el (gnus-sieve-article-add-rule):
7933 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7934 * spam-stat.el (spam-stat-buffer-change-to-spam)
7935 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7936
7937 * message.el (message-is-yours-p):
7938 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7939
79402005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7941
7942 * mm-view.el (mm-inline-text): Withdraw the last change.
7943
79442005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7945
7946 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7947 executing enriched-decode.
7948
79492005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7950
7951 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7952 charset of tar files.
7953
79542005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7955
7956 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7957
79582005-06-04 Lute Kamstra <lute@gnu.org>
7959
7960 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7961 information is never recorded.
7962
79632005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7966
79672005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7968
7969 * pop3.el (pop3-apop): Run md5 in the binary mode.
7970
7971 * starttls.el (starttls-set-process-query-on-exit-flag):
7972 Use eval-and-compile.
7973
79742005-05-31 Simon Josefsson <jas@extundo.com>
7975
7976 * smime.el (smime-replace-in-string): Define.
7977 (smime-cert-by-ldap-1): Use it.
7978
79792005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7980
7981 * gnus-art.el (article-display-x-face): Replace
7982 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7983
7984 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7985 set-process-query-on-exit-flag or process-kill-without-query.
7986
7987 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7988 loop instead of replace-regexp.
7989
7990 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7991 instead of process-kill-without-query if it is available.
7992
7993 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7994 instead of find-file-hooks if it is available.
7995
7996 * mml1991.el: Bind pgg-default-user-id when compiling.
7997
7998 * mml2015.el: Bind pgg-default-user-id when compiling.
7999
8000 * nndraft.el (nndraft-request-associate-buffer):
8001 Use write-contents-functions instead of write-contents-hooks if it is
8002 available.
8003
8004 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8005 instead of find-file-hooks if it is available.
8006
8007 * nntp.el (nntp-open-connection): Replace
8008 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8009 (nntp-open-ssl-stream): Ditto.
8010 (nntp-open-tls-stream): Ditto.
8011
8012 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8013 set-process-query-on-exit-flag or process-kill-without-query.
8014 (starttls-open-stream-gnutls): Use it instead of
8015 process-kill-without-query.
8016 (starttls-open-stream): Ditto.
8017
80182005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
8019
8020 * smime.el (smime-cert-by-ldap-1): Don't use
8021 replace-regexp-in-string.
8022
880820fe 80232005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8024
8025 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8026
8027 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 8028 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
8029
80302005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8033 by `string-to-number'.
8034 * gnus-agent.el (gnus-agent-regenerate-group)
8035 (gnus-agent-fetch-articles): Ditto.
8036 * gnus-art.el (gnus-button-fetch-group): Ditto.
8037 * gnus-cache.el (gnus-cache-generate-active)
8038 (gnus-cache-articles-in-group): Ditto.
8039 * gnus-group.el (gnus-group-set-current-level)
8040 (gnus-group-insert-group-line): Ditto.
8041 * gnus-score.el (gnus-score-set-expunge-below)
8042 (gnus-score-set-mark-below, gnus-summary-score-effect)
8043 (gnus-summary-score-entry): Ditto.
8044 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8045 (gnus-soup-pack): Ditto.
8046 * gnus-spec.el (gnus-xmas-format): Ditto.
8047 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8048 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8049 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8050 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8051 * nndb.el (nndb-get-remote-expire-response): Ditto.
8052 * nndiary.el (nndiary-parse-schedule-value)
8053 (nndiary-string-to-number, nndiary-request-replace-article)
8054 (nndiary-request-article): Ditto.
8055 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8056 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8057 * nneething.el (nneething-make-head): Ditto.
8058 * nnfolder.el (nnfolder-request-article)
8059 (nnfolder-retrieve-headers): Ditto.
8060 * nnheader.el (nnheader-file-to-number): Ditto.
8061 * nnkiboze.el (nnkiboze-request-article): Ditto.
8062 * nnmail.el (nnmail-process-unix-mail-format)
8063 (nnmail-process-babyl-mail-format): Ditto.
8064 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8065 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8066 (nnmh-request-create-group, nnmh-request-list-1)
8067 (nnmh-request-group, nnmh-request-article): Ditto.
8068 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8069 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8070 * nnsoup.el (nnsoup-make-active): Ditto.
8071 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8072 * nntp.el (nntp-find-group-and-number)
8073 (nntp-retrieve-headers-with-xover): Ditto.
8074 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8075 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8076 (pgg-format-key-identifier): Ditto.
8077 * pop3.el (pop3-last, pop3-stat): Ditto.
8078 * qp.el (quoted-printable-decode-region): Ditto.
8079
8080 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8081 of concat.
8082
80832005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8086
8087 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8088
8089 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8090
8091 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8092
8093 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8094
8095 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8096
8097 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8098 (gnus-carpal-mode): Ditto.
8099
8100 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8101 (gnus-browse-mode): Ditto.
8102
8103 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8104
8105 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8106
81072005-05-29 Richard M. Stallman <rms@gnu.org>
8108
8109 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8110
81112005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
8112
8113 * gnus-util.el (gnus-run-mode-hooks): New function.
8114
8115 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8116
81172005-05-26 Luc Teirlinck <teirllm@auburn.edu>
8118
8119 * gnus-agent.el (gnus-agent-make-mode-line-string):
8120 Use mode-line-highlight as mouse-face.
8121
81222005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8123
8124 * canlock.el (canlock): Change the parent group to news.
8125
8126 * deuglify.el (gnus-outlook-deuglify): Add :group.
8127
8128 * dig.el (dig): Add :group.
8129
8130 * dns-mode.el (dns-mode): Add :group.
8131
8132 * encrypt.el (encrypt): Add :group.
8133
8134 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8135 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8136 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8137 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8138 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8139
8140 * gnus-diary.el (gnus-diary): Add :group.
8141
8142 * gnus.el (gnus-group-news-1-face): Add :group.
8143 (gnus-group-news-1-empty-face): Ditto.
8144 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8145 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8146 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8147 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8148 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8149 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8150 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8151 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8152 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8153 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8154 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8155 (gnus-summary-high-ticked-face): Ditto.
8156 (gnus-summary-low-ticked-face): Ditto.
8157 (gnus-summary-normal-ticked-face): Ditto.
8158 (gnus-summary-high-ancient-face): Ditto.
8159 (gnus-summary-low-ancient-face): Ditto.
8160 (gnus-summary-normal-ancient-face): Ditto.
8161 (gnus-summary-high-undownloaded-face): Ditto.
8162 (gnus-summary-low-undownloaded-face): Ditto.
8163 (gnus-summary-normal-undownloaded-face): Ditto.
8164 (gnus-summary-high-unread-face): Ditto.
8165 (gnus-summary-low-unread-face): Ditto.
8166 (gnus-summary-normal-unread-face): Ditto.
8167 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8168 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8169
8170 * hashcash.el (hashcash): New custom group.
8171 (hashcash-default-payment): Add :group.
8172 (hashcash-payment-alist): Ditto.
8173 (hashcash-default-accept-payment): Ditto.
8174 (hashcash-accept-resources): Ditto.
8175 (hashcash-path): Ditto.
8176 (hashcash-extra-generate-parameters): Ditto.
8177 (hashcash-double-spend-database): Ditto.
8178 (hashcash-in-news): Ditto.
8179
8180 * message.el (message-minibuffer-local-map): Add :group.
8181
8182 * netrc.el (netrc): Add :group.
8183
8184 * sieve-manage.el (sieve-manage-log): Add :group.
8185 (sieve-manage-default-user): Diito.
8186 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8187 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8188 (sieve-manage-authenticators): Ditto.
8189 (sieve-manage-authenticator-alist): Ditto.
8190 (sieve-manage-default-port): Ditto.
8191
8192 * sieve-mode.el (sieve-control-commands-face): Add :group.
8193 (sieve-action-commands-face): Ditto.
8194 (sieve-test-commands-face): Ditto.
8195 (sieve-tagged-arguments-face): Ditto.
8196
8197 * smime.el (smime): Add :group.
8198
8199 * spam-report.el (spam-report): Add :group.
8200
8201 * spam.el (spam, spam-face): Add :group.
8202
82032005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8204
8205 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8206 return \n.\n.\n at the end of articles. Protect against that.
8207 (nntp-with-open-group): Allow debugging.
8208
8209 * nnheader.el (mail-header-set-extra): Make into a function
8210 because I just could't understand how to quote the list properly.
8211
8212 * dns.el (query-dns-cached): New function.
8213
82142005-05-26 Lute Kamstra <lute@gnu.org>
8215
8216 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8217
82182005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8219
8220 * gnus-art.el: Don't autoload mail-extract-address-components.
8221
8222 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8223 eval-and-compile to evaluate it.
8224
8225 * hashcash.el: Don't autoload executable-find.
8226
8227 * nndb.el: Don't declare the nndb back end two or more times; don't
8228 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8229
8230 * nntp.el: Autoload format-spec instead of format; use
8231 eval-and-compile to evaluate autoload forms.
8232
82332005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8234
8235 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8236
82372005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8238
8239 * gnus.el (gnus-version-number): Bump version.
8240
82412005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8242
8243 * gnus.el: No Gnus v0.3 is released.
8244
82452005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8246
8247 * gnus-art.el (gnus-article-edit-part): Disable undo.
8248
82492005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8250
8251 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8252 gnus-article-date-lapsed-new-header is t if date timer is active;
8253 skip headers in which the original date value is empty.
8254 (gnus-article-save-original-date): Redefine it as a macro.
8255 (gnus-display-mime): Use it.
8256
82572005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8258
8259 * gnus-art.el (article-date-ut): Support converting date in
8260 forwarded parts as well.
8261 (gnus-article-save-original-date): New function.
8262 (gnus-display-mime): Use it.
8263
82642005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8265
8266 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8267 enclosure element of <item>.
8268
82692005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8270
8271 * message.el (message-kill-buffer-query): Renamed from
8272 `message-kill-buffer-query-if-modified'. Added :version.
8273
82742005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8275
8276 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8277 window layout.
8278
82792005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8280
8281 * mml.el: Autoload dnd when compiling.
8282
82832005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8284
8285 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8286 x-dnd-*.
8287
82882005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8289
8290 * qp.el (quoted-printable-encode-region): Save excursion.
8291
82922005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8293
8294 * message.el (message-kill-buffer-query-if-modified): Add new variable
8295 so the user can kill a modified message buffer quickly.
8296 (message-kill-buffer): Use it.
8297
82982005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8299
8300 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8301 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8302
83032005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8304
8305 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8306 contained in text because xml.el decodes entities) with LFs.
8307
83082005-04-11 Lute Kamstra <lute@gnu.org>
8309
8310 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8311 differently.
8312
83132005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * mm-util.el (mm-detect-coding-region): Typo.
8316
83172005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8318
8319 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8320
f0131492 83212005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
8322
8323 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8324 user-function allow user modifications of the scores.
8325 (spam-stat-score-buffer-user): New function, to allow
8326 user-computed modifications to the score.
002876ab
JB
8327 (spam-stat-score-buffer-user-functions): List of additional
8328 scoring functions.
8329 (spam-stat-error-holder): Global temporary error holder.
8330 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8331 variable.
01c52d31
MB
8332
83332005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8334
8335 * gnus-registry.el (gnus-registry-clean-empty-function)
8336 (gnus-registry-trim, gnus-registry-fetch-groups)
8337 (gnus-registry-delete-group): Groups that match
8338 `gnus-registry-ignored-groups' are removed from the registry
8339 entries, not just ignored for splitting. This helps clean up the
8340 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8341 to get all the groups a message ID is in.
8342
8343 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8344 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8345 (spam-stat-score-buffer-user-functions): Add :number custom type.
8346
83472005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8348
8349 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8350 argument in XEmacs.
8351
8352 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8353 (nnrss-request-group): Decode group name first.
8354 (nnrss-request-article): Make a text/plain article if mml-to-mime
8355 failed.
8356 (nnrss-get-encoding): Return a compatible encoding according to
8357 nnrss-compatible-encoding-alist.
8358 (nnrss-find-el): Use consp instead of listp.
8359 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8360
83612005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8362
8363 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8364 which Emacs 20 doesn't support.
8365 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8366
83672005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8368
8369 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 8370 silence the byte compiler inside the defun.
01c52d31
MB
8371
8372 * gnus-demon.el (parse-time-string): Add autoload.
8373
8374 * gnus-delay.el (parse-time-string): Add autoload.
8375
8376 * gnus-art.el (parse-time-string): Add autoload.
8377
8378 * nnultimate.el (parse-time): Require for `parse-time-string'.
8379
83802005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8381
8382 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8383
8384 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8385
8386 * smime.el (smime-ldap-host-list): Add :version.
8387
83882005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8389
8390 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8391 pass it to `gnus-browse-read-group'.
8392 (gnus-browse-read-group): Add NUMBER argument and pass it to
8393 `gnus-group-read-ephemeral-group'.
8394
8395 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8396 argument and pass it to `gnus-group-read-group'.
8397
83982005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8399
8400 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8401 mm-xemacs-find-mime-charset-1 if we have the mule feature
8402 available at runtime.
8403
84042005-03-25 Werner Lemberg <wl@gnu.org>
8405
8406 * nnmaildir.el: Replace `illegal' with `invalid'.
8407
84082005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * gnus-start.el (gnus-display-time-event-handler):
8411 Check display-time-timer at runtime rather than only at load time
8412 in case display-time-mode is turned off in the mean time.
8413
84142005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8415
8416 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8417 used.
8418
8419 * nneething.el (nneething-map-file-directory): Derive from
8420 `gnus-directory'.
8421
8422 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8423 the To/Cc button.
8424
84252005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8426
8427 * nnmaildir.el (nnmaildir-request-accept-article):
8428 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8429
84302005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8431
8432 * gnus-async.el: Require timer-funcs at compile time when in
8433 XEmacs for `run-with-idle-timer'.
8434
84352005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8436
8437 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8438 autoloaded function.
8439
84402005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8443
880820fe 84442005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
8445
8446 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8447
84482005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8449
8450 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8451 gnus-expert-user to default.
8452
84532005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8454
8455 * nnimap.el (nnimap-open-server): Ditto.
8456
8457 * imap.el (imap-authenticate): Fix typo.
8458
84592005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8460
8461 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8462 buffer (since IMAP server might return FETCH response out of
8463 order, and the nntp buffer must be sorted).
8464
84652005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8466
8467 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8468 comparison on string.
8469
149cd465
JB
8470 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8471 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
8472 (gnus-agent-summary-fetch-series): Modified to protect against
8473 gnus-agent-summary-fetch-group clearing processable flags.
8474 (gnus-agent-synchronize-group-flags): Update live group buffer as
8475 synchronization may occur due to the user toggle the plugged
8476 status.
8477 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8478 successfully downloaded.
8479 (gnus-agent-expire-group-1): Avoid using markers when the overview
8480 is in ascending order; greatly improves performance.
8481 (gnus-agent-regenerate-group): Use
8482 gnus-agent-synchronize-group-flags to reset read status in both
8483 gnus and server.
8484 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8485
84862005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8487
8488 * message.el: Don't autoload former message-utils variables.
8489 (message-strip-subject-trailing-was): Change doc string.
8490
8491 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8492 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8493 (nnweb-google-search): Add "hl=en" here.
8494 (nnweb-google-parse-1, nnweb-google-create-mapping):
8495 Don't hardcode URL.
8496
84972005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8498
8499 * message.el (message-get-reply-headers, message-followup):
8500 Mention related variables `message-use-followup-to' and
8501 `message-use-mail-followup-to', in the information buffer.
8502
8503 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8504 of broken groups(-beta).google.com.
8505
85062005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8507
8508 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8509 parameter to invoked gnus-request-move-article; remove the
8510 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8511 all at once instead of once per article.
8512 (gnus-summary-remove-process-mark): Accept a list of articles as
8513 well as a single article for processing.
8514
8515 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8516 parameter.
8517
8518 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8519
8520 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8521
8522 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8523 parameter.
8524
8525 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8526 parameter.
8527
8528 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8529 parameter and remove the gnus-sum-hint-move-is-internal variable.
8530
8531 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8532 parameter.
8533
8534 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8535 parameter.
8536
8537 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8538 parameter.
8539
8540 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8541
8542 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8543 parameter.
8544
8545 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8546 parameter.
8547
85482005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8551 a more conservative way.
8552
85532005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8556 buffer, so it moves the window's cursor.
8557
880820fe 85582005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8559
8560 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8561 `mm-dissect-multipart' and receive the from field as an (optional)
8562 argument from `mm-dissect-multipart'.
8563 (mm-dissect-multipart): Receive the from field as an argument and
8564 pass it on when we call `mm-dissect-buffer' on MIME parts.
8565 Fixes verification/decryption of signed/encrypted MIME parts.
8566
85672005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8568
8569 * gnus-sum.el (gnus-summary-move-article): Set
8570 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8571 whatever it calls (right now, only nnimap-request-move article
8572 respects it).
8573
8574 * nnimap.el (nnimap-request-move-article): When
8575 gnus-sum-hint-move-is-internal is set, don't do the extra
8576 nnimap-request-article.
8577
85782005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8579
8580 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8581
8582 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8583 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8584
8585 * gnus-sum.el (gnus-summary-caesar-message):
8586 Apply `gnus-treat-article' after rotation.
8587
8588 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8589 doc string.
8590
85912005-02-22 Simon Josefsson <jas@extundo.com>
8592
8593 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 8594 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
8595 <arne@arnested.dk>.
8596 (encrypt): Add password-cache and password-cache-expiry as group
8597 members.
8598
880820fe 85992005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8600
8601 * smime.el (smime-ldap-host-list): Doc fix.
8602 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8603 cache) password.
8604 (smime-sign-region): Use it.
8605 (smime-decrypt-region): Use it.
8606 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8607 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8608 fails.
8609 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8610 certificate from DER to PEM format rather than calling openssl.
8611
8612 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8613
8614 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8615 for signing/encryption.
8616
8617 * mml.el (mml-parse-1): Use them.
8618
880820fe 86192005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8620
8621 * nnrss.el (nnrss-verbose): Removed.
8622 (nnrss-request-group): Use `nnheader-message' instead.
8623
86242005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8625
8626 * nnrss.el (nnrss-verbose): New variable.
8627 (nnrss-request-group): Make it say nnrss is requesting a group.
8628
86292005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8630
8631 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8632 Handle news URL with given port correctly.
8633
86342005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8635
8636 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8637 containing special characters.
8638
8639 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8640
8641 * mml.el (mime-to-mml): Ditto.
8642
8643 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8644 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8645 (rfc2047-decode-region): Quote decoded words containing special
8646 characters when rfc2047-quote-decoded-words-containing-tspecials
8647 is non-nil.
8648
86492005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8650
8651 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8652
8653 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8654
86552005-02-15 Simon Josefsson <jas@extundo.com>
8656
8657 * nnimap.el (nnimap-debug): Doc fix.
8658
8659 * imap.el (imap-debug): Doc fix.
8660
86612005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8662
8663 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8664
86652005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8666
8667 * gnus.el (spam-contents): Improve docs for spam-contents
8668 parameter in its variable incarnation.
8669
86702005-02-14 Simon Josefsson <jas@extundo.com>
8671
8672 * smime-ldap.el: Use require instead of load-library for ldap.
8673 (smime-ldap-search): Indent.
8674 (smime-ldap-search-internal): Shorten line.
8675
8676 * smime.el (smime-cert-by-dns): Add doc-string.
8677 (smime-cert-by-ldap-1): Indent.
8678
8679 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8680 mml-smime-get-dns-ldap.
8681 (mml-smime-encrypt-query): Use new function. Default to ldap.
8682
880820fe 86832005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8684
8685 * smime.el: Require smime-ldap.
8686 (smime-ldap-host-list): New variable.
8687 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8688
8689 * mml-smime.el (mml-smime-encrypt-query): New function.
8690 (mml-smime-encrypt-query): Use it.
8691
8692 * smime-ldap.el: New file.
8693
86942005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8695
8696 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8697
86982005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8699
8700 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8701 argument in doc string. Make query for type more clear.
8702
87032005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8704
8705 * gnus.el (gnus-group-startup-message): Search for gnus images in
8706 etc/images/gnus.
8707 * mm-util.el (mm-image-load-path): Likewise.
8708 * smiley.el (smiley-data-directory): Search for smilies in
8709 etc/images/smilies.
8710
87112005-02-09 Kim F. Storm <storm@cua.dk>
8712
8713 Change Emacs release version from 21.4 to 22.1 throughout.
8714 Change Emacs development version from 21.3.50 to 22.0.50.
8715
87162005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8717
8718 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8719
8720 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8721 non-Mule XEmacs as well.
8722 (mm-decompress-buffer): Signal an error intentionally if it does
8723 not decompress compressed data because auto-compression-mode is
8724 disabled.
8725
87262005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8727
8728 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8729 an ID in the registry even if it has no groups.
8730
87312005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8732
8733 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8734 merge it into mm-decompress-buffer.
8735 (gnus-mime-copy-part): Use the MIME part charset, the value which
8736 a user specified or gnus-newsgroup-charset for decoding, like
8737 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8738 save-buffer what was used. Suggested by Kevin Ryde
8739 <user42@zip.com.au>.
8740 (gnus-mime-inline-part): Allow the name parameter as well as the
8741 filename parameter; force decompressing of compressed data; always
8742 display contents being not decoded as unibyte.
8743
8744 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8745 as well as the filename parameter.
8746
8747 * mm-util.el (mm-decompress-buffer): Merge
8748 gnus-mime-jka-compr-maybe-uncompress.
8749 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8750 of compressed data.
8751
87522005-02-08 Simon Josefsson <jas@extundo.com>
8753
8754 * imap.el (imap-log): Doc fix.
8755
87562005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8757
8758 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8759 the coding cookies; decompress compressed parts.
8760
10d1d0af 8761 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
8762 to the value which a user specified manually or the coding cookie.
8763
8764 * mm-util.el (mm-string-to-multibyte): New function.
8765 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8766 (mm-coding-system-to-mime-charset): New function.
8767 (mm-decompress-buffer): New function.
8768 (mm-find-buffer-file-coding-system): New function.
8769
8770 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8771 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8772 parts.
8773
87742005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8775
8776 * mm-view.el (mm-display-inline-fontify): Decode a part according
8777 to the charset parameter.
8778
87792005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8780
8781 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8782 prefix arg is neither nil nor a number, as info specifies.
8783
87842005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8785
8786 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8787 timestamps.
8788
87892005-02-02 Jari Aalto <jari.aalto@cante.net>
8790
8791 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8792 groups error checking and notify user.
8793
87942005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8795
8796 * message.el (message-send-mail-function): Check existence of
8797 sendmail-program first before using default value
8798 `message-send-mail-with-sendmail'. Otherwise use more generic
8799 `smtpmail-send-it'.
8800
88012005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8802
8803 * nntp.el (nntp-request-update-info): Always return nil.
8804
88052005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8808
88092005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * message.el (message-beginning-of-line): Change the behavior when
8812 invoked between BOL and : so that it first moves backward.
8813
88142005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8815
8816 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8817 article buffer when editing of the article is discarded.
8818 (gnus-article-prepare): Revert.
8819
88202005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8821
8822 * gnus-art.el (gnus-article-prepare):
8823 Remove message-strip-forbidden-properties from the local hook.
8824
88252005-01-27 Simon Josefsson <jas@extundo.com>
8826
8827 * password.el (password-cache-add): Only start one timer per key.
8828 Reported by Derek Atkins <warlord@MIT.EDU>.
8829
88302005-01-26 Steve Youngs <steve@sxemacs.org>
8831
8832 * run-at-time.el: Removed. It is no longer needed as
8833 timer-funcs.el in the xemacs-base package has a working version of
8834 `run-at-time'.
8835
8836 * password.el: Require timer-funcs instead of run-at-time in
8837 XEmacs.
8838 Remove `password-run-at-time' macro.
8839 (password-cache-add): Use `run-at-time' instead of
8840 `password-run-at-time'.
8841
8842 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8843 for `run-with-idle-timer'.
8844
8845 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8846 for `run-at-time'.
8847
8848 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8849 for `with-timeout'.
8850
88512005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8852
8853 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8854 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8855
88562005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8857
8858 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8859 sensitively.
8860
88612005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8862
8863 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8864
88652005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8866
8867 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8868 which will be inserted according to the multibyteness of a buffer
8869 rather than the type of contents. Suggested by ARISAWA Akihiro
8870 <ari@mbf.ocn.ne.jp>.
8871
8872 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8873 of string which old xml.el may return rather than a string.
8874
88752005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8876
8877 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8878
88792005-01-16 Simon Josefsson <jas@extundo.com>
8880
8881 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8882 idn/idna.el isn't available.
8883 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8884 <michael@waxrat.com>.
8885
8886 * hashcash.el: Remove non-FSF copyright header.
8887
8888 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8889 (hashcash-generate-payment): Use it.
8890 (hashcash-generate-payment-async): Use it.
8891
88922005-01-15 Simon Josefsson <jas@extundo.com>
8893
8894 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8895 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8896
8897 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8898 gnus-summary-idna-message.
8899 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8900 (gnus-summary-idna-message): New function.
8901
89022005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8903
8904 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8905 gnus-novice-user.
8906
89072005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8908
8909 * nnrss.el (nnrss-request-delete-group): Delete entries in
8910 nnrss-group-alist as well.
8911 (nnrss-save-server-data): Insert newline.
8912
89132005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8914
8915 * gnus.el (gnus-user-agent): Use list of symbols instead of
8916 symbols. Display full version number for (S)XEmacs. Optionally
8917 display (S)XEmacs codename.
8918
8919 * gnus-util.el (gnus-emacs-version): Update for new
8920 `gnus-user-agent'.
8921
8922 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8923 Gnus version.
8924
89252005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8926
8927 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8928 which is unreadable in some setups.
8929
89302005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8931
8932 * gnus-spec.el (gnus-update-format-specifications): Flush the
8933 group format spec cache if it doesn't support decoded group names.
8934
89352005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8936
c9e31f32
SM
8937 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8938 Allow to apply decay on score files matching a regexp.
01c52d31
MB
8939
89402004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8941
8942 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8943 compatibility in %g and %c.
8944
89452004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8946
8947 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8948 name for only %g and %c.
8949 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8950 of gnus-tmp-group to decoded group name.
8951 (gnus-group-make-rss-group): Exclude `/'s from group names.
8952
89532004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8954
8955 * nnrss.el (nnrss-get-encoding): Fix regexp.
8956
89572004-12-27 Simon Josefsson <jas@extundo.com>
8958
8959 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8960 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8961 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8962
89632004-12-17 Kim F. Storm <storm@cua.dk>
8964
8965 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8966
8967 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8968
89692004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8970
8971 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8972
89732004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8974
8975 * nnrss.el: Require rfc2047 and mml.
8976 (nnrss-file-coding-system): New variable.
8977 (nnrss-format-string): Redefine it as an inline function.
8978 (nnrss-decode-group-name): New function.
8979 (nnrss-string-as-multibyte): Remove.
8980 (nnrss-retrieve-headers): Decode group name; don't use
8981 nnrss-format-string.
8982 (nnrss-request-group): Decode group name.
8983 (nnrss-request-article): Decode group name; allow a Message-ID as
8984 well as an article number; don't use nnrss-format-string; encode a
8985 Message-ID string which may contain non-ASCII characters; use
8986 mml-to-mime to compose a MIME article.
8987 (nnrss-request-expire-articles): Decode group name.
8988 (nnrss-request-delete-group): Decode group name.
8989 (nnrss-fetch): Clarify error message.
8990 (nnrss-read-server-data): Use insert-file-contents instead of load;
8991 bind file-name-coding-system; use multibyte buffer.
8992 (nnrss-save-server-data): Bind coding-system-for-write to the
8993 value of nnrss-file-coding-system; bind file-name-coding-system;
8994 add coding cookie.
8995 (nnrss-read-group-data): Use insert-file-contents instead of load;
8996 bind file-name-coding-system; use multibyte buffer.
8997 (nnrss-save-group-data): Bind coding-system-for-write to the
8998 value of nnrss-file-coding-system; bind file-name-coding-system.
8999 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9000 make it work with non-ASCII text.
9001 (nnrss-find-el): Make it work with old xml.el as well.
9002
90032004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9004
9005 * nnrss.el (nnrss-get-encoding): New function.
9006 (nnrss-fetch): Use unibyte buffer initially; bind
9007 coding-system-for-read while performing mm-url-insert; remove ^Ms;
9008 decode contents according to the encoding attribute.
9009 (nnrss-save-group-data): Add coding cookie.
9010 (nnrss-mime-encode-string): New function.
9011 (nnrss-check-group): Use it to encode subject and author.
9012
90132004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9014
9015 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9016 imaginary variable.
9017
90182004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9019
9020 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9021 correctly even if there are wide characters.
9022
90232004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9024
9025 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9026 downcased symbol names; make a new cache instead of reusing
9027 bbdb-hashtable.
9028
90292004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9030
9031 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9032 concatenating segments rather than before concatenating them.
9033 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9034
9035 * message.el (message-get-reply-headers): Bind `extra'.
9036
90372004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9038
9039 * message.el (message-extra-wide-headers): New variable.
9040 (message-get-reply-headers): Use it.
9041
90422004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9043
9044 * gnus-agent.el (gnus-agent-group-path): Decode group name.
9045 (gnus-agent-group-pathname): Ditto.
9046
9047 * gnus-cache.el (gnus-cache-file-name): Decode group name.
9048
9049 * gnus-group.el (gnus-group-make-group): Decode group name.
9050 (gnus-group-make-rss-group): Register the group data after opening
9051 the nnrss group.
9052
90532004-12-17 Paul Jarc <prj@po.cwru.edu>
9054
9055 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9056 by expiry now get marked as read.
9057
90582004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9059
9060 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9061
90622004-12-17 Aidan Kehoe <kehoea@parhasard.net>
9063
9064 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9065 unify Latin characters in XEmacs.
9066 (mm-find-mime-charset-region): Use it.
9067
90682004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9069
9070 * gnus-util.el (gnus-delete-directory): New function.
9071
9072 * gnus-agent.el (gnus-agent-delete-group): Use it.
9073
9074 * gnus-cache.el (gnus-cache-delete-group): Use it.
9075
90762004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9077
9078 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9079 names.
9080
90812004-12-16 Simon Josefsson <jas@extundo.com>
9082
9083 * hashcash.el (hashcash-payment-alist): Fix custom :type.
9084
90852004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9086
9087 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9088
9089 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9090 (gnus-group-set-current-level): Decode group name.
9091
90922004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
9093
9094 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9095 failed.
9096
90972004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
9098
9099 * gnus-group.el (gnus-group-delete-group): Decode group name.
9100 (gnus-group-make-rss-group): Encode group name.
9101 (gnus-group-catchup-current): Decode group name.
9102 (gnus-group-kill-group): Decode group name.
9103
91042004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9107
91082004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
9109
9110 * gnus-group.el (gnus-group-make-rss-group):
9111 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9112
9113 * gnus-start.el (gnus-setup-news): Honor user's setting to
9114 gnus-message-archive-method. Suggested by Lute Kamstra
9115 <lute@gnu.org>.
9116
91172004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
9118
9119 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9120 global counterparts of the buffer-local variables.
9121
91222004-11-16 Romain Francoise <romain@orebokech.com>
9123
9124 * gnus-sum.el (gnus-summary-exit): Don't clear the global
9125 counterparts of the buffer-local variables.
9126
91272004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9128
9129 * message.el (message-forbidden-properties): Fixed typo in doc
9130 string.
9131
91322004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9133
9134 * gnus-util.el (gnus-replace-in-string): Added doc string.
9135
9136 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9137 to avoid problems when splitting mails with many recipients.
9138
91392004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9142 pop-to-buffer, covered by the subsequent gnus-configure-windows.
9143
91442004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
9145
9146 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9147 if there is no hashtable in memory or file modification time is
9148 newer than cached timestamp.
9149
91502004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9151
9152 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9153 not-matching option.
9154
91552004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
9156
9157 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9158 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9159 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9160 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9161 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
9162 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9163
91642004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9165
9166 * message.el (message-forward-make-body-mml): Remove headers
9167 according to message-forward-ignored-headers if a message is decoded.
9168
91692004-12-02 Romain Francoise <romain@orebokech.com>
9170
9171 * message.el (message-forward-make-body-plain): Always remove
9172 headers according to message-forward-ignored-headers.
9173
91742004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
9175
9176 * spam.el (spam-summary-prepare-exit): Remove the
9177 gnus-summary-limit pop for now, it has problems with ham marks for
9178 me.
9179
91802004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
9181
9182 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9183 correctly.
9184
91852004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
9186
9187 * format-spec.el (format-spec): Message the char.
9188
91892004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9190
9191 * gnus-art.el (gnus-split-methods): Reformat comments.
9192
9193 * spam.el (spam-summary-prepare-exit): Remove article limits
9194 before exiting the summary buffer.
9195
91962004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9199 order to silence the byte compiler.
9200
9201 * spam.el: Fix the way to silence the byte compiler, which
9202 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9203 bbdb-search-simple, spam-BBDB-register-routine,
9204 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9205 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9206 spam-stat-buffer-is-spam, spam-stat-load,
9207 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9208 spam-stat-save and spam-stat-split-fancy.
9209
92102004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9211
9212 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9213 which may confuse users.
9214 (canlock-password-for-verify): Ditto.
9215
9216 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9217
9218 * gnus-art.el (gnus-emphasis-alist): Ditto.
9219
9220 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9221
9222 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9223
9224 * gnus-start.el (gnus-save-killed-list): Ditto.
9225
9226 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9227 (gnus-sum-thread-tree-root): Ditto.
9228 (gnus-sum-thread-tree-false-root): Ditto.
9229 (gnus-sum-thread-tree-single-indent): Ditto.
9230
9231 * message.el (message-courtesy-message): Ditto.
9232 (message-archive-note): Ditto.
9233 (message-subscribed-address-file): Ditto.
9234 (message-user-fqdn): Ditto.
9235
9236 * spam-report.el (spam-report-gmane-regex): Ditto.
9237
9238 * spam.el (spam-blackhole-good-server-regex): Ditto.
9239
92402004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9241
9242 * mml.el (mml-preview): Widen the message buffer before copying
9243 the contents to the preview buffer; sort headers before previewing.
9244
9245 * message.el (message-hidden-headers): Fix the way to avoid a bug
9246 in the `repeat' widget in Emacs 21.3 or earlier.
9247
92482004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9249
9250 * message.el (message-hidden-headers): Default to "^References:".
9251 Improve customization type. Suggested by Reiner Steib
9252 <Reiner.Steib@gmx.de>.
9253
92542004-11-25 Romain Francoise <romain@orebokech.com>
9255
9256 * message.el (message-strip-forbidden-properties): Remove check for
9257 obsolete `message-hidden' text property, hidden headers are not
9258 accessible in the buffer anymore.
9259
92602004-11-22 Romain Francoise <romain@orebokech.com>
9261
9262 * message.el (message-header-format-alist): Add `From' in list
9263 so that it can be sorted.
9264 (message-fix-before-sending): Widen and sort headers before
9265 sending.
9266 (message-hide-headers): Use narrowing to hide headers by moving
9267 them to the top of the buffer and narrowing to the region
9268 underneath.
9269
92702004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9271
9272 * message.el (message-strip-forbidden-properties): Bind
9273 buffer-read-only (etc) to nil.
9274
92752004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9276
9277 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9278 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9279
92802004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9281
9282 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9283
92842004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9285
9286 * dns.el (query-dns): Use sit-for to time instead of
9287 accept-process-output, since that doesn't seem to work on udp
9288 sockets.
9289
92902004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9291
9292 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9293
92942004-11-15 Jesper Harder <harder@ifa.au.dk>
9295
9296 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9297 doc string. Improve doc string.
9298
92992004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9300
9301 * nntp.el (nntp-request-update-info): Return nil if
9302 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9303 may not call gnus-activate-group which uselessly issues the GROUP
9304 commands for all nntp groups and wastes time. Reported by Romain
9305 Francoise <romain@orebokech.com>.
9306
9307 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9308
93092004-11-15 Simon Josefsson <jas@extundo.com>
9310
9311 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9312 headers separately.
880820fe 9313 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
9314 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9315
93162004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9317
9318 * gnus-start.el (gnus-convert-old-newsrc):
9319 Assign legacy-gnus-agent to 5.10.7.
9320
93212004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9322
9323 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9324 start of the lines.
9325
93262004-11-14 Magnus Henoch <mange@freemail.hu>
9327
9328 * hashcash.el (hashcash-default-payment): Change default to 20
9329 (hashcash-default-accept-payment): Change default to 20
9330 (hashcash-process-alist): New variable
9331 (hashcash-generate-payment-async): Add
9332 (hashcash-already-paid-p): Add
9333 (hashcash-insert-payment): Don't generate payments twice
9334 (hashcash-insert-payment-async): Add
9335 (hashcash-insert-payment-async-2): Add
9336 (hashcash-cancel-async): Add
9337 (hashcash-wait-async): Add
9338 (hashcash-processes-running-p): Add
9339 (hashcash-wait-or-cancel): Add
9340 (mail-add-payment): New optional argument. Conditionally start
9341 asynchronous calculation.
9342 (mail-add-payment-async): Add
9343
9344 * message.el (message-send-mail): Wait for asynchronous hashcash
9345 results. Don't clobber existing X-Hashcash headers.
9346 (message-setup-1): Call mail-add-payment-async when
9347 message-generate-hashcash is non-nil.
9348
93492004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9350
9351 * message.el (message-use-alternative-email-as-from): Examine the
9352 From header as well; use message-make-from in order to include a
9353 user's full name.
9354
93552004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9356
9357 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9358 default; improve customization type.
9359 (gnus-emphasis-custom-with-format): New macro.
9360 (gnus-emphasis-custom-value-to-external): New function.
9361 (gnus-emphasis-custom-value-to-internal): New function.
9362
93632004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9364
9365 * dns.el (query-dns): Resolve reverse addresses.
9366
93672004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9368
9369 * gnus-group.el (gnus-group-get-new-news): Use it.
9370
9371 * gnus-start.el (gnus-check-reasonable-setup): New function.
9372
93732004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9374
9375 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9376 "Args out of range" error. Reported by Arnaud Giersch
9377 <arnaud.giersch@free.fr>.
9378
93792004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9380
9381 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9382
93832004-11-04 Richard M. Stallman <rms@gnu.org>
9384
9385 * spam.el (spam group): Add :version.
9386
9387 * pgg-def.el (pgg group): Add :version.
9388
93892004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * gnus-art.el (gnus-article-edit-article): Don't associate the
9392 article buffer with a draft file. This is a temporary measure
9393 against the 2004-08-22 change to gnus-article-edit-mode.
9394
93952004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9396
9397 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9398 (html2text-format-tags): Remove unused variable `attr'.
9399
94002004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9401
9402 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9403
9404 * spam-stat.el (spam-stat): Add :version.
9405
9406 * sieve.el (sieve): Add :version.
9407
9408 * sha1.el (sha1): Add :version.
9409 (sha1-use-external): Remove redundant version.
9410
9411 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9412 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9413 (nnmail-split-fancy-match-partial-words)
9414 (nnmail-split-lowercase-expanded): Add :version.
9415
9416 * nndiary.el (nndiary): Add :version.
9417
9418 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9419
9420 * mml-sec.el (mml-default-sign-method)
9421 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9422 Add :version.
9423
9424 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9425
9426 * mm-url.el (mm-url-use-external, mm-url-program)
9427 (mm-url-arguments): Add :version.
9428
9429 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9430 (mm-attachment-file-modes, mm-decrypt-option)
9431 (mm-w3m-safe-url-regexp): Add :version.
9432
9433 * message.el (message-cite-prefix-regexp)
9434 (message-sendmail-envelope-from, message-minibuffer-local-map)
9435 (message-user-fqdn, message-completion-alist): Add :version.
9436
9437 * gnus-win.el (gnus-configure-windows-hook)
9438 (gnus-use-frames-on-any-display): Add :version.
9439
9440 * gnus-art.el (gnus-article-address-banner-alist)
9441 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9442 (gnus-treat-from-picon, gnus-treat-mail-picon)
9443 (gnus-treat-x-pgp-sig): Add :version.
9444
9445 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9446 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9447 (gnus-summary-article-delete-hook)
9448 (gnus-summary-display-while-building): Add :version.
9449
9450 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 9451 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
9452
9453 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9454 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9455
9456 * gnus-registry.el (gnus-registry): Add :version.
9457
9458 * gnus-spec.el (gnus-use-correct-string-widths)
9459 (gnus-make-format-preserve-properties): Add :version.
9460
9461 * gnus.el (gnus-group-charter-alist)
9462 (gnus-group-fetch-control-use-browse-url)
9463 (gnus-install-group-spam-parameters): Add :version.
9464
9465 * gnus-diary.el (gnus-diary): Add :version.
9466
9467 * gnus-delay.el (gnus-delay): Add :version.
9468
9469 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9470 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9471 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9472 Add :version.
9473
9474 * gnus-agent.el (gnus-agent-max-fetch-size)
9475 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9476 (gnus-agent-prompt-send-queue): Add :version.
9477
9478 * deuglify.el (gnus-outlook-deuglify): Add :version.
9479
9480 * html2text.el: Beautify code. Improve doc strings. Some
9481 checkdoc cleanup.
9482 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9483
94842004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9485
9486 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9487
94882004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9489
9490 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9491 when package is loaded.
9492
9493 * spam.el (spam-summary-score-preferred-header): Add global preference
9494 for people who want to override the default SpamAssassin over
9495 Bogofilter preference (when both are set).
9496 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9497 (spam-user-format-function-S): Check
9498 spam-summary-score-preferred-header.
9499 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9500 (spam-user-format-function-S): Format the score correctly.
9501
95022004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9503
9504 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9505 signature file. Suggested by Manoj Srivastava
9506 <srivasta@golden-gryphon.com>.
9507
9508 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9509 iso-2022-jp even in the Japanese language environment.
9510 Suggested by Jason Rumney <jasonr@gnu.org>.
9511
95122004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9513
9514 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9515 use the same characters as the dummy marks; make it free from
9516 getting affected by the language environment.
9517 (gnus-summary-read-group-1): Update mark positions only when the
9518 format spec is updated.
9519
9520 * gnus-spec.el (gnus-update-format-specifications): Return a list
9521 of updated types.
9522
95232004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9524
9525 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9526 of boundp to check if display-warning is available.
9527
95282004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9529
9530 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9531
95322004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9533
9534 * nnspool.el (nnspool-spool-directory): Use news-path if the
9535 news-directory variable is not bound.
9536
9537 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9538 function instead of display-warning if it is not available.
9539
95402004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9541
9542 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9543 v5-10: Use `point-at-bol'.
9544
95452004-10-26 Simon Josefsson <jas@extundo.com>
9546
9547 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9548 <chenggao@gmail.com>.
9549
95502004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9551
9552 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9553 instead.
9554
95552004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9556
9557 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9558 to remove a server from the nnimap-server-buffer-alist.
9559 (nnimap-open-connection, nnimap-close-server): Use it.
9560
9561 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9562
95632004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9564
9565 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9566 running the major-mode function.
9567
95682004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9569
9570 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9571 dummy marks in the right way.
9572
95732004-10-18 David Edmondson <dme@dme.org>
9574
9575 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9576 excessively.
9577
95782004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9579
9580 * gnus-util.el (gnus-split-references): Accept a nil references
9581 string and go on blissfully.
9582
9583 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9584 cases where the references string is non-nil but has no references.
9585
9586 * encrypt.el: Add autoload tags.
9587
9588 * spam.el (spam-resolve-registrations-routine): Remove article
9589 from unregistration list too. Reported by David Hanak
9590 <dhanak@isis.vanderbilt.edu>
9591
95922004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9593
9594 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9595 nil. Changed custom type.
9596
95972004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9598
9599 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9600
9601 * gnus-sum.el (gnus-summary-move-article): Use it.
9602
96032004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9604
9605 * encrypt.el: Add autoload cookies.
9606
9607 * spam.el (spam-backend-article-list-property)
9608 (spam-backend-get-article-todo-list)
b97439ce 9609 (spam-backend-put-article-todo-list)
01c52d31
MB
9610 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9611 Resolve registrations separately.
9612 (spam-register-routine): Format comments.
9613 (spam-unregister-routine, spam-register-routine): Always call with
9614 specific-articles, no default list.
9615 (spam-summary-prepare-exit): Use the spam-classifications function.
9616
9617 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9618 gnus-encrypt.el.
9619
002876ab 9620 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 9621
002876ab 9622 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
9623
96242004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9625
9626 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9627 (gnus-score-save): Use it.
9628
9629 * message.el (message-bury): Use `window-dedicated-p'.
9630
96312004-10-15 Simon Josefsson <jas@extundo.com>
9632
9633 * pop3.el (top-level): Don't require nnheader.
9634 (pop3-read-timeout): Add.
9635 (pop3-accept-process-output): Add.
9636 (pop3-read-response, pop3-retr): Use it.
9637
96382004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9639
9640 * spam.el (spam-register-routine): Move comment.
9641 (spam-verify-bogofilter): Use 'unknown for the initial
9642 spam-bogofilter-valid state, not 'never.
9643
9644 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9645 for netrc-machine.
9646
9647 * nnimap.el (nnimap-open-connection): Use
9648 netrc-machine-user-or-password.
9649
96502004-10-17 Richard M. Stallman <rms@gnu.org>
9651
9652 * gnus-registry.el (gnus-registry-unload-hook):
9653 Set as a variable with add-hook.
9654
9655 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9656 of news-path.
9657
9658 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9659
9660 * spam.el: Delete duplicate `provide'.
9661 (spam-unload-hook): Set as a variable with add-hook.
9662
96632004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9664
9665 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9666 in the doc string.
9667
9668 * message.el (message-ignored-news-headers)
9669 (message-ignored-supersedes-headers)
9670 (message-ignored-resent-headers)
9671 (message-forward-ignored-headers): Improve custom type.
9672
96732004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9674
9675 * message.el (message-tokenize-header): Fix 2004-09-06 change
9676 which used point-min in the wrong place.
9677
96782004-10-12 Simon Josefsson <jas@extundo.com>
9679
9680 * tls.el (tls-certtool-program): New variable.
9681 (tls-certificate-information): New function, based on
9682 ssl-certificate-information.
9683
96842004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9685
9686 * compface.el: Move the version of ELisp-based uncompface program
9687 to the contrib directory because of the copyright problem.
9688
96892004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9690
9691 * message.el (message-kill-buffer): Raise the current frame.
9692
96932004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9694
9695 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9696
9697 * gnus.el (message-y-or-n-p): Autoload.
9698
9699 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9700 (pop3-password-required, pop3-authentication-scheme)
9701 (pop3-leave-mail-on-server): Made customizable.
9702 (pop3): New custom group.
9703 (pop3-retr): Remove `sleep-for' statements.
9704 Suggested by Dave Love <fx@gnu.org>.
9705
9706 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9707 Windows/DOS.
9708
9709 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9710 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9711 Dave Love <fx@gnu.org>.
9712
9713 * mml.el (mml-minibuffer-read-disposition): Require match.
9714 Suggested by Dave Love <fx@gnu.org>.
9715
97162004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9717
9718 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9719 doc string.
9720
97212004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9724
97252004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9726
9727 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9728 instead of calling `mm-insert-inline', to decode text/* parts
9729 before displaying them.
9730
97312004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * mm-uu.el (mm-uu-text-plain-type): New variable.
9734 (mm-uu-pgp-signed-extract-1): Use it.
9735 (mm-uu-pgp-encrypted-extract-1): Use it.
9736 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9737 bind mm-uu-text-plain-type with that value.
9738 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9739 mm-uu-dissect.
9740
97412004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9742
9743 * gnus-group.el (gnus-update-group-mark-positions):
9744 * gnus-sum.el (gnus-update-summary-mark-positions):
9745 * message.el (message-check-news-body-syntax):
9746 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9747 of string-as-multibyte.
9748
97492004-10-05 Juri Linkov <juri@jurta.org>
9750
9751 * gnus-group.el (gnus-update-group-mark-positions):
9752 * gnus-sum.el (gnus-update-summary-mark-positions):
9753 * message.el (message-check-news-body-syntax):
9754 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9755 8-bit unibyte values to a multibyte string for search functions.
9756
97572004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9758
9759 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9760 (mm-uu-dissect-text-parts): New function.
9761
9762 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9763 dissect text parts.
9764
9765 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9766 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9767
9768 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9769
9770 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9771 gnus-current-topics instead of gnus-current-topic.
9772
97732004-10-06 Jesper Harder <harder@ifa.au.dk>
9774
9775 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9776
97772004-10-05 Jesper Harder <harder@ifa.au.dk>
9778
9779 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9780 where approriate.
9781
9782 * nnml.el (nnml-generate-active-info): do.
9783
9784 * nndiary.el (nndiary-generate-active-info): do.
9785
9786 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9787 (gnus-topic-move): do.
9788
9789 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9790 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9791
9792 * gnus-srvr.el (gnus-server-prepare)
9793 (gnus-server-open-all-servers): do.
9794
9795 * gnus-msg.el (gnus-summary-cancel-article)
9796 (gnus-summary-resend-message)
9797 (gnus-summary-mail-crosspost-complaint): do.
9798
9799 * gnus-move.el (gnus-change-server): do.
9800
9801 * gnus-group.el (gnus-group-unmark-all-groups)
9802 (gnus-group-set-current-level): do.
9803
98042004-10-04 Simon Josefsson <jas@extundo.com>
9805
9806 * message.el (message-generate-hashcash): Doc fix.
9807
98082004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9809
9810 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9811 avoid infinite recursion via gnus-get-function.
9812
98132004-10-02 Jesper Harder <harder@ifa.au.dk>
9814
9815 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9816
9817 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9818
9819 * nnmail.el (nnmail-split-history): do.
9820
9821 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9822 (nnml-request-delete-group): do.
9823
9824 * nnslashdot.el (nnslashdot-read-groups): do.
9825
9826 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9827 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9828
9829 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9830 (nnspool-sift-nov-with-sed): Use last
9831 (nnspool-retrieve-headers-with-nov): Use mapc.
9832 (nnspool-request-newgroups): Use dolist.
9833 (nnspool-request-group): Use last.
9834
9835 * nntp.el (nntp-read-server-type): Use dolist.
9836
9837 * nnvirtual.el (nnvirtual-create-mapping)
9838 (nnvirtual-update-read-and-marked): Use dolist.
9839 (nnvirtual-convert-headers): Simplify.
9840
98412004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9842
9843 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9844 support for sync'ing tick marks.
9845
98462004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9847
9848 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9849 there's no visible header.
9850
98512004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9852
9853 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9854 necessary, pass full group name to gnus-request-set-marks.
9855
98562004-10-01 Simon Josefsson <jas@extundo.com>
9857
9858 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9859 acroread.
9860
98612004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9862
9863 * spam-report.el (spam-report-gmane): Fix interactive.
9864
9865 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9866
9867 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9868 when writing file.
9869 (gnus-agent-synchronize-flags): Don't default to being
9870 interactive.
9871
98722004-09-30 Simon Josefsson <jas@extundo.com>
9873
9874 * message.el (message-generate-hashcash): Add.
9875 (message-send-mail): Use it, call mail-add-payment.
9876
98772004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9878
9879 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9880
98812004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9882
9883 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9884 gnus-requst-update-info with explicit code to sync the in-memory
9885 info read flags with the marks being sync'd to the backend.
9886
9887 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9888
98892004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9890
9891 * spam.el (spam-verify-bogofilter): Add new function.
9892 (spam-check-bogofilter)
9893 (spam-bogofilter-register-with-bogofilter): Use it.
9894 (spam-verify-bogofilter): Add small fixes.
9895
98962004-09-28 Simon Josefsson <jas@extundo.com>
9897
9898 * hashcash.el (hashcash-generate-payment): Revert.
9899
99002004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9901
9902 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9903 gnus-extract-references instead of gnus-split-references.
9904
9905 * gnus-util.el (gnus-extract-references): Add new function, analogous
9906 to gnus-split-references but extracts only the message-ID without
9907 anything extra.
9908
9909 * hashcash.el (hashcash-generate-payment)
9910 (hashcash-check-payment): Do the right thing if hashcash-path is
9911 nil (because the hashcash program could not be found).
9912
9913 * spam.el (spam-use-hashcash): Remove comment.
9914
99152004-09-27 Jesper Harder <harder@ifa.au.dk>
9916
9917 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9918 (gnus-cache-enter-article, gnus-cache-remove-article)
9919 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9920
9921 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9922
9923 * gnus-art.el (article-hide-boring-headers)
9924 (article-translate-strings, article-display-face)
9925 (gnus-article-mime-match-handle-first)
9926 (gnus-article-highlight-headers)
9927 (gnus-article-add-buttons-to-head): do.
9928
99292004-09-27 Simon Josefsson <jas@extundo.com>
9930
9931 * hashcash.el: New version, from
9932 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9933 ../contrib/.
9934
99352004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9936
9937 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9938
99392004-09-26 Jesper Harder <harder@ifa.au.dk>
9940
9941 * gnus-dup.el (gnus-dup-open): Use mapc.
9942 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9943
9944 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9945 Reported by Stefan Wiens <s.wi@gmx.net>.
9946
9947 * gnus.el (gnus-shutdown): Use dolist.
9948
9949 * gnus-undo.el (gnus-undo): Use mapc.
9950
9951 * nnrss.el (nnrss-generate-active): do.
9952
9953 * message.el (message-cite-original-without-signature)
9954 (message-cite-original): Use mapc.
9955 (message-do-actions, message-make-forward-subject): Use dolist.
9956
99572004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9958
9959 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9960 deletion to remove entire duplicate line. Fixes merged article
9961 number bug.
9962
99632004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9964
9965 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9966 servers that are offline. Avoids having gnus-agent-toggle-plugged
9967 first ask if you want to open a server and then, even when you
9968 responded with no, asking if you want to synchronize the server's
9969 flags.
9970 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9971 multi-line expressions.
9972 (gnus-agent-synchronize-group-flags): New internal function.
9973 Updates marks in memory (in the info structure) AND in the
9974 backend.
9975
9976 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9977
9978 * nnagent.el (nnagent-request-set-mark): Use
9979 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9980 method, to ensure that synchronization updates marks in the
9981 backend and in the info (in memory) structure.
9982
99832004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9984
9985 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9986 convention fully; don't miss the root article of a thread; make
9987 the X-Draft-From header with correct article numbers.
9988
99892004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9990
9991 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9992 unless plugged. Disable the agent so that an open failure causes
9993 an error.
9994
9995 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9996 Reverted 2004-09-21 change. The backend must be opened while
9997 synchronizing flags even when the backend stores the flags
9998 locally.
9999
100002004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10001
10002 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10003 in `header' match. Reported by Svend Tollak Munkejord.
10004
10005 * message.el (message-cite-original): Fix use of
10006 `message-cite-articles-with-x-no-archive'.
10007
100082004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10009
10010 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10011 (gnus-window-to-buffer): Ditto.
10012
10013 * mml.el (mml-preview-buffer): New variable.
10014 (mml-preview): Manage window layout with gnus-buffer-configuration.
10015
10016 * gnus-msg.el (gnus-setup-message): Put article numbers into the
10017 X-Draft-From header even if those articles aren't quoted.
10018
100192004-09-21 Kevin Greiner <kgreiner@compsol.cc>
10020
10021 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10022 (gnus-request-set-mark, gnus-request-update-mark): Use new
10023 g-s-t-u-l-m to decide to use backend even when unplugged.
10024
100252004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
10026
10027 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10028 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
10029
100302004-09-20 Simon Josefsson <jas@extundo.com>
10031
10032 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10033 "utf-16-le".
10034
100352004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10038
100392004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10040
10041 * uudecode.el (uudecode-use-external): Add :version.
10042
10043 * smime.el (smime-CA-file, smime-encrypt-cipher)
10044 (smime-dns-server): Add :version.
10045
10046 * smiley.el (gnus-smiley-file-types): Add :version.
10047
10048 * sha1.el (sha1-use-external): Add :version.
10049
10050 * pgg-def.el (pgg-query-keyserver): Add :version.
10051
10052 * nnmail.el (nnmail-fancy-expiry-targets)
10053 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10054 Add :version.
10055
10056 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10057 (nnimap-retrieve-groups-asynchronous): Add :version.
10058 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
10059
10060 * mml.el (mml-content-disposition-parameters)
10061 (mml-insert-mime-headers-always): Add :version.
10062
10063 * mm-util.el (mm-coding-system-priorities): Add :version.
10064
10065 * mm-decode.el (mm-inline-text-html-with-images)
10066 (mm-keep-viewer-alive-types, mm-external-terminal-program)
10067 (mm-verify-option): Add :version.
10068 (mm-text-html-renderer): Change :version.
10069
10070 * message.el (message-fcc-externalize-attachments)
10071 (message-required-headers, message-draft-headers)
10072 (message-subject-trailing-was-query)
10073 (message-subject-trailing-was-ask-regexp)
10074 (message-subject-trailing-was-regexp, message-mark-insert-begin)
10075 (message-mark-insert-end, message-archive-header)
10076 (message-archive-note, message-cross-post-default)
10077 (message-cross-post-note, message-followup-to-note)
10078 (message-cross-post-note-function, message-use-mail-followup-to)
10079 (message-subscribed-address-functions)
10080 (message-subscribed-address-file, message-subscribed-addresses)
10081 (message-subscribed-regexps, message-allow-no-recipients)
10082 (message-yank-cited-prefix, message-signature-insert-empty-line)
10083 (message-hidden-headers, message-hierarchical-addresses)
10084 (message-mail-user-agent, message-use-idna)
10085 (message-valid-fqdn-regexp)
10086 (message-strip-special-text-properties, message-header-synonyms)
10087 (message-beginning-of-line, message-tab-body-function): Add :version.
10088 (message-insert-canlock, message-wide-reply-confirm-recipients):
10089 Change :version.
10090
10091 * mail-source.el (mail-source-ignore-errors): Add :group, :type
10092 and :version.
10093 (mail-source-delete-old-incoming-confirm)
10094 (mail-source-movemail-program): Add :version.
10095
10096 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10097 (gnus-agent-cache, gnus-agent): Change :version.
10098
10099 * gnus-util.el (gnus-use-byte-compile): Change :version.
10100
10101 * gnus-sum.el (gnus-summary-make-false-root-always)
10102 (gnus-summary-default-high-score)
10103 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10104 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10105 (gnus-read-all-available-headers, gnus-article-emulate-mime)
10106 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10107 (gnus-sum-thread-tree-single-indent)
10108 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10109 (gnus-sum-thread-tree-leaf-with-other)
10110 (gnus-sum-thread-tree-single-leaf): Add :version.
10111 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10112 (gnus-article-loose-mime): Change :version.
10113
10114 * gnus-start.el (gnus-backup-startup-file)
10115 (gnus-save-startup-file-via-temp-buffer): Add :version.
10116
10117 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10118 (gnus-server-offline-face): Add :version.
10119
10120 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10121
10122 * gnus-msg.el (gnus-gcc-externalize-attachments)
10123 (gnus-debug-files, gnus-debug-exclude-variables)
10124 (gnus-discouraged-post-methods): Change :version.
10125 (gnus-confirm-mail-reply-to-news)
10126 (gnus-confirm-treat-mail-like-news): Add :version.
10127
10128 * gnus-int.el (gnus-server-unopen-status): Add :version.
10129
10130 * gnus-group.el (gnus-group-jump-to-group-prompt)
10131 (gnus-large-ephemeral-newsgroup)
10132 (gnus-fetch-old-ephemeral-headers): Add :version.
10133
10134 * gnus-fun.el (gnus-x-face-directory)
10135 (gnus-convert-pbm-to-x-face-command)
10136 (gnus-convert-image-to-x-face-command)
10137 (gnus-convert-image-to-face-command): Add :version.
10138
10139 * gnus-delay.el (gnus-delay-default-hour): Add :version.
10140
10141 * gnus-cite.el (gnus-cite-blank-line-after-header)
10142 (gnus-article-boring-faces): Add :version.
10143
10144 * gnus-art.el (gnus-buttonized-mime-types)
10145 (gnus-inhibit-mime-unbuttonizing)
10146 (gnus-treat-display-face)
10147 (gnus-treat-body-boundary): Change :version.
10148 (gnus-body-boundary-delimiter, gnus-picon-databases)
10149 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10150 (gnus-treat-date-english, gnus-treat-fold-headers)
10151 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10152 (gnus-treat-mail-picon, gnus-treat-wash-html)
10153 (gnus-article-encrypt-protocol)
10154 (gnus-use-idna, gnus-article-over-scroll)
10155 (gnus-mime-display-multipart-alternative-as-mixed)
10156 (gnus-mime-display-multipart-related-as-mixed)
10157 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10158 (gnus-ctan-url, gnus-button-ctan-handler)
10159 (gnus-button-handle-ctan-bogus-regexp)
10160 (gnus-button-ctan-directory-regexp)
10161 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10162 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10163 (gnus-button-man-level, gnus-button-emacs-level)
10164 (gnus-button-message-level, gnus-button-browse-level): Add :version.
10165
10166 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10167 (gnus-agent-go-online): Change :version.
10168 (gnus-agent-expire-unagentized-dirs)
10169 (gnus-agent-auto-agentize-methods): Add :version.
10170
10171 * flow-fill.el (fill-flowed-display-column)
10172 (fill-flowed-encode-column): Add :version.
10173
10174 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10175 (gnus-outlook-deuglify-unwrap-max)
10176 (gnus-outlook-deuglify-cite-marks)
10177 (gnus-outlook-deuglify-unwrap-stop-chars)
10178 (gnus-outlook-deuglify-no-wrap-chars)
10179 (gnus-outlook-deuglify-attrib-cut-regexp)
10180 (gnus-outlook-deuglify-attrib-verb-regexp)
10181 (gnus-outlook-deuglify-attrib-end-regexp)
10182 (gnus-outlook-display-hook): Add :version.
10183
10184 * binhex.el (binhex-use-external): Add :version.
10185
101862004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
10187
10188 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10189 and `invisible'.
10190
101912004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10192
10193 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10194 in gnus-registry-trim.
10195
101962004-09-13 Simon Josefsson <jas@extundo.com>
10197
10198 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10199
10200 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10201
10202 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10203 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10204 <yamaoka@jpl.org>.
10205 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10206 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10207 <yamaoka@jpl.org>.
10208
10209 * sieve.el (sieve-manage-mode): Ditto.
10210
102112004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10212
10213 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10214
102152004-09-11 Simon Josefsson <jas@extundo.com>
10216
10217 * dns-mode.el: Add.
10218
10219 * mm-view.el (mm-display-dns-inline): Add.
10220
10221 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10222 (mm-automatic-display): Ditto.
10223
10224 * mailcap.el (mailcap-mime-data): Add text/dns.
10225 (mailcap-mime-extensions): Map .soa to text/dns.
10226
102272004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10228
10229 * gnus-art.el (article-decode-mime-words, article-babel)
10230 (gnus-article-highlight-signature, gnus-article-add-buttons)
10231 (gnus-signature-toggle): Remove unnecessary bindings of
10232 `inhibit-read-only' inherited from v5.10 merge.
10233
102342004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10235
10236 * nntp.el (nntp): New customization group.
10237 (nntp-authinfo-file): Add customization group.
10238
10239 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10240
10241 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10242
10243 * gnus.el (to-address, to-list, subscribed)
10244 (large-newsgroup-initial): Ditto.
10245
10246 * flow-fill.el (fill-flowed-display-column)
10247 (fill-flowed-encode-column): Ditto.
10248
ce058493 102492004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
10250
10251 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10252 Use point-min rather than 1.
10253 (message-send-mail): Use buffer-size rather than point-max.
10254
10255 * gnus-sum.el (gnus-summary-search-article-forward):
10256 Signal a specific `search-failed' rather than a generic `error'.
10257
10258 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10259 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10260 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10261
102622004-09-10 Simon Josefsson <jas@extundo.com>
10263
10264 * nndb.el (require): Remove tcp and duplicate cl.
10265
102662004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10267
10268 * gnus-agent.el (directory-files-and-attributes): Move forward.
10269
102702004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10271
10272 * gnus-agent.el (directory-files-and-attributes): Optionally
10273 defined to support XEmacs.
10274
102752004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10276
002876ab 10277 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
10278 to avoid run-time CL dependencies.
10279 (gnus-agent-unfetch-articles): New function.
10280 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10281 article numbers even when local .overview file is missing.
002876ab 10282 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
10283 27-bit article numbers.
10284 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10285 gnus-agent-read-article-number.
10286 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10287 from backend while recognizing that article numbers in .overview
10288 must be valid.
10289 (gnus-agent-update-files-total-fetched-for): Use
10290 directory-files-and-attributes to improve performance.
10291 * gnus-int.el (gnus-request-move-article): Use
10292 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10293 improve performance.
10294
10295 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10296 some users confused by references to .newsrc when they only have a
10297 .newsrc.eld file.
149cd465
JB
10298 (gnus-convert-mark-converter-prompt)
10299 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 10300 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 10301 New function. Used internally to only display 'gnus converting
01c52d31
MB
10302 files' message when actually necessary.
10303
10304 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10305 methods now autoloaded.
10306
103072004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10308
10309 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10310 identifiers.
10311
103122004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10313
10314 * gnus-picon.el: Fix indentation and closing parenthesis.
10315
103162004-09-01 Simon Josefsson <jas@extundo.com>
10317
10318 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 10319 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
10320 to require within a function. Sadly, if sha1.el isn't loaded, the
10321 let binding in m-c-g will hide the defcustom definition, which is
10322 bad.)
10323
10324 * canlock.el: Require sha1, not sha1-el.
10325
10326 * message.el: Don't autoload sha1 (there is a autoload cookie in
10327 sha1.el).
10328
10329 * sha1-el.el: Renamed to sha1.el.
10330
103312004-08-30 Juanma Barranquero <lektu@terra.es>
10332
10333 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10334
103352004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10338
103392004-08-30 Kim F. Storm <storm@cua.dk>
10340
10341 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10342
10343 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10344 Add :group 'nnimap.
10345
103462004-08-30 Andreas Schwab <schwab@suse.de>
10347
10348 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10349 ?* and ?\;.
10350
10351 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10352 and ?\' to symbol instead of whitespace.
10353
103542004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10355
10356 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10357
10358 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10359 instead of re-search-forward.
10360
10361 * gnus-uu.el (gnus-uu-save-article): Ditto.
10362 (gnus-uu-post-encode-uuencode): Ditto.
10363
10364 * html2text.el (html2text-clean-list-items): Ditto.
10365 (html2text-clean-dtdd): Ditto.
10366 (html2text-format-tags): Ditto.
10367
10368 * message.el (message-send-mail-with-sendmail): Fix regexp.
10369 (message-fill-field-general): Use search-forward instead of
10370 re-search-forward.
10371 (unbold-region): Ditto.
10372
10373 * nnrss.el (nnrss-request-article): Ditto.
10374
10375 * nnslashdot.el (nnslashdot-request-article): Ditto.
10376
10377 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10378
10379 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10380 "Unrecognized menu descriptor" error in XEmacs.
10381
103822004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10383
10384 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10385 parent article of a sparse article in the thread hashtb.
10386
103872004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10388
10389 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10390 (nnmail-expand-newtext): Lowercase expanded entries if
10391 nnmail-split-lowercase-expanded is non-nil.
10392
103932004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10394
c9e31f32 10395 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
10396
10397 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10398 of gnus-tmp-news-method into string under XEmacs. It will be
10399 passed to gnus-correct-length which takes only a string argument.
10400
104012004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * gnus-util.el (gnus-bind-print-variables): New macro.
10404 (gnus-prin1): Use it.
10405 (gnus-prin1-to-string): Use it.
10406 (gnus-pp): New function.
10407 (gnus-pp-to-string): New function.
10408
c9e31f32
SM
10409 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10410 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
10411 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10412 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10413 * gnus-msg.el (gnus-debug): Ditto.
10414 * gnus-score.el (gnus-score-save): Ditto.
10415 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10416 gnus-pp-to-string.
10417 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10418 with gnus-pp.
10419 * score-mode.el (gnus-score-pretty-print): Ditto.
10420 * webmail.el (webmail-debug): Ditto.
10421
104222004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10423
c9e31f32
SM
10424 * gnus-art.el (article-display-face, article-display-x-face):
10425 Use buffer-read-only.
01c52d31
MB
10426
104272004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10428
c9e31f32
SM
10429 * gnus-art.el (article-hide-list-identifiers):
10430 Bind inhibit-read-only as t.
01c52d31
MB
10431
104322004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10433
10434 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10435
104362004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10439 (gnus-narrow-to-page): Don't assume point-min == 1.
10440 (gnus-article-edit-mode): Derive from message-mode.
10441
10442 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10443 point-min == 1.
10444
10445 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10446 Disable incorrect use of `assert'.
10447
10448 * message.el (message-mode): Set comment-start-skip.
10449
10450
104512004-08-22 Sam Steingold <sds@gnu.org>
10452
10453 * pop3.el (pop3-leave-mail-on-server): New user variable.
10454 (pop3-movemail): Delete mail only when it is nil.
10455
104562004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10457
10458 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10459
10460 * mml.el (mml-preview): Use `pop-to-buffer'.
10461
10462 * message.el (message-goto-mail-followup-to): Insert after "To".
10463 (message-carefully-insert-headers): Add comment.
10464
10465 * gnus.el: Remove unused variable `gnus-article-check-size'.
10466
10467 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10468
10469 * gnus-art.el (gnus-button-alist): Improve
10470 `gnus-button-handle-library' entry.
10471
104722004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10473
10474 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10475 downcase, since XEmacs capitalizes error messages differently.
10476
104772004-08-18 Jesper Harder <harder@ifa.au.dk>
10478
10479 * nntp.el: Add (require 'gnus) due to reference to
10480 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10481
104822004-08-18 Florian Weimer <fw@deneb.enyo.de>
10483
10484 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10485 `mm-fill-flowed'.
10486
10487 * mm-decode.el (mm-dissect-singlepart): Check it.
10488
104892004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10490
10491 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10492 'imap' for netrc parsing.
10493
104942004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10495
10496 * mailcap.el (mailcap-mime-data): Mark as risky.
10497
104982004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10499
10500 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10501 may be included in the encoded word.
10502 (rfc2047-encode): Don't append a space if the encoded word
10503 includes close parenthesis.
10504
105052004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10506
10507 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10508 of text within parentheses.
10509
105102004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10511
10512 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10513 (gnus-encrypt-write-file-contents): Make the password key the file
10514 name PLUS the cipher, not just the cipher. Also remove failed
10515 passwords from the cache.
10516
105172004-08-06 Simon Josefsson <jas@extundo.com>
10518
10519 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10520 fix.
10521
105222004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10523
10524 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10525 LWSP.
10526
105272004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10528
10529 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10530 to append in-reply-to: data to the references: header.
10531
10532 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10533 (netrc-parse): Use gnus-encrypt.el functions.
10534
10535 * gnus-encrypt.el: Add new file for encryption support; currently
10536 does only a few GPG ciphers and an internal XOR cipher.
10537
10538 * password.el: Add comments on using password-read-and-add.
10539 (password-read-and-add): Add function to read and add the
10540 password to the cache at once.
10541
105422004-07-28 Simon Josefsson <jas@extundo.com>
10543
10544 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10545 parameter (but don't use it, for now).
10546
10547 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10548 instead of hard coding to nil.
10549
105502004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10551
10552 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10553 as mm-inline-image-xemacs does.
10554
105552004-07-26 Simon Josefsson <jas@extundo.com>
10556
10557 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10558 Revert part of 2004-07-17 change below.
10559
105602004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10561
10562 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10563 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10564
105652004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10566
10567 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10568 quotes that actually start with ">" at the beginning of the
10569 lines.
10570
105712004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10572
10573 * rfc2047.el (rfc2047-encode-region): Fix last change.
10574 (rfc2047-encode-parameter): Remove useless concat.
10575
105762004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10577
10578 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10579 encode special characters; fix some kind of misconfigured headers;
10580 signal a real error if debug-on-quit or debug-on-error is non-nil.
10581 (rfc2047-encode-max-chars): New variable.
10582 (rfc2047-encode-1): Use it.
10583 (rfc2047-encode-parameter): New function.
10584
10585 * mml.el (mml-insert-parameter): Remove an excessive space.
10586
105872004-07-17 Simon Josefsson <jas@extundo.com>
10588
10589 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10590 Kai Grossjohann <kai@emptydomain.de>.
10591 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10592 (gnus-group-make-menu-bar): Ditto.
10593
10594 * gnus-util.el (gnus-group-server): Add.
10595
105962004-07-16 Jesper Harder <harder@ifa.au.dk>
10597
10598 * message.el (message-clone-locals): Clone sendmail and smtp
10599 variables.
10600
106012004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10602
10603 * rfc2047.el (rfc2047-encode-region): Fix last change.
10604
106052004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10606
10607 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10608 characters as non-special.
10609
106102004-07-09 Simon Josefsson <jas@extundo.com>
10611
10612 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10613 Users will lose all flag changes made while unplugged with
10614 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10615 good default. See numerous reports on ding mailing list.
10616
106172004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10620 add generate-head-function and generate-article-function to the
10621 rfc822-forward entry.
10622 (nndoc-rfc822-forward-generate-article): New function.
10623 (nndoc-rfc822-forward-generate-head): New function.
10624
10625 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10626
106272004-07-06 Dan Christensen <jdc@uwo.ca>
10628
10629 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10630 respect display group parameter and gnus-summary-expunge-below.
10631 (gnus-articles-to-read): Remove unused reference to display group
10632 parameter.
10633
106342004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10635
10636 * nnheader.el (nnheader-uniquify-message-id): New experimental
10637 variable.
10638 (nnheader-nov-read-message-id): Use it.
10639
10640 * spam-report.el (spam-report-gmane): Add interactive.
10641
106422004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10643
10644 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10645 qp-or-base64 for the application/* types.
10646
106472004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10648
10649 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10650
106512004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10652
10653 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10654 trim value.
10655
106562004-01-25 Paul Jarc <prj@po.cwru.edu>
10657
10658 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10659 New macro and function.
10660 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10661
106622004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10663
10664 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10665 after-load-alist.
10666
106672004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10668
10669 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10670 update info that isn't there.
10671
106722004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10673
10674 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10675 entry.
10676
106772004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10678
10679 * mm-view.el (mm-inline-render-with-function): Use multibyte
10680 buffer; decode html source by charset.
10681
10682 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10683
10684 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10685 Mule-UCS is loaded under XEmacs.
10686 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10687
106882004-06-28 Jesper Harder <harder@ifa.au.dk>
10689
10690 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10691
106922004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10693
10694 * mm-util.el (mm-coding-system-p): Return a coding-system.
10695 (mm-mime-mule-charset-alist): Use shift_jis instead of
10696 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10697 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10698 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10699 instead of japanese-shift-jis and iso-latin-1 respectively in
10700 order to share the default value with both Emacs and XEmacs-mule.
10701 (mm-mule-charset-to-mime-charset): Make
10702 mm-coding-system-priorities effective.
10703 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10704 while predicating of candidates upon the priorities.
10705
107062004-06-27 Jesper Harder <harder@ifa.au.dk>
10707
10708 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10709 gnus-uu-invert-processable.
10710
10711 * gnus.el: Autoload gnus-uu-invert-processable.
10712
107132004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10714
10715 * mm-util.el (mm-with-multibyte-buffer): New macro.
10716
10717 * rfc2047.el (rfc2047-encode-string): Use it.
10718 (rfc2047-encode-region): Move point to the end of the region after
10719 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10720
107212004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10722
10723 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10724 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10725
107262004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10727
10728 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10729 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10730 Karl Chen <quarl@nospam.quarl.org>.
10731
107322004-06-23 Jesper Harder <harder@ifa.au.dk>
10733
10734 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10735 invalid addresses.
10736
107372004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10738
10739 * spam.el: Change section markers, revise TODO list.
10740 (spam-backends): Make new master list of all installed backends.
10741 (spam-summary-exit-behavior): Add new variable to determine how
10742 messages moves are done at summary exit.
10743 (spam-move-spam-nonspam-groups-only)
10744 (spam-process-ham-in-nonham-groups)
10745 (spam-process-ham-in-spam-groups): Remove variables, the
10746 spam-summary-exit-behavior variable should be used to manage this
10747 behavior.
10748 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10749 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10750 and spam-old-spam-articles.
10751 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10752 Add empty variables, placeholders for the backends they represent.
10753 (spam-set-difference): Move, unchanged.
10754 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10755 unless the user has a processor variable.
10756 (spam-classifications, spam-classification-valid-p)
10757 (spam-backend-properties, spam-backend-property-valid-p)
10758 (spam-backend-function-type-valid-p)
10759 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10760 (spam-report-articles-gmane, spam-report-articles-resend):
10761 Remove functions, they are not needed.
10762 (spam-install-backend-super, spam-backend-list)
10763 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10764 (spam-backend-function, spam-backend-ham-registration-function)
10765 (spam-backend-spam-registration-function)
10766 (spam-backend-ham-unregistration-function)
10767 (spam-backend-spam-unregistration-function)
10768 (spam-backend-statistical-p, spam-backend-mover-p)
10769 (spam-install-backend-alias, spam-install-checkonly-backend)
10770 (spam-install-mover-backend, spam-install-nocheck-backend)
10771 (spam-install-backend, spam-install-statistical-backend)
10772 (spam-install-statistical-checkonly-backend): Add backend installation
10773 support.
10774 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10775 (spam-group-processor-p): Use the new backend code and respect the
10776 summary exit behavior.
10777 (spam-mark-spam-as-expired-and-move-routine): Remove.
10778 (spam-summary-prepare): Change to use the new spam-old-articles
10779 variable.
10780 (spam-copy-or-move-routine, spam-copy-spam-routine)
10781 (spam-move-spam-routine, spam-copy-ham-routine)
10782 (spam-move-ham-routine): Add code to copy/move ham or spam.
10783 (spam-fetch-field-fast): Improve doc and code, plus allow the
10784 'number request.
10785 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10786 variables.
10787 (spam-split, spam-find-spam): Use the new backend code.
10788 (spam-registration-functions): Remove variable.
10789 (spam-unregister-routine): Add convenience wrapper.
10790 (spam-log-undo-registration, spam-register-routine)
10791 (spam-log-processing-to-registry)
10792 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10793 where possible.
10794 (spam-check-gmane-xref, spam-check-regex-headers)
10795 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10796 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10797 (spam-check-bogofilter-headers, spam-check-spamoracle)
10798 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10799 (spam-check-crm114-headers): Use the spam-split-group that
10800 spam-split prepares, no need to determine it every time.
10801
10802 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10803 to the nnheader-parse-naked-head call.
10804
10805 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10806
10807 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10808 the nnheader-nov-read-message-id call.
10809
108102004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10811
10812 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10813 gnus-activate-group twice. Suggested by Markus Peter
10814 <warp@spin.de>.
10815
108162004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10817
10818 * gnus-art.el (gnus-article-time-format): Exchange the order of
10819 day and month in the default value; fix customization type.
10820 (article-date-ut): Use add-text-properties.
10821 (article-make-date-line): Use message-make-date instead of
10822 current-time-string.
10823
10824 * message.el (message-fetch-field): Don't use set-text-properties.
10825 (message-make-date): Simplify.
0f49874b 10826
01c52d31 108272004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10828
01c52d31
MB
10829 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10830 (rfc2047-encode-region): Treat text within parentheses as special;
10831 show the original text when error has occurred.
0f49874b 10832
01c52d31
MB
10833 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10834 already-computed method to gnus-activate-group.
0f49874b 10835
01c52d31
MB
10836 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10837 same select-methods identical Lisp objects.
0f49874b 10838
01c52d31
MB
10839 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10840 object when modifying the info.
0f49874b 10841
01c52d31 108422004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10843
01c52d31
MB
10844 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10845 gnus-opened-servers since it has never been opened with the new
10846 configuration yet.
0f49874b 10847
01c52d31 108482004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10849
01c52d31
MB
10850 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10851 arg to nnheader-generate-fake-message-id.
0f49874b 10852
01c52d31 108532004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 10854
01c52d31
MB
10855 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10856 number and build a fake message ID localized to a group and
10857 article number (so it's repeatable from that point on).
cc4a96c6 10858 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 10859 ID format.
ca0a6900 10860
01c52d31
MB
10861 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10862 nnheader-generate-fake-message-id with the article number.
ca0a6900 10863
01c52d31 108642004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 10865
01c52d31
MB
10866 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10867 end-of-buffer.
a21fb88e 10868
01c52d31 108692004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 10870
01c52d31 10871 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 10872
01c52d31 108732004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 10874
01c52d31
MB
10875 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10876 goto-char.
10877 (rfc2047-encode): Fold the line before encoding.
bfe5418b 10878
01c52d31 108792004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 10880
01c52d31
MB
10881 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10882 folding -- not all headers can be folded, and this should be done
10883 by the message composition mode. Probably. I think.
d4755e04 10884
01c52d31 108852004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 10886
01c52d31
MB
10887 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10888 fast.
95f75c75 10889
01c52d31
MB
10890 * gnus-ems.el (gnus-remove-image): Don't use
10891 message-text-with-property; remove only the image found first.
4a43ee9b 10892
01c52d31 108932004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 10894
01c52d31 10895 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 10896
01c52d31 108972004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10898
01c52d31
MB
10899 * message.el (message-text-with-property): Make it fast and accept
10900 optional arguments.
10901 (message-strip-forbidden-properties): Use it.
10902 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 10903
01c52d31 10904 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 10905
01c52d31 109062004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10907
01c52d31
MB
10908 * gnus-art.el (article-hide-headers): Don't change the buffer
10909 mistakenly when performing mml-preview even if
10910 gnus-single-article-buffer is nil.
4a43ee9b 10911
01c52d31 109122004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 10913
01c52d31
MB
10914 * message.el (message-expand-name-databases): New user option.
10915 (message-expand-name): Use it.
4a43ee9b 10916
01c52d31 109172004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 10918
01c52d31
MB
10919 * spam.el (spam-report-articles-resend)
10920 (spam-report-resend-register-routine): Allow ham reporting.
10921 (spam-report-resend-register-ham-routine): Add wrapper.
10922 (spam-registration-functions): Add ham resending functions.
10923 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 10924
01c52d31
MB
10925 * gnus.el (ham-resend-to): Add new group parameter.
10926 (spam-process): Add ham resend option.
4a43ee9b 10927
01c52d31
MB
10928 * spam-report.el (spam-report-resend): Allow reporting ham.
10929 (spam-report-resend-ham): Add wrapper.
4a43ee9b 10930
01c52d31 109312004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 10932
01c52d31
MB
10933 * message.el (message-cite-articles-with-x-no-archive): New
10934 variable.
10935 (message-cite-original): Use it.
4a43ee9b 10936
01c52d31 109372004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 10938
01c52d31 10939 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 10940
01c52d31 109412004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 10942
01c52d31
MB
10943 * gnus-art.el (article-hide-headers): Refer to the values for
10944 gnus-ignored-headers and gnus-visible-headers in the summary
10945 buffer since a user may have set them as group parameters.
cfcd5c91 10946
01c52d31 109472004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 10948
01c52d31
MB
10949 * assistant.el (assistant-node-name): Add convenience function.
10950 (assistant-render-text, assistant-render-node): Add error handling,
10951 plus handle multiple next nodes.
10952 (assistant-find-next-node): Comment out for now.
10953 (assistant-find-next-nodes): Add function, returns list of next
10954 nodes.
10955
109562004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10957
10958 * mail-source.el (mail-source-directory): Fix doc-string.
10959
109602004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10961
10962 * assistant.el (assistant-render-text, assistant-eval): Add :set
10963 widget type, which is different because it takes and returns a
10964 list. Much hilarity ensues.
10965
109662004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10967
10968 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10969
10970 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10971 doc-string.
10972
10973 * gnus-start.el (gnus-activate-group): Added doc-string.
10974
109752004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10976
10977 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10978
109792004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10980
10981 * assistant.el (assistant-render-text): Try to add a :set
10982 widget, more to come.
10983
10984 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10985 strings.
10986 (spam-report-articles-resend)
10987 (spam-register-routine): Do registration iff any articles warrant
10988 it.
10989 (spam-summary-prepare-exit): Change log message for nil group
10990 destinations.
10991
109922004-05-27 Daniel Pittman <daniel@rimspace.net>
10993
10994 * spam.el (spam-report-resend-register-routine): Allow
10995 spam-report-resend-to to be a group parameter or a global value.
10996
109972004-05-26 Simon Josefsson <jas@extundo.com>
10998
10999 * starttls.el: Merge with my GNUTLS based starttls.el.
11000 (starttls-gnutls-program, starttls-use-gnutls)
11001 (starttls-extra-arguments, starttls-process-connection-type)
11002 (starttls-connect, starttls-failure, starttls-success): New
11003 variables.
11004 (starttls-program, starttls-extra-args): Doc fix.
11005 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11006 functions.
11007 (starttls-negotiate, starttls-open-stream): Check
11008 `starttls-use-gnutls' and pass on to corresponding *-gnutls
11009 function if it is set.
11010
110112004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11012
11013 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11014 structured fields.
11015
110162004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11017
11018 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11019
110202004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
11021
11022 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11023 variable.
11024 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
11025 assigning the spam-mark to new messages.
11026
880820fe 110272004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31
MB
11028
11029 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11030
110312004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11032
11033 * rfc2047.el (rfc2047-encodable-p): Don't move point.
11034 (rfc2047-decode): Treat the ascii coding-system as raw-text by
11035 default.
11036
110372004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
11038
002876ab 11039 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
11040 correct data.
11041
110422004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
11043
11044 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11045 (spam-group-processor-p): Fix function.
11046 (spam-group-processor-multiple-p)
11047 (spam-group-spam-processor-report-gmane-p)
11048 (spam-group-spam-processor-report-resend-p)
11049 (spam-group-spam-processor-bogofilter-p)
11050 (spam-group-spam-processor-blacklist-p)
11051 (spam-group-spam-processor-ifile-p)
11052 (spam-group-ham-processor-ifile-p)
11053 (spam-group-spam-processor-spamoracle-p)
11054 (spam-group-spam-processor-crm114-p)
11055 (spam-group-ham-processor-bogofilter-p)
11056 (spam-group-spam-processor-stat-p)
11057 (spam-group-ham-processor-stat-p)
11058 (spam-group-ham-processor-whitelist-p)
11059 (spam-group-ham-processor-BBDB-p)
11060 (spam-group-ham-processor-spamoracle-p)
11061 (spam-group-ham-processor-copy-p): Remove functions with some
11062 prejudice against unneeded code.
11063 (spam-report-articles-resend)
11064 (spam-report-resend-register-routine): Allow the group/topic
11065 spam-resend-to value to override spam-report-resend-to.
11066 (spam-summary-prepare-exit): Invoke spam-group-processor-p
11067 properly now.
11068
11069 * gnus.el (spam-resend-to): Add group/topic parameter.
11070 (spam-process): Move the OBSOLETE processors to the end of the
11071 choices.
11072
110732004-05-24 Daniel Pittman <daniel@rimspace.net>
11074
11075 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11076 with resend-to set to nil, and then ask the user if necessary.
11077 (spam-report-resend): spam-report-resend takes a list of articles, not
11078 separate article numbers.
11079
110802004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11081
11082 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11083 addition to emacs-w3m.
11084
110852004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11086
11087 * assistant.el (assistant-authinfo-data): New function.
11088 (assistant-eval): Eval for entire assistant.
11089
11090 * netrc.el (netrc-services-file): New variable.
11091 (netrc-parse-services): New function.
11092 (netrc-find-service-name): New function.
11093 (netrc-find-service-number): New function.
11094 (netrc-port-equal): New function.
11095 (netrc-machine): Use it.
11096
11097 * nnimap.el (nnimap-open-connection): Use netrc.
11098
11099 * gnus-util.el (gnus-netrc-get): Remove aliases.
11100
11101 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11102
11103 * assistant.el (wid-edit): Fix compilation.
11104
11105 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11106
111072004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
11108
11109 * gnus-util.el (gnus-set-file-modes): New function. (small
11110 patch).
11111
111122004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 11113
01c52d31 11114 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 11115
01c52d31
MB
11116 * assistant.el (assistant-render-node): Fix up rendering and
11117 read-only text.
11118 (assistant-render-node): Reset.
11119 (assistant-make-read-only): Not sticky.
cfcd5c91 11120
01c52d31 111212004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 11122
01c52d31
MB
11123 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11124 centered even when gnus-auto-center-summary is t
cfcd5c91 11125
01c52d31 111262004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 11127
01c52d31
MB
11128 * dns.el (dns-get-txt-answer): New function.
11129 (dns-read-txt): Ditto.
11130 (query-dns): Use it.
cfcd5c91 11131
01c52d31 111322004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 11133
01c52d31
MB
11134 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11135 active for foreign groups even if the group level is higher than
11136 the specified value.
cfcd5c91 11137
01c52d31 111382004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 11139
01c52d31
MB
11140 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11141 non-active groups.
9ad41fb7 11142
01c52d31 11143 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 11144
01c52d31 111452004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 11146
01c52d31 11147 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 11148
01c52d31 111492004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 11150
01c52d31
MB
11151 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11152 (spam-crm114-header, spam-crm114-spam-switch)
11153 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11154 (spam-crm114-positive-spam-header)
11155 (spam-crm114-database-directory, spam-list-of-processors)
11156 (spam-group-spam-processor-crm114-p)
11157 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11158 (spam-generic-score, spam-list-of-checks)
11159 (spam-list-of-statistical-checks, spam-registration-functions)
11160 (spam-check-crm114-headers, spam-crm114-score)
11161 (spam-check-crm114, spam-crm114-register-with-crm114)
11162 (spam-crm114-register-spam-routine)
11163 (spam-crm114-unregister-spam-routine)
11164 (spam-crm114-register-ham-routine)
11165 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 11166 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 11167
01c52d31 11168 * gnus.el: Add spam-use-crm114.
d0859c9a 11169
01c52d31
MB
11170 * spam.el (spam-list-of-processors, spam-registration-functions):
11171 Add spam-use-resend.
11172 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11173 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
11174 (spam-report-articles-resend, spam-report-resend-register-routine):
11175 Add wrappers around spam-report-resend-to.
d0859c9a 11176
01c52d31
MB
11177 * spam-report.el (spam-report-resend-to, spam-report-resend):
11178 Add support for resending spam.
11179 (spam-report-gmane): Fix line length >80.
d0859c9a 11180
01c52d31 11181 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 11182
01c52d31 111832004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 11184
01c52d31
MB
11185 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11186 number of processed spam messages.
11187 (spam-ham-copy-or-move-routine): Return the number of processed
11188 ham messages.
11189 (spam-summary-prepare-exit): Use the above values to decide
11190 whether status messages shouled be displayed.
d0859c9a 11191
01c52d31 111922004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 11193
01c52d31
MB
11194 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11195 `rfc2047-encoding-function-alist' in order to avoid conflicting
11196 with the old version.
11197 (rfc2047-encode-region): Concatenate words containing non-ASCII
11198 characters in structured fields; don't encode space-delimited
11199 ASCII words even in unstructured fields; don't break words at
11200 char-category boundaries.
11201 (rfc2047-encode-1): New function.
11202 (rfc2047-encode): Use it; encode text so that it occupies the
11203 maximum width within 76-column; work correctly on Q encoding for
11204 iso-2022-* charsets.
11205 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11206 sure not to break a line just after the header name.
11207 (rfc2047-b-encode-region): Removed.
11208 (rfc2047-b-encode-string): New function.
11209 (rfc2047-q-encode-region): Removed.
11210 (rfc2047-q-encode-string): New function.
d0859c9a 11211
01c52d31 11212 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 11213
01c52d31 112142004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 11215
01c52d31
MB
11216 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11217 get it right.
11218 (gnus-inews-make-draft): Really.
d0859c9a 11219
01c52d31 112202004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 11221
01c52d31
MB
11222 * nnmh.el (nnmh-request-list-1): Don't check the link count
11223 before descending. (small patch)
d0859c9a 11224
01c52d31 112252004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 11226
01c52d31
MB
11227 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11228 stuff.
6441d280 11229
01c52d31
MB
11230 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11231 on real group name.
6441d280 11232
01c52d31 11233 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 11234
01c52d31 11235 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 11236
01c52d31 112372004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 11238
01c52d31
MB
11239 * gnus-draft.el (gnus-draft-send): Bind
11240 rfc2047-encode-encoded-words.
8654e13a 11241
01c52d31
MB
11242 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11243 (rfc2047-encodable-p): Say that =? needs encoding.
11244 (rfc2047-encode-encoded-words): New variable.
8654e13a 11245
01c52d31 11246 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 11247
01c52d31 11248 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 11249
01c52d31
MB
11250 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11251 to nil.
31640842 11252
01c52d31 11253 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 11254
01c52d31 11255 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 11256
01c52d31 112572004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 11258
01c52d31
MB
11259 * gnus-msg.el (gnus-summary-followup-with-original): Document
11260 yanking of region when active.
61b397cd 11261
01c52d31 112622004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 11263
01c52d31
MB
11264 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11265 groups if the group level is higher than the specified value.
31640842 11266
01c52d31 112672004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 11268
01c52d31
MB
11269 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11270 (gnus-group-jump-to-group): Added prefix argument using
11271 `gnus-group-jump-to-group-prompt'. Query before jumping to
11272 non-active group.
cd01ded9 11273
01c52d31
MB
11274 * compface.el (uncompface): Be verbose when changing
11275 `uncompface-use-external'.
850c333d 11276
01c52d31
MB
11277 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11278 handle manual section.
850c333d 11279
01c52d31 112802004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 11281
01c52d31 11282 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 11283
01c52d31 112842004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 11285
01c52d31 11286 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 11287
01c52d31 112882004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 11289
01c52d31
MB
11290 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11291 whether backend can accept message.
6a748eda 11292
01c52d31 11293 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 11294
01c52d31 112952004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 11296
01c52d31
MB
11297 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11298 Avoid creating directory when nntp-marks-is-evil is true.
11299 Reported by Reiner Steib.
9a89f5b0 11300
01c52d31 113012004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 11302
01c52d31
MB
11303 * gnus-picon.el (gnus-picon-style): New variable.
11304 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11305 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11306 Jesper Harder <harder@ifa.au.dk>.
91472578 11307
01c52d31 113082004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11309
01c52d31
MB
11310 * message.el (message-fill-field): Return point.
11311 (message-generate-headers): Go to end of field.
91472578 11312
01c52d31
MB
11313 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11314 stuff for non-living groups.
91472578 11315
01c52d31 113162004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 11317
01c52d31
MB
11318 * gnus-art.el (gnus-article-followup-with-original)
11319 (gnus-article-reply-with-original): gnus-mark-active-p ->
11320 gnus-region-active-p.
91472578 11321
01c52d31 113222004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 11323
01c52d31
MB
11324 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11325 only when there is spam or ham to be processed.
91472578 11326
01c52d31 113272004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11328
01c52d31
MB
11329 * mail-source.el (mail-source-delete-crash-box): Refactor.
11330 (mail-source-fetch): Use it.
11331 (mail-source-fetch-file): Ditto.
11332 (mail-source-fetch-directory): Run postscript in loop.
11333 (mail-source-fetch-pop): Delete.
11334 (mail-source-fetch-maildir): Ditto.
11335 (mail-source-fetch-imap): Ditto.
91472578 11336
01c52d31 11337 * imap.el (imap-authenticators): Comment out sasl.
91472578 11338
01c52d31
MB
11339 * message.el (message-skip-to-next-address): New function.
11340 (message-fill-header-address): Refactor.
11341 (message-fill-address): Use it.
11342 (message-delete-address): Use it.
11343 (message-fill-header-general): Refactor.
11344 (message-fill-field-address): Rename.
11345 (message-narrow-to-field): Find the start of the header.
11346 (message-header-format-alist): Don't pre-fill.
11347 (message-fill-header): Removed.
11348 (message-insert-header): New function.
11349 (message-shorten-references): Use it.
91472578 11350
01c52d31 11351 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 11352
01c52d31 11353 * mail-parse.el (mail-header-make-address): New alias.
91472578 11354
01c52d31 11355 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 11356
01c52d31 11357 * imap.el: Add compiler directives.
91472578 11358
01c52d31 11359 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 11360
01c52d31
MB
11361 * gnus-art.el (article-decode-idna-rhs): Don't use
11362 message-idna-inside-rhs-p.
91472578 11363
01c52d31 113642004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11365
01c52d31
MB
11366 * message.el (message-idna-inside-rhs-p): Removed.
11367 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 11368
01c52d31
MB
11369 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11370 false positives.
1b155fbd 11371
ce058493 113722004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 11373
01c52d31 11374 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 11375
01c52d31 113762004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11377
ce058493 11378 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 11379 files.
91472578 11380
01c52d31
MB
11381 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11382 (gnus-inews-do-gcc): Remove sleep.
498063ec 11383
01c52d31
MB
11384 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11385 part under point.
498063ec 11386
01c52d31
MB
11387 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11388 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 11389
01c52d31 113902004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11391
01c52d31 11392 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 11393
01c52d31 113942004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11395
01c52d31
MB
11396 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11397 as expired without moving it" message when there are spam
11398 messages left.
498063ec 11399
01c52d31 114002004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 11401
002876ab 11402 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 11403 header is not nil.
707f2b38 11404
01c52d31 114052004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 11406
01c52d31
MB
11407 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11408 nntp-possibly-create-directory, not nntp-possibly-change-group.
11409 (nntp-marks-changed-p): New arg SERVER.
11410 (nntp-request-update-info): Adjust caller.
10ace8ea 11411
01c52d31 114122004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 11413
01c52d31 11414 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 11415
01c52d31 114162004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 11417
01c52d31
MB
11418 * nntp.el: Support marks.
11419 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11420 (nntp-marks-modtime, nntp-marks-directory): New variables.
11421 (nntp-request-set-mark, nntp-request-update-info)
11422 (nntp-possibly-create-directory, nntp-marks-changed-p)
11423 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11424 functions.
10ace8ea 11425
01c52d31 114262004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 11427
01c52d31
MB
11428 * gnus-score.el (gnus-score-insert-help): Use
11429 gnus-select-lowest-window.
10ace8ea 11430
01c52d31
MB
11431 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11432 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 11433
01c52d31 11434 * gnus.el: do.
10ace8ea 11435
01c52d31 114362004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 11437
01c52d31
MB
11438 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11439 encodings of MIME-encoded words, in order to improve
11440 interoperability with several broken MUAs.
10ace8ea 11441
01c52d31 114422004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 11443
01c52d31
MB
11444 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11445 tags, only when charsets are not specified in headers.
11446 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 11447
01c52d31 114482004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 11449
01c52d31
MB
11450 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11451 instead of MIME-decoded from fields when checking
11452 `gnus-article-address-banner-alist'.
0302b80e 11453
01c52d31 114542004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 11455
01c52d31
MB
11456 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11457 description rather than subject.
fa9a04e1 11458
01c52d31 114592004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11460
01c52d31 11461 * gnus.el (gnus-version-number): Bump.
fa9a04e1 11462
01c52d31 114632004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 11464
01c52d31 11465 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 11466
01c52d31 114672004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11468
01c52d31
MB
11469 * gnus-agent.el (gnus-agent-read-agentview): Inline
11470 gnus-uncompress-range.
fa9a04e1 11471
01c52d31 114722004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11473
01c52d31
MB
11474 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11475 `exec-installed-p'.
fa9a04e1 11476
01c52d31 114772004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11478
01c52d31
MB
11479 * gnus.el (spam-process, spam-autodetect-methods): Add
11480 bsfilter and bsfilter-headers.
fa9a04e1 11481
01c52d31
MB
11482 * spam.el (spam-bsfilter): New customize group.
11483 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11484 (spam-bsfilter-header, spam-bsfilter-probability-header)
11485 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11486 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11487 (spam-bsfilter-database-directory): New options.
11488 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11489 (spam-list-of-statistical-checks, spam-registration-functions):
11490 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11491 (spam-bsfilter-score): New command.
11492 (spam-check-bsfilter-headers, spam-check-bsfilter)
11493 (spam-bsfilter-register-with-bsfilter)
11494 (spam-bsfilter-register-spam-routine)
11495 (spam-bsfilter-unregister-spam-routine)
11496 (spam-bsfilter-register-ham-routine)
11497 (spam-bsfilter-unregister-ham-routine): New functions.
11498 (spam-generic-score): Support bsfilter; Accept an optional argument
11499 to recalcurate spam score even if scoring header has already been
11500 added.
11501 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11502 optional argument to recalcurate spam score even if scoring header
11503 has already been added.
bf68d4e6 11504
01c52d31 115052004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 11506
01c52d31
MB
11507 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11508 strings! Reported by David D. Smith <davidsmith@acm.org>.
11509 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11510 link is missing.
f66ce3b9 11511
01c52d31 115122004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 11513
01c52d31
MB
11514 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11515 (html2text-get-attr): Rewrite.
14f56b66 11516
01c52d31
MB
11517 * message.el (message-setup-1): Remove redundant put-text-property
11518 on mail-header-separator.
14f56b66 11519
01c52d31 115202004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 11521
01c52d31
MB
11522 * gnus-registry.el (gnus-registry-cache-whitespace)
11523 (gnus-registry-action, gnus-registry-spool-action)
11524 (gnus-registry-split-fancy-with-parent): Change message levels
11525 from 5 to 3 or 7, as needed.
ec3c4a4c 11526
01c52d31
MB
11527 * spam.el (spam-summary-prepare-exit)
11528 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11529 (spam-split, spam-find-spam, spam-log-undo-registration)
11530 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11531 level from 5 to 6.
5f5475ac 11532
01c52d31 115332004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 11534
01c52d31
MB
11535 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11536 2004-03-04 change).
5f5475ac 11537
01c52d31 115382004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 11539
c9e31f32
SM
11540 * sieve-manage.el (sieve-manage-open):
11541 * nnweb.el (nnweb-insert-html):
01c52d31 11542 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
11543 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11544 * nnspool.el (nnspool-request-group):
01c52d31 11545 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 11546 * nnml.el (nnml-request-update-info):
01c52d31 11547 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 11548 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 11549 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
11550 (nnimap-request-set-mark):
11551 * nnfolder.el (nnfolder-request-update-info):
01c52d31 11552 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
11553 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11554 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 11555 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 11556 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
11557 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11558 * gnus-nocem.el (gnus-nocem-scan-groups):
11559 * gnus-int.el (gnus-start-news-server):
01c52d31 11560 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
11561 (gnus-group-browse-foreign-server):
11562 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11563 Use mapc when appropriate.
270a576a 11564
01c52d31 115652004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11566
01c52d31 11567 FIXME: Make separate entries for each person.
270a576a 11568
01c52d31 11569 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 11570 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 11571 <shields@msrl.com>:
270a576a 11572
01c52d31
MB
11573 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11574 may need for spam sorting and scoring.
11575 (spam-user-format-function-S): Add user format function suitable for
11576 general use.
11577 (spam-article-sort-by-spam-status): Add sorting function for summary
11578 sorting.
11579 (spam-extra-header-to-number): Add function to get a score from a
11580 header.
11581 (spam-summary-score): Add function to get a numeric score from the
11582 headers.
c9e31f32 11583 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
11584 (spam-initialize): Take symbols when it's run, and install the
11585 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 11586
01c52d31 115872004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11588
01c52d31 11589 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 11590 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 11591
01c52d31 115922004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 11593
01c52d31
MB
11594 * gnus-sum.el (gnus-set-global-variables)
11595 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11596 (gnus-article-get-xrefs, gnus-summary-best-group)
11597 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11598 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
11599 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11600 Use with-current-buffer.
270a576a 11601
01c52d31 116022004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11603
01c52d31
MB
11604 * spam.el (spam-summary-prepare-exit): Simplify logic.
11605 (spam-fetch-article-header): Read the article header if it's not
11606 available.
11607 (spam-list-articles): Simplify logic.
11608 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 11609
01c52d31 11610 * gnus-registry.el: Fix comments at beginning.
270a576a 11611
01c52d31 116122004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 11613
01c52d31
MB
11614 * message.el (message-cater-to-broken-inn): Remove.
11615 (message-shorten-references): Make sure the total folded length of
11616 References is shorter than 998 characters to cater to a bug in INN
11617 2.3. Also, don't pretend that references aren't folded -- this
11618 hasn't worked for a while.
d31fa104 11619
01c52d31 116202004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11621
01c52d31
MB
11622 * gnus-agent.el (gnus-agentize):
11623 gnus-agent-send-mail-real-function no longer set to current value
11624 of message-send-mail-function but rather a lambda that calls
11625 message-send-mail-function. The change makes the agent real-time
11626 responsive to user changes to message-send-mail-function.
9b981cb6 11627
01c52d31 116282004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11629
01c52d31
MB
11630 * legacy-gnus-agent.el
11631 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11632 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 11633
01c52d31 116342004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 11635
01c52d31 11636 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 11637
01c52d31 116382004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 11639
01c52d31
MB
11640 * nnmail.el (nnmail-cache-insert): Always check whether
11641 nnmail-cache-ignore-groups matches a group name.
f429956a 11642
01c52d31 116432004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 11644
01c52d31
MB
11645 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11646 (spam-find-spam, spam-log-processing-to-registry)
11647 (spam-log-registered-p, spam-log-unregistration-needed-p)
11648 (spam-log-undo-registration): Use gnus-message instead of
11649 gnus-error, none of these errors are fatal.
5c243ee4 11650
01c52d31
MB
11651 * gnus-registry.el (gnus-registry-clean-empty-function)
11652 (gnus-registry-clean-empty): Remove only empty entries without
11653 extra data.
aba1948a 11654
01c52d31 116552004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 11656
01c52d31
MB
11657 * spam-stat.el (spam-stat-buffer-change-to-spam)
11658 (spam-stat-buffer-change-to-non-spam): Change (error) to
11659 (gnus-message 8) invocation.
aba1948a 11660
01c52d31 116612004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11662
01c52d31
MB
11663 * nntp.el (nntp-via-netcat-command): New variable.
11664 (nntp-via-netcat-switches): New variable.
11665 (nntp-open-via-rlogin-and-netcat): New function.
11666 (nntp-open-connection-function): Doc fix.
11667 (nntp-telnet-command): Doc fix.
11668 (nntp-end-of-line): Doc fix.
11669 (nntp-via-rlogin-command): Doc fix.
11670 (nntp-via-user-name): Doc fix.
11671 (nntp-via-address): Doc fix.
aba1948a 11672
01c52d31 116732004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11674
01c52d31
MB
11675 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11676 error in Emacs 21.1.
ddff82cf 11677
01c52d31 116782004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 11679
01c52d31 11680 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 11681
01c52d31 116822004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 11683
01c52d31
MB
11684 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11685 (gnus-agent-with-refreshed-group): New macro.
11686 (gnus-agent-rename-group): New function.
11687 (gnus-agent-delete-group): New function.
11688 (gnus-agent-save-group-info): Use gnus-command-method when
11689 `method' parameter is nil. Don't write nil entries into the
11690 active file.
11691 (gnus-agent-get-group-info): New function.
11692 (gnus-agent-fetch-articles): Use
11693 gnus-agent-update-files-total-fetched-for to increment disk space
11694 used.
11695 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11696 gnus-agent-update-view-total-fetched-for to increment disk space
11697 used.
11698 (gnus-agent-get-local): Added optional parameters to avoid calling
11699 gnus-group-real-name and gnus-find-method-for-group.
11700 (gnus-agent-set-local): Delete stored entry if either min, or max,
11701 are nil.
11702 (gnus-agent-fetch-session): Reworded error/quit messages. On
11703 quit, use gnus-agent-regenerate-group to record existance of any
11704 articles fetched to disk before the quit occurred.
11705 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11706 gnus-agent-update-view-total-fetched-for, and
11707 gnus-agent-update-files-total-fetched-for to decrement disk space
11708 used.
11709 (gnus-agent-retrieve-headers): Use
11710 gnus-agent-update-view-total-fetched-for to increment disk space
11711 used.
11712 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11713 with gnus-agent-update-files-total-fetched-for to decrement disk
11714 space and fresh group buffer.
11715 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11716 (gnus-agent-need-update-total-fetched-for): New variable.
11717 (gnus-agent-update-files-total-fetched-for): New function.
11718 (gnus-agent-update-view-total-fetched-for): New function.
11719 (gnus-agent-total-fetched-for): New function.
11720
11721 * gnus-cache.el (gnus-cache-save-buffers): Use
11722 gnus-cache-update-overview-total-fetched-for to change disk space
11723 used by this group.
11724 (gnus-cache-possibly-enter-article): Use
11725 gnus-cache-update-file-total-fetched-for to increment disk space
11726 used by this group.
11727 (gnus-cache-possibly-remove-article): Use
11728 gnus-cache-update-file-total-fetched-for to decrement disk space
11729 used by this group.
11730 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11731 (gnus-cache-rename-group): New function.
11732 (gnus-cache-delete-group): New function.
11733 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11734 (gnus-cache-need-update-total-fetched-for): New variable.
11735 (gnus-cache-with-refreshed-group): New macro.
11736 (gnus-cache-update-file-total-fetched-for): New function.
11737 (gnus-cache-update-overview-total-fetched-for): New function.
11738 (gnus-cache-rename-group-total-fetched-for): New function.
11739 (gnus-cache-delete-group-total-fetched-for): New function.
11740 (gnus-cache-total-fetched-for): New function.
112d84ef 11741
01c52d31
MB
11742 * gnus-group.el: Require gnus-sum and autoload functions to
11743 resolve warnings when gnus-group.el compiled alone.
11744 (gnus-group-line-format): Documented new %F
11745 (size of Fetched data) group line format; identifies disk space
11746 used by agent and cache.
11747 (gnus-group-line-format-alist): Defined new F format.
11748 (gnus-total-fetched-for): New function.
11749 (gnus-group-delete-group): No longer update
11750 gnus-cache-active-altered as gnus-request-delete-group now keeps
11751 the cache in sync.
11752 (gnus-group-list-active): Let the agent store a server's active
11753 list if currently plugged.
2f7717f6 11754
c9e31f32
SM
11755 * gnus-int.el (gnus-request-delete-group):
11756 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 11757 local disk in sync with the server.
c9e31f32
SM
11758 (gnus-request-rename-group):
11759 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 11760 local disk in sync with the server.
2f7717f6 11761
c9e31f32
SM
11762 * gnus-start.el (gnus-get-unread-articles):
11763 Cosmetic simplification to logic.
c44edf72 11764
01c52d31 11765 * gnus-util.el (gnus-rename-file): New function.
c44edf72 11766
01c52d31 117672004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 11768
01c52d31 11769 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 11770
01c52d31 117712004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11772
01c52d31
MB
11773 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11774 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 11775
01c52d31 117762004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11777
01c52d31
MB
11778 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11779 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 11780
01c52d31 117812004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11782
01c52d31 11783 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 11784
01c52d31 117852004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11786
01c52d31
MB
11787 * spam.el (spam-set-difference): Add function to replace
11788 gnus-set-difference in spam.el.
11789 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 11790
01c52d31 117912004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11792
01c52d31
MB
11793 * gnus-registry.el (gnus-registry-cache-file): Update to use
11794 gnus-dribble-directory OR gnus-home-directory OR ~.
11795 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 11796
01c52d31 117972004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 11798
01c52d31
MB
11799 * message.el (message-exchange-point-and-mark): Use
11800 message-mark-active-p. Suggested by Jesper Harder
11801 <harder@ifa.au.dk>.
45893b95 11802
01c52d31 118032004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 11804
01c52d31
MB
11805 * message.el (message-exchange-point-and-mark): Don't activate
11806 region if it was inactive. Suggested by Hiroshi Fujishima
11807 <pooh@nature.tsukuba.ac.jp>.
734c5765 11808
01c52d31 118092004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 11810
01c52d31
MB
11811 * gnus-art.el (article-display-face): Display Faces in the same
11812 order as X-Faces.
734c5765 11813
01c52d31 118142004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11815
01c52d31 11816 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 11817
01c52d31 118182004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11819
01c52d31
MB
11820 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11821 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11822 (gnus-article-mime-hierarchy): Remove.
11823 (gnus-article-mime-hierarchy-next): Remove.
11824 (gnus-article-mode): Revert 2004-03-19 change.
11825 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11826 (gnus-insert-mime-button): Revert 2004-03-19 change.
11827 (gnus-mime-accumulate-hierarchy): Remove.
11828 (gnus-mime-enter-multipart): Remove.
149cd465 11829 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
11830 (gnus-mime-display-part): Revert 2004-03-19 change.
11831 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 11832
01c52d31 11833 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 11834
01c52d31 118352004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 11836
01c52d31 11837 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 11838
01c52d31 118392004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11840
01c52d31
MB
11841 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11842 t while entering a file name using the mm-with-multibyte macro.
11843 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 11844
01c52d31 11845 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 11846
01c52d31 118472004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11848
01c52d31
MB
11849 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11850 user option.
11851 (gnus-mime-multipart-functions): Doc and customization fix.
11852 (gnus-article-mime-hierarchy): New variable.
11853 (gnus-article-mime-hierarchy-next): New variable.
11854 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11855 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11856 gnus-article-mime-hierarchy-next to nil.
11857 (gnus-insert-mime-button): Show hierarchy numbers.
11858 (gnus-mime-accumulate-hierarchy): New function.
11859 (gnus-mime-enter-multipart): New function.
11860 (gnus-mime-leave-multipart): New function.
11861 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11862 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 11863
01c52d31
MB
11864 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11865 gnus-article-mime-hierarchy-next to nil.
ad136a7c 11866
01c52d31 118672004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 11868
01c52d31 11869 * dns.el: Don't require gnus-xmas.
ad136a7c 11870
01c52d31 118712004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 11872
01c52d31
MB
11873 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11874 inline PGP.
11875 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 11876
01c52d31 118772004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11878
01c52d31
MB
11879 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11880 when the group's active is not available.
ad136a7c 11881
01c52d31 118822004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11883
01c52d31
MB
11884 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11885 error.
ad136a7c 11886
01c52d31 118872004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 11888
01c52d31
MB
11889 * imap.el (imap-store-password): New variable.
11890 (imap-interactive-login): Use it.
11891 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 11892
01c52d31 118932004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11894
01c52d31
MB
11895 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11896 window-start and hscroll to summary window.
ad136a7c 11897
01c52d31 118982004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 11899
01c52d31
MB
11900 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11901 conversion message to newsrc-dribble when an actual conversion is
11902 performed.
ad136a7c 11903
01c52d31 119042004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 11905
01c52d31 11906 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 11907
01c52d31 119082004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11909
01c52d31
MB
11910 * mm-decode.el (mm-complicated-handles): New function reviving
11911 former definition of mm-multiple-handles.
49561cf6 11912
01c52d31
MB
11913 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11914 (gnus-mime-delete-part): Use it.
49561cf6 11915
01c52d31 119162004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 11917
01c52d31
MB
11918 * gnus-agent.el (gnus-agent-read-local): Bind
11919 nnheader-file-coding-system to gnus-agent-file-coding-system to
11920 avoid the implicit assumption that they will always be equal.
11921 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11922 coding-system-for-write, as the with-temp-file macro first prints
11923 to a buffer then saves the buffer.
87589a70 11924
01c52d31 119252004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 11926
01c52d31
MB
11927 * gnus-art.el (gnus-article-edit-part): New function.
11928 (gnus-mime-save-part-and-strip): Use it; do query instead of
11929 signaling an error; don't use mm-multiple-handles.
11930 (gnus-mime-delete-part): Ditto.
c825ac9d 11931
01c52d31 119322004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 11933
01c52d31
MB
11934 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11935 old file versions.
11936 (gnus-group-prepare-hook): Removed function that converted list
11937 form of gnus-agent-expire-days to group properties.
ae465fa7 11938
01c52d31
MB
11939 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11940 (gnus-request-accept-article): Re-indented.
5f49be3f 11941
01c52d31
MB
11942 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11943 converters to handle old agent file formats. Added logic for a
11944 "backup before upgrading warning".
11945 (gnus-convert-mark-converter-prompt): Developers can mark
11946 functions as needing (default), or not needing,
11947 gnus-convert-old-newsrc's "backup before upgrading warning".
11948 (gnus-convert-converter-needs-prompt): Tests whether the user
11949 should be protected from potentially irreversable changes by the
11950 function.
5f49be3f 11951
002876ab 11952 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 11953 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 11954
01c52d31 119552004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 11956
01c52d31 11957 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 11958
01c52d31 11959 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 11960
01c52d31 119612004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 11962
01c52d31 11963 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 11964
01c52d31 11965 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 11966
01c52d31 11967 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 11968
01c52d31 119692004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 11970
01c52d31
MB
11971 * gnus-sum.el (gnus-widget-reversible-match)
11972 (gnus-widget-reversible-to-internal)
11973 (gnus-widget-reversible-to-external): New functions.
11974 (gnus-widget-reversible): New widget.
11975 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 11976
01c52d31 119772004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 11978
01c52d31
MB
11979 * gnus-sum.el (gnus-thread-sort-functions)
11980 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 11981
01c52d31 119822004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 11983
01c52d31
MB
11984 * spam.el (spam-use-gmane-xref): Add new backend.
11985 (spam-gmane-xref-spam-group): Add variable to control the name of the
11986 Gmane spam group.
11987 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11988 (spam-regex-headers-spam, spam-regex-headers-ham)
11989 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11990 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11991 backends and checks.
11992 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 11993
01c52d31
MB
11994 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11995 an autodetect method.
e2642250 11996
01c52d31 119972004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 11998
01c52d31
MB
11999 * gnus-int.el (gnus-request-accept-article): Inform the agent that
12000 articles are being added to a group.
12001 (gnus-request-replace-article): Inform the agent that articles
12002 need to be uncached as the cached contents are no longer valid.
e2642250 12003
01c52d31 120042004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 12005
01c52d31 12006 * binhex.el: Don't autoload executable-find.
e2642250 12007
01c52d31 12008 * canlock.el: Don't autoload mail-fetch-field.
e2642250 12009
01c52d31 12010 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 12011
01c52d31
MB
12012 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12013 rmail-dont-reply-to and rmail-output.
e2642250 12014
01c52d31 12015 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 12016
01c52d31 12017 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 12018
01c52d31
MB
12019 * imap.el: Don't autoload base64-decode-string,
12020 base64-encode-string and md5.
e2642250 12021
01c52d31
MB
12022 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12023 and rmail-msg-restore-non-pruned-header.
e2642250 12024
01c52d31 12025 * mm-decode.el: Don't autoload executable-find.
e2642250 12026
01c52d31 12027 * mm-url.el: Don't autoload executable-find.
e2642250 12028
01c52d31 12029 * mm-view.el: Don't autoload diff-mode.
e2642250 12030
01c52d31
MB
12031 * nndb.el: Don't autoload news-reply-mode, news-setup,
12032 cancel-timer and telnet.
e2642250 12033
01c52d31 12034 * password.el: Don't autoload run-at-time for Emacs.
e2642250 12035
01c52d31 12036 * sha1-el.el: Don't autoload executable-find.
e2642250 12037
01c52d31 12038 * sieve-mode.el: Don't autoload c-mode.
e2642250 12039
01c52d31 12040 * uudecode.el: Don't autoload executable-find.
e2642250 12041
01c52d31 120422004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 12043
01c52d31
MB
12044 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12045 (gnus-agent-possibly-alter-active): Avoid null in numeric
12046 comparison.
12047 (gnus-agent-set-local): Refuse to save null in local object table.
12048 (gnus-agent-regenerate-group): The REREAD parameter can now be a
12049 list of articles that will be marked as unread.
e2642250 12050
01c52d31 120512004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 12052
01c52d31 12053 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 12054
01c52d31 120552004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 12056
01c52d31
MB
12057 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12058 language tags.
ba0226dd 12059
01c52d31 120602004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 12061
01c52d31
MB
12062 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12063 Don't bind "obarray".
5153a47a 12064
01c52d31
MB
12065 * gnus-sum.el (gnus-thread-sort-functions): Added
12066 `gnus-thread-sort-by-most-recent-number' and
12067 `gnus-thread-sort-by-most-recent-date'.
12068 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 12069
01c52d31 120702004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 12071
01c52d31 12072 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 12073
01c52d31 120742004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 12075
01c52d31
MB
12076 * gnus-cus.el (gnus-agent-customize-category): Removed
12077 ignore-errors macro reference that required cl to be loaded at
12078 run-time.
5153a47a 12079
01c52d31
MB
12080 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12081 single-interval range of the form (min . max). Previously the
12082 range had to look like ((min . max)). Likewise, return
12083 (min . max) rather than ((min . max)).
12084 (gnus-range-map): Use gnus-range-normalize to accept
12085 single-interval range.
5153a47a 12086
01c52d31
MB
12087 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12088 the cache, but not the agent, now appear with their usual face.
5153a47a 12089
01c52d31 120902004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 12091
01c52d31
MB
12092 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12093 w3m-safe-url-regexp variable buffer-local.
86713405 12094
01c52d31 12095 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 12096
01c52d31 120972004-02-27 Simon Josefsson <jas@extundo.com>
86713405 12098
01c52d31
MB
12099 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12100 gnus-group-real-prefix.
12101 (gnus-summary-move-article): Use it, instead of
12102 gnus-group-real-prefix.
86713405 12103
01c52d31 121042004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 12105
01c52d31
MB
12106 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12107 w3m-safe-url-regexp variable buffer-local and set it as the value
12108 of mm-w3m-safe-url-regexp.
d5ddd795 12109
01c52d31 12110 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 12111
01c52d31
MB
12112 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12113 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 12114
01c52d31
MB
12115 * nnrss.el (nnrss-opml-export): Use
12116 mm-set-buffer-file-coding-system instead of
12117 set-buffer-file-coding-system.
54506618 12118
01c52d31 121192004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 12120
01c52d31
MB
12121 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12122 of checkdoc.el).
12123 * nnrss.el: do.
12124 * gnus-mlspl.el: do.
12125 * gnus-ml.el: do.
12126 * gnus-srvr.el: do.
54506618 12127
01c52d31 12128 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 12129
01c52d31 121302004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 12131
01c52d31
MB
12132 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12133 Corrections to custom-manual links.
54506618 12134
01c52d31 12135 * gnus-art.el (gnus-article): Ditto.
54506618 12136
01c52d31 12137 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 12138
01c52d31 121392004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 12140
01c52d31 12141 * flow-fill.el: Typo.
54506618 12142
01c52d31 121432004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 12144
01c52d31 12145 * spam-wash.el: New file.
54506618 12146
01c52d31 121472004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 12148
01c52d31 12149 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 12150
01c52d31 121512004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 12152
01c52d31
MB
12153 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12154 to be run with new-articles as LIST1, not LIST2.
12155 (spam-registration-functions): Add spam-use-ham-copy as a nil
12156 registration backend.
54506618 12157
01c52d31 121582004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 12159
01c52d31
MB
12160 * spam-stat.el (spam-stat-washing-hook): New option.
12161 (spam-stat-buffer-words): Use it.
12162 (spam-stat-process-directory, spam-stat-test-directory): Use
12163 insert-file-contents-literally.
12164 (spam-stat-coding-system): New variable.
12165 (spam-stat-load, spam-stat-save): Use it.
54506618 12166
01c52d31 121672004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12168
01c52d31
MB
12169 * spam-report.el (spam-report-plug-agent): Quote
12170 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 12171
01c52d31 121722004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12173
01c52d31
MB
12174 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12175 / in mailto URLs.
54506618 12176
01c52d31 121772004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12178
01c52d31
MB
12179 * spam-report.el (spam-report-process-queue): Fix interactive use.
12180 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12181 (spam-report-unplug-agent): Doc fixes.
12182 (spam-report-url-ping-mm-url, spam-report-url-to-file)
12183 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 12184
01c52d31 121852004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12186
01c52d31
MB
12187 * message.el (message-setup-fill-variables): Add mml tags to
12188 paragraph-start and paragraph-separate. Suggested by Andrew Korty
12189 <ajk@iu.edu>.
12190 (message-mode): Don't modify paragraph-separate there.
54506618 12191
01c52d31 121922004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12193
01c52d31
MB
12194 * compface.el (uncompface-use-external): Default to undecided.
12195 (uncompface-use-external-threshold): New variable.
12196 (uncompface-float-time): New macro.
12197 (uncompface): Determine whether to use the external decoder if
12198 uncompface-use-external is undecided.
54506618 12199
01c52d31 122002004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 12201
01c52d31
MB
12202 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12203 after images.
54506618 12204
01c52d31 12205 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 12206
01c52d31 122072004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 12208
01c52d31 12209 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 12210
002876ab 12211 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 12212
01c52d31
MB
12213 * gnus-sum.el (gnus-summary-limit-to-age)
12214 (gnus-summary-limit-children): do.
54506618 12215
01c52d31 12216 * gnus-int.el (gnus-request-scan): do.
54506618 12217
01c52d31 12218 * gnus-group.el (gnus-group-suspend): do.
54506618 12219
01c52d31 12220 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 12221
01c52d31 12222 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 12223
01c52d31
MB
12224 * gnus-agent.el (gnus-summary-set-agent-mark)
12225 (gnus-agent-regenerate-group): do.
54506618 12226
01c52d31 12227 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 12228
01c52d31 12229 * binhex.el (binhex-decode-region-internal): do.
54506618 12230
01c52d31 122312004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12232
01c52d31
MB
12233 * gnus-fun.el (gnus-face-properties-alist): New user option.
12234 (gnus-display-x-face-in-from): Use it.
54506618 12235
01c52d31 12236 * gnus-art.el (article-display-face): Ditto.
54506618 12237
01c52d31 12238 * compface.el (uncompface-use-external): Default to nil.
54506618 12239
01c52d31 122402004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 12241
01c52d31
MB
12242 * nntp.el (nntp-erase-buffer): New function.
12243 (nntp-retrieve-data, nntp-send-command)
12244 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12245 (nntp-possibly-change-group): Use it.
54506618 12246
01c52d31
MB
12247 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12248 with-current-buffer.
54506618 12249
01c52d31 122502004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 12251
01c52d31
MB
12252 * compface.el: Merge the ELisp-based uncompface program.
12253 (compface): New customization group.
12254 (uncompface-use-external): New user option.
12255 (uncompface): Call uncompface-internal if uncompface-use-external
12256 is nil.
12257 (uncompface-internal): New function. Note that there are also
12258 some other functions and variables added for this function.
54506618 12259
01c52d31 122602004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 12261
01c52d31
MB
12262 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12263 if necessary.
54506618 12264
01c52d31 122652004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 12266
01c52d31
MB
12267 * spam-report.el (spam-report-unplug-agent)
12268 (spam-report-plug-agent, spam-report-deagentize)
12269 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12270 Add support for the Agent in spam-report: when unplugged, report to a
12271 file; when plugged, submit all the requests.
54506618 12272
01c52d31
MB
12273 * spam.el (spam-register-routine): Fix message about
12274 registration.
54506618 12275
01c52d31 122762004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 12277
01c52d31
MB
12278 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12279 dependencies.
12280 (rfc2047-encode): Use it.
54506618 12281
01c52d31
MB
12282 * gnus-art.el (gnus-button-marker-list): Move before first
12283 reference.
54506618 12284
01c52d31
MB
12285 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12286 (imap-parse-body): Fix format string mismatch.
54506618 12287
01c52d31 12288 * gnus-score.el (gnus-summary-increase-score): do.
54506618 12289
01c52d31 12290 * nnrss.el (nnrss-close): New function.
54506618 12291
01c52d31 122922004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 12293
01c52d31
MB
12294 * nnrss.el (nnrss-make-filename): New function.
12295 (nnrss-request-delete-group, nnrss-read-server-data)
12296 (nnrss-save-server-data, nnrss-read-group-data)
12297 (nnrss-save-group-data): Use it.
12298 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12299 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12300 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 12301
01c52d31 123022004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 12303
01c52d31 12304 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 12305
01c52d31 123062004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 12307
01c52d31
MB
12308 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12309 files.
54506618 12310
01c52d31
MB
12311 * message.el (message-generate-headers-first): Don't quote nil
12312 and t in docstrings.
54506618 12313
01c52d31 12314 * imap.el (imap-id): do.
54506618 12315
01c52d31
MB
12316 * gnus-agent.el (gnus-agent-consider-all-articles)
12317 (gnus-agent-queue-mail): do.
54506618 12318
01c52d31 123192004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12320
01c52d31
MB
12321 * spam-report.el (spam-report-process-queue): New function.
12322 Process requests from `spam-report-requests-file'.
12323 (spam-report-process-queue): Doc fix.
54506618 12324
01c52d31 123252004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 12326
01c52d31
MB
12327 * spam.el (spam-register-routine)
12328 (spam-log-processing-to-registry, spam-log-registered-p)
12329 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12330 Change "check" to "spam-check" for semi-clarity.
531e5812 12331
01c52d31 123322004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 12333
01c52d31 12334 * pop3.el: Require nnheader.
531e5812 12335
01c52d31 12336 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 12337
01c52d31 12338 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 12339
01c52d31 12340 * gnus-picon.el: Require cl.
531e5812 12341
01c52d31 12342 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 12343
01c52d31 12344 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 12345
01c52d31 12346 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 12347
01c52d31
MB
12348 * gnus-art.el (gnus-article-edit-mode): Define before first
12349 reference.
531e5812 12350
01c52d31 123512004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 12352
01c52d31
MB
12353 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12354 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 12355
01c52d31 12356 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 12357
01c52d31 12358 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 12359
01c52d31 12360 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 12361
01c52d31 12362 * gnus-art.el (article-date-ut): do.
69075cdd 12363
01c52d31
MB
12364 * message.el (message-fetch-field): Remove redundant
12365 case-fold-search binding.
12366 (message-narrow-to-field): Simplify.
69075cdd 12367
01c52d31 123682004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 12369
01c52d31 12370 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 12371
01c52d31
MB
12372 * spam-report.el (spam-report-url-to-file)
12373 (spam-report-requests-file): New function and variable for offline
12374 reporting.
12375 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12376 and user defined function.
12377 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 12378
01c52d31 123792004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 12380
01c52d31 12381 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 12382
01c52d31 123832004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 12384
01c52d31
MB
12385 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12386 format string mismatch.
ebbeed62 12387
01c52d31 12388 * sieve.el (sieve-deactivate-all): do.
8903a9c8 12389
01c52d31 12390 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 12391
01c52d31 12392 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 12393
01c52d31 12394 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 12395
01c52d31 12396 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 12397
01c52d31 123982004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 12399
01c52d31
MB
12400 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12401 the list of checks.
e62e7654 12402
01c52d31 124032004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 12404
01c52d31
MB
12405 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12406 padding.
e62e7654 12407
01c52d31 124082004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 12409
01c52d31
MB
12410 * mm-view.el (mm-fill-flowed): New variable.
12411 (mm-inline-text): Use it.
eb6a2b61 12412
01c52d31 124132004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 12414
01c52d31
MB
12415 * spam.el (spam-spamassassin-register-ham-routine)
12416 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 12417
01c52d31 124182004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 12419
01c52d31
MB
12420 * gnus.el (gnus-tmp-grouplens): Remove.
12421 (gnus-summary-line-format): Remove grouplens.
f0096211 12422
01c52d31 12423 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 12424
01c52d31
MB
12425 * gnus-spec.el (gnus-format-specs): Ditto.
12426 (gnus-update-format-specifications): Flush the group format spec
12427 cache if there's the grouplens stuff.
12428 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 12429
01c52d31 124302004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 12431
01c52d31
MB
12432 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12433 omission.
14e20e13 12434
01c52d31 124352004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 12436
01c52d31
MB
12437 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12438 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 12439
01c52d31 124402004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12441
149cd465
JB
12442 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12443 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
12444 New macros and functions.
12445 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12446 Handle > NLINK_MAX messages.
12447 * nnmaildir.el (nnmaildir-request-set-mark): Use
12448 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 12449
01c52d31 124502004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 12451
01c52d31
MB
12452 * spam-stat.el (spam-stat-process-directory-age): New option.
12453 (spam-stat-process-directory): Use it.
c1d7d285 12454
01c52d31 124552004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 12456
01c52d31
MB
12457 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12458 (spam-stat-save): Accept prefix argument.
c1d7d285 12459
01c52d31 124602004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12461
01c52d31
MB
12462 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12463 links" error.
c1d7d285 12464
01c52d31 124652004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 12466
01c52d31
MB
12467 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12468 compatibility with old .newsrc.eld files.
10b43d7c 12469
01c52d31 12470 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 12471
01c52d31 12472 * gnus-start.el (gnus-1): do.
f4dd4ae8 12473
01c52d31 12474 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 12475
01c52d31 12476 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 12477
01c52d31 12478 * gnus-gl.el: Remove.
f4dd4ae8 12479
01c52d31 124802004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12481
01c52d31
MB
12482 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12483 marks consisting of a single range {for example, (3 . 5)} rather
12484 than a list of a single range { ((3 . 5)) }.
49561cf6 12485
01c52d31 124862004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12487
01c52d31
MB
12488 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12489 with-current-buffer.
12490 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12491 avoid consing a string.
f4dd4ae8 12492
01c52d31
MB
12493 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12494 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 12495
01c52d31 124962004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 12497
01c52d31
MB
12498 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12499 uncompressed list.
f4dd4ae8 12500
01c52d31 125012004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12502
01c52d31
MB
12503 * spam-stat.el (spam-stat-strip-xref): New function.
12504 (spam-stat-process-directory): Use it.
f4dd4ae8 12505
01c52d31
MB
12506 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12507 here -- it's done in message-fetch-field.
f4dd4ae8 12508
01c52d31 125092004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12510
149cd465
JB
12511 * gnus-agent.el (gnus-agent-queue-mail)
12512 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
12513 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12514 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12515 "nndraft:queue" along to gnus-draft-send. Use
12516 gnus-agent-prompt-send-queue.
12517 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12518 is "nndraft:queue". Suggested by Gaute Strokkenes
12519 <gs234@srcf.ucam.org>
f4dd4ae8 12520
01c52d31
MB
12521 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12522 (agent-enable-undownloaded-faces): Added
12523 (gnus-agent-cat-groups): Use eval-and-compile, not
12524 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12525 method of gnus-agent-cat-groups even when the buffer has been
12526 evaled.
3042deef 12527 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 12528 delete gnus-agent-save-active-1.
002876ab 12529 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
12530 gnus-agent-save-active.
12531 (gnus-agent-write-active): No longer adjust agent's copy of active
12532 file as agent's adjustments are now stored in their own
002876ab 12533 file. Removed optional parameter.
01c52d31
MB
12534 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12535 servers. Add use of min/max range limits from server's local
12536 file.
12537 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
12538 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12539 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 12540 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 12541 limits for articles known to the agent. Provides a fast mechanism
01c52d31 12542 for altering many active ranges.
3042deef 12543 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
12544 active file (local makes it unnecessary).
12545 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12546
12547 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12548 (agent-enable-undownloaded-faces): Added
12549
12550 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12551 disable it when sending to "nndraft:queue".
12552 (gnus-group-send-queue): Add safety check to avoid sending queue
12553 when unplugged.
f4dd4ae8 12554
01c52d31
MB
12555 * gnus-group.el (gnus-group-catchup): Use new
12556 gnus-sequence-of-unread-articles, not
12557 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12558 numbers of articles. Use gnus-range-map to avoid having to
12559 uncompress the unread list.
149cd465
JB
12560 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12561 Fixed invalid ange-ftp reference.
9b5773bc 12562
01c52d31
MB
12563 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12564 (gnus-sorted-range-intersection): Intersection of two ranges
12565 without requiring that they first be uncompressed.
9b5773bc 12566
01c52d31
MB
12567 * gnus-start.el (gnus-activate-group): Unless blocked by the
12568 caller, possibly expand the active range to include both cached
12569 and agentized articles.
12570 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12571 multiple version-dependent converters.
12572 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12573 gnus-agent-save-active.
12574 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 12575
01c52d31
MB
12576 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12577 gnus-agent-possibly-alter-active.
12578 (gnus-adjust-marked-articles): Faster handling of simple lists
12579
125802004-01-21 Jesper Harder <harder@ifa.au.dk>
12581
12582 * spam-stat.el (spam-stat-test-directory): New optional argument
12583 displays a list of files detected. Suggested by Andrew Cohen
12584 <cohen@andy.bu.edu>.
12585 (spam-stat-buffer-words-with-scores): Don't narrow and change
12586 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12587
296fa7b4 125882004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
12589
12590 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12591 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12592 (spam-spamassassin-arguments)
12593 (spam-spamassassin-spam-flag-header)
12594 (spam-spamassassin-positive-spam-flag-header)
12595 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12596 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12597 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12598 (spam-list-of-processors, spam-list-of-checks)
12599 (spam-list-of-statistical-checks, spam-registration-functions)
12600 (spam-check-spamassassin-headers, spam-check-spamassassin)
12601 (spam-spamassassin-score)
12602 (spam-spamassassin-register-with-sa-learn)
12603 (spam-spamassassin-register-spam-routine)
12604 (spam-spamassassin-register-ham-routine)
12605 (spam-assassin-register-spam-routine)
002876ab
JB
12606 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12607 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
12608
126092004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12610
12611 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12612 default scoring function.
12613 (spam-generic-score): Call spam-spamassassin-score if
12614 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12615 spam-bogofilter-score otherwise.
12616
12617 * gnus.el (spam-process, spam-autodetect-methods): Add
12618 spamassassin and spamassassin-headers.
12619
126202004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12621
12622 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12623 Suppress unnecessary messages.
12624
126252004-01-20 Jesper Harder <harder@ifa.au.dk>
12626
12627 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12628 make-hash-table.
46cdaf24 12629
01c52d31 126302004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12631
01c52d31 12632 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 12633
01c52d31 126342004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12635
01c52d31
MB
12636 * run-at-time.el: Remove useless (require 'itimer),
12637 eval-and-compile and (featurep 'xemacs).
a08b59c9 12638
01c52d31 126392004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12640
01c52d31
MB
12641 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12642 GROUP is a virtual group.
a08b59c9 12643
01c52d31 126442004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 12645
01c52d31 12646 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 12647
01c52d31 126482004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12649
01c52d31 12650 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 12651
01c52d31 12652 * pgg-def.el: do.
a08b59c9 12653
01c52d31 12654 * nnmail.el: do.
a08b59c9 12655
01c52d31 12656 * gnus-undo.el: do.
a08b59c9 12657
01c52d31 12658 * gnus-picon.el: do.
a08b59c9 12659
01c52d31 12660 * gnus-util.el: do.
a08b59c9 12661
01c52d31 126622004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 12663
01c52d31 12664 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 12665
01c52d31 126662004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12667
01c52d31
MB
12668 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12669 handle, as well as a list.
a08b59c9 12670
01c52d31
MB
12671 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12672 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12673 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 12674
01c52d31 126752004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 12676
01c52d31
MB
12677 * message.el (message-kill-to-signature): Allow prefix arg to
12678 specify number of lines to keep before signature.
a08b59c9 12679
01c52d31
MB
126802004-01-14 Kai Grossjohann <kai@emptydomain.de>
12681
12682 (message-kill-to-signature): Change docstring.
a08b59c9 12683
01c52d31 126842004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12685
01c52d31
MB
12686 * canlock.el: Always require sha1-el.
12687 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 12688
01c52d31 12689 * message.el: Autoload sha1 only when compiling.
a08b59c9 12690
01c52d31 126912004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12692
01c52d31 12693 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 12694
01c52d31 126952004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12696
01c52d31 12697 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 12698
01c52d31 126992004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 12700
01c52d31
MB
12701 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12702 Invoke gnus-score-mode. Reported by
880820fe 12703 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 12704
01c52d31
MB
12705 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12706 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 12707
01c52d31 127082004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 12709
01c52d31 12710 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 12711
01c52d31 127122004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 12713
01c52d31
MB
12714 * spam.el (spam-get-article-as-string): Update to use
12715 gnus-request-article-this-buffer, much simpler.
12716 (spam-get-article-as-buffer): Remove.
6e7fb80c 12717
01c52d31 127182004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 12719
296fa7b4 12720 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 12721
01c52d31 127222004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 12723
01c52d31
MB
12724 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12725 character for the encoding to avoid consing a string.
7cb0aa56 12726
01c52d31
MB
12727 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12728 unnecessarily.
7cb0aa56 12729
01c52d31 12730 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 12731
01c52d31
MB
12732 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12733 of mm-replace-chars-in-string.
e79f14a4 12734
01c52d31 127352004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12736
c9e31f32 12737 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 12738
01c52d31 12739 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 12740
01c52d31
MB
12741 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12742 a new string in every iteration. Use shy groups.
e79f14a4 12743
01c52d31 127442004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12745
c9e31f32
SM
12746 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12747 * gnus-soup.el (gnus-soup-group-brew):
12748 * gnus-msg.el (gnus-put-message):
12749 * gnus-move.el (gnus-group-move-group-to-server):
12750 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
12751 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12752 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12753 (gnus-group-update-group, gnus-group-read-group)
12754 (gnus-group-make-group, gnus-group-make-help-group)
12755 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12756 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12757 (gnus-group-sort-by-unread, gnus-group-catchup)
12758 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12759 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
12760 (gnus-group-list-groups):
12761 * gnus.el (gnus-generate-new-group-name):
12762 * gnus-delay.el (gnus-delay-send-queue):
12763 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 12764 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 12765 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 12766 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
12767 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12768 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12769 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
12770 (gnus-group-make-articles-read):
12771 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12772 (gnus-group-change-level, gnus-kill-newsgroup)
12773 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12774 (gnus-get-unread-articles, gnus-make-articles-unread)
12775 (gnus-make-ascending-articles-unread): Use accessor
12776 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12777 to get group information for improved readability.
12778
1270d7ca 12779
01c52d31 127802004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12781
01c52d31
MB
12782 * gnus-art.el (article-decode-mime-words, article-babel)
12783 (gnus-article-highlight-signature, gnus-article-add-buttons)
12784 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 12785
01c52d31
MB
12786 * gnus-art.el (gnus-article-highlight-headers)
12787 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 12788
01c52d31
MB
12789 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12790 (gnus-article-set-globals, gnus-request-article-this-buffer)
12791 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12792 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12793 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 12794
01c52d31 127952004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12796
01c52d31
MB
12797 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12798 also under 80 char limit, and call gnus-error if needed.
12799 (spam-fetch-article-header): Fix - it was a
12800 buffer-local variable (gnus-newsgroup-data).
12801 (spam-find-spam): Use spam-generate-fake-headers, forget about
12802 spam-insert-fake-headers.
12803 (spam-insert-fake-headers): Remove.
1270d7ca 12804
01c52d31 128052004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12806
01c52d31
MB
12807 * deuglify.el (gnus-article-outlook-unwrap-lines)
12808 (gnus-outlook-rearrange-article)
12809 (gnus-outlook-repair-attribution-outlook)
12810 (gnus-outlook-repair-attribution-block)
12811 (gnus-outlook-repair-attribution-other): Remove redundant
12812 save-excursion.
1270d7ca 12813
01c52d31 128142004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12815
01c52d31
MB
12816 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12817 (spam-fetch-field-subject-fast)
12818 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12819 (spam-fetch-article-header): Add functions to deal with Gnus
12820 internals for fast retrieval of article header data.
12821 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 12822
01c52d31 128232004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12824
01c52d31
MB
12825 * pop3.el (pop3-md5): Remove.
12826 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 12827
01c52d31 12828 * mm-bodies.el: base64 is always built-in.
1270d7ca 12829
01c52d31
MB
12830 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12831 with-current-buffer.
1270d7ca 12832
23f87bed 128332004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12834
23f87bed
MB
12835 * canlock.el (canlock-insert-header): Remove excessive grouping in
12836 regexp.
1270d7ca 12837
01c52d31
MB
12838 * gnus-sum.el (gnus-summary-read-document): Ditto.
12839
12840 * gnus-uu.el (gnus-uu-part-number): Ditto.
12841
12842 * html2text.el (html2text-remove-tags): Ditto.
12843 (html2text-format-tags): Ditto.
12844 (html2text-format-single-elements): Ditto.
12845
12846 * mml.el (mml-parse-1): Ditto.
12847
128482004-01-08 Jesper Harder <harder@ifa.au.dk>
12849
12850 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12851
12852 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12853
12854 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12855
12856 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12857
128582003-11-15 Simon Josefsson <jas@extundo.com>
12859
12860 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12861 (pgg-gpg-lookup-key): Use regexp match instead of
12862 split-string (split-string is different between emacs 21.2 and
12863 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12864
128652004-01-08 Jesper Harder <harder@ifa.au.dk>
12866
12867 * gnus-art.el (gnus-mime-view-all-parts)
12868 (gnus-article-part-wrapper, gnus-article-view-part): Use
12869 with-current-buffer.
12870
128712004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12872
12873 * spam.el (spam-disable-spam-split-during-ham-respool)
12874 (spam-spamoracle-database, spam-cache-lookups)
12875 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12876 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12877 (spam-group-ham-marks, spam-group-spam-marks)
12878 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12879 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12880 also add spam-use-blackholes to the statistical checks.
12881 (spam-fetch-field-fast): Add interface to fetching fields, may
12882 become a macro.
12883 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12884 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12885 (spam-insert-fake-headers): Fake an article when needed.
12886 (spam-find-spam): Fake article when possible.
12887 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12888 (spam-check-bogofilter-headers): Use message-fetch-field instead
12889 of nnmail-fetch-field.
12890
128912004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12892
12893 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12894
128952004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12896
12897 * spam.el (spam-split): Do not require spam-use-CHECK to be
12898 enabled if that check is passed to spam-split explicitly; also
12899 fix so 'spam doesn't get converted to spam-split-group when
12900 spam-split-symbolic-return is t.
12901 (spam-find-spam): Find registrations of the article and use those
12902 instead of re-running spam-split to find the spam/ham
12903 classification of the article.
12904 (spam-log-processing-to-registry, spam-log-registered-p)
12905 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12906 Use gnus-error instead of gnus-message.
12907 (spam-log-registration-type): Add function to determine the
12908 classification of a message based on registry entries; will
12909 return nil if both 'spam and 'ham are found.
12910 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12911 a reasonably fast local cache without the loading errors.
12912 (spam-cache-lookups): Set to t by default.
12913 (spam-find-spam): Don't try to guess spam-cache-lookups.
12914 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12915 spam-caches entry.
12916 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12917 caching of whitelist/blacklist entries.
12918 (spam-check-whitelist, spam-check-blacklist): Invoke
12919 spam-from-listed-p with a type, not a cache variable.
12920 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12921
129222004-01-07 Jesper Harder <harder@ifa.au.dk>
12923
12924 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12925
12926 * nnmail.el (nnmail-split-fancy): do.
12927
12928 * mml.el (mml-parse): do.
12929
12930 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12931 (gnus-score-adaptive): do.
12932
23f87bed 129332004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12934
01c52d31
MB
12935 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12936 (gnus-mime-button-map): Don't set keymap parent.
12937 (gnus-button-ctan-directory-regexp): Use shy grouping.
12938 (gnus-prev-page-map): Don't set keymap parent.
12939 (gnus-prev-page-map): Remove duplicated one.
12940 (gnus-next-page-map): Don't set keymap parent.
12941 (gnus-mime-security-button-map): Ditto.
12942
12943 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12944 version number.
12945
23f87bed 12946 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 12947
23f87bed 129482004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12949
23f87bed
MB
12950 * canlock.el (canlock-sha1-function): Remove.
12951 (canlock-sha1-function-for-verify): Remove.
12952 (canlock-openssl-program): Remove.
12953 (canlock-openssl-args): Remove.
12954 (canlock-ignore-errors): Remove.
12955 (canlock-sha1-with-openssl): Remove.
12956 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12957 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 12958
23f87bed
MB
12959 * sha1-el.el (sha1-string-external): Make it can return a string
12960 in binary form.
12961 (sha1-region-external): Ditto.
12962 (sha1-string-internal): Ditto.
12963 (sha1-region-internal): Ditto.
12964 (sha1-region): Ditto.
12965 (sha1-string): Ditto.
12966 (sha1): Ditto.
1270d7ca 12967
01c52d31 129682004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 12969
01c52d31 12970 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 12971
01c52d31 129722004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12973
01c52d31 12974 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 12975
01c52d31
MB
12976 * run-at-time.el (run-at-time-saved): Remove.
12977 (run-at-time): Doc fix.
1270d7ca 12978
01c52d31 129792004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12980
01c52d31
MB
12981 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12982 (gnus-summary-limit-map): Add it.
12983 (gnus-summary-make-menu-bar): do.
1270d7ca 12984
01c52d31 129852004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12986
01c52d31
MB
12987 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12988 Make attempt at some caching support (done for BBDB only now).
12989 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12990 addresses to be checked.
12991 (spam-clear-cache-BBDB): Add function, to be invoked by
12992 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12993 (spam-check-BBDB): Check and use the caches, if
12994 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 12995
01c52d31 129962004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 12997
01c52d31 12998 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 12999
01c52d31 130002004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 13001
01c52d31
MB
13002 * run-at-time.el (run-at-time-saved): Move to after the definition
13003 of `run-at-time'.
1270d7ca 13004
01c52d31 130052004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13006
01c52d31
MB
13007 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13008 mm-w3m-local-map-property.
1270d7ca 13009
01c52d31
MB
13010 * mm-view.el (mm-w3m-mode-map): Remove.
13011 (mm-w3m-local-map-property): Remove.
13012 (mm-inline-text-html-render-with-w3m): Don't use
13013 mm-w3m-local-map-property.
1270d7ca 13014
01c52d31 130152004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13016
01c52d31 13017 * run-at-time.el: New file.
1270d7ca 13018
01c52d31
MB
13019 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13020 of gnus-set-text-properties.
1270d7ca 13021
01c52d31 13022 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 13023
01c52d31 13024 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 13025
01c52d31 13026 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 13027
01c52d31
MB
13028 * gnus-art.el (gnus-button-push): Use set-text-properties instead
13029 of gnus-.
1b155fbd 13030
01c52d31
MB
13031 * gnus.el: Changed calls to nnheader-run-at-time and
13032 password-run-at-time throughout to use run-at-time directly.
1b155fbd 13033
01c52d31 13034 * password.el: Removed definition of run-at-time.
1b155fbd 13035
880820fe 130362004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 13037
01c52d31
MB
13038 * mml.el (mml-minibuffer-read-disposition): Show attachment type
13039 in prompt.
1b155fbd 13040
01c52d31 130412004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 13042
01c52d31
MB
13043 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13044 XEmacs version.
1270d7ca 13045
01c52d31
MB
13046 * dns.el (dns-make-network-process): Use `open-network-stream'
13047 instead of `gnus-xmas-open-network-stream'.
1270d7ca 13048
01c52d31 13049 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 13050
01c52d31 130512004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13052
01c52d31
MB
13053 * gnus-art.el (gnus-mime-display-alternative)
13054 (gnus-insert-mime-button, gnus-insert-mime-security-button)
13055 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13056 Don't use gnus-local-map-property.
1270d7ca 13057
01c52d31 13058 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 13059
01c52d31
MB
13060 * mm-view.el (mm-view-pkcs7-decrypt): Replace
13061 gnus-completing-read-maybe-default with completing-read.
1270d7ca 13062
01c52d31
MB
13063 * gnus-util.el (gnus-completing-read): do.
13064 (gnus-completing-read-maybe-default): Remove.
1270d7ca 13065
01c52d31 130662004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 13067
01c52d31
MB
13068 * password.el: Only autoload `run-at-time' if not XEmacs.
13069 Only autoload the itimer functions if XEmacs.
1270d7ca 13070
01c52d31 130712004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13072
01c52d31
MB
13073 * gnus-art.el (gnus-read-string): Remove.
13074 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13075 read-string.
1270d7ca 13076
01c52d31 130772004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 13078
01c52d31
MB
13079 * netrc.el: Autoload password-read.
13080 (netrc): Add configuration group.
13081 (netrc-encoding-method, netrc-openssl-path): Add
13082 variables for encoding and decoding of files with symmetric
13083 ciphers.
13084 (netrc-encode): Add assistant function to encode a file with
13085 netrc-encoding-method.
13086 (netrc-parse): Add interactive parameter, added optional
13087 decoding if netrc-encoding-method is non-nil but otherwise
13088 behavior is standard.
13089 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13090 Do s/encode/encrypt/ everywhere.
1270d7ca 13091
01c52d31 13092 * spam.el: Remove executable-find autoload.
1270d7ca 13093
01c52d31 130942004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13095
01c52d31 13096 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 13097
01c52d31 13098 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 13099
01c52d31 131002004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 13101
01c52d31 13102 * gnus-art.el (gnus-treat-ansi-sequences,
149cd465 13103 (article-treat-ansi-sequences): New variable and function.
01c52d31 13104 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 13105
01c52d31
MB
13106 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13107 Use it.
1270d7ca 13108
01c52d31 131092004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13110
01c52d31 13111 * mm-util.el (mm-quote-arg): Remove.
23f87bed 13112
01c52d31
MB
13113 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13114 shell-quote-argument.
1270d7ca 13115
01c52d31 13116 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 13117
01c52d31 13118 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 13119
01c52d31
MB
13120 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13121 with make-char.
1270d7ca 13122
01c52d31 13123 * mm-util.el (mm-make-char): Remove.
1270d7ca 13124
01c52d31
MB
13125 * mml.el (mml-mode): Replace gnus-add-minor-mode with
13126 add-minor-mode.
1270d7ca 13127
01c52d31 13128 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 13129
01c52d31 13130 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 13131
01c52d31 13132 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 13133
01c52d31 13134 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 13135
01c52d31 13136 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 13137
01c52d31 13138 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 13139
01c52d31 13140 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 13141
01c52d31 13142 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 13143
01c52d31 13144 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 13145
01c52d31 13146 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 13147
01c52d31
MB
13148 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13149 Replace gnus-char-width with char-width.
1270d7ca 13150
01c52d31 13151 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 13152
01c52d31
MB
13153 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13154 Replace gnus-char-width with char-width.
1270d7ca 13155
01c52d31 13156 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 13157
01c52d31
MB
13158 * spam-stat.el (with-syntax-table): Remove with-syntax-table
13159 definition.
13160 Remove Emacs 20 hash table compatibility code.
1270d7ca 13161
01c52d31
MB
13162 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13163 20 compatibility code.
1270d7ca 13164
01c52d31 13165 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 13166
01c52d31 13167 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 13168
01c52d31
MB
13169 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13170 with point-at-{eol,bol}.
1270d7ca 13171
01c52d31 13172 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 13173
01c52d31 13174 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 13175
149cd465
JB
13176 * flow-fill.el (fill-flowed-point-at-bol)
13177 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 13178
01c52d31
MB
13179 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13180 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 13181
01c52d31 131822004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13183
01c52d31
MB
13184 * ntlm.el (ntlm-string-as-unibyte): New macro.
13185 (ntlm-build-auth-response): Use it.
1270d7ca 13186
01c52d31
MB
13187 Remove Emacs 20 stuff:
13188 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13189 of delq and copy-sequence.
13190 * gnus-art.el (popup-menu): Remove the compiler macro.
13191 * nnmail.el (nnmail-split-fancy): Don't support customizing with
13192 Emacs 20.
1270d7ca 13193
01c52d31 131942004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 13195
01c52d31
MB
13196 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13197 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13198 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13199 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13200 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13201 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13202 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13203 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13204 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13205 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13206 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13207 string-xor into ntlm-string-xor. Suggested by
13208 Jesper Harder <harder@myrealbox.com>.
1270d7ca 13209
01c52d31 13210 * ntlm.el: Don't include poem.
1270d7ca 13211
01c52d31
MB
13212 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13213 Jesper Harder <harder@myrealbox.com>.
1270d7ca 13214
01c52d31 13215 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 13216
01c52d31
MB
13217 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13218 probably breaks emacs with DL patch, but do we care? Is anyone
13219 still using the DL stuff?)
1270d7ca 13220
01c52d31
MB
13221 * sieve-manage.el: Use the password package.
13222 (sieve-manage-read-passwd): Remove.
13223 (sieve-manage-interactive-login): Use password. Re-add
13224 condition-case around loop.
13225
13226 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13227 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13228 the password package.
13229
132302003-02-19 Simon Josefsson <jas@extundo.com>
13231
13232 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13233 token.
13234
132352002-08-07 Simon Josefsson <jas@extundo.com>
13236
13237 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13238 (sieve-manage-authenticators):
13239 (sieve-manage-authenticator-alist): Add some SASL mechs.
13240 (sieve-sasl-auth): New function.
13241 (sieve-manage-cram-md5-auth):
13242 (sieve-manage-plain-auth): Rewrite using SASL library.
13243 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13244 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13245 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13246 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13247
132482004-01-05 Simon Josefsson <jas@extundo.com>
13249
13250 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13251 New files.
13252
132532004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13254
13255 * gnus-group.el (gnus-no-groups-message): Update.
13256
13257 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13258
132592003-11-09 Simon Josefsson <jas@extundo.com>
13260
13261 * imap.el: Support for ID IMAP extension (RFC 2971).
13262 (imap-local-variables): Add imap-id.
13263 (imap-id): New variable.
13264 (imap-id): New function.
13265 (imap-parse-response): Parse untagged ID response.
13266 * nnimap.el (nnimap-id): New variable.
13267 (nnimap-open-connection): Use it.
13268
132692003-12-28 Simon Josefsson <jas@extundo.com>
13270
13271 * gnus-score.el (gnus-score-edit-all-score): New.
13272 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13273
132742004-01-04 Simon Josefsson <jas@extundo.com>
13275
13276 * password.el: Add.
13277
132782004-01-04 Mario Lang <lang@zid.tugraz.at>
13279
e3e955fe
MB
13280 * dns.el (dns-query-types): Fix typo.
13281 (dns-query-types): New function
13282 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
13283 PTR and SOA replies, see RFC 1035.
01c52d31
MB
13284
132852004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13286
13287 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13288
13289 * Moved to Changelog.2.
13290
132912004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13292
13293 * gnus.el (gnus-version-number): Bump version.
13294
132952004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13296
13297 * gnus.el: No Gnus v0.1 is released.
1270d7ca 13298
01c52d31 132992004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 13300
01c52d31 13301 * gnus.el: No Gnus v0.0 is released.
1270d7ca 13302
01c52d31 133032004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13304
01c52d31
MB
13305 * gnus.el (gnus-version-number): Bump.
13306 (gnus-version): No.
1270d7ca 13307
ef3b7aae 13308See ChangeLog.2 for earlier changes.
2a34a036 13309
ae940284 13310 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5b87ad55
GM
13311
13312 This file is part of GNU Emacs.
13313
5e809f55 13314 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 13315 it under the terms of the GNU General Public License as published by
5e809f55
GM
13316 the Free Software Foundation, either version 3 of the License, or
13317 (at your option) any later version.
5b87ad55
GM
13318
13319 GNU Emacs is distributed in the hope that it will be useful,
13320 but WITHOUT ANY WARRANTY; without even the implied warranty of
13321 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13322 GNU General Public License for more details.
13323
13324 You should have received a copy of the GNU General Public License
5e809f55 13325 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 13326
ef3b7aae 13327;; Local Variables:
880820fe 13328;; coding: utf-8
d7ba2a01 13329;; fill-column: 79
33462dfa 13330;; add-log-time-zone-rule: t
ef3b7aae
MB
13331;; End:
13332
ab5796a9 13333;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4