Merge from gnus--devo--0
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
9eb59592
MB
12009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4
e38658c4
GM
52009-02-15 Glenn Morris <rgm@gnu.org>
6
7 * gnus-util.el (rmail-insert-rmail-file-header)
8 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9 autoloads.
10 (rmail-default-rmail-file): Remove unnecessary declaration.
11 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12
1faded47
GM
132009-02-14 Glenn Morris <rgm@gnu.org>
14
15 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
16 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
17 (rmail-output-to-rmail-file): Remove autoload of deleted function,
18 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
19 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
20 only used in gnus-util, which autoloads it itself.
21 (rmail-update-summary): Fix autoload.
22
fef8d38e
GM
23 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
24 rather than rmail-output-to-rmail-file.
1faded47 25
c07dfdd9
GM
262009-02-07 Glenn Morris <rgm@gnu.org>
27
28 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
29 autoload of function that no longer exists.
30 (rmail-toggle-header): Declare.
31 (message-forward-rmail-make-body): Handle mbox Rmail.
32
49e787c9
GM
332009-01-31 Glenn Morris <rgm@gnu.org>
34
35 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
36 2009-01-09 change.
37
3b36c17e
MB
382009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
39
40 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
41 (auth-source-forget-all-cached): New convenience function.
42 (auth-source-user-or-password): Accept list of modes or a single mode.
43
44 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
45 auth-source modes.
46
47 * nnimap.el (nnimap-open-connection): Use list of
48 auth-source modes.
49
50 * nntp.el (nntp-send-authinfo): Use list of
51 auth-source modes.
52
26b9f88d
MB
532009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
54
55 * auth-source.el: Update docs to reflect epa-file-enable is to be used
56 now.
57
582009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
59
60 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
61 coding system in XEmacs; add a workaround for XEmacs.
62
548f737d
MB
632009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
64
65 * mm-util.el (mm-coding-system-priorities): Protect against nil value
66 of current-language-environment.
67
682009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
69
70 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
71 available at runtime.
72
732009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
74
75 * gnus-art.el (article-date-ut): Fix end point of narrowing.
76
772009-01-11 Aidan Kehoe <kehoea@parhasard.net>
78
79 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
80 the greatest positive fixnum value doesn't work under an XEmacs with
81 bignum support; use the most-positive-fixnum constant instead,
82 available since Emacs 21.1 with cl and XEmacs 21.1.
83
63d12d38
KY
842009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
85
86 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
87 XEmacs gets not to work.
88
548f737d
MB
892009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
90
91 * mm-util.el (mm-coding-system-priorities): Allow the value like
92 "Japanese (UTF-8)" of current-language-environment.
93
ed77e66c
GM
942009-01-09 Glenn Morris <rgm@gnu.org>
95
96 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
97 with last-command-event.
98
e3e955fe
MB
992009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
100
101 * message.el (message-fix-before-sending): Amend comment.
102
1032009-01-07 David Engster <dengste@eml.cc>
104
105 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
106 simplified server definitions by converting it via
107 gnus-server-to-method.
108
1092009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
110
111 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
112 parameter's operands.
113
1142009-01-06 David Engster <dengste@eml.cc>
115
116 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
117 primary select method (for gnus-group-mark-article-as-read).
118
41ec3f54
TH
1192009-01-06 Tassilo Horn <tassilo@member.fsf.org>
120
121 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
122 `(gnus)Face', not `(gnus)X-Face'.
123
e3e955fe
MB
1242009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
125
126 * mm-util.el (mm-ucs-to-char): New function.
127
128 * mm-url.el (mm-url-decode-entities): Use it.
129
1302009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
131
132 * message.el (message-fix-before-sending): Add `eight-bit' to
133 illegible-text check.
134
35203a24
MO
1352009-01-03 Michael Olson <mwolson@gnu.org>
136
137 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
138 `headers' is nil. This can occur if the IMAP server does not have
139 permissions to read messages from a folder, but can write new messages
140 to the folder.
141 (nnimap-request-article-part): Do not insert `data' if it is nil.
142
e3e955fe
MB
1432009-01-01 Dave Love <fx@gnu.org>
144
145 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
146
147 * nnimap.el: Fix author email.
148 (nnimap-split-rule): Add FIXME comment.
149 (nnimap-debug): Fix doc string.
150
1512008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
152
153 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
154 overlay-arrow-position and overlay-arrow-string buffer-local; no need
155 to check if those variables exist (first appeared in Emacs 18.50).
156
1572008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
158
159 * mm-util.el (mm-line-number-at-pos): New function.
160
161 * spam-report.el (spam-report-process-queue): Use it.
162
1632008-12-24 David Engster <dengste@eml.cc>
164
165 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
166 parameters that haven't existed as variables as buffer-local variables.
167
1682008-12-23 Dave Love <fx@gnu.org>
169
170 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
171 cadar.
172
173 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
174 imap-starttls-p.
175 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
176
1772008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
178
179 * spam-report.el (spam-report-gmane-max-requests): New constant.
180 (spam-report-gmane-wait): New variable.
181 (spam-report-gmane-ham, spam-report-gmane-spam)
182 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
183 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
184 the server.
185
186 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
187 Add explanations.
188
189 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
190 nnheader-accept-process-output and nnheader-read-timeout if available.
191 (pop3-movemail): Use it.
192
193 * message.el (message-check-news-body-syntax): Fix signature check if
194 there's an attachment.
195
1962008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
197
198 * mm-util.el: Add comments to the mm- emulating functions.
199
2002008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
201
202 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
203 by Stephen Berman <stephen.berman@gmx.net>.
204
c7948b5f
MB
2052008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
206
207 * mm-util.el (mm-substring-no-properties): New function.
208 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
209 (mm-special-display-p): Enable those lambda forms to be byte compiled.
210 (mm-string-to-multibyte): Doc fix.
211
212 * mml.el (mml-attach-file): Use mm-substring-no-properties.
213
2142008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
215
216 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
217 (Bug#1574)
218
2192008-12-16 Glenn Morris <rgm@gnu.org>
220
221 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 222
bf46b4d4
MB
2232008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
224
225 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
226 knows since the charset specified might be a bogus alias that
227 mm-charset-synonym-alist provides.
228
2292008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
230
231 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
232 "ISO_8859-1".
233
234 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
235
96a22201
KY
2362008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
237
238 * mm-util.el (mm-charset-eval-alist):
239 Define it before mm-charset-to-coding-system.
240 (mm-charset-to-coding-system): Add optional argument `silent';
241 define it before mm-charset-override-alist.
242 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
243 default value if it can be used in Emacs currently running;
244 silence mm-charset-to-coding-system.
245
b6b8f5fd
KY
2462008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
247
248 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
249 `allow-override' which says whether to use `mm-charset-override-alist'.
250 (rfc2047-decode-encoded-words): Use it.
251
252 * mm-util.el (mm-charset-override-alist): Fix custom type;
253 add `(gb2312 . gbk)' to choices.
254
1250af7b
KY
2552008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
256
257 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
258 fast.
259
260 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
261
886367d8
KY
2622008-12-04 Naohiro Aota <nao.aota@gmail.com>
263
264 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
265 on links.
266
267 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
268
f66de92f
KY
2692008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
270
e01bbc12
KY
271 * message.el (message-idna-to-ascii-rhs-1): Protect against local
272 users' addresses that don't have domain parts.
273 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
274 rather than message-narrow-to-head since there will be the message
275 header separator.
f66de92f 276
06c68f84
SM
2772008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
280 since the result is inserted in a unibyte buffer anyway.
281 (nnimap-demule-use-string-to-multibyte): Remove.
282 (nnimap-demule): Alias it to mm-string-to-multibyte.
283
9255ec86
RS
2842008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
285
286 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
287 variable for debugging bug#464 and bug#1174.
288 (nnimap-demule): Use it.
289
030cca00
MB
2902008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
291
292 * gnus-score.el (gnus-score-find-trace): Handle default score in total
293 score calculation correctly.
294
8a986865
SM
2952008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * message.el (message-send-mail): Just set the buffer to unibyte
298 rather than use mm-with-unibyte-current-buffer which does a lot more.
299 (message-send-mail-partially): Don't bother with
300 mm-with-unibyte-current-buffer since it's already been made unibyte by
301 message-send-mail.
302
5b51650c
MB
3032008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
304
305 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
306
3072008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
308
309 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
310
ed778fad
MB
3112008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
312
313 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
314 require itself and to remove `with-no-warnings'.
315
3162008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
317
318 * starttls.el (starttls-any-program-available): Get the name of the
319 available TLS layer program.
320 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
321 well as the host name in the "opening" message.
322
323 * auth-source.el (auth-source-cache, auth-source-do-cache)
324 (auth-source-user-or-password): Cache passwords and logins by default,
325 allow override with `auth-source-do-cache'.
326 (auth-source-forget-user-or-password): Allow users to remove cache
327 entries if needed.
328
8e38a1a9
MB
3292008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
330
331 * ietf-drums.el (ietf-drums-remove-comments): Localize second
332 condition-case to only the forward-sexp call.
333
3342008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
335
336 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
337 quotes contained. Make it more robust regardless by an extra
338 condition-case wrapper.
339
9091f2d3
MB
3402008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
341
342 * nnml.el (nnml-request-expire-articles): Check if the function set to
343 `nnmail-expiry-target' returns the symbol `delete'.
344
345 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
346
347 * nnmail.el (nnmail-expiry-target): Fix custom type.
348
06b2d4c6
GM
3492008-10-02 Glenn Morris <rgm@gnu.org>
350
351 * mm-util.el (mm-codepage-setup): Tweak codepage error.
352 Silence compiler warning.
353
059b98fa
CY
3542008-09-30 Chong Yidong <cyd@stupidchicken.com>
355
356 * mml.el (mml-menu): Don't assume mml2015 is bound.
357
4520e527
MB
3582008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
359
360 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
361 exists.
362
09aece0b
GM
3632008-09-27 Glenn Morris <rgm@gnu.org>
364
365 * gnus-util.el (mail-header-remove-comments): Autoload it.
366
521c4a23
AS
3672008-09-27 Andreas Schwab <schwab@suse.de>
368
369 * gnus-util.el (gnus-split-references): Strip comments.
370 (gnus-parent-id): Likewise.
371
4520e527
MB
3722008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
373
374 * message.el (message-confirm-send): Fix version.
375
3762008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
377
378 * message.el (message-idna-to-ascii-rhs-1): Use
379 mail-extract-address-components rather than mail-header-parse-addresses
380 that is an alias by default to ietf-drums-parse-addresses that does not
381 support non-ASCII names in headers' contents.
382
eef5ade7
MB
3832008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
384
385 * message.el (message-confirm-send): Fixed variable documentation to
386 avoid the "y/n" wording.
387
4520e527 3882008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
389
390 * message.el (message-set-auto-save-file-name): Save to a different
391 filename so multiple messages (especially drafts) can be recovered.
392
e52cac88
MB
3932008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
394
395 * message.el (message-confirm-send): Add appropriate version.
396
3972008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
398
399 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
400 defvar.
401
4022008-09-22 Daiki Ueno <ueno@unixuser.org>
403
404 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
405 (mm-pkcs7-enveloped-magic): Ditto.
406
64763fe3
MB
4072008-09-17 Simon Josefsson <simon@josefsson.org>
408
409 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
410 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
411
4122008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
413
414 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
415 default, it's better.
416
4172008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
418
419 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
420 summary line gnus-number property and ignore them (with a warning
421 message).
422
1ae03cd5
KY
4232008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
424
425 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
426 macro caddr in the interactive form since it won't be expanded.
427
c0ccb0d6
KY
4282008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
429
430 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
431 `charset'; fix name of function called recursively.
432 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
433
14ce5fc2
KY
4342008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
435
436 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
437 (gnus-mime-set-charset-parameters): New function.
438 (gnus-mime-view-part-as-charset): Use it to correctly display part
439 specifying wrong charset.
440
9e601b8d
MB
4412008-09-08 David Engster <dengste@eml.cc>
442
443 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
444 in completing-read for back end server.
445
16dd13df
MB
4462008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
447
448 * message.el (message-confirm-send): New variable to confirm sending a
449 message.
450 (message-send): Use it.
451
b86402ab
MB
4522008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
453
454 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
455
4562008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
457
458 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
459
4602008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
461
462 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
463 prevent tracking too many groups.
464 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
465 Use it.
466
9153f10d
MB
4672008-08-11 Ralf Angeli <angeli@caeruleus.net>
468
469 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
470 moving point to the bottom of the window in order to avoid recentering.
471
4722008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
473
474 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
475 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
476 (gnus-article-beginning-of-window): Fix calculation.
477
4782008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
479
480 * gnus-msg.el (gnus-summary-supersede-article)
481 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
482 value of gnus-newsgroup-charset to decode non-MIME encoded text in
483 message header.
484
82cc1916
DN
4852008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
486
487 * message.el:
488 * gnus-start.el:
489 * gnus-registry.el: Remove VMS support.
490
6ecfe5c2
MB
4912008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
492
493 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
494 macro.
495 (rfc2104-hash): Use it.
496
4972008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
498
499 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
500 (gnus-summary-sort-by-most-recent-date): New commands.
501 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
502 and menu entries.
503
5042008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
505
506 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
507 don't redisplay article for raw contents; remove plural articles stuff.
508
509 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
510 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
511 on gnus-summary-save-article; display results properly.
512
d62672f3
MB
5132008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
514
515 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
516
5172008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
518
519 * gnus-art.el (gnus-summary-save-in-pipe): Consider
520 gnus-save-all-headers.
521
d221466a
DN
5222008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
523
524 * gnus-util.el (ns-focus-frame): Remove declaration.
525 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
526 like x.
527
b737c3d9
TTN
5282008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
529
530 * rfc2104.el (rfc2104-zero): Delete defconst.
531 (rfc2104-hex-alist): Likewise.
532 (rfc2104-hex-to-int): Delete func.
533 (rfc2104-hexstring-to-bitstring): Likewise.
534 (rfc2104-nybbles): New defconst.
535 (rfc2104-hash): Rewrite for speed.
536
3c823a0c
GM
5372008-07-16 Glenn Morris <rgm@gnu.org>
538
539 * gnus-util.el (ns-focus-frame): Declare for compiler.
540
16c85f26
MB
5412008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
542
543 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
544 set as a group parameter.
545 (gnus-summary-save-in-pipe): Work when it is called independently.
546 (gnus-summary-pipe-to-muttprint): Don't modify
547 gnus-summary-pipe-output-default-command.
548
ad546360
SM
5492008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * message.el (message-send-mail-with-sendmail):
552 Display the error message.
553
89167438
MB
5542008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
555
ad546360
SM
556 * gnus-art.el (gnus-default-article-saver):
557 Add gnus-summary-save-in-pipe to choices.
89167438
MB
558 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
559 gnus-summary-pipe-output-default-command as the default command.
560 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
561 instead of gnus-last-shell-command.
562
ba60bd44
JB
563 * gnus-sum.el (gnus-summary-pipe-output-default-command):
564 New user option.
89167438
MB
565 (gnus-summary-muttprint-program): Mention the value will be changed.
566 (gnus-summary-save-article): Force showing of all headers.
567 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
568
5692008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
570
571 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
572
56fd9faa
JB
5732008-07-02 Juanma Barranquero <lekktu@gmail.com>
574
575 * nnimap.el (nnimap-id):
576 * sieve-manage.el (sieve-manage-open): Doc fixes.
577
68548459
JB
5782008-07-02 Francesc Rocher <rocher@member.fsf.org>
579
580 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
581 if available.
582
32bed934
SM
5832008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
584
eafee8f2
SM
585 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
586
587 * nnkiboze.el (nnkiboze-generate-group):
588 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
589
32bed934
SM
590 * nnmairix.el: Require CL.
591
2b968687
MB
5922008-06-15 David Engster <dengste@eml.cc>
593
594 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
595
5962008-06-14 Aidan Kehoe <kehoea@parhasard.net>
597
32bed934
SM
598 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
599 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
600 runtime choice under XEmacs.
601
32bed934
SM
602 * gnus-sum.el (gnus-summary-set-display-table):
603 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
604 `gnus-set-display-table' for the display table, instead of `aset'.
605
2b968687
MB
6062008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
607
608 * nnmairix.el: Add autoloads.
609
6102008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
611
612 * nnmairix.el (nnmairix-delete-recreate-group)
613 (nnmairix-update-and-clear-marks): Fix error messages.
614
6152008-06-14 David Engster <dengste@eml.cc>
616
617 * nnmairix.el: Upgrade to version 0.6.
618 (nnmairix-group-toggle-propmarks-this-group)
619 (nnmairix-group-toggle-readmarks-this-group)
620 (nnmairix-group-delete-recreate-this-group)
621 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
622 (nnmairix-remove-tick-mark-original-article): New commands.
623 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
624 (nnmairix-propagate-marks-to-nnmairix-groups)
625 (nnmairix-only-use-registry, nnmairix-allowfast-default)
626 (nnmairix-marks-cache, nnmairix-version-output): New variables.
627 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
628 functions needed for marks propagation and manipulation of read marks.
629 (nnmairix-update-groups): New function.
630 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
631 (nnmairix-determine-original-group-from-registry)
632 (nnmairix-determine-original-group-from-path)
633 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
634 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
635 New helper functions.
636 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
637 keystrokes for new commands.
638 (nnmairix-delete-and-create-on-change): Doc string cleanup.
639 (nnmairix-request-group): Check allow-fast group parameter.
640 (nnmairix-request-create-group): Set allow-fast group parameter if
641 nnmairix-allowfast-default is set.
642 (nnmairix-close-group): Propagate marks upon closing if needed.
643 (nnmairix-group-toggle-threads-this-group): Use new.
644 nnmairix-group-toggle-parameter helper function.
645 (nnmairix-search): Better check for empty search result.
646 (nnmairix-goto-original-article): Use new helper functions for
647 determining original article.
648 (nnmairix-show-original-article): Make sure message-id is in brackets.
649 (nnmairix-call-mairix-binary): Change variable name.
650 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
651 helper function.
652 (nnmairix-widget-toggle-activate): Fix doc string.
653
a19a8f1b
MB
6542008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
655
656 * nnir.el: Require edmacro when compiling with XEmacs.
657 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
658 available in Emacs 21.
659
8abf1b22
GM
6602008-06-11 Glenn Morris <rgm@gnu.org>
661
662 * gnus-util.el (x-focus-frame):
663 * gnus.el (image-size):
664 * mm-decode.el (image-size): Declare.
665
666 * gnus-picon.el (declare-function): Add compat definition.
667 (image-size): Declare.
668
669 * gnus-group.el (tool-bar-map):
670 * gnus-sum.el (tool-bar-map): Define for compiler.
671
672 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
673
674 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
675
676 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
677 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
678 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
679 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
680 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
681 * sieve-manage.el, spam-report.el, spam.el:
682 Remove unnecessary eval-and-compile of autoloads.
683
43d28dcd
MA
6842008-06-08 Michael Albinus <michael.albinus@gmx.de>
685
686 * auth-source.el: Precise Tramp doc.
687
966bd7bd
GM
6882008-06-07 Glenn Morris <rgm@gnu.org>
689
690 * nnmairix.el: Remove unnecessary eval-when-compile.
691
6922008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
693
694 * nnir.el: New file.
695
d346bf7e
SM
6962008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * gnus-util.el (gnus-read-shell-command): New function.
699 * mm-decode.el (mm-pipe-part):
700 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
701
b1d6cda3
MB
7022008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
703
704 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
705
6459e35e
GM
7062008-06-03 Glenn Morris <rgm@gnu.org>
707
708 * pop3.el (nnheader-accept-process-output): Autoload it.
709
656b4fa1
MB
7102008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
711
712 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
713 are not 2-digit hexadecimal characters that follow `%'s.
714
7152008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
716
717 * message.el (message-bogus-recipient-p): Fix type in doc string.
718 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
719 (message-bogus-addresses): Rename from message-bogus-address-regexp.
720 Improve custom options.
721 (message-bogus-recipient-p): Adjust accordingly.
722
7232008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
724
725 * nnmairix.el: Require edmacro when compiling with XEmacs.
726
f394fa25
MB
7272008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
728
729 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
730 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
731
a368801c
MB
7322008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
733
734 * auth-source.el: Add more docs.
735
7362008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
737
738 * nnheader.el (nnheader-read-timeout): Change the default timeout from
739 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
740 retrieval faster in some cases, but might make CPU usage larger. If
741 this has any bad side effects, we might revert this change.
742
743 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
744 seems to make mail retrieval much, much faster.
745 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 746 unconditionally.
a368801c
MB
747
748 * gnus-draft.el (gnus-group-send-queue): Bind
749 message-send-mail-partially-limit to nil to avoid being prompted.
750
03c673c9
MB
7512008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
752
753 * mml.el (mml-attach-buffer): Prompt for `disposition'.
754
755 * message.el (message-bogus-address-regexp): Fix and improve custom
756 type.
757 (message-setup-hook): Add message-check-recipients as custom option.
758
58333467
MB
7592008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
760
761 * message.el (message-cite-function): Remove bogus autoload which crept
762 in during merge from v5-10.
763
4079589f
MB
7642008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
765
766 * nnimap.el (nnimap-open-connection): Fix login/password bug.
767
768 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
769
770 * auth-source.el: Preliminary Tramp docs.
771 (auth-sources): Change the default auth-sources to use
772 EPA .gpg files.
773
e952b711
MB
7742008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
775
776 * nntp.el: Autoload `auth-source-user-or-password'.
777 (nntp-send-authinfo): Use it.
778
779 * nnimap.el: Autoload `auth-source-user-or-password'.
780 (nnimap-open-connection): Use it.
781
782 * auth-source.el: Added docs on using with url-auth. Import gnus-util
783 for the gnus-message function.
784 (auth-source-user-or-password): Use it.
785
4fedcc00
SM
7862008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
789 rfc2104-hexstring-to-byte-list. Return a unibyte string.
790 (rfc2104-hash): Use it.
791
149cd465
JB
7922008-05-08 Juanma Barranquero <lekktu@gmail.com>
793
794 * gnus-art.el (gnus-article-toggle-truncate-lines):
795 Don't use `iff' in docstring.
796
0ab5c2be
MB
7972008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
798
799 * gnus-registry.el: Adjusted copyright dates and added a keyword.
800
801 * gnus-util.el (gnus-extract-address-component-name)
802 (gnus-extract-address-component-email): Convenience functions around
803 `gnus-extract-address-components'.
804
4fedcc00
SM
805 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
806 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
807 sender name to `user-mail-address'.
808
8092008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
810
811 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
812 catch/throw to optimize.
813 (gnus-registry-find-keywords): Just use member to find a keyword.
814
42a83f4b
SM
8152008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
818 is current before calling gnus-server-prepare.
819 (gnus-server-setup-buffer, gnus-server-update-server)
820 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
821
d844ef2f
JL
8222008-05-04 Juri Linkov <juri@jurta.org>
823
824 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
825 (mailcap-file-default-commands): Use mailcap-replace-in-string
826 instead of replace-regexp-in-string, and mailcap-delete-duplicates
827 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
828
f8a29505
MB
8292008-05-03 Reiner Steib <reiner.steib@gmx.de>
830
831 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
832
3a23a519
MB
8332008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
834
835 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
836 hooks.
837 (gnus-update-read-articles): Speed up non-marks-using users.
838 (gnus-use-marks): Define gnus-use-marks.
839 (gnus-propagate-marks): Rename variable to something more sensible.
840
38ac8b91
JB
8412008-05-02 Juanma Barranquero <lekktu@gmail.com>
842
843 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
844 (gmm-image-load-path-for-library): Fix typos in docstrings.
845 (gmm-message): Reflow docstring.
846
8336c962
MB
8472008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
848
42a83f4b
SM
849 * mail-source.el (mail-source-set-1, mail-source-bind):
850 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
851
8522008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
855 by sender if it's equal to user-mail-address, it's likely to be
856 useless.
857
858 * mail-source.el (mail-source-bind): Don't use user or password if they
859 are not bound. Unintern them if they are nil. Don't use server unless
860 it's bound, and default it to empty string otherwise.
861
58a67d68
MB
8622008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
863
864 * mail-source.el: Load auth-source.el.
865 (mail-source-bind): Add comments. Call auth-source-user-or-password to
866 get user name or password, if auth-sources is set up.
867
868 * gnus-registry.el (gnus-registry-split-strategy): New variable for
869 strategy of splitting with parent.
870 (gnus-registry-split-fancy-with-parent)
871 (gnus-registry-post-process-groups): Use it and fix prior
872 bug (returning a list as the split result).
873
874 * auth-source.el (auth-sources): Remove server parameter.
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): Remove server parameter.
880
296fa7b4
JB
8812008-04-25 Juanma Barranquero <lekktu@gmail.com>
882
883 * smime.el (smime-sign-region, smime-encrypt-region)
884 (smime-decrypt-region):
885 Remove redundant calls to `generate-new-buffer-name'.
886
58a67d68
MB
8872008-04-24 Luca Capello <luca@pca.it> (tiny change)
888
889 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
890 Don't use QP for message/rfc822.
891 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
892
2136a8a7
SM
8932008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * sieve-manage.el (sieve-string-bytes): Remove.
896 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
897 correct byte-length only if the process's coding-system is the same as
898 the one used internally by Emacs to represent strings.
899
a837fe74
JL
9002008-04-22 Juri Linkov <juri@jurta.org>
901
902 * mailcap.el (mailcap-file-default-commands): New function.
903
d55fe5bb
MB
9042008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
905
906 * message.el (message-signature-separator, message-cite-function):
907 Change custom version.
908
9092008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
910
911 * mm-decode.el (mm-display-external): Make temp file read-only.
912
9132008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
914
915 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
916 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
917 `C-c C-f d'.
918
9192008-04-12 Adrian Aichner <adrian@xemacs.org>
920
921 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
922
9232008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
924
925 * auth-source.el: Added docs.
2136a8a7 926 (auth-sources): Modify format to support server.
d55fe5bb
MB
927 (auth-source-pick, auth-source-user-or-password)
928 (auth-source-user-or-password-imap)
929 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
930 (auth-source-user-or-password-sftp)
931 (auth-source-user-or-password-smtp): Add server parameter.
932
9332008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
934
935 * gnus-registry.el: Initialize the registry when gnus-registry-install
936 is t.
937
73f2395e
KY
9382008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
939
940 * compface.el (uncompface): Make buffer unibyte.
941
e66d8771
SM
9422008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * mail-source.el (mail-source-value):
945 Prefer fboundp to functionp so it works with macros as well.
946
407da272
GM
9472008-04-05 Glenn Morris <rgm@gnu.org>
948
949 * gnus-ems.el (mm-disable-multibyte): Autoload it.
950
3b728e95
SM
9512008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
952
d37ded9e
SM
953 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
954 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
955
407da272
GM
956 * nnheader.el (nnheader-init-server-buffer): Change buffer's
957 multibyteness after rather than before erasing it.
33e2f72c 958
75eda25b
SM
959 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
960 mm-with-multibyte.
407da272
GM
961 (gnus-request-article-this-buffer): Make sure the proper decoding is
962 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 963
2b57967e
SM
964 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
965 default-enable-multibyte-characters.
966
d7eb3b36
SM
967 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
968 default-enable-multibyte-characters.
969
7ab0253d
SM
970 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
971
3b728e95
SM
972 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
973
5faa2ec0
SM
9742008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
977 Fix last change in case the element is not even a symbol.
978
59429511
MB
9792008-04-02 Simon Josefsson <simon@josefsson.org>
980
981 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
982 imap-enable-exchange-bug-workaround.
983 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
984
9852008-04-01 Simon Josefsson <simon@josefsson.org>
986
987 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
988 a 100 byte status-checks into a 2-3MB transfer for each group.
989 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
990 to enable bug workaround or not.
991 (nnimap-find-minmax-uid): Only enable workaround conditionally.
992
a0e08467
GM
9932008-03-31 Glenn Morris <rgm@gnu.org>
994
995 * message.el (mml2015-use): Declare for compiler.
996 (message-info): Require mml2015 when appropriate.
997
990e2c2f
SM
9982008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1001 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1002 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1003 (nntp-service-to-port): New function.
1004 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1005 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1006 (nntp-open-netcat-stream): New function.
1007 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1008
59429511
MB
10092008-03-29 Sven Joachim <svenjoac@gmx.de>
1010
1011 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1012
fa98585c
SM
10132008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1016
9b3ebcb6
MB
10172008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
1018
1019 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1020
10212008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
1022
fa98585c
SM
1023 * message.el (message-signature-separator): Change default.
1024 Improve custom type.
9b3ebcb6
MB
1025 (message-cite-function): Change default to
1026 message-cite-original-without-signature.
1027
1028 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1029 toggle.
1030
1031 * message.el (message-check-news-body-syntax): Fix signature check.
1032 (message-setup-1): Mark buffer as unmodified _after_ running
1033 message-setup-hook and handling message-alternative-emails.
1034 (message-shorten-references): Be more strict when building list of
1035 valid references to comply with GNKSA.
1036
fa98585c
SM
1037 * gnus-group.el (gnus-read-ephemeral-bug-group)
1038 (gnus-read-ephemeral-debian-bug-group)
1039 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
1040
1041 * message.el (message-info): Don't use booleanp which isn't supported
1042 in Emacs 21 and XEmacs.
1043
10442008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1045
1046 * gnus-group.el (gnus-gmane-group-download-format): Rename from
1047 gnus-group-gmane-group-download-format.
1048 (gnus-group-read-ephemeral-gmane-group): Rename from
1049 gnus-group-read-ephemeral-gmane-group.
1050 (gnus-read-ephemeral-gmane-group-url): Rename from
1051 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 1052 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
1053 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1054 (gnus-read-ephemeral-emacs-bug-group): New commands.
1055
10562008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1057
1058 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1059 (gnus-visible-headers): Improve custom type.
1060
10612008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1062
1063 * mml.el (mml-menu): Add workarounds for XEmacs.
1064
1065 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1066 X-Boundary header.
1067
1068 * message.el (message-simplify-recipients): Fix previous commit.
1069
b813166a
SM
10702008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1071
df06dd59 1072 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 1073 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 1074
b813166a
SM
1075 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1076 Prefer fboundp to functionp so it works with macros as well.
1077
9b3ebcb6
MB
10782008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1079
5faa2ec0
SM
1080 * message.el (message-alter-recipients-discard-bogus-full-name):
1081 New function.
9b3ebcb6
MB
1082 (message-alter-recipients-function): New variable.
1083 (message-get-reply-headers): Use it.
1084 (message-replace-header): New helper function.
1085 (message-recipients-without-full-name): New variable.
1086 (message-simplify-recipients): New command.
1087
1088 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1089
1090 * message.el (message-info): Handle EasyPG manual.
1091
1092 * mml.el (mml-menu): Add entry for EasyPG.
1093
10942008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
1095
1096 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1097 parameter.
1098
1099 * message.el (message-disassociate-draft): Specify drafts group name
1100 fully.
1101
11022008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
1103
1104 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1105 unnecessary duplicates from the match list.
1106
11072008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1108
1109 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1110 args of `how-many' of which the XEmacs version doesn't take; declare
1111 Info-index-next as function.
1112
11132008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1114
1115 * gnus-score.el (gnus-score-headers): Fix handling of
1116 gnus-inhibit-slow-scoring.
1117
1118 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1119 string.
1120 (gnus-button-url-regexp): Improve handling of parenthesis.
1121 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1122 (gnus-button-handle-info-keystrokes): Handle index entries.
1123
11242008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
1125
1126 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1127 Incoming* files.
1128
11292008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1130
1131 * auth-source.el (auth-sources): Renamed from auth-source-choices.
1132 (auth-source-pick): Use it.
1133
11342008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1135
1136 * auth-source.el (auth-source-protocols)
1137 (auth-source-protocols-customize, auth-source-choices): Added and
1138 modified variable customizations and defaults.
1139 (auth-source-pick, auth-source-user-or-password)
1140 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1141 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1142 (auth-source-user-or-password-sftp)
1143 (auth-source-user-or-password-smtp): Use new variables and provide an
1144 interface to netrc.el.
1145
11462008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1147
1148 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1149 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1150 Make sure the nntp port to specify is a string.
1151
dd58a686
SM
11522008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1153
ed075cb4
SM
1154 * nntp.el: Use with-current-buffer.
1155 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1156 dubious mm-with-unibyte-current-buffer.
1157 (nntp-with-open-group-function): New function extracted from
1158 nntp-with-open-group macro.
1159 (nntp-with-open-group): Use the function, so it's easier to debug.
1160 Add indentation and debugging info.
9b3ebcb6
MB
1161 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1162 the use of the netcat alternatives.
ed075cb4 1163
f15a9fec
SM
1164 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1165 Avoid mm-string-as-multibyte as well.
1166
944c87e0
SM
1167 * nnweb.el (nnweb-insert-html):
1168 Remove use of nnheader-string-as-multibyte.
1169
2ec9cf15
SM
1170 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1171 (nnheader-string-as-multibyte): Remove.
1172
3d2440b4
SM
1173 * mm-view.el: Use inhibit-read-only.
1174 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1175 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1176 or unibyte-string.
1177
456cace2
SM
1178 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1179 (mm-uu-yenc-extract): Use with-current-buffer.
1180
f5fcf556
SM
1181 * gnus-soup.el (gnus-soup-send-packet): Don't use
1182 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1183
c9de7755
SM
1184 * nnmh.el: Use with-current-buffer.
1185 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1186 mm-string-as-multibyte on the output of mm-encode-coding-string.
1187
3d2440b4 1188 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
1189 (nnimap-request-move-article): Use with-current-buffer.
1190
3d2440b4
SM
1191 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1192 inserting the handle-buffer's text, so the implicit multibyte->unibyte
1193 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 1194
228b6ecd
SM
1195 * gnus-msg.el: Use with-current-buffer.
1196
dd58a686
SM
1197 * message.el (message-ignored-resent-headers): Add "Delivered-To".
1198
9b3ebcb6
MB
11992008-03-10 Daiki Ueno <ueno@unixuser.org>
1200
1201 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1202 string for caching if it is 'PIN.
1203
37a68866
MB
12042008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
1205
dd58a686
SM
1206 * mail-source.el (mail-source-delete-old-incoming-confirm):
1207 Change default to nil.
37a68866
MB
1208 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1209
8f7abae3
MB
12102008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1211
1212 * gnus-art.el (gnus-narrow-to-page): Position point properly.
1213 (gnus-article-goto-prev-page): Work for articles having ^L's.
1214
1215 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1216
1217 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1218
e0385bf4
KF
12192008-03-07 Karl Fogel <kfogel@red-bean.com>
1220
56388398 1221 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
1222 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1223 (gnus-bookmark-jump): Adjust some variable names.
1224
8f7abae3 12252008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 1226
8f7abae3
MB
1227 * auth-source.el: New package.
1228 (auth-source-choices): Add customization entry point variable.
1229
1230 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1231 bug.
1232
12332008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
1234
1235 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1236 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 1237 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
1238 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
1239 the `gnus-registry-mark-map' keymap dynamically from
1240 `gnus-registry-marks'. The generated functions update the summary line
1241 when a registry mark is added or deleted, and will call
1242 `gnus-registry-install-p' (see the comments in the code).
1243 (gnus-registry-user-format-function-M): Use concat intelligently.
1244
1245 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1246 the registry mark functions.
a7b50e1c 1247
c1717fbd
GM
12482008-03-05 Glenn Morris <rgm@gnu.org>
1249
1250 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1251 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1252 gnus-art.
1253 (top-level): No need to load own source when compiling.
1254
8f7abae3
MB
12552008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1256
1257 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1258 Suggested by <chris.anderton@zetnet.co.uk>.
1259
1fc34624
GM
12602008-03-04 Glenn Morris <rgm@gnu.org>
1261
1262 * gnus-sum.el (top-level): No need to require gnus when compiling,
1263 since unconditionally required near start of file.
1264 (gnus-summary-display-while-building): Move definition before use.
1265
8f7abae3
MB
12662008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1267
1268 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1269 formatting function.
1270
12712008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1272
1273 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1274 with plists.
1275 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1276 Use new format.
1277
12782008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1279
1280 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1281 `where-is-internal' that returns a range of key sequences.
1282
dacb905a
SM
12832008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1284
a88fd51a
SM
1285 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1286
c7a91ce1 1287 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
1288 (gnus-summary-jump-to-group): Consider windows on other displayed
1289 frames as well. Similar changes might be needed elsewhere, but that's
1290 the one I've bumped into during my use.
c7a91ce1 1291
62dc3ac3 1292 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 1293 * gnus-msg.el (gnus-debug):
dacb905a
SM
1294 * gnus-group.el (gnus-update-group-mark-positions):
1295 Use mm-string-to-multibyte.
1296
8f7abae3
MB
12972008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1298
1299 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1300 doesn't handle NotDashEscaped.
1301
1302 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1303 (mml-dnd-attach-options): Fix typo in custom choice.
1304
1305 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1306 nndoc-article-type to mbox.
1307 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1308
1309 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1310 to nil, instead of html2text.
1311
1312 * imap.el (imap-debug): Add `imap-ping-server'.
1313
1314 * gnus-bookmark.el: Add FIXMEs.
1315
1316 * message.el (message-form-letter-separator)
1317 (message-send-form-letter-delay): New variables.
1318 (message-send-form-letter): Use them. New command to send form
1319 letters. Requested by Uwe Siart.
1320 (message-send-mail-function): Doc fix. Add "Other" custom option.
1321
14e8de0c
MB
13222008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1323
1324 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1325 empty author.
1326
13272008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1328
1329 * gnus-registry.el (gnus-registry-marks): Add variable for
1330 customization of marks and their appearance.
1331 (gnus-registry-read-mark): Use it.
1332 (gnus-registry-do-marks): Add utility function to loop through
1333 `gnus-registry-marks'.
1334 (gnus-registry-install-shortcuts-and-menus): Add function to install
1335 shortcuts and menus.
1336 (gnus-registry-initialize): Use it.
1337 (gnus-registry-default-mark): Clarify documentation.
1338
ab74c815
GM
13392008-02-29 Glenn Morris <rgm@gnu.org>
1340
1341 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1342 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1343 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1344 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1345 Change defcustom :version from 23.0 to 23.1.
1346
14e8de0c
MB
13472008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1348
1349 * gnus-registry.el (gnus-registry-follow-group-p)
1350 (gnus-registry-post-process-groups): Add functions to aid registry
1351 splitting and improve logging. Clarify behavior in function
1352 documentation.
1353 (gnus-registry-split-fancy-with-parent): Use them.
1354
80de1778
SM
13552008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * gnus-art.el: Use with-current-buffer.
1358
14e8de0c
MB
13592008-02-27 David Engster <dengste@eml.cc>
1360
1361 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1362 Express real group name in the response.
1363
13642008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1365
1366 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1367 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1368 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1369 autoload gnus-registry-fetch-group when compiling.
149cd465 1370 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
1371 unreferenced argument passed to nnmairix-call-backend.
1372
13732008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1374
1375 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1376 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1377 Wilde.
1378
da13b6cc
GM
13792008-02-27 Glenn Morris <rgm@gnu.org>
1380
1381 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
1382 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1383 variables to defconsts. Convert comments to doc-strings.
1384 (nnmairix-last-server, nnmairix-current-server): Convert from free
1385 variables to defvars. Convert comments to doc-strings.
1386 (gnus-registry-fetch-group): Autoload.
1387 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1388 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
1389 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1390 caddr.
be021c01
GM
1391 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1392 nnmairix-request-group-with-article-number-correction call.
1393 (nnmairix-fast, nnmairix-group): New, less general names, for free
1394 variables passed from nnmairix-request-group to
1395 nnmairix-request-group-with-article-number-correction. Declare.
1396 (nnmairix-request-group-with-article-number-correction):
1397 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 1398
3d0f8a67
MB
13992008-02-26 David Engster <dengste@eml.cc>
1400
1401 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1402 version 0.5.
1403
14042008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1405
1406 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1407 instead of making an extra function call. Don't add the current group
1408 to articles only when they have the group. Use
1409 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1410 Reported by David <de_bb@arcor.de>.
1411
f5490ddc
MB
14122008-02-24 Miles Bader <miles@gnu.org>
1413
1414 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1415 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1416 (mm-find-mime-charset-region):
1417 * mm-bodies.el (mm-encode-body):
1418 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1419
52bec650
MB
14202008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1421
1422 * mail-source.el (mail-source-delete-incoming): Change default.
1423 Supplement doc string.
1424
1425 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1426
14272008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1428
1429 * nnmail.el (nnmail-message-id-cache-file): Derive from
1430 `gnus-home-directory'.
1431
14322008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1433
1434 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 1435 Document negative prefix.
52bec650 1436
5e25c514 1437 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
1438
14392008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1440
1441 * message.el (message-unsent-separator): Add the Exim bounce
1442 separator.
1443
14442008-02-10 Daiki Ueno <ueno@unixuser.org>
1445
1446 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1447 list.
1448 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1449 recipient/signer list.
1450
0b9c5ab7
RS
14512008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1452
1453 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1454 fbound (Emacs 23 unicode), signal an error.
1455
1888e568
GM
14562008-02-08 Glenn Morris <rgm@gnu.org>
1457
1458 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1459
52bec650
MB
14602008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1461
1462 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1463 ports to the calls to `netrc-machine-user-or-password' in addition to
1464 "imap" and "imaps".
1465
e9198520
MB
14662008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1467
1468 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1469 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1470 <hanche@math.ntnu.no>.
1471
14722008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1473
1474 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1475
9303f985 14762008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
1477
1478 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1479
1480 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1481
9303f985 14822008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1483
1484 * mml.el (mml-parse-1): Remove apparently vestigial use of
1485 `mm-hack-charsets'.
1486 * mm-bodies.el (mm-encode-body): Likewise.
1487
9303f985 14882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1489
4fedcc00 1490 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
1491 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1492 (rfc2104-hash): Convert the result of concat to unibyte string.
1493
9303f985 14942008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 1495
aca7a3d2
MB
1496 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1497 coding-system-for-read.
1498 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1499
8385d659 1500 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 1501 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 1502 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 1503
10ef2ef7 15042008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
1505
1506 * mail-source.el (mail-sources): Add `group' choice.
1507
1508 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1509 parameter `in-group' to control into which group the articles go.
1510 Add treatment of `group' mail-source.
1511
a445370f
DN
15122008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1513
1514 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1515 * message.el (message-beginning-of-line): Use featurep instead of bound
1516 tests in order to resolve conditionals at compile time.
1517
4599d0ec
MB
15182008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1519
1520 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1521
1522 * mm-decode.el (mm-dissect-buffer): Decode description.
1523
1524 * mml.el (mml-to-mime): Encode message header first.
1525
0b6799c3
MB
15262008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1527
1528 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1529 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1530
15312008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1532
1533 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1534
15352008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1536
1537 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1538 prefix keys.
1539 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1540 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1541 gnus-xmas.el.
1542
15432008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1544
1545 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1546 Add new variables for article mark management.
1547 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1548 list of extra data entries which, when present, will indicate that the
1549 article ID should not be trimmed from the registry.
1550 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1551 functions.
1552 (gnus-registry-read-mark): New function to read a mark name from the
1553 user.
1554 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1555 (gnus-registry-set-article-mark-internal): New functions to add and
1556 remove marks.
1557 (gnus-registry-get-article-marks): New function to show the marks for
1558 an article, or retrieve them for further use.
1559
15602008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1561
1562 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1563 keys when no argument is given.
1564
15652008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1566
1567 * gnus-sum.el (gnus-article-sort-by-random)
1568 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1569 jidanni@jidanni.org.
1570
15712008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1572
1573 * gnus-art.el (gnus-article-describe-bindings): New function.
1574 (gnus-article-read-summary-keys): Use it.
1575 (gnus-article-mode-map): Bind `C-h b' to it.
1576
95838435
MB
15772008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1578
1579 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1580 XEmacs.
1581 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1582 against non-character events.
1583
95838435
MB
15842008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1585
1586 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1587 command.
1588 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1589 instead of END. Change name of the temp file.
1590 (gnus-group-gmane-group-download-format): Add doc string. Make it
1591 customizable.
1592
15932008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1594
1595 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1596 bind `S W' to gnus-article-wide-reply-with-original; set default
1597 binding to gnus-article-read-summary-send-keys.
1598 (gnus-article-read-summary-keys): Fix the order of keys; display
1599 continuation keys correctly in the echo area; describe bindings
1600 correctly when keys end with `C-h'.
1601 (gnus-article-read-summary-send-keys): New function.
1602 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1603 for gnus-article-read-summary-send-keys; display continuation keys
1604 correctly in the echo area.
1605 (gnus-article-reply-with-original): Ignore prefix argument.
1606 (gnus-article-wide-reply-with-original): New function.
1607
d82cf70b
MB
16082008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1609
1610 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1611 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1612
16132008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1614
1615 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1616 (gnus-group-read-ephemeral-gmane-group): New command.
1617
f3041af1
DN
16182008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1619
1620 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1621
87035689
MB
16222007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1623
1624 * message.el (message-send-mail-function): Increase custom version.
1625
1626 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1627 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1628
87035689
MB
16292007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1630
1631 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1632 html parts correctly; support forwarded messages.
1633 (gnus-article-browse-html-article): Remove work buffers.
1634
1635 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1636 compiling.
1637 (netrc-bound-and-true-p): New macro.
1638 (netrc-parse): Use it instead of bound-and-true-p that is not available
1639 in XEmacs 21.4.
1640
16412007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1642
1643 * gnus-registry.el (gnus-registry-mark-article)
1644 (gnus-registry-article-marks): Add functionality to mark articles
1645 through the Gnus registry.
1646
1647 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1648 (netrc-parse): Use encrypt-file-alist to determine if
1649 encrypt-find-model or encrypt-insert-file-contents should be used.
1650
541cbf8b
GM
16512007-12-19 Glenn Morris <rgm@gnu.org>
1652
1653 * mml.el (message-options-set, message-narrow-to-head)
1654 (message-in-body-p, message-mail-p, message-encode-message-body):
1655 Autoload.
1656 (message-remove-header, message-narrow-to-headers-or-head)
1657 (message-subscribed-p, message-make-mail-followup-to)
1658 (message-position-on-field, message-news-p)
1659 (message-options-set-recipient, message-generate-headers)
1660 (message-sort-headers): Declare as functions.
1661
87035689
MB
16622007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1663
1664 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1665 convention in doc string.
1666
16672007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1668
1669 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1670 title to html parts.
1671 (gnus-article-browse-html-article): Pass message header to it.
1672
1673 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1674
16752007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1676
1677 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1678 or password compatible with XEmacs.
1679
bbbe940b
MB
16802007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1681
1682 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1683 format document.
1684 (gnus-mime-delete-part): Don't write description line if empty.
1685 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1686
880820fe 16872007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
1688
1689 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1690 (gnus-summary-mark-read-and-unread-as-read)
1691 (gnus-summary-mark-current-read-and-unread-as-read)
1692 (gnus-summary-mark-unread-as-ticked): Doc fix.
1693 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1694
16952007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1696
1697 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1698 Christoph Conrad <christoph.conrad@gmx.de>.
1699
17002007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1701
1702 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1703 yes-or-no-p.
1704
17052007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1706
1707 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 1708 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
1709
1710 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1711 gnus-y-or-n-p instead of y-or-n-p.
1712 (gnus-article-browse-html-parts): Work with message/external-body; use
1713 mm-add-meta-html-tag.
1714
cef98b13
GM
17152007-12-11 Glenn Morris <rgm@gnu.org>
1716
1717 * gnus-cache.el: Require gnus-sum not just when compiling.
1718
1719 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1720
1721 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1722 definitions before use.
1723
1724 * mm-decode.el: Require gnus-util.
1725 (mm-remove-part): Only call delete-annotation on XEmacs.
1726
1727 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1728
1729 * nnmail.el: Require gnus-int.
1730
1731 * spam.el: Move `require's before `eval-when-compile's.
1732
1733 * gnus-ems.el (gnus-alive-p):
1734 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 1735 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
1736 * mail-source.el (gnus-compress-sequence):
1737 * message.el (Info-goto-node, format-spec):
1738 * mm-bodies.el (message-options-get):
1739 * mm-decode.el (mm-view-pkcs7):
1740 * mm-util.el (gmm-write-region):
1741 * mml-smime.el (mml-compute-boundary)
1742 (gnus-completing-read-with-default):
1743 * mml.el (widget-button-press, gnus-make-hashtable):
1744 * mml1991.el (mm-decode-content-transfer-encoding)
1745 (mm-encode-content-transfer-encoding)
1746 (message-options-get, message-options-set):
1747 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1748 * nnfolder.el (gnus-request-group):
1749 * nnheader.el (ietf-drums-unfold-fws):
1750 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1751 * smime.el (gnus-run-mode-hooks):
1752 * spam-stat.el (gnus-message): Autoload.
1753
1754 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1755 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1756 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1757 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1758 Add declare-function compatibility definition.
1759
1760 * gnus-cache.el (nnvirtual-find-group-art):
1761 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1762 (gnus-add-image, gnus-add-wash-type):
1763 * gnus-group.el (nnkiboze-score-file):
1764 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1765 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
1766 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1767 (message-tokenize-header, gnus-get-buffer-create)
1768 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1769 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
1770 * gnus.el (gnus-group-decoded-name):
1771 * mail-source.el (imap-capability):
1772 * mm-bodies.el (message-options-set):
1773 * mm-decode.el (gnus-configure-windows):
1774 * mm-extern.el (message-goto-body):
1775 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1776 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1777 (epg-sub-key-validity, message-options-set):
1778 * mml.el (widget-event-point, gnus-configure-windows):
1779 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1780 * mml2015.el (epg-check-configuration, epg-configuration)
1781 (message-options-set):
1782 * nndb.el (nndb-request-article):
1783 * nnfolder.el (gnus-request-create-group):
1784 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1785 * nnmaildir.el (gnus-group-mark-article-read):
1786 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1787 * rfc1843.el (message-fetch-field):
1788 * spam.el (gnus-extract-address-components):
1789 Declare as functions.
1790
bbbe940b
MB
17912007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1792
1793 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1794
a5ded4c9
GM
17952007-12-09 Glenn Morris <rgm@gnu.org>
1796
1797 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1798
1799 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 1800 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 1801 Add declare-function compatibility definition.
a5ded4c9
GM
1802
1803 * gnus-art.el (w3-region, w3m-region, Info-menu):
1804 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1805 * gnus-sum.el (gnus-get-predicate):
1806 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1807 * message.el (mail-abbrev-in-expansion-header-p):
1808 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 1809 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
1810 * sieve-manage.el (password-read, password-cache-add)
1811 (password-cache-remove):
8d0f97a4 1812 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 1813
274f1353
DK
18142007-12-08 David Kastrup <dak@gnu.org>
1815
1816 * gnus-sum.el (gnus-summary-simplify-subject-query):
1817 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1818 `message'.
1819
a601fb74 18202007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 1821
a601fb74 1822 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 1823
af5370ad
RS
18242007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1825
1826 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1827
21ee0911
MB
18282007-12-06 Christian Plate <cplate@web.de> (tiny change)
1829
1830 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1831 Call gnus-add-to-range ranges only once with a prepared article-list.
1832
18332007-12-06 Paul Jarc <prj@po.cwru.edu>
1834
149cd465
JB
1835 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1836 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
1837 group names with backslashes. Reported by Tassilo Horn
1838 <tassilo@member.fsf.org>.
1839
f0131492 18402007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 1841
a601fb74
GM
1842 * gnus-art.el (article-make-date-line):
1843 * gnus-start.el (gnus-load):
1844 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 1845
415a09fb
MB
18462007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1847
1848 * gnus-art.el (gnus-use-idna)
1849 * gnus-start.el (gnus-site-init-file)
1850 * message.el (message-use-idna)
1851 * mm-uu.el (mm-uu-hide-markers)
1852 * smiley.el (smiley-style): Revert changes that suppress warnings.
1853
18542007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1855
1856 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1857 specify charset to html source. Reported by Christoph Conrad
1858 <christoph.conrad@gmx.de>.
1859
18602007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1861
1862 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1863 idna-program in order to suppress byte compile warning issued by XEmacs
1864 that came to byte compile the default value section of defcustom forms
1865 recently.
1866
1867 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1868 value of installation-directory.
1869
1870 * message.el (message-use-idna): Don't directly refer to the value of
1871 idna-program.
1872
1873 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1874
1875 * smiley.el (smiley-style): Don't directly call face-attribute.
1876
b890d447
MB
18772007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1878
1879 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1880
1881 * gnus-dired.el: Reduce Gnus dependencies.
1882 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1883 require. Use autoloads instead.
1884 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1885 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1886 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1887 (gnus-dired-mode): Adjust doc string.
1888 (gnus-dired-mail-mode): New variable.
1889 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1890 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1891 (gnus-dired-mail-buffers): New function. Return mail or message
1892 composition buffers.
1893 (gnus-dired-attach): Use it.
1894 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1895 NO-DECODE.
1896 (gnus-dired-print): Use `gnus-print-buffer' depending on
1897 `gnus-dired-mail-mode'.
1898
18992007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1900
1901 * rfc2047.el (rfc2047-encoded-word-regexp)
1902 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1903 explaining what regexp patterns are for.
1904
13b0ef01
GM
19052007-12-04 Glenn Morris <rgm@gnu.org>
1906
1907 * password.el: Move to ../password-cache.el.
1908
1909 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1910 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1911 * mml-smime.el (password-read, password-cache-add)
1912 (password-cache-remove):
1913 No need to autoload, since mml-sec requires password.
1914
1915 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1916 * message.el (gnus-extract-address-components):
1917 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1918
1919 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1920 password.
1921
b890d447
MB
19222007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1923
1924 * mailcap.el: Reduce dependencies.
1925 (mail-header-parse-content-type): Autoload.
1926 (mailcap-delete-duplicates): New alias.
1927 (mailcap-mime-info): Add optional argument NO-DECODE.
1928 (mailcap-mime-types): Use mailcap-delete-duplicates.
1929
1930 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1931
19322007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1933
1934 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1935 function.
1936
1937 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1938 (gnus-uu-yenc-article): New function.
1939
1940 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1941
1942 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1943 buffer.
1944
21662dc7
GM
19452007-12-02 Glenn Morris <rgm@gnu.org>
1946
323fc9ec
GM
1947 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1948 Move to ../net.
1949
21662dc7
GM
1950 * binhex.el, uudecode.el: Move to ../mail.
1951
ceabaeb3
GM
1952 * encrypt.el: Remove file.
1953
b890d447
MB
19542007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1955
1956 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1957 matches on patches.
1958
1959 * gnus-art.el (gnus-article-browse-html-article): Mention
1960 `mm-text-html-renderer' in the doc string.
1961
1962 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1963 string. Add comments.
1964
1965 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1966 if rhs is ASCII.
1967
08545d0a
GM
19682007-12-01 Glenn Morris <rgm@gnu.org>
1969
fb18c032 1970 * dig.el, dns.el: Move to ../net.
c3335b6a 1971 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 1972
08545d0a
GM
1973 * mail-source.el (top-level): Require format-spec before
1974 eval-when-compile.
1975
257a0a0d
GM
19762007-11-30 Glenn Morris <rgm@gnu.org>
1977
1978 * encrypt.el: Require password, rather than autoloading password-read.
1979
b890d447
MB
19802007-11-28 Elias Oltmanns <eo@nebensachen.de>
1981
1982 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1983 caller can indicate whether the cache should be disregarded for this
1984 call. This way the result of the call is reproducible at all times and
1985 can be considered a canonical server name for the supplied method.
1986 (gnus-agent-method-p): Canonicalize server names by pushing their
1987 method through `gnus-method-to-server' using the no-cache argument.
1988
1989 * gnus-srvr.el (gnus-server-insert-server-line): Call
1990 `gnus-method-to-server' with `no-cache' argument.
1991
1992 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1993 gnus-agent-possibly-synchronize-flags as this should be called when the
1994 server is actually being opened.
1995 (gnus-agent-possibly-synchronize-flags)
1996 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1997 flags file of an agentized server to the latter function.
1998
1999 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2000 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2001 after a connection has been established successfully.
2002
20032007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
2004
2005 * gnus-art.el (article-display-face): Force to display face if called
2006 interactively; check if gnus-article-x-face-too-ugly matches author.
2007 (article-display-x-face): Display face even if From header is missing
2008 as article-display-face does.
2009
d50fd8e2
GM
20102007-11-28 Richard Stallman <rms@gnu.org>
2011
2012 * md4.el: Move to ../.
2013 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
2014
b890d447
MB
20152007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
2016
2017 * mail-source.el (mail-sources): Default to fetch from file for
2018 compatibility with default of nnmail-spool-file.
2019
20202007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
2021
2022 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2023 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2024 to look for encoded word that should be encoded again.
2025 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2026 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2027 encoding pattern.
2028 (rfc2047-decode-region): Switch strict regexp and loose one according
2029 to rfc2047-allow-irregular-q-encoded-words.
2030
a06e7b5d
SJ
20312007-11-26 Simon Josefsson <simon@josefsson.org>
2032
2033 * imap.el: Move to ../net directory.
2034
b890d447
MB
20352007-11-25 Romain Francoise <romain@orebokech.com>
2036
2037 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2038
20392007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2040
2041 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2042 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2043
2044 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2045 `nnmail-spool-file'.
2046
2047 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2048 `nnmail-spool-file'.
2049
2050 * gnus-move.el (gnus-change-server): Ditto.
2051
2052 * gnus-kill.el (gnus-batch-score): Ditto.
2053
2054 * gnus-cache.el (gnus-jog-cache): Ditto.
2055
c9e31f32
SM
2056 * gnus-msg.el (gnus-summary-reply):
2057 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
2058
20592007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2060
c9e31f32
SM
2061 * gnus-cache.el (gnus-cache-generate-nov-databases):
2062 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
2063 nnml-generate-nov-databases-1.
2064
e3b0153a
GM
20652007-11-24 Glenn Morris <rgm@gnu.org>
2066
2067 * message.el (message-tool-bar-retro): Update for rename
2068 mail_send.xpm->mail-send.xpm.
2069
b890d447
MB
20702007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2071
2072 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2073 `smime-ldap-search' for Emacs 22 and up.
2074
145cc6b9
RS
20752007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2076
63ff8478
RS
2077 * hashcash.el: Move to ../mail directory.
2078
8746c8b8
RS
2079 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
2080
145cc6b9
RS
2081 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2082 `smime-ldap-search' for Emacs 22 and up.
2083
82816ba1
SM
20842007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2085
b7b80032
SM
2086 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2087
82816ba1
SM
2088 * message.el (message-send-mail-function): Fix error convention.
2089 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2090 (message-widen-reply, message-send-mail, message-talkative-question)
2091 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2092 (message-clone-locals, message-send-news): Use with-current-buffer.
2093 (message-insert-or-toggle-importance): Remove unused var `valid'.
2094 (message-make-references): Remove unused var `new-references'.
2095 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2096
3042deef
JB
20972007-11-22 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2100 (spam-split-symbolic-return-positive): Reflow docstring.
2101 (spam-backends, spam-summary-exit-behavior)
2102 (spam-mark-ham-unread-before-move-from-spam-group)
2103 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2104 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2105 (spam-clear-cache, spam-backend-check, spam-install-backend)
2106 (spam-install-statistical-backend, spam-list-of-processors)
2107 (spam-group-processor-p, spam-split, spam-bogofilter-score)
2108 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2109 (spam-check-crm114, spam-initialize, spam-unload-hook):
2110 Fix typos in docstrings.
2111
b890d447
MB
21122007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2113
2114 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2115 been checked if they have never been read and those group levels are
2116 higher than the one that a user specified.
2117
21182007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2119
2120 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2121 foreign groups unless a group level is specified by a user.
2122 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2123
b62a39c4
RS
21242007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
2125
2126 * message.el (message-send-mail-function): Require sendmail.
2127
2ea6167b
RS
21282007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
2129
9e0a8576
RS
2130 * message.el (message-send-mail-function): Check for smtpmail too.
2131
f21470ef
RS
2132 * utf7.el (utf7-encode, utf7-decode): Use coding system
2133 `utf-7'/`utf-7-imap' from utf-7.el' if available.
2134
2ea6167b
RS
2135 * message.el (message-send-mail-function): New function.
2136 (message-send-mail-function): Set default using
2137 message-send-mail-function. Adjust doc string.
2138 (message-send-mail-with-mailclient): New function.
2139
127a6f0e
GM
21402007-11-17 Richard Stallman <rms@gnu.org>
2141
2142 * assistant.el: Remove file.
2143
9efa445f
DN
21442007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2145
2146 * smime.el (from):
2147 * rfc2047.el (message-posting-charset):
2148 * qp.el (mm-use-ultra-safe-encoding):
2149 * pop3.el (parse-time-months):
2150 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2151 * nnml.el (files):
2152 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2153 (jka-compr-compression-info-list, ange-ftp-path-format)
2154 (efs-path-regexp):
2155 * nndiary.el (files):
2156 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2157 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2158 (epg-digest-algorithm-alist, inhibit-redisplay)
2159 (password-cache-expiry):
2160 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2161 (pgg-output-buffer, password-cache-expiry):
2162 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2163 (efs-path-regexp):
2164 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2165 (inhibit-redisplay):
2166 * mm-uu.el (file-name, start-point, end-point, entry)
2167 (gnus-newsgroup-name, gnus-newsgroup-charset):
2168 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2169 (latin-unity-ucs-list):
2170 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2171 (mm-uu-binhex-decode-function):
b97439ce 2172 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
2173 (rmail-enable-mime-composing, gnus-local-organization)
2174 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2175 (gnus-read-active-file, facemenu-add-face-function)
2176 (facemenu-remove-face-function, gnus-article-decoded-p)
2177 (tool-bar-mode):
2178 * mail-source.el (display-time-mail-function):
2179 * gnus-util.el (nnmail-pathname-coding-system)
2180 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2181 (gnus-original-article-buffer, gnus-user-agent)
2182 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2183 (xemacs-codename, sxemacs-codename, emacs-program-version):
2184 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2185 * gnus-start.el (gnus-agent-covered-methods)
2186 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2187 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2188 (gnus-newsgroup-headers, gnus-group-list-mode)
2189 (gnus-group-mark-positions, gnus-newsgroup-data)
2190 (gnus-newsgroup-unreads, nnoo-state-alist)
2191 (gnus-current-select-method, mail-sources)
2192 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2193 (nnmail-spool-file, gnus-cache-active-hashtb):
2194 * gnus-mh.el (mh-lib-progs):
2195 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2196 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2197 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2198 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2199 (gnus-group-buffer):
2200 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2201 (font-lock-set-defaults):
2202 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2203 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2204 (gnus-summary-post-menu, total-parts, type, condition, length):
2205 * gnus-agent.el (gnus-agent-read-agentview):
2206 * flow-fill.el (show-trailing-whitespace):
2207 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2208 eval-and-compile wrappers for byte compiler pacifiers.
2209
2210 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2211 (mm-display-inline-fontify): Check for featurep 'xemacs not
2212 extent-list.
2213
2214 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2215 itimer-list.
2216 (mm-create-image-xemacs): Only do something for XEmacs.
2217 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2218
2219 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2220
2221 * gnus-registry.el (gnus-adaptive-word-syntax-table):
2222 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2223
e9346447
JB
22242007-11-15 Juanma Barranquero <lekktu@gmail.com>
2225
ec5741dc 2226 * nnimap.el (nnimap-split-download-body):
e9346447 2227 * gnus-demon.el (gnus-demon):
ec5741dc 2228 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 2229
1428d46b
MB
22302007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2231
2232 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2233 macros.
2234 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2235 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2236 copy data from unibyte buffer to multibyte current buffer.
2237 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2238 to copy data from unibyte current buffer to multibyte buffer.
2239 (nntp-make-process-buffer): Make process buffer unibyte.
2240
2241 * pop3.el (pop3-open-server): Fix typo in Lisp code.
2242
22432007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
2244
2245 * pop3.el (pop3-open-server): Accept and process data more robustly at
2246 connexion start to avoid spurious "POP SSL connexion failed" errors.
2247
22482007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2249
2250 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2251 read group names.
2252
22532007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2254
2255 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2256
22572007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2258
2259 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2260 (nnmail-save-active): Use a unibyte buffer when saving active file,
2261 which may contain non-ASCII group names.
2262
2263 * nnml.el (nnml-request-group): Decode group names in messages.
2264
4d8a28ec
MB
22652007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2266
2267 * message.el (message-citation-line-function)
2268 (message-insert-formatted-citation-line): Fix spelling of
2269 `message-insert-formated-citation-line'.
2270
c12ecb0a
MB
22712007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2272
2273 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2274
4d8a28ec
MB
22752007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2276
2277 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2278 nnmail-pathname-coding-system.
2279
2280 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2281 that a user enters; decode group names in messages.
2282
2283 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2284
60ece9b0
MB
22852007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2286
2287 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2288
2289 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2290
2291 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2292 risky local variable.
2293
2294 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2295
22962007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2297
2298 * encrypt.el: Improve documentation to fix function name typo.
2299 Reported by Daiki Ueno <ueno@unixuser.org>.
2300
23012007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2302
2303 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2304 even if the point is not in the last page of an article.
2305 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2306 back to the previous page.
2307
c590ed3a
MB
23082007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2309
2310 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2311
60ece9b0
MB
23122007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2313
2314 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2315
c70dbcd5
SM
23162007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2317
60ece9b0
MB
2318 * message.el (message-check-news-body-syntax): Avoid
2319 mm-string-as-multibyte.
c70dbcd5
SM
2320 (message-hide-headers): Don't assume (point-min)==1.
2321
437ce4be
MB
23222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2323
2324 * message.el (message-remove-blank-cited-lines): Fix if remove is
2325 given.
2326 (message-bogus-address-regexp): New variable.
2327 (message-bogus-recipient-p): New function.
2328 (message-check-recipients): New command.
2329 (message-syntax-checks): Add `bogus-recipient'.
2330 (message-fix-before-sending): Add `bogus-recipient'.
2331
2332 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
2333 (gnus-treat-body-boundary): Don't test window-system.
2334
296fa7b4 23352007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
2336
2337 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 2338
c7ff939a
RS
23392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2340
2341 * gnus.el: Bump version to Gnus v5.13.
2342
01c52d31
MB
23432007-10-28 Miles Bader <miles@gnu.org>
2344
2345 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2346 at compile-time too.
2347
437ce4be
MB
23482007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2349
2350 * gnus-msg.el (gnus-message-setup-hook): Add
2351 `message-remove-blank-cited-lines' to options.
2352
01c52d31
MB
23532007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2354
2355 * message.el (message-remove-blank-cited-lines): New function.
880820fe 2356 Suggested by Karl Plästerer.
01c52d31
MB
2357
23582007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2359
2360 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2361 mapc.
2362
2363 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2364 (top-level): Use mapc to set functions to be traced for debugging.
2365
2366 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2367 called for effect with while loop.
2368
2369 * message.el (message-talkative-question): Replace mapcar called for
2370 effect with mapc.
2371
2372 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2373 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2374 called for effect with dolist.
2375
2376 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2377
2378 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2379 gnus-extra-headers and nnmail-extra-headers.
2380
2381 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2382 called for effect with dolist.
2383 (top-level): Use mapc to set functions to be traced for debugging.
2384
2385 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2386 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2387 dolist.
2388
2389 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2390 Replace mapcar called for effect with mapc.
2391 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2392 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2393 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2394 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2395
2396 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2397 remove-if that's a cl function.
2398
2399 * webmail.el (webmail-debug): Replace mapcar called for effect with
2400 dolist.
2401
01c52d31
MB
24022007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2405 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2406 with while loop.
2407
2408 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2409 functions from article-* functions.
2410 (gnus-multi-decode-header): Replace mapcar called for effect with
2411 dolist.
2412
2413 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2414 (gnus-bookmark-show-details): Replace mapcar called for effect with
2415 while loop.
2416
2417 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2418 called for effect with while loop.
2419
2420 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2421 with dolist.
2422
2423 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2424 mapcar called for effect with dolist.
2425
2426 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2427
2428 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2429 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2430 Replace mapcar called for effect with dolist.
2431 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2432 mapc.
2433
2434 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2435 Replace mapcar called for effect with dolist.
2436 (gnus-topic-list): Replace mapcar called for effect with mapc.
2437
2438 * gnus.el: Use mapc instead of mapcar to add autoloads.
2439
4b576f7d
RS
24402007-10-23 Richard Stallman <rms@gnu.org>
2441
2442 * gnus-group.el (gnus-group-highlight): Mark as risky.
2443
fdc90613
MB
24442007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2445
2446 * gnus.el (gnus-server-to-method): Return method found first in
2447 gnus-newsrc-alist.
2448
01c52d31
MB
2449 * gnus-art.el (gnus-article-highlight-signature)
2450 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2451 button overlay without the front stickiness.
2452
24532007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2454
2455 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2456 overview buffer needed a catch to receive its throw.
2457 (gnus-agent-flush-cache): Declared as interactive to make this function
2458 easier to use.
2459
fdc90613
MB
24602007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2461
2462 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2463 `next-line'.
2464
5255e3ff
MB
24652007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2466
2467 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2468 exclude address matching message-dont-reply-to-names.
2469
b4fde39f
MB
24702007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2471
2472 * gnus-util.el (gnus-string<): New function.
2473
2474 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 2475 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
2476
24772007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2478
2479 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2480 the frame-focus tag is set in gnus-buffer-configuration.
2481
01c52d31
MB
24822007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2483
2484 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2485 the front stickiness.
2486
24872007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2488
2489 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2490 url pattern; remove duplicate one.
2491 (gnus-article-extend-url-button): New function.
2492 (gnus-article-add-buttons): Use it.
2493 (gnus-button-push): Use concatenated url that it makes.
2494
6ab3804a
JB
24952007-10-04 Juanma Barranquero <lekktu@gmail.com>
2496
2497 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2498 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2499
2f19ece7
SM
25002007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2503 Don't hardcode point-min==1.
2504
1d0df8af
DK
25052007-09-30 David Kastrup <dak@gnu.org>
2506
2507 * gnus-art.el (gnus-article-reply-with-original)
2508 (gnus-article-followup-with-original): When `transient-mark-mode' is
2509 off, refrain from active-region behavior for followups.
2510
4b70e299
MB
25112007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2512
2513 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
2514 Fix comment about "iso8859-1".
2515
d4835507 25162007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
2517
2518 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2519 ones returned from the verify-function.
2520
2521 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2522 mml2015-extract-cleartext-signature if extraction failed.
2523
25242007-10-07 Daiki Ueno <ueno@unixuser.org>
2525
2526 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2527 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2528 failed.
4b70e299
MB
2529
25302007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2531
e9346447 2532 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 2533
01c52d31
MB
25342007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2535
2536 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2537 to mark a thread as expirable. Add variable `hide' to handle hiding of
2538 thread for both the null and zero (kill/expire thread) universal prefix
2539 cases.
2540 (gnus-summary-expire-thread): Add new function to expire a thread,
2541 using gnus-summary-kill-thread.
2542 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2543 shortcuts for gnus-summary-expire-thread.
2544 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2545 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2546
25472007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2548
2549 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2550 extras value, so an extras entry can be deleted.
2551 (gnus-registry-delete-extra-entry): Use it.
2552 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2553 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2554 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
2555 storage through the gnus-registry, and provide an appropriate API for
2556 it.
01c52d31 2557
4b70e299
MB
25582007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2561 Suggested by Leo <sdl.web@gmail.com>.
2562
2563 * gnus.el: Do.
2564
25652007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2566
2567 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2568 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2569
2570 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2571
2572 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2573 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2574
25752007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2576
2577 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2578 newline.
2579 (nnmbox-request-accept-article): Don't change article in source buffer;
2580 narrow to header to use message-fetch-field rather than
2581 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2582 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2583 as delimiters; make sure article ends with newline.
2584 (nnmbox-delete-mail): Correct last position of article to be deleted;
2585 ignore X-Gnus-Newsgroup header in article body.
2586 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2587 positions; make sure article ends with newline.
2588
01c52d31
MB
2589 * message.el (message-display-abbrev): Don't infloop when a user
2590 inserts SPC in the beginning of header.
2591
25922007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2593
2594 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2595 list of groups not followed by default. Fix type to be regexp.
2596 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2597
25982007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2599
2600 * hmac-def.el (define-hmac-function): Switch from old-style to
2601 new-style backquotes.
2602
002876ab 2603 * md4.el (md4-make-step): Likewise.
01c52d31
MB
2604
26052007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2606
2607 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2608 raw-text coding system when saving .newsrc file, which may contain
2609 non-ASCII group names.
2610
4b70e299
MB
26112007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2612
2613 * gnus-cus.el (gnus-score-extra): New widget.
2614 (gnus-score-extra-convert): New function.
2615 (gnus-score-customize): Use it for Extra.
2616
01c52d31
MB
26172007-08-31 Daiki Ueno <ueno@unixuser.org>
2618
2619 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2620 (mml2015-mailcrypt-clear-verify): Use it.
2621 (mml2015-gpg-clear-verify): Use it.
2622 (mml2015-pgg-clear-verify): Use it.
2623 (mml2015-epg-clear-verify): Replace the current part with the output
2624 from GnuPG; don't extract the plaintext by itself.
2625
2626 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2627 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2628 mml2015-clear-verify-function; don't touch the armor headers or
2629 dash-escaped text here.
2630
26312007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2632
2633 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2634 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2635 parts, or application/octet-stream as a last resort.
2636 (gnus-mime-view-part-as-type): Don't toggle display.
2637 (gnus-mime-view-part-as-charset): Don't turn off display before
2638 querying charset.
2639
2640 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2641 stuff to undisplayer function in Emacs.
2642 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2643
2644 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2645 text/calendar parts.
2646
7f22a765
MB
26472007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2648
01c52d31
MB
2649 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2650 decoding text/calendar parts.
2651
2652 * message.el (message-forward-make-body-mime): Always mark body as
2653 having no illegible text; remove signed-or-encrypted argument.
2654 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2655
7f22a765
MB
2656 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2657 (mml-generate-mime-1): Don't encode body if it is specified to be in
2658 raw form; don't make buffer be unibyte when inserting multibyte string.
2659
67d0660b
SM
26602007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * sha1.el: Fix up comment style.
2663 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2664 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2665
2666 * hex-util.el: Fix up comment style.
2667 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2668
2669 * gnus-salt.el: Use with-current-buffer.
2670 (gnus-pick-setup-message): Fix long-standing typo.
2671
bdaf8a62
MB
26722007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2673
01c52d31
MB
2674 * imap.el (imap-logout-timeout): New variable.
2675 (imap-logout, imap-logout-wait): New functions.
2676 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2677
2678 * nnimap.el (nnimap-logout-timeout): New server variable.
2679 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2680 nnimap-logout-timeout.
2681
bdaf8a62
MB
2682 * gnus-art.el (gnus-article-summary-command-nosave)
2683 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2684
26852007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2686
2687 * gnus.el (gnus-maximum-newsgroup): New variable.
2688
2689 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2690 according to gnus-maximum-newsgroup.
2691
2692 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
2693 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2694 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 2695
01c52d31
MB
26962007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2697
2698 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2699 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2700 Don't perform gnus-configure-windows here; reuse existing sticky
2701 article buffer.
2702
2703 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2704 it doesn't exist in gnus-article-mode.
2705
27062007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2707
2708 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2709 (gnus-agent-decoded-group-name): New function.
2710 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2711 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2712
27132007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2714
2715 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2716 Add binding for gnus-sticky-article.
2717 (gnus-summary-exit): Don't kill sticky article buffers.
2718
2719 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2720 article buffer.
2721 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2722 (gnus-kill-sticky-article-buffers): New commands.
2723
37cc095b
MB
27242007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2725
2726 * nntp.el (nntp-xref-number-is-evil): New server variable.
2727 (nntp-find-group-and-number): If it is non-nil, don't trust article
2728 numbers in the Xref header.
2729
01c52d31
MB
27302007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2731
2732 * gnus-agent.el (gnus-agent-read-group): New function.
2733 (gnus-agent-flush-group, gnus-agent-expire-group)
2734 (gnus-agent-regenerate-group): Use it.
2735 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2736 nnmail-pathname-coding-system.
2737
37cc095b
MB
27382007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2739
2740 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2741
01c52d31
MB
2742 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2743 that are unread as unread, and also as selected so that information of
2744 marks having been changed by a user may be updated when exiting group.
2745
37cc095b
MB
27462007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2747
2748 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2749
01c52d31
MB
27502007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2753 calculated ignoring signature parts to gnus-treat-article.
2754
27552007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2756
2757 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2758 a point here in order to keep the window start.
2759 (gnus-insert-mime-security-button): Make a button overlay without the
2760 front stickiness.
2761 (gnus-mime-display-security): Goto the end of a button.
2762
2763 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2764
27652007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2766
2767 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2768 group-name-at-point.
2769 (gnus-group-completing-read): New function that offers decoded
2770 non-ASCII group names for completion.
2771 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2772 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2773 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2774 (gnus-group-fetch-control): Use it.
2775 (gnus-fetch-group): Use group-name-at-point for the initial value
2776 rather than the default value; use gnus-alive-p.
2777
2778 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2779 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2780 (gnus-summary-post-news): Use gnus-group-completing-read.
2781
2782 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2783 (gnus-read-move-group-name): Decode group name for completion.
2784
f0131492 27852007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
2786
2787 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2788 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2789 Yamaoka slightly modified the code).
2790
27912007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2792
2793 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2794 (nnmail-split-incoming): Bind it.
2795
2796 * nnml.el (nnml-group-name-charset): New function.
2797 (nnml-decoded-group-name): Use it; don't decode group name if
2798 nnmail-group-names-not-encoded-p is non-nil.
2799 (nnml-encoded-group-name): New function.
2800 (nnml-group-pathname): Inline nnml-decoded-group-name.
2801 (nnml-request-expire-articles): Decode group name in message.
2802 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2803 nnmail-pathname-coding-system.
2804 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2805 not decoded ones according to nnmail-group-names-not-encoded-p.
2806 (nnml-generate-active-info): Use nnml-encoded-group-name.
2807
3ecd3a56
GM
28082007-08-08 Glenn Morris <rgm@gnu.org>
2809
2810 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2811 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2812 doc-strings and comments.
2813
cacc7b51
GM
28142007-07-25 Glenn Morris <rgm@gnu.org>
2815
2816 * Relicense all FSF files to GPLv3 or later.
2817
01c52d31 28182007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 2819
01c52d31
MB
2820 * gnus-sum.el (gnus-summary-move-article): Make
2821 gnus-summary-respool-article work.
2f62a044 2822
f931ce84
MB
28232007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2824
2825 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2826 string.
2827
880820fe 28282007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2829
2830 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2831 that should be ignored when comparing distant RSS articles with local
2832 ones.
2833 (nnrss-make-hash-index): New function. Create a hash index according
2834 to the ignored fields.
2835 (nnrss-check-group): Use it.
2836
28372007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2838
2839 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2840
2841 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2842
2843 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2844 the new optional argument ENCODED is non-nil.
2845 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2846 coding system for encoding group name.
2847 (gnus-group-make-rss-group): Pass un-encoded group name to
2848 gnus-group-make-group.
2849 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2850 encoded.
2851
2852 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2853 Encode group name to which articles are moved or copied.
2854 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2855 coding system for encoding Newsgroup, Followup-To and Xref headers.
2856
2857 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2858 marks; use nnheader-file-coding-system to write a file.
2859 (nnagent-retrieve-headers): Bind file-name-coding-system to
2860 nnmail-pathname-coding-system.
2861
2862 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2863
2864 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2865 (nnml-request-article, nnml-request-create-group)
2866 (nnml-request-rename-group, nnml-find-id)
2867 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2868 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2869 (nnml-save-marks): Use nnml-group-pathname instead of
2870 nnmail-group-pathname.
2871
2872 (nnml-request-create-group, nnml-request-expire-articles)
2873 (nnml-request-move-article, nnml-request-delete-group)
2874 (nnml-deletable-article-p, nnml-possibly-create-directory)
2875 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2876 (nnml-open-marks): Bind file-name-coding-system to
2877 nnmail-pathname-coding-system.
2878
2879 (nnml-request-article): Pass server argument to nnml-find-group-number.
2880 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2881 server argument to nnml-possibly-create-directory.
2882 (nnml-request-accept-article): Pass server argument to
2883 nnml-active-number and nnml-save-mail.
2884 (nnml-find-group-number): Pass server argument to nnml-find-id.
2885 (nnml-request-update-info): Pass server argument to
2886 nnml-marks-changed-p.
2887
2888 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2889 (nnml-save-mail, nnml-active-number): Add server argument.
2890
2891 (nnml-request-delete-group): Warn if group is missing.
2892 (nnml-get-nov-buffer): Decode group name.
2893 (nnml-generate-active-info): Encode group name.
2894 (nnml-open-marks): Decode group name in messages.
2895
28962007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2897
2898 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2899 if it is not specified.
2900 (gnus-article-pipe-part, gnus-article-save-part)
2901 (gnus-article-interactively-view-part, gnus-article-copy-part)
2902 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2903 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2904 (gnus-article-replace-part, gnus-article-delete-part)
2905 (gnus-article-view-part-as-type): Pass raw prefix argument to
2906 gnus-article-part-wrapper.
2907
29082007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2909
2910 * gnus-agent.el (gnus-agent-save-active): Bind
2911 nnheader-file-coding-system to gnus-agent-file-coding-system.
2912
2913 * gnus-cache.el (gnus-cache-save-buffers)
2914 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2915 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2916 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2917 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2918 (gnus-cache-generate-active, gnus-cache-rename-group)
2919 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2920 (gnus-cache-update-overview-total-fetched-for): Bind
2921 file-name-coding-system to nnmail-pathname-coding-system.
2922 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2923 variables.
2924 (gnus-cache-decoded-group-name): New function.
2925 (gnus-cache-file-name): Use it.
2926 (gnus-cache-generate-active): Use non-decoded group name for active.
2927
2928 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2929 right place.
2930 (gnus-write-active-file): Don't break non-ASCII group names.
2931
2932 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2933 nnmail-pathname-coding-system.
2934
2935 * gnus-uu.el (gnus-uu-decode-save): Typo.
2936
f931ce84
MB
29372007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2938
2939 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2940
2f62a044
MB
29412007-07-14 David Kastrup <dak@gnu.org>
2942
2943 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2944 finishing actions if we did not edit the article.
2945
01c52d31
MB
29462007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2947
2948 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2949 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2950 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2951 (gnus-agent-flush-group, gnus-agent-flush-cache)
2952 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2953 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2954 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2955 (gnus-agent-regenerate-group)
2956 (gnus-agent-update-files-total-fetched-for)
2957 (gnus-agent-update-view-total-fetched-for): Bind
2958 file-name-coding-system to nnmail-pathname-coding-system.
2959 (gnus-agent-group-pathname): Don't encode file names by
2960 nnmail-pathname-coding-system.
2961 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2962 coding-system-for-write instead of buffer-file-coding-system to
2963 gnus-agent-file-coding-system.
2964
2965 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2966 Decode group name.
2967
2968 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2969
2970 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2971 (gnus-read-newsrc-el-file): Make group names unibyte.
2972
2973 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2974 nnmail-pathname-coding-system.
2975
2976 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2977 (nnrss-request-delete-group): Bind file-name-coding-system to
2978 nnmail-pathname-coding-system.
2979 (nnrss-read-server-data, nnrss-read-group-data): Bind
2980 file-name-coding-system correctly.
2981 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2982
2983 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2984 (nntp-server-to-method-cache): New variable.
2985 (nntp-group-pathname): New function that decodes non-ASCII group names.
2986 (nntp-possibly-create-directory, nntp-marks-changed-p)
2987 (nntp-save-marks, nntp-open-marks): Use it.
2988 (nntp-possibly-create-directory, nntp-open-marks):
2989 Bind file-name-coding-system to nnmail-pathname-coding-system.
2990 (nntp-open-marks): Decode group names when bootstrapping marks.
2991
2992 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2993 Newsgroups and Folowup-To headers.
2994
82fe1aed
MB
29952007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2996
2997 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2998 (gnus-server-closed-face, gnus-server-denied-face)
2999 (gnus-server-offline-face): Remove variable.
3000 (gnus-server-font-lock-keywords): Use faces that are not aliases.
3001
01c52d31
MB
3002 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3003 of modifying message-stack directly for XEmacs.
3004
82fe1aed
MB
3005 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3006 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3007 if the coding-system argument is nil for XEmacs.
3008
3009 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3010 mm-charset-override-alist.
3011
3012 * rfc2047.el: Don't require base64; require rfc2045 for the function
3013 rfc2045-encode-string.
3014 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3015 to quote the parameter value.
3016
01c52d31
MB
30172007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3020 form in gnus-group-name-charset-method-alist.
3021
3022 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3023 overrides the default layout edit-form.
3024
3025 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3026
3027 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3028
60b0b668
MB
30292007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3030
3031 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3032 as unfetched articles.
3033
30342007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
3035
3036 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3037
01c52d31
MB
30382007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3039
3040 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3041 original back end that keeps marks in the local system.
3042
60b0b668
MB
30432007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3044
01c52d31
MB
3045 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3046 arg of pop-to-buffer for XEmacs.
3047 (gnus-article-read-summary-keys): Ditto; don't restore window
3048 configuration if summary command ends up with neither article buffer
3049 nor summary buffer; describe bindings if summary keys end with C-h.
3050
30512007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3052
3053 * message.el (message-fix-before-sending): Skip raw message part to be
3054 forwarded while checking illegible text.
3055 (message-forward-make-body-mime, message-forward-make-body): Mark
3056 signed or encrypted raw message as having no illegible text.
3057
30582007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3059
3060 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3061 (gnus-message-with-timestamp-1): New macro.
3062 (gnus-message-with-timestamp): New function.
3063 (gnus-message): Use them.
3064
3065 * nnheader.el (nnheader-message): Use them.
3066
30672007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
3068
3069 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3070 .newsrc.eld file.
60b0b668 3071
5cedca8d
MB
30722007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3073
3074 * gnus-agent.el (gnus-agent-fetch-headers)
3075 (gnus-agent-retrieve-headers): Bind
3076 gnus-decode-encoded-address-function to identity.
3077
3078 * nntp.el (nntp-send-xover-command): Recognize an xover command is
3079 available also when the server returns simply a dot.
3080
3081 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3082
524705ae
MB
30832007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
3084
01c52d31
MB
3085 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3086
30872007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
3088
524705ae
MB
3089 * gnus-ems.el (gnus-x-splash): Make it work.
3090
3091 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3092 from being used.
3093
01c52d31
MB
30942007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3095
3096 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3097 the front stickiness.
3098 (gnus-article-summary-command-nosave): Correct the order of the
3099 arguments passed to pop-to-buffer.
3100 (gnus-article-read-summary-keys): Ditto; make it work properly when the
3101 summary command ends up with the article buffer.
3102
3103 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3104 the same faces.
524705ae 3105
770edeec
JB
31062007-06-07 Juanma Barranquero <lekktu@gmail.com>
3107
524705ae 3108 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 3109
34c5dce5
JB
31102007-06-06 Juanma Barranquero <lekktu@gmail.com>
3111
3e3dc2c3
JB
3112 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3113 * gnus-sum.el (gnus-summary-highlight):
524705ae 3114 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 3115 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 3116
524705ae
MB
31172007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3118
3119 * gnus-art.el (gnus-mime-view-part-externally)
3120 (gnus-mime-view-part-internally): Fix predicate function passed to
3121 completing-read.
3122
01c52d31
MB
3123 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3124
3125 * gnus.el (gnus-update-message-archive-method): Add :version.
3126
31272007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * gnus.el (gnus-update-message-archive-method): New variable.
3130
3131 * gnus-start.el (gnus-setup-news): Update saved "archive" method
3132 according to gnus-message-archive-method if
3133 gnus-update-message-archive-method is non-nil.
3134
31352007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3136
3137 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
3138 by Loic Dachary <loic@dachary.org>.
3139 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 3140
c14dcd06
CY
31412007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
3142
3143 * message.el (message-pop-to-buffer): Add switch-function argument.
3144 (message-mail): Pass switch-function argument to it.
524705ae 3145
01c52d31
MB
31462007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
3147
3148 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3149 Improve doc string.
3150
31512007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3152
3153 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3154 (gnus-header-content)
3155 * gnus-cite.el (gnus-cite-10)
3156 * gnus-srvr.el (gnus-server-closed)
3157 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3158 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3159 (gnus-group-mail-3-empty, gnus-group-mail-low)
3160 (gnus-group-mail-low-empty, gnus-splash)
3161 * message.el (message-header-to, message-header-cc)
3162 (message-header-subject, message-header-other, message-header-name)
3163 (message-header-xheader, message-separator, message-cited-text)
3164 (message-mml): Lighten colors of faces used for dark background.
3165
31662007-05-24 Simon Josefsson <simon@josefsson.org>
3167
3168 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3169 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
3170
524705ae
MB
31712007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3172
c9e31f32
SM
3173 * message.el (message-narrow-to-headers-or-head):
3174 Ignore mail-header-separator in the body.
524705ae 3175
01c52d31
MB
31762007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
3177
3178 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3179 same as window size.
3180
31812007-05-22 Kevin Ryde <user42@zip.com.au>
3182
3183 * message.el (message-font-lock-keywords): Use message-header-xheader
3184 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
3185 ahead of the anything pattern, to get it recognised.
3186
880820fe 31872007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3188
3189 * gnus-sum.el (gnus-articles-to-read)
3190 (gnus-summary-insert-old-articles): Don't truncate group name for
3191 `read-string'.
3192
3193 * gnus-util.el (gnus-limit-string): Delete this function.
3194
3195 * gnus-sum.el (gnus-simplify-subject-fully): Use
3196 `truncate-string-to-width' instead.
3197
880820fe 31982007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3199
3200 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
3201 if, on summary exit, the next group has to be selected.
3202 (gnus-summary-exit): Use it.
3203
524705ae
MB
32042007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3205
3206 * gnus-art.el (gnus-article-mode): Fix comment about displaying
3207 non-break space.
c14dcd06 3208
01c52d31
MB
32092007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3210
3211 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3212 Check if group is not a directory.
3213 (nnfolder-request-expire-articles): Don't delete articles if the target
3214 group is not available.
3215
3216 * nnml.el (nnml-request-create-group): Properly check if group is not a
3217 file.
3218 (nnml-request-expire-articles): Don't delete articles if the target
3219 group is not available.
3220
3221 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3222 Don't quote characters that are within parentheses.
3223
32242007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
3225
3226 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3227 (gnus-handle-ephemeral-exit): Select article according to it.
3228
32292007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3230
3231 * message.el (message-insert-formated-citation-line): Remove newline.
3232 (message-citation-line-format): Add final \n here so that the user can
3233 avoid a blank line.
3234
32352007-05-03 Dan Christensen <jdc@uwo.ca>
3236
3237 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3238 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3239 Update lanl/arXiv support.
596e5f72 3240
01c52d31
MB
32412007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3242
3243 * gnus.el: Bump version number.
3244
32452007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
3247 * gnus.el (gnus-version-number): Bump version.
3248
9b3ebcb6 32492007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
3250
3251 * gnus.el: No Gnus v0.6 is released.
3252
32532007-04-27 Didier Verna <didier@xemacs.org>
3254
3255 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3256 * gmm-utils.el (gmm-regexp-concat): here.
3257 * message.el: Don't require 'gnus-util.
3258 (message-dont-reply-to-names): Handle name change above.
3259 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3260
32612007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3264 since the initial value varies according to the system.
3265
32662007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3267
3268 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3269
32702007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3271
3272 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3273
32742007-04-24 Didier Verna <didier@xemacs.org>
3275
3276 Improve the type of gnus-ignored-from-addresses.
3277 * gnus-util.el (gnus-orify-regexp): New function.
3278 * message.el (gnus-util): Require it.
3279 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3280 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3281 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3282
32832007-04-24 Didier Verna <didier@xemacs.org>
3284
3285 * gnus-sum.el:
3286 * gnus-utils.el: Fix some trailing whitespaces.
3287
32882007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3289
3290 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3291 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3292 article's Message-ID; refer parent article in summary buffer.
3293
3294 * message.el (message-bounce): Call mime-to-mml.
3295
32962007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3297
3298 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 3299
6b554e88
MB
33002007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3301
3302 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3303 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3304 displayed of multipart/alternative part if it is invoked from summary
3305 buffer.
6b554e88
MB
3306
3307 * mm-view.el (mm-inline-text-html-render-with-w3m)
3308 (mm-inline-text-html-render-with-w3m-standalone)
3309 (mm-inline-render-with-function): Use mail-parse-charset by default.
3310
01c52d31
MB
33112007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3312
3313 * parse-time.el (parse-time-string-chars): Check if CHAR
3314 is less than the length of parse-time-syntax.
3315
33162007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3317
3318 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3319 from gnus-newsgroup-processable.
3320
33212007-04-16 Didier Verna <didier@xemacs.org>
3322
3323 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 3324 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
3325 "Leo".
3326
33272007-04-11 Didier Verna <didier@xemacs.org>
3328
3329 New user option: message-signature-directory.
3330 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3331 * message.el (message-insert-signature): Ditto.
3332 * message.el (message-signature-file): Doc update.
3333 * message.el (message-signature-directory): New.
3334
c429815a
MB
33352007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3336
3337 * gnus-msg.el (gnus-inews-yank-articles): Use
3338 message-exchange-point-and-mark instead of exchange-point-and-mark.
3339
33402007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3341
3342 * message.el (message-yank-original): Make sure cited text ends with
3343 newline; don't exchange point and mark.
3344
33452007-04-07 Chong Yidong <cyd@stupidchicken.com>
3346
3347 * tls.el (open-tls-stream): Properly handle case where there
3348 is no associated buffer.
3349
c345112e
TTN
33502007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3351
3352 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3353 message-yank-original, make sure (< mark TEXT point).
3354
8aed9ac5
RS
33552007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3356
01c52d31
MB
3357 * message.el (message-fill-column): New variable.
3358 (message-mode): Use it. Add comment on a possible new hook.
3359
8aed9ac5
RS
3360 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3361 (nnmail-get-new-mail): Reformat.
3362
3363 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3364
3365 * gmm-utils.el: Fix Commentary.
3366 (gmm-tool-bar-from-list): Fix typo in doc string.
3367
561fb491
TTN
33682007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3369
01c52d31
MB
3370 * message.el (message-yank-original): Don't switch point and mark
3371 unnecessarily to put point and mark as documented.
3372
33732007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3374
3375 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3376 from the message heads.
3377
33782007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3379
3380 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3381 article buffer does not have a window. This may not be the best
3382 solution but is certainly better than setting the start of the null,
3383 that is the current, window.
3384
33852007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3386
3387 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3388 (gnus-draft-setup): Run it.
3389
3390 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3391 gnus-score-fast-scoring. Allow regexp.
3392 (gnus-score-headers): Use it.
3393
3394 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3395 XEmacs.
3396
3397 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3398 string.
3399 (gnus-button-alist): Also catch `<f1> k ...'.
3400 (gnus-treat-display-x-face): Fix doc string.
561fb491 3401
87ba2830
MB
34022007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3403
3404 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3405 evaluation of gnus-extended-version to ensure correct generation of the
3406 User-Agent header when message-generate-headers-first is used.
3407
01c52d31 34082007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 3409
01c52d31
MB
3410 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3411 hashcash-path is nil. Don't call callback with incorrect number of
3412 parameters if val is 0.
87ba2830 3413
815b81c8
MB
34142007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3415
3416 * message.el (message-required-news-headers):
3417 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3418
34192007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3420
3421 * message.el (message-generate-new-buffers): Change the meaning of the
3422 nil value; add `standard' to the choices; treat t as `unique'; improve
3423 doc string.
3424 (gnus-select-frame-set-input-focus): Autoload.
3425 (message-buffer-name): Search for the existing message buffer if
3426 message-generate-new-buffers is nil or `standard'; treat the value t of
3427 message-generate-new-buffers as `unique'.
3428 (message-pop-to-buffer): Raise the frame already displaying the message
3429 buffer; clear the echo area after querying.
3430 (message-setup): Pass the `continue' argument to compose-mail.
3431 (message-mail): Prefer `switch-function' if it is given; search for the
3432 existing message buffer if the `continue' argument is non-nil; pass
3433 continue and switch-function arguments to compose-mail by way of
3434 message-setup.
3435 (message-mail-other-window): Adjust argument of message-setup.
3436 (message-mail-other-frame): Ditto.
3437
01c52d31
MB
34382007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3439
3440 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3441 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3442 to turn font-lock on when turning gnus-message-citation-mode on.
3443
34442007-03-06 Daiki Ueno <ueno@unixuser.org>
3445
3446 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3447 (mml-smime-function-alist): New variable; add epg as the backend.
3448 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3449 mml-smime- functions instead.
3450 * mm-view.el: Require smime.
3451
34522007-03-05 Didier Verna <didier@xemacs.org>
3453
3454 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3455 instead of just inheritance for posting styles.
3456 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3457
34582007-02-24 John Paul Wallington <jpw@pobox.com>
3459
3460 * tls.el (tls-certtool-program): Fix custom type.
3461
34622007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3463
3464 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3465 and point-at-eol instead of line-(beginning|end)-position.
3466
3467 * assistant.el (assistant-parse-buffer): Ditto.
3468
34692007-02-28 Daiki Ueno <ueno@unixuser.org>
3470
3471 * mml2015.el (mml2015-epg-find-usable-key): New function.
3472 (mml2015-epg-sign): Use it.
3473 (mml2015-epg-encrypt): Use it.
3474
45cb30ee
MB
34752007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3476
3477 * message.el (message-make-in-reply-to): Quote name containing
3478 non-ASCII characters. It will make the RFC2047 encoder cause an error
3479 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 3480 <nakaji@jp.freebsd.org>.
45cb30ee 3481
01c52d31
MB
34822007-02-27 Didier Verna <didier@xemacs.org>
3483
3484 Include the group parameters as well as the topic ones in the
3485 inheritance filter process.
3486 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3487 argument GROUP-PARAMS-LIST.
3488 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3489
45cb30ee
MB
34902007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3491
3492 * nntp.el (nntp-never-echoes-commands)
3493 (nntp-open-connection-functions-never-echo-commands): New variables.
3494 (nntp-send-command): Use them.
3495
01c52d31
MB
34962007-02-20 Daiki Ueno <ueno@unixuser.org>
3497
3498 * mml2015.el (mml2015-epg-verify): Simplified.
3499
35002007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3501
3502 * mml.el (mml-content-disposition-alist): New user option.
3503 (mml-content-disposition): New function.
3504 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3505 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3506
35072007-02-19 Daiki Ueno <ueno@unixuser.org>
3508
3509 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3510 verification.
3511
aa260d63
MB
35122007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3513
3514 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3515 articles posted in the last 24 hours.
3516
c371062c
CY
35172007-02-14 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3520
880820fe 35212007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3522
3523 * nntp.el (nntp-send-command): Don't wait for echoes when
3524 nntp-open-ssl-stream is used.
3525
35262007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3527
3528 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3529 (gnus-message-add-citation-keywords)
3530 (gnus-message-remove-citation-keywords): Remove.
3531 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3532 directly, make the variables in font-lock-defaults buffer-local, add
3533 gnus-message-citation-keywords to them and then update the value of
3534 font-lock-keywords.
3535
35362007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * message.el (message-cite-original-1): Don't call
3539 gnus-article-highlight-citation.
3540
3541 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3542 citations; fix line count.
3543
35442007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3545
3546 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3547 (gnus-message-add-citation-keywords)
3548 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3549 versions of font-lock-add-keywords and font-lock-remove-keywords to
3550 work with XEmacs correctly.
3551
35522007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3553
3554 * gnus-cite.el (gnus-cite-face-list): Set the values of
3555 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3556 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3557 (gnus-message-cite-prefix-regexp): New variable.
3558 (gnus-message-search-citation-line): Use it; protect against long
3559 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3560 the 0th match data for Emacs.
3561 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3562 (gnus-message-add-citation-keywords): Append keywords rather than
3563 prepending; emulate font-lock-add-keywords if it is not available.
3564 (gnus-message-remove-citation-keywords): Emulate
3565 font-lock-remove-keywords if it is not available.
3566
3567 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3568
3569 * message.el (message-cite-prefix-regexp): Set the value of
3570 gnus-message-cite-prefix-regexp.
3571
c91f4b83
MB
35722007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3573
3574 * nnweb.el (nnweb-google-parse-1): Update parser.
3575
8f77631e
JB
35762007-01-29 Juanma Barranquero <lekktu@gmail.com>
3577
3578 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3579
41e49ce6
MB
35802007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3581
3582 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3583 regexp.
3584
35852007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3588 string-to-multibyte.
3589 (uudecode-decode-region-internal): Use it.
3590
b28080e3
MB
35912007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3592
3593 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3594 custom choice.
3595
3596 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3597
01c52d31
MB
35982007-01-22 Daiki Ueno <ueno@unixuser.org>
3599
3600 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3601
3602 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3603 `write-region' to respect `mm-inhibit-file-name-handlers'.
3604
b66f54c1
MB
36052007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3606
3607 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3608 Use gnus-home-directory instead of "~/" or "$HOME".
3609
01c52d31
MB
36102007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3611
3612 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3613 to mention filename.
3614 Add comments at beginning regarding usage.
3615 (encrypt-write-file-contents): Change interactive so a string is
3616 acceptable. If the file has no associated model, show an error instead
3617 of a nonsense prompt.
3618
36192007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3620
3621 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3622 Thanks to Yoshihiko Yamada for kind notification of this typo.
3623
0d7c8ac4
KH
36242007-01-12 Kenichi Handa <handa@m17n.org>
3625
3626 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3627 multibyte buffer.
651408cb
MB
3628
36292007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3630
01c52d31
MB
3631 * gnus-score.el (gnus-score-fast-scoring): New variable.
3632 (gnus-score-headers): Use it.
3633
651408cb 3634 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 3635
01c52d31
MB
3636 * message.el (message-cite-original-1): Call
3637 gnus-article-highlight-citation if requested.
60ece9b0 3638 (message-make-from): Allow name and address as optional arguments.
40e902eb 3639
01c52d31 3640 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 3641
01c52d31
MB
3642 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3643 bugs to doc string.
3644 (gnus-button-alist): Add mid\\|message-id.
3645 (gnus-button-fetch-group): Extend for use in
3646 `browse-url-browser-function'.
3647 (gnus-button-url-regexp): Try to catch paired parentheses like in
3648 Wikipedia URLs.
d84c3737 3649
01c52d31
MB
3650 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3651 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 3652
01c52d31 36532007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 3654
01c52d31
MB
3655 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3656 Update copyright.
ba361211 3657
01c52d31 36582007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 3659
01c52d31 3660 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 3661
01c52d31 36622007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 3663
01c52d31
MB
3664 * gnus-registry.el (gnus-registry-unfollowed-groups)
3665 (gnus-registry-split-fancy-with-parent): Fix documentation.
3666
36672007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3668
3669 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3670 from nnweb groups.
3671
36722006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3673
3674 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3675 Xref urls. Erase buffer before requesting head.
3676
3677 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3678
36792007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3680
3681 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3682 customizable.
3683
36842007-01-05 Daiki Ueno <ueno@unixuser.org>
3685
3686 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3687 no signing key is found.
3688 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3689 no encrypting and/or signing key is found.
3690
36912007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3692
3693 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3694
36952007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3696
3697 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3698 headers read from disk with the ones newly found in the current search.
3699 This should no longer cause problems, because the article numbers in
3700 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
3701
37022007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3703
3704 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3705
37062007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3707
3708 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3709
01c52d31
MB
37102007-01-01 Romain Francoise <romain@orebokech.com>
3711
3712 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3713
37142006-12-31 Steve Youngs <steve@sxemacs.org>
3715
3716 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3717 `define-minor-mode' macro definition expanded properly.
3718 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3719 exclude it there.
3720
3721 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3722 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3723 `fboundp' test.
3724 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3725 This is OK to autoload in (S)XEmacs now.
3726
37272006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3728
3729 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3730 keystroke.
3731 (gnus-summary-limit-to-singletons): Fix typo.
3732
3733 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3734 else fails.
3735
db629244
MB
37362006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3737
01c52d31
MB
3738 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3739 docstring.
3740
3741 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3742 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3743 (gnus-summary-insert-dormant-articles): Fix typo in message.
3744
37452006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3746
3747 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3748 nil for XEmacs.
3749 (gnus-message-citation-mode): Don't autoload in XEmacs.
3750
3751 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 3752
880820fe 37532006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
3754
3755 * nnimap.el (nnimap-expunge-search-string): Mention
3756 nnimap-search-uids-not-since-is-evil in docstring.
3757
37582006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3759
3760 * spam.el: Revert to make-obsolete-variable because
3761 define-obsolete-variable-alias is not supported in Emacs 21.
3762
01c52d31
MB
3763 * spam.el (spam-ifile-path, spam-ifile-database-path)
3764 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3765 make-obsolete-variable.
3766 (spam-bsfilter-path, spam-bsfilter-program)
3767 (spam-spamassassin-path, spam-spamassassin-program)
3768 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3769 use "path" inappropriately.
3770 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3771 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3772 variable names.
3773
11e95b02
MB
37742006-12-28 Daiki Ueno <ueno@unixuser.org>
3775
3776 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3777 summary buffer.
3778
01c52d31
MB
3779 * password.el (password-cache-remove): Use clear-string to burn
3780 password, if available.
11e95b02 3781
01c52d31
MB
37822006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3783
3784 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3785
3786 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3787
3788 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3789 (gnus-message-highlight-citation): Move defcustom here from
3790 gnus-cite.el.
3791 (gnus-message-citation-mode): Autoload.
3792
3793 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3794 checks to make it compile with XEmacs.
3795 (gnus-message-citation-mode): New minor mode.
3796 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3797 (gnus-message-highlight-citation): New variables.
3798 (gnus-message-search-citation-line)
3799 (gnus-message-add-citation-keywords)
3800 (gnus-message-remove-citation-keywords)
3801 (turn-on-gnus-message-citation-mode)
3802 (turn-off-gnus-message-citation-mode): New functions.
3803
38042006-12-26 Oliver Scholz <epameinondas@gmx.de>
3805
3806 * gnus-cite.el: Enable highlighting of different citation levels in
3807 message-mode.
11e95b02
MB
3808
38092006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3810
3811 * message.el (message-make-fqdn): Fix comment.
3812 (message-bogus-system-names): Add ".local".
3813
3814 * spam.el (spam-ifile-path, spam-ifile-program)
3815 (spam-ifile-database-path, spam-ifile-database)
3816 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3817 Don't use "path" inappropriately.
3818 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3819 strings.
3820 (spam-check-ifile, spam-ifile-register-with-ifile)
3821 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3822 new variable names.
3823
3824 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3825 (gnus-treat-display-smileys): Simplify using
3826 gnus-image-type-available-p.
3827
3828 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3829 available.
3830
38312006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3832
3833 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3834 one after turning on the buffer's multibyteness instead of decoding
3835 them directly in the unibyte buffer that causes unexpected conversion
3836 in Emacs 23 (unicode).
3837
01c52d31
MB
38382006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3839
3840 * message.el (message-generate-hashcash): Fix custom type.
3841
38422006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3843
3844 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3845
9b9e104e
MB
38462006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3847
3848 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3849 disconnect icons. Add help text.
3850
01c52d31
MB
38512006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3852
3853 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3854 negated to be consistent with the others we handle.
3855
38562006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3859 version of gnus-summary-buffer to something, so that we can use two
3860 article buffers at the same time.
3861
38622006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3863
3864 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3865 trigger all the extra headers.
3866 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3867 sorting.
3868
38692006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3870
3871 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3872 solid groups.
3873
bcd3e063
MB
38742006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3875
3876 * legacy-gnus-agent.el: Add Copyright notice.
3877
82e5f93f
CY
38782006-12-12 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3881
01c52d31
MB
38822006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3883
3884 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3885
3886 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3887 to make it work reliably in CVS Emacs.
3888 (gnus-summary-limit-strange-charsets-predicate)
3889 (gnus-summary-limit-to-predicate): New functions.
3890
f88e76a8
CY
38912006-12-08 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3894 specifying array size.
3895 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3896 array if it is too small.
3897 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3898 (gnus-sort-threads-loop): New function.
3899
e925d5ae 39002006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
3901
3902 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3903 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3904
880820fe 39052006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
3906
3907 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3908 options.
3909
01c52d31
MB
39102006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
3912 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3913 DOS-ing the recipient.
3914
3915 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3916 the headers when creating the mapping to avoid mismappings.
3917 (nnweb-gmane-create-mapping): Always nix out old mapping.
3918
39192006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3920
3921 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3922 and mm-verify-option to never.
3923
5538c331
MB
39242006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3925
01c52d31
MB
3926 * message.el (message-signed-or-encrypted-p): New function.
3927 (message-forward-make-body): Use it.
3928
3929 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3930 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
3931
39322006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3933
3934 * nneething.el (nneething-decode-file-name): Replace
3935 decode-coding-string with mm-decode-coding-string.
3936
01c52d31
MB
3937 * gnus-int.el (gnus-open-server): Say failed server's name.
3938
550831ed
JB
39392006-11-24 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3942 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3943
3944 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3945 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3946 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3947 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3948 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3949 (gnus-subscribe-newsgroup, gnus-1):
3950 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3951 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3952 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3953 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3954
01c52d31
MB
39552006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3956
3957 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3958 keystroke.
3959 (gnus-summary-limit-to-bodies): Implement headersp.
3960
39612006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3962
3963 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3964
e8f0f70d
MB
39652006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3966
3967 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3968
01c52d31
MB
39692006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3970
3971 * message.el (message-generate-hashcash): Expand range of values to
3972 include `opportunistic'.
3973 (message-send-mail): Use it.
3974
b07e0143
MB
39752006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3976
3977 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3978 and comment it.
3979
3980 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3981
4573e0df
MB
39822006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3983
3984 * gnus-util.el (gnus-extract-address-components): Improve comment.
3985
39862006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3987
3988 * gnus-util.el (gnus-extract-address-components): Work with address in
3989 which the name portion contains @.
3990
39912006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3992
3993 * gnus.el (gnus-start): Move custom group up.
3994 (gnus-select-method): Don't autoload, but make it available for
3995 `customize-variable'.
3996 (gnus-getenv-nntpserver): Don't autoload.
3997
01c52d31
MB
39982006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3999
4000 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4001
40022006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
4003
4004 * message.el (message-sendmail-extra-arguments): New variable.
4005 (message-send-mail-with-sendmail): Use it.
4006
4573e0df
MB
40072006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4008
4009 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4010 mm-with-unibyte-current-buffer to make string unibyte.
4011
4012 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4013 mm-string-as-multibyte.
4014
01c52d31
MB
40152006-11-14 Daiki Ueno <ueno@unixuser.org>
4016
4017 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4018 Reported by Werner Koch <wk@gnupg.org>.
4019
40202006-11-14 Daiki Ueno <ueno@p360>
4021
4022 * mml2015.el: Autoload epa-select-keys when compiling.
4023
40242006-11-13 Daiki Ueno <ueno@unixuser.org>
4025
4026 * mml2015.el (mml2015-epg-sign): Save the signing keys in
4027 message-options.
4028 (mml2015-epg-encrypt): Save the recipient keys in message-options.
4029
40302006-11-13 Daiki Ueno <ueno@unixuser.org>
4031
4032 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4033 EasyPG (< 0.0.6).
4034 (mml2015-always-trust): New user option.
4035 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4036 prompt.
4037
40382006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4039
4040 * nntp.el (nntp-authinfo-force): New variable.
4041 (nntp-send-authinfo): Use it.
4042
4573e0df
MB
40432006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4044
01c52d31
MB
4045 * message.el (message-strip-subject-encoded-words): Allow _not_ to
4046 decode encoded words. Improve prompt. Add comment about forwarding.
4047 (message-replacement-char): Move up.
4573e0df
MB
4048
40492006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4050
4051 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4052 instead of gnus-intersection because arguments of gnus-sorted-nunion
4053 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
4054
01c52d31
MB
40552006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
4056
4057 * message.el (message-strip-subject-encoded-words): Reformat prompt.
4058 (message-simplify-subject-functions): Enable
4059 message-strip-subject-encoded-words by default.
4060
40612006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
4062
4063 * message.el (message-strip-subject-encoded-words): New function
4064 (message-simplify-subject-functions): New variable.
4065 (message-simplify-subject): Use it. Fix typo in doc string.
4066 Support message-strip-subject-encoded-words.
4067
06856b12
JB
40682006-11-03 Juanma Barranquero <lekktu@gmail.com>
4069
4070 * gnus-diary.el (gnus-diary-delay-format-function):
4071 * nndiary.el (nndiary-reminders):
4072 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4073
b193caa3
MB
40742006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4075
4076 * gnus-art.el (article-hide-boring-headers): Fetch date from
4077 gnus-original-article-buffer to avoid problems with localized date
4078 strings.
4079
40802006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4081
4082 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4083
ab785936
MB
40842006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
4085
06856b12
JB
4086 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4087 New variables.
ab785936
MB
4088 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4089 (mm-charset-synonym-alist): Move some entries to
4090 mm-codepage-iso-8859-list.
4091 (mm-charset-synonym-alist, mm-charset-override-alist): Add
4092 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4093
b90a6149
MB
40942006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4095
4096 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4097
40982006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4099
4100 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4101 with Emacs 21 and XEmacs.
4102
01c52d31
MB
41032006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
4104
4105 * spam.el (spam-parse-address): New function for better parsing,
4106 catching errors, etc.
4107 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4108
b90a6149
MB
41092006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4110
4111 * mm-view.el: Add interactive arg to html2text autoload.
4112
41132006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4114
4115 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4116
01c52d31
MB
41172006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
4118
4119 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4120 variables.
4121 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4122 (mm-charset-synonym-alist): Move some entries to
4123 mm-codepage-iso-8859-list.
4124
4125 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4126
41272006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
4128
4129 * message.el (message-citation-line-format)
4130 (message-insert-formated-citation-line): Fix implementation of %E, %N
4131 and %n according to the doc string.
4132
41332006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
4134
4135 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4136 car-safe to avoid bad parses.
4137
c86d4601
MB
41382006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4139
4140 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4141 names.
4142
4143 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4144
41452006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4146
01c52d31
MB
4147 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4148 header.
4149
4150 * message.el (message-draft-headers): Add Date.
4151 (message-headers-to-generate): Fix typo in docstring.
4152
4153 * nndraft.el (nndraft-required-headers): New variable.
4154 (nndraft-generate-headers): Use it.
4155
4156 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4157
41582006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4159
4160 * gnus-registry.el (gnus-registry-wash-for-keywords)
4161 (gnus-registry-find-keywords): New functions to allow easy searching of
4162 articles that are in the registry.
4163
41642006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4165
4166 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4167 ietf-drums-parse-address instead of gnus-extract-address-components.
4168 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
4169
41702006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
4171
4172 * gnus.el (gnus-mime): Remove unused custom group.
4173
92edaeed
MB
41742006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4175
4176 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4177 "blank line" when searching for end of armor headers.
4178
41792006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4180
4181 * gmm-utils.el (gmm-write-region): Fix variable name.
4182
41832006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
4184
4185 * gmm-utils.el (gmm-write-region): New function based on compatibility
4186 code from `mm-make-temp-file'.
4187
4188 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4189
4190 * nnmaildir.el (nnmaildir--update-nov)
4191 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4192 Use `gmm-write-region'.
4193
996aa8c1
MB
41942006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4195
01c52d31
MB
4196 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4197 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4198
4199 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4200
4201 * message.el (message-replacement-char): New variable.
4202 (message-fix-before-sending): Use it.
4203 (message-simplify-subject): New function to remove duplicate code.
4204 (message-reply, message-followup): Use it.
4205
996aa8c1
MB
4206 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4207 gnus-summary-limit-to-articles.
4208
01c52d31 42092006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 4210
01c52d31 4211 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 4212
01c52d31 4213 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 4214
01c52d31 42152006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4216
01c52d31
MB
4217 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4218 ignore non-string data.
996aa8c1 4219
01c52d31 42202006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4221
01c52d31
MB
4222 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4223 non-string data (needs to be done in the registry too).
996aa8c1 4224
01c52d31 42252006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4226
01c52d31
MB
4227 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4228 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4229 (gnus-registry-split-fancy-with-parent)
4230 (gnus-registry-fetch-simplified-message-subject-fast)
4231 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4232 Remove text properties on ingress into the registry and when it's saved.
4233 (gnus-registry-clean-empty-function): Fix bug with cleaning the
4234 registry from entries with no groups.
996aa8c1 4235
01c52d31 42362006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 4237
01c52d31
MB
4238 * gnus-util.el (gnus-string-remove-all-properties): Add utility
4239 function to remove string properties.
996aa8c1 4240
67099291
MB
42412006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
4242
4243 * gmm-utils.el (gmm): Adjust custom version.
4244
4245 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4246 custom version.
4247
4248 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4249
01c52d31
MB
42502006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4251
4252 * gnus-art.el (gnus-insert-prev-page-button)
4253 (gnus-insert-next-page-button): Simplify. Reformat.
4254
42552006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4256
4257 * gnus-art.el (gnus-insert-prev-page-button)
4258 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4259
94019f61
CY
42602006-09-25 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4263
01c52d31
MB
42642006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4265
4266 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4267 gnus-article-button-face to MIME and security buttons.
4268
42692006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4270
4271 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4272 readable.
4273
42742006-09-20 Steve Youngs <steve@sxemacs.org>
4275
4276 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4277 `browse-url-of-file' instead of `browse-url'.
4278
0327a464
MB
42792006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4280
4281 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4282 regexp. Articles containing quotation were cut prematurely.
4283
42842006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4285
01c52d31
MB
4286 * message.el (message-cite-original-1): Use nobody by default for the
4287 value of From header.
0327a464
MB
4288 (message-reply): Ditto.
4289
01c52d31
MB
42902006-09-11 Daiki Ueno <ueno@unixuser.org>
4291
4292 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4293 to the gnus-info. This fixes a bug of inline-PGP message verification.
4294 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4295
b110774a
MB
42962006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4297
4298 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4299 mails in the doc string. Add some URLs in comment.
01c52d31 4300 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
4301
43022006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4303
4304 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4305 backslashes handling and the way to find boundaries of quoted strings.
4306
01c52d31
MB
43072006-09-07 Daiki Ueno <ueno@unixuser.org>
4308
4309 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4310 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4311 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4312 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4313
676c1893
RS
43142006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4315
01c52d31
MB
4316 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4317 doc string.
4318 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4319
43202006-09-06 Simon Josefsson <jas@extundo.com>
4321
4322 * mml2015.el (mml2015-use): Doc fix, mention epg.
4323
43242006-09-06 Daiki Ueno <ueno@unixuser.org>
4325
4326 * mml2015.el (mml2015-use): Default to epg, if available.
4327
43282006-09-06 Daiki Ueno <ueno@unixuser.org>
4329
4330 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4331 message-sender.
4332 (mml1991-epg-encrypt): Ditto.
4333 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4334 message-sender.
4335 (mml2015-epg-encrypt): Ditto.
676c1893 4336
de4fbbe4
CY
43372006-09-04 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4340 several common directories.
4341
01c52d31
MB
43422006-09-05 Daiki Ueno <ueno@unixuser.org>
4343
4344 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4345 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4346
d7093904
MB
43472006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4348
8fbdffe5
MB
4349 * gnus-art.el (article-decode-encoded-words): Make it fast.
4350
43512006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4352
4353 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4354
d7093904
MB
4355 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4356 in quoted string into `\'.
4357
343d6628
MB
43582006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4359
4360 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4361 Use standard-syntax-table.
4362
43632006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4364
4365 * gnus-art.el (gnus-decode-address-function): New variable.
4366 (article-decode-encoded-words): Use it to decode headers which are
4367 assumed to contain addresses.
4368 (gnus-mime-delete-part): Remove useless `or'.
4369
4370 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4371 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4372 (gnus-nov-parse-line): Use it to decode From header.
4373 (gnus-get-newsgroup-headers): Ditto.
4374 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4375
4376 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4377 (mail-decode-encoded-address-string): New alias.
4378
4379 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4380 New function.
4381 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4382 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4383 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4384 (rfc2047-decode-string): Ditto.
4385 (rfc2047-decode-address-region): New function.
4386 (rfc2047-decode-address-string): New function.
4387
01c52d31
MB
43882006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4389
4390 * message.el (message-caesar-buffer-body): Allow rotating headers.
4391
4392 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4393
4394 * message.el (message-insert-formated-citation-line): Fix %f.
4395 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4396
43972006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4398
4399 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4400 (gnus-bookmark-mouse-available-p): New macro.
4401 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4402 (gnus-bookmark-bmenu-show-infos): Use it.
4403 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4404 (gnus-bookmark-bmenu-hide-infos): Ditto.
4405 (gnus-bookmark-remove-properties): New function.
4406 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4407 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4408 (gnus-bookmark-write-file): Bind coding-system-for-write.
4409 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4410 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4411 group before selecting it.
4412 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4413 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4414 quit-window if it is not available; use gnus-mouse-2 and bind it to
4415 gnus-bookmark-bmenu-select-by-mouse.
4416 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4417 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 4418
5dab7628
RF
44192006-08-13 Romain Francoise <romain@orebokech.com>
4420
4421 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4422 space.
4423
5ebdc299
MB
44242006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * compface.el (uncompface): Use binary rather than raw-text-unix.
4427
44282006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4429
4430 * compface.el (uncompface): Make sure the eol conversion doesn't take
4431 place when communicating with the external programs. Reported by
4432 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4433
44342006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4435
4436 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4437
44382006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4439
4440 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4441 Make it more robust by parsing author and date independently.
4442
ebf693f3
MB
44432006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4444
4445 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4446
01c52d31
MB
44472006-07-28 Daiki Ueno <ueno@unixuser.org>
4448
4449 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4450 first matching secret key.
4451 (mml2015-epg-encrypt): Ditto.
4452
4453 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4454 first matching secret key.
4455 (mml1991-epg-encrypt): Ditto.
4456
4457 * mml2015.el (mml2015-encrypt-to-self): New user option.
4458 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4459 mml2015-epg-encrypt-to-self is set.
4460
4461 * mml1991.el (mml1991-encrypt-to-self): New variable.
4462 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4463 mml1991-epg-encrypt-to-self is set.
4464
4465 * mml2015.el (mml2015-signers): New user option.
4466 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4467 (mml2015-epg-encrypt): Allow to select signing keys.
4468
4469 * mml1991.el (mml1991-signers): New variable.
4470 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4471 (mml1991-epg-encrypt): Allow to select signing keys.
4472
ebf693f3
MB
44732006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4474
4475 * nnheader.el (nnheader-insert-head): Make it work even if the file
4476 uses CRLF for the line-break code.
4477
01c52d31
MB
44782006-07-25 Daiki Ueno <ueno@unixuser.org>
4479
4480 * mml2015.el: Require mml-sec instead of password.
4481 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4482 (mml2015-cache-passphrase): Inherit the default value from
4483 mml-secure-cache-passphrase.
4484 (mml2015-passphrase-cache-expiry): Inherit the default value from
4485 mml-secure-passphrase-cache-expiry.
4486
4487 * mml1991.el: Require mml-sec instead of password.
4488 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4489 (mml1991-cache-passphrase): Inherit the default value from
4490 mml-secure-cache-passphrase.
4491 (mml1991-passphrase-cache-expiry): Inherit the default value from
4492 mml-secure-passphrase-cache-expiry.
4493
4494 * mml-sec.el: Require password.
4495 (mml-secure-verbose): New user option.
4496 (mml-secure-cache-passphrase): New user option.
4497 (mml-secure-passphrase-cache-expiry): New user option.
4498
44992006-07-24 Daiki Ueno <ueno@unixuser.org>
4500
4501 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4502 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 4503 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
4504
4505 FIXME: Use `tiny change'?
4506
bd876f90
MB
45072006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4508
4509 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4510 workaround for the url package included with Emacs.
4511
4512 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4513
01c52d31
MB
45142006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4515
4516 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4517 correctly. This fixes a bug caused by the 2006-05-12 change.
4518
06dc8321
KF
45192006-07-18 Karl Fogel <kfogel@red-bean.com>
4520
4521 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4522 some information about the error when saying that the `bogus' mail
4523 group will be used.
4524
7ce31649
MB
45252006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4526
4527 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4528 string.
4529
b44409c9
MB
45302006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4531
4532 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4533
763bb2d4
MB
45342006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4535
4536 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4537
01c52d31
MB
45382006-07-10 Daiki Ueno <ueno@unixuser.org>
4539
4540 * mml1991.el (mml1991-function-alist): Add epg.
4541 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4542 (mml1991-epg-encrypt): New functions.
4543
45442006-07-10 Daiki Ueno <ueno@unixuser.org>
4545
4546 * mml2015.el (mml2015-verbose): New variable.
4547 (mml2015-cache-passphrase): Ditto.
4548 (mml2015-passphrase-cache-expiry): Ditto.
4549 (mml2015-function-alist): Add epg.
4550 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4551 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4552 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4553 functions.
4554
45552006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4556
4557 * message.el (message-cite-original-1): Preserve region when removing
4558 quoted text due to X-No-Archive in order to avoid bogus attribution
4559 when citing multiple messages.
4560
45612006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4562
4563 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4564 Kenneth Jacker <khj@be.cs.appstate.edu>.
4565
827dc73d
MB
45662006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4567
4568 * gnus-diary.el (gnus-user-format-function-d)
4569 (gnus-user-format-function-D): Autoload.
4570
01c52d31 4571 * imap.el (Commentary): Fix typo.
827dc73d 4572
01c52d31
MB
4573 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4574 2006-04-22 contribution.
4575
45762006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4577
4578 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4579 It didn't really fix the bogosity I'm seeing with solid web groups.
4580
45812006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4582
4583 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4584 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4585 created using server names. If we use the feature without declaring
4586 it, Gnus does not properly manage server and group state.
4587
4588 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4589 bound.
4590
45912006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4592
4593 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4594 looking up the method using GROUP's prefix before inventing a new one.
4595 It is used on killed/unknown groups in various places where returning
4596 an all-new method isn't expected by the caller.
4597
4598 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4599 and match semantics of gnus-group-real-prefix.
4600
46012006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4602
4603 * nnmail.el (nnmail-broken-references-mailers): New variable.
4604 (nnmail-ignore-broken-references): New function generalizing
4605 nnmail-fix-eudora-headers.
4606 (nnmail-fix-eudora-headers): Now obsolete.
4607
4608 * gnus-art.el (gnus-button-handle-custom): Support
4609 `customize-apropos*'.
4610
46112006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4612
4613 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4614
4615 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4616 articles.
4617
46182006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4619
4620 * message.el (message-cite-reply-above): New variable.
4621 (message-yank-original): Use it.
827dc73d 4622
a367620f
MB
46232006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4624
4625 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4626
01c52d31
MB
46272006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4628
4629 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4630 as read.
4631
4632 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4633
46342006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4635
4636 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4637 (gnus-bookmark-default-file): Use gnus-directory.
4638 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4639 Remove "*" in doc string.
4640 (gnus-bookmark-write-file): Simplify.
4641 (gnus-bookmark-maybe-sort-alist): Use `when'.
4642 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4643 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4644 FIXME about Emacs 21 and XEmacs compatibility.
4645 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4646 compatibility.
4647 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4648 compatibility.
4649 (gnus-bookmark-menu-heading): Fix version.
4650
46512006-06-19 Bastien Guerry <bzg@altern.org>
4652
4653 * gnus-bookmark.el: New file.
4654
5cfd0f2e
MB
46552006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4656
4657 * message.el (message-syntax-checks): Doc fix.
4658
01c52d31
MB
46592006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4660
4661 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4662 unsubscribed groups as if they were killed ones. It causes duplicate
4663 entries in gnus-newsrc-alist.
4664
f362b760
MB
46652006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4666
4667 * message.el (message-syntax-checks): Doc fix.
4668 (message-send-mail): Add check for continuation headers.
4669 (message-check-news-header-syntax): Fix regexp used to check for
4670 continuation headers.
4671
46722006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4675
01c52d31
MB
46762006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4679
46802006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4681
4682 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4683 default-truncate-lines.
4684
26c9afc3
MB
46852006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4686
4687 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4688 to fill the utf-8 entry.
4689
01c52d31 46902006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 4691
01c52d31
MB
4692 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4693
46942006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4695
4696 * gnus-agent.el (directory-files-and-attributes): Move all the way
4697 forward (the third and final move).
4698 (gnus-agent-read-agentview): Trap reconstruction errors due to
4699 nonexistant directory. Handle by returning nil.
4700
47012006-05-30 Didier Verna <didier@xemacs.org>
4702
4703 * message.el (message-dont-reply-to-names): Update the custom type.
4704 * message.el (message-dont-reply-to-names): New defsubst: potentially
4705 convert a list of regexps into a single one.
4706 * message.el (message-get-reply-headers): Use it.
4707 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4708
47092006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4710
4711 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
4712
47132006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4714
4715 * gnus-ml.el (gnus-mailing-list-subscribe)
4716 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4717 (gnus-mailing-list-message): Fix doc strings.
4718
47192006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4720
4721 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4722 of doing it manually.
4723
01c52d31
MB
47242006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4725
4726 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4727 comment.
4728
26c9afc3
MB
47292006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4730
002876ab 4731 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 4732 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
26c9afc3
MB
4733 (gnus-agent-read-local): All symbols allocated in my-obarray
4734 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4735 (gnus-agent-regenerate-group): Check numeric names to see if they are
4736 messages or groups.
01c52d31
MB
4737 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4738 better way of do this...)
4739
4740 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4741 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
4742
47432006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4744
4745 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4746 (gnus-saved-headers): Ditto.
01c52d31 4747 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
4748 (gnus-article-save): Override gnus-save-all-headers and
4749 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
4750 (gnus-summary-save-in-file): Add :headers property.
4751 (gnus-summary-write-to-file): Ditto.
4752
4753 * gnus-sum.el (gnus-summary-save-article): Bind
4754 gnus-prompt-before-saving to t when saving many articles in a file;
4755 always show all headers.
4756
47572006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4758
4759 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4760 marks.
4761
4762 * message.el (message-indent-citation): Add optional arguments to allow
4763 using it outside of message buffers.
4764
4765 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4766 (gnus-article-treat-unfold-headers): Use it.
4767 (gnus-article-truncate-lines): New variable.
4768 (gnus-article-mode): Use it.
4769 (gnus-article-toggle-truncate-lines): New function.
4770
4771 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4772 gnus-article-toggle-truncate-lines.
4773
4774 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4775 coding system in XEmacs, use binary.
4776
47772006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4778
4779 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4780 after-load-alist.
4781
4782 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4783 this function should save decoded articles.
4784 (gnus-summary-write-to-file): Use property to specify this function
4785 should save decoded articles and specify gnus-summary-save-in-file
4786 should be used to save articles other than the first one when saving
4787 many articles.
4788 (gnus-summary-save-body-in-file): Use property to specify this
4789 function should save decoded articles.
4790 (gnus-summary-write-body-to-file): Use property to specify this
4791 function should save decoded articles and specify
4792 gnus-summary-save-body-in-file should be used to save articles other
4793 than the first one when saving many articles.
4794
4795 * gnus-sum.el (gnus-summary-save-article): Simplify.
4796
47972006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4798
4799 * gnus-art.el (gnus-default-article-saver): Add
4800 gnus-summary-write-body-to-file.
4801 (gnus-article-save-coding-system): Don't use coding system object
4802 in XEmacs.
26c9afc3
MB
4803 (gnus-read-save-file-name): Add optional `dir-var' argument which
4804 specifies directory in which files are saved; work even if optional
4805 `variable' argument is not specified.
01c52d31
MB
4806 (gnus-summary-write-to-file): Read file name.
4807 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4808 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
4809
4810 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4811 (gnus-summary-local-variables): Add it.
4812 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
4813 (gnus-summary-save-article): Remove optional `decode' argument;
4814 determine whether to decode articles by the value of
4815 gnus-default-article-saver; when saving many files using
4816 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4817 it first and use gnus-summary-save-in-file or
4818 gnus-summary-save-body-in-file thereafter unless
4819 gnus-prompt-before-saving is always; move point to article which
4820 will be saved.
4821 (gnus-summary-save-article-file): Revert.
4822 (gnus-summary-write-article-file): Revert.
4823 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
4824 (gnus-summary-write-article-body-file): New function.
4825
48262006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4827
01c52d31 4828 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 4829
01c52d31 48302006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 4831
01c52d31
MB
4832 * gnus-art.el (gnus-default-article-saver): Doc fix.
4833 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4834 from gnus-summary-save-article-coding-system, and default to a
4835 certain coding system.
4836 (gnus-output-to-file): Add coding cookie and encode text according
4837 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 4838
01c52d31
MB
4839 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4840 gnus-art.el and rename to gnus-article-save-coding-system.
4841 (gnus-summary-save-article): Require gnus-art; don't show all
4842 headers if it decodes articles; don't add coding cookie here;
4843 don't bind mm-text-coding-system-for-write.
4844 (gnus-summary-save-article-file): Save decoded articles.
4845 (gnus-summary-write-article-file): When saving many files, use
4846 gnus-summary-write-to-file first and gnus-summary-save-in-file
4847 thereafter unless gnus-prompt-before-saving is always.
4848 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 4849
01c52d31 48502006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 4851
01c52d31 4852 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 4853
880820fe 48542006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
4855
4856 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4857 its hash index. Store this hash in `nnrss-group-data'.
4858 (nnrss-read-group-data): Update accordingly.
4859
48602006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4861
4862 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4863 entry.
4864
4865 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4866 gnus-article-browse-html-article.
4867
48682006-05-23 Hynek Schlawack <hynek@ularx.de>
4869
4870 * gnus-sum.el (gnus-summary-mime-map): Add
4871 gnus-article-browse-html-article.
48722006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4873
4874 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4875 suitable coding systems in customize.
4876
48772006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4878
4879 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 4880
d7ba2a01
RS
48812006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4882
f18df03d
MB
4883 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4884 (gnus-summary-expire-articles-now): Shorten prompt.
4885
d7ba2a01
RS
4886 * gmm-utils.el (wid-edit): Require.
4887 (defun-gmm): Renamed from `gmm-defun-compat'.
4888 (gmm-image-search-load-path): Use it.
4889 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4890
01c52d31
MB
48912006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4892
4893 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4894 variable.
4895 (gnus-summary-save-article): Add optional `decode' argument. If
4896 it is set and gnus-summary-save-article-coding-system is non-nil,
4897 save decoded article.
4898 (gnus-summary-write-article-file): Save decoded article if
4899 gnus-summary-save-article-coding-system is non-nil.
4900
4901 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4902 type.
4903
49042006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4905
4906 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4907
49082006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4909
4910 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4911 first to test gnus-single-article-buffer which may be buffer-local.
4912
4913 * gnus-sum.el (gnus-summary-setup-buffer): Make
4914 gnus-single-article-buffer buffer-local and nil in ephemeral
4915 group; make gnus-article-buffer, gnus-article-current, and
4916 gnus-original-article-buffer always buffer-local.
4917 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4918 group.
4919 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4920
49212006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4922
4923 * nnml.el (nnml-request-compact-group): Compressed files might not
4924 have .gz extension.
4925
54e573e6
MB
49262006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4929 (mm-copy-to-buffer): Use with-current-buffer.
4930 (mm-display-part): Simplify.
4931 (mm-inlinable-p): Add optional arg `type'.
4932
01c52d31
MB
49332006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4934
49c7d1ac 4935 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
4936 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4937 Try harder to show the attachment internally or externally using
4938 gnus-mime-view-part-as-type.
4939
01c52d31 49402006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 4941
01c52d31
MB
4942 * message.el (message-from-style, message-signature-separator)
4943 (message-user-organization-file, message-send-mail-function)
4944 (message-citation-line-function, message-yank-prefix)
4945 (message-indent-citation-function, message-signature)
4946 (message-signature-file, message-signature-insert-empty-line):
4947 Remove autoloads.
4948
4949 * gnus-art.el (gnus-buttonized-mime-types): Remove
4950 "multipart/signed". Revert 2006-04-26 change.
4951
49522006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4953
4954 * gnus.el (gnus-version-number): Bump version.
4955
49562006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4957
4958 * gnus.el: No Gnus v0.5 is released.
4959
49602006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4961
4962 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4963 fetching articles by message-id.
4964
49652006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4966
4967 * message.el (hashcash): Require hashcash as normal.
4968
4969 * ecomplete.el (ecomplete-highlight-match-line): Use
4970 point-at-eol.
4971 (ecomplete-highlight-match-line): Use `highlight', because that
4972 face exists in both Emacs and XEmacs.
4973
4974 * message.el (message-display-abbrev): Use point-at-bol.
4975
4976 * mail-source.el: Don't require timer/timer-funcs.
4977
4978 * gnus-async.el: Ditto.
4979
4980 * password.el: Ditto.
4981
4982 * mm-url.el: Ditto.
4983
4984 * mm-util.el: Require timer/timer-funcs.
4985
49862006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4987
4988 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4989 Close.
54e573e6 4990
9606f1cb
MB
49912006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4992
4993 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4994 unibyte after clear-decrypt function runs.
4995
4996 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4997 returns as a unibyte string.
4998
305452a5
MB
49992006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5000
305452a5
MB
5001 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5002 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5003 (mml1991-pgg-encrypt): Ditto.
5004
0565caeb
MB
50052006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
5006
01c52d31
MB
5007 * message.el (message-user-organization-file): Check several
5008 locations of the organization file.
0565caeb 5009
01c52d31
MB
5010 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5011 Add gnus-article-view-part-as-type.
0565caeb 5012
01c52d31 5013 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
5014
5015 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5016 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 5017
01c52d31
MB
5018 * mml.el: Simplify autoload.
5019 (mml-mode): defvar dnd-protocol-alist instead of using
5020 symbol-value.
5021 (mml-default-directory): New variable.
5022 (mml-minibuffer-read-file): Use it.
5023 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5024
5025 * message.el (message-citation-line-format): New variable.
5026 (message-insert-formated-citation-line): New function.
5027 (message-citation-line-function): Add
5028 `message-insert-formated-citation-line' to custom type.
5029
5030 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5031 to doc string.
5032
5033 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5034 depending on mm-verify-option.
0565caeb 5035
305452a5
MB
50362006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5037
5038 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5039 binding pgg-* variables; reimplement the section which prevents
5040 MIME header from being signed.
5041 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5042 pgg-text-mode; remove a blank line at the top of body.
5043
5044 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5045 lines at the top of body; use gnus-newsgroup-charset if there's no
5046 Charset header.
5047
0565caeb
MB
50482006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
5049
01c52d31
MB
5050 * message.el (message-self-insert-commands): Doc fix.
5051
0565caeb
MB
5052 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5053 (mm-uu-pgp-encrypted-test): Ditto.
5054 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5055 between header and body; return application/pgp-encrypted handle
5056 if decryption failed; decode decrypted body by charset.
5057
5058 * mm-decode.el (mm-automatic-display): Don't make application/pgp
5059 element match to application/pgp-*.
5060
01c52d31
MB
50612006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5062
5063 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5064 HTML.
5065
50662006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067
5068 * mail-source.el (mail-source-call-script): Message the error
5069 string.
5070
50712006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5072
5073 * gnus-util.el (gnus-byte-compile): Use it.
5074
002876ab 50752006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
5076
5077 * gnus-util.el (kill-empty-logs): New function.
5078
50792006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * message.el (message-mail-alias-type): Doc fix.
5082 (message-mail-alias-type-p): New function.
5083 (message-send): Use it.
5084 (message-mode): Ditto.
5085 (message-strip-forbidden-properties): Ditto.
5086
5087 * ecomplete.el (ecomplete-database-file-coding-system): New
5088 variable.
5089 (ecomplete-save): Use it.
5090 (ecomplete-setup): Use it.
5091
50922006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
5093
5094 * message.el (message-self-insert-commands): New variable.
5095 (message-strip-forbidden-properties): Use it.
5096
50972006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5098
5099 * message.el (message-put-addresses-in-ecomplete): Use a regexp
5100 that doesn't make XEmacs choke.
5101
f67d6742
MB
51022006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5103
49c7d1ac
SM
5104 * gnus-util.el (gnus-replace-in-string):
5105 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
5106
51072006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5108
49c7d1ac
SM
5109 * gnus-util.el (gnus-select-frame-set-input-focus):
5110 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
5111 definition defined in Emacs 22 for old Emacsen.
5112
01c52d31 51132006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 5114
01c52d31 5115 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 5116
01c52d31 51172006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 5118
01c52d31
MB
5119 * gnus-registry.el (gnus-registry-cache-save): Remove text
5120 properties when saving via the temp buffer.
bd29ba20 5121
01c52d31 51222006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 5123
01c52d31 5124 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 5125
01c52d31 51262006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 5127
01c52d31
MB
5128 * message.el (message-generate-hashcash): Default to non-nil when
5129 hashcash is found.
18c06a99 5130
01c52d31
MB
5131 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5132 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 5133
01c52d31 5134 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 5135
01c52d31 5136 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 5137
01c52d31 51382006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 5139
01c52d31
MB
5140 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5141 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5142 Remove autoloads.
163cb72d 5143
01c52d31 51442006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 5145
01c52d31 5146 * message.el (message-generate-hashcash): Default to.
163cb72d 5147
01c52d31 51482006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 5149
01c52d31
MB
5150 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5151 concatenating segments rather than before concatenating them.
163cb72d 5152
01c52d31 51532006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 5154
01c52d31 5155 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 5156
01c52d31
MB
5157 * imap.el (imap-quote-specials): New function.
5158 (imap-login-auth): Quote specials.
14e6dc54 5159
01c52d31 51602006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 5161
01c52d31 5162 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 5163
01c52d31
MB
5164 * message.el (message-forward-make-body-plain): Allow
5165 message-forward-ignored-headers to be a list.
5166 (message-remove-ignored-headers): Factor out into function.
5167 (message-forward-make-body-mml): Use it.
5168 * rfc2231.el (rfc2231-parse-string): Remove dead code.
5169 (rfc2231-parse-string): Allow concatanation of parameters that
5170 aren't contiguous. The test case is
5171 (mail-header-parse-content-type "message/external-body;
5172 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5173 access-type=LOCAL-FILE;
5174 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 5175
01c52d31 51762006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 5177
01c52d31
MB
5178 * nntp.el (nntp-accept-process-output): Return the value of
5179 `nnheader-accept-process-output'.
14e6dc54 5180
01c52d31 51812006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 5182
01c52d31
MB
5183 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5184 (gnus-button-alist): Recognize more diff formats.
5185 (gnus-button-patch): Strip directory.
14e6dc54 5186
01c52d31 51872006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 5188
01c52d31
MB
5189 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5190 Emacs 22 when setting focus.
1b155fbd 5191
01c52d31 51922006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 5193
01c52d31
MB
5194 * gnus-art.el (gnus-article-treat-types): Do treatment of
5195 text/x-verbatim parts.
5196 (gnus-button-patch): New command.
b6f2cf4b 5197
01c52d31
MB
5198 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5199 addresses that contain invalid characters.
b6f2cf4b 5200
01c52d31 52012006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 5202
01c52d31
MB
5203 * message.el (message-put-addresses-in-ecomplete): Use
5204 gnus-replace-in-string.
5205 (message-is-yours-p): Use the more correct
5206 mail-header-parse-address instead of
5207 mail-extract-address-components.
5208 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 5209
01c52d31
MB
5210 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5211 keystroke.
77218834 5212
01c52d31
MB
5213 * gnus-art.el (gnus-treatment-function-alist): Change order of
5214 newsgroups/generic header folding to avoid double-folding.
77218834 5215
01c52d31 5216 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 5217
01c52d31
MB
5218 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5219 command.
5220 (gnus-summary-repeat-search-article-backward): New command.
d451514f 5221
01c52d31
MB
5222 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5223 groups in the parent topic.
5224
880820fe 52252006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
5226
5227 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5228 (spam-extra-header-to-number): Return the CRM114 number as a
5229 number instead of a string.
5230
52312006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5232
5233 * gnus-art.el (gnus-face-properties-alist): Moved here from
5234 gnus-fun.
5235
5236 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5237
52382006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5239
5240 * message.el (message-strip-forbidden-properties): Only display on
5241 self-insert-command.
5242
5243 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5244 reindent.
5245 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5246
52472006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5248
5249 * smiley.el (smiley-style): Fix typo.
d451514f 5250
4f162824
KH
52512006-03-23 Kenichi Handa <handa@m17n.org>
5252
5253 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5254 instead of set-buffer-multibyte.
5255
e9e33c19
KH
52562006-03-23 Kenichi Handa <handa@m17n.org>
5257
5258 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5259 buffer and then decode the buffer text if necessary.
5260 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5261 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 5262
01c52d31 52632006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 5264
01c52d31
MB
5265 * hashcash.el (hashcash-insert-payment-async-2): Use
5266 message-goto-eoh instead of doing it manually.
5267 (mail-add-payment): Use message-narrow-to-header instead of trying
5268 to do the same itself.
f5e92214 5269
01c52d31 5270 * message.el (message-hidden-headers): Add Face.
f5e92214 5271
01c52d31
MB
5272 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5273 reparenting code.
5274 (gnus-summary-reparent-children): Refactored out code.
5275 (gnus-summary-thread-map): New keystroke.
5276 (gnus-summary-reparent-children): Make into command.
f5e92214 5277
01c52d31
MB
5278 * smiley.el (smiley-style): Default to `medium' if using a large
5279 font.
f5e92214 5280
01c52d31
MB
5281 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5282 does it itself.
f5e92214 5283
01c52d31 5284 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 5285
01c52d31 52862006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 5287
01c52d31
MB
5288 * nnagent.el (nnagent-request-set-mark): Silence log file
5289 writing.
5290 (nnagent-request-set-mark): Use write-region instead of
5291 append-to-file.
f5e92214 5292
01c52d31
MB
5293 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5294 strange select method.
f5e92214 5295
01c52d31
MB
5296 * ecomplete.el (ecomplete-display-matches): Get highlightling
5297 right.
5298 (ecomplete-display-matches): Use literals.
5299 (ecomplete-display-matches): Disable message logging.
f5e92214 5300
01c52d31 5301 * message.el (message-display-abbrev): Small optimization.
531bedc3 5302
01c52d31
MB
5303 * ecomplete.el (ecomplete-display-matches): Allow automatic
5304 display.
531bedc3 5305
01c52d31
MB
5306 * message.el (message-strip-forbidden-properties): Display
5307 abbrevs.
5308 (message-display-abbrev): Get automatic display right.
531bedc3 5309
01c52d31
MB
5310 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5311 keystrokes.
531bedc3 5312
01c52d31 53132006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 5314
01c52d31 5315 TODO: Backport to v5-10!
531bedc3 5316
01c52d31
MB
5317 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5318 Moved here (and renamed) from gnus-registry.el.
531bedc3 5319
01c52d31
MB
5320 * gnus-registry.el: Require gnus-util.
5321 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 5322
01c52d31 53232006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5324
01c52d31
MB
5325 * gnus-group.el (gnus-group-catchup-current): Change
5326 if-then-else-if-then-else into cond.
5327 (gnus-group-catchup): Indent.
5328 (group-name-at-point): New function.
5329 (gnus-fetch-group): Provide default from thing at point.
531bedc3 5330
01c52d31 53312006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5332
01c52d31 5333 * message.el (message-display-abbrev): Fix regexp.
531bedc3 5334
01c52d31
MB
5335 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5336 choosing.
5337 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5338 dead variables.
ea8ae765 5339
01c52d31
MB
5340 * message.el (message-newline-and-indent): Remove debugging.
5341 (message-display-abbrev): Use new implementation.
ea8ae765 5342
01c52d31 53432006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 5344
01c52d31
MB
5345 * gnus-art.el (gnus-article-mode): Set
5346 cursor-in-non-selected-windows to nil.
ea8ae765 5347
01c52d31
MB
5348 * smiley.el: Revert previous change.
5349 (smiley-data-directory): defvar it before using it in the
5350 defcustom of `smiley-style'.
ea8ae765 5351
01c52d31 53522006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 5353
01c52d31 5354 * message.el (message-newline-and-indent): New function.
ea8ae765 5355
01c52d31 5356 * ecomplete.el: Implement more bits.
85fd8002 5357
01c52d31
MB
5358 * message.el (message-put-addresses-in-ecomplete): Clean up the
5359 string.
85fd8002 5360
01c52d31 5361 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 5362
01c52d31
MB
5363 * gnus-sum.el (gnus-summary-save-parts): Bind
5364 gnus-summary-save-parts-counter and use it to make unique file
5365 names.
85fd8002 5366
01c52d31 5367 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 5368
01c52d31
MB
5369 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5370 parameter to say whether to actually parse the individual
5371 addresses.
61e66a15 5372
01c52d31
MB
5373 * message.el (message-put-addresses-in-ecomplete): New function.
5374 (ecomplete): Require.
5375 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 5376
01c52d31 53772006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 5378
01c52d31
MB
5379 * flow-fill.el (fill-flowed): Remove trailing space from blank
5380 quoted lines.
fe62aacc 5381
01c52d31 53822006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 5383
01c52d31
MB
5384 * smiley.el (smiley-style): Move definition later to avoid a
5385 compilation warning.
fe62aacc 5386
01c52d31 53872006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 5388
01c52d31
MB
5389 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5390 buffer and then decode the buffer text if necessary.
5391 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5392 first, and after mm-encode-body, change the buffer to unibyte.
5393 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 5394
01c52d31 53952006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 5396
01c52d31
MB
5397 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5398 Content-Type header instead of Content-Disposition header.
5399 (gnus-mime-inline-part): Ditto.
5400 (gnus-mime-view-part-as-charset): Ignore charset that the part
5401 specifies.
719120ef 5402
01c52d31
MB
5403 * mm-decode.el (mm-display-part): Work with external parts and
5404 usual parts similarly.
719120ef 5405
01c52d31
MB
5406 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5407 instead of gnus-display-mime.
719120ef 5408
01c52d31
MB
5409 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5410 instead of with-temp-buffer.
719120ef 5411
01c52d31
MB
5412 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5413 tag to summarized topics part in order to encode non-ASCII text.
719120ef 5414
01c52d31 54152006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5416
01c52d31
MB
5417 * smiley.el (smiley-style): New variable.
5418 (smiley-directory): New function.
5419 (smiley-data-directory): Derive from `smiley-style' using
5420 `smiley-directory'.
5421 (smiley-regexp-alist): Add new entries.
719120ef 5422
01c52d31
MB
5423 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5424 (gnus-article-browse-delete-temp): Add :version.
719120ef 5425
880820fe 54262006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 5427
01c52d31
MB
5428 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5429 the sieve region.
719120ef 5430
01c52d31 54312006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5432
01c52d31 5433 * gnus.el (gnus-version-number): Bump version.
719120ef 5434
01c52d31 54352006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5436
01c52d31 5437 * gnus.el: No Gnus v0.4 is released.
719120ef 5438
01c52d31 54392006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5440
01c52d31
MB
5441 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5442 layout.
719120ef 5443
01c52d31
MB
5444 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5445 unknown charset.
719120ef 5446
01c52d31
MB
5447 * message.el (message-header-synonyms): Add Original-To to the
5448 default.
ba0226dd 5449
01c52d31
MB
5450 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5451 optional parameter.
ba0226dd 5452
01c52d31 54532006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 5454
01c52d31 5455 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 5456
01c52d31 54572006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 5458
01c52d31 5459 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 5460
01c52d31 54612006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5462
01c52d31 5463 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 5464
01c52d31 54652006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 5466
01c52d31 5467 * password.el (password-reset): New function.
5f4264e5 5468
01c52d31 54692006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5470
01c52d31
MB
5471 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5472 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 5473
01c52d31 54742006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 5475
01c52d31
MB
5476 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5477 Some whitespace was matched into the url, which broke browsing hits
5478 > 100 when mm-url-use-external was nil.
5f4264e5 5479
01c52d31 54802006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 5481
01c52d31
MB
5482 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5483 gnus-extra-headers for 'Newsgroups.
5f4264e5 5484
01c52d31
MB
5485 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5486 bound.
e13be7a2 5487
01c52d31 54882006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 5489
01c52d31
MB
5490 * pgg-gpg.el: Clean up process buffers every time gpg processes
5491 complete.
b5189759 5492
01c52d31 54932006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 5494
01c52d31
MB
5495 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5496 doc string.
16f18d05 5497
01c52d31 54982006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 5499
01c52d31
MB
5500 * pgg-gpg.el (pgg-gpg-process-filter)
5501 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 5502
01c52d31
MB
5503 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5504 lines, temporary fix.
d71c0855 5505
01c52d31 55062006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5507
01c52d31 5508 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 5509
01c52d31 55102006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 5511
01c52d31
MB
5512 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5513 default-enable-multibyte-characters. This reverts the change from
5514 revision 6.17 which is no longer necessary because the passphrase
5515 is sent separately now. GnuPG messages are unreadable under
5516 multibyte locales with default-enable-multibyte-characters set to
5517 nil.
cf5a5c38 5518
01c52d31 55192006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5520
01c52d31 5521 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 5522
01c52d31 55232006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5524
01c52d31
MB
5525 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5526 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5527 instead.
cf5a5c38 5528
01c52d31 55292006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 5530
01c52d31
MB
5531 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5532 newsgroups handling for NNTP overviews which don't include
5533 Newsgroups.
cf5a5c38 5534
01c52d31 55352006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 5536
01c52d31 5537 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 5538
01c52d31 55392006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 5540
01c52d31
MB
5541 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5542 when searching for already-paid recipients.
34128042 5543
01c52d31 55442006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 5545
01c52d31
MB
5546 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5547 passphrases when it is not needed.
5548 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5549 passphrase stuff from gpg, should only be necessary when you use
5550 gpg with a smartcard.
34128042 5551
01c52d31 55522006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 5553
01c52d31
MB
5554 * mml.el (mml-insert-mime): Ignore cached contents of
5555 message/external-body part.
34128042 5556
01c52d31
MB
5557 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5558 (mm-insert-part): Ditto.
34128042 5559
01c52d31 55602006-03-23 Simon Josefsson <jas@extundo.com>
34128042 5561
01c52d31
MB
5562 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5563 Reiner.
5564 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 5565
01c52d31 55662006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 5567
01c52d31
MB
5568 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5569 older emacsen.
5570 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 5571
01c52d31 55722006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 5573
01c52d31
MB
5574 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5575 if we can.
c96ec15a 5576
01c52d31 55772006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 5578
01c52d31
MB
5579 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5580 (pgg-gpg-update-agent): New function.
5581 (pgg-gpg-use-agent-p): New function.
5582 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5583 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5584 (pgg-gpg-sign-region): Use it.
c96ec15a 5585
01c52d31 55862006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 5587
01c52d31
MB
5588 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5589 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 5590
01c52d31 55912006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 5592
01c52d31
MB
5593 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5594 <wilde@sha-bang.de>.
5595 (pgg-gpg-use-agent): New variable.
5596 (pgg-gpg-process-region): Use it.
5597 (pgg-gpg-encrypt-region): Likewise.
5598 (pgg-gpg-encrypt-symmetric-region): Likewise.
5599 (pgg-gpg-decrypt-region): Likewise.
5600 (pgg-gpg-sign-region): Likewise.
5601 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 5602
01c52d31 56032006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 5604
01c52d31 5605 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 5606
01c52d31
MB
5607 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5608 Add comment on version.
6203370b 5609
01c52d31 56102006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 5611
01c52d31 5612 * smiley.el: Add missing test smiley.
6203370b 5613
01c52d31 56142006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 5615
01c52d31
MB
5616 * mm-decode.el (mm-with-part): New macro.
5617 (mm-get-part): Use it; work with message/external-body as well.
5618 (mm-save-part): Treat name and filename equally.
6203370b 5619
01c52d31
MB
5620 * mm-extern.el (mm-extern-cache-contents): New function.
5621 (mm-inline-external-body): Use it; force the part to be displayed;
5622 move undisplayer added to the cached handle to the parent.
6203370b 5623
01c52d31
MB
5624 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5625 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 5626
01c52d31 5627 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 5628
01c52d31 56292006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5630
01c52d31
MB
5631 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5632 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5633 Emacs.]
46e8fe3d 5634
01c52d31 56352006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5636
01c52d31
MB
5637 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5638 path rather than symbol. Always return list of directories.
5639 Guarantee that image directory comes first. [Sync with image.el,
5640 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 5641
01c52d31
MB
5642 * message.el (message-make-tool-bar): Adjust to new API of
5643 `gmm-image-load-path-for-library'.
46e8fe3d 5644
01c52d31 5645 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 5646
01c52d31 5647 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 5648
01c52d31 56492006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 5650
01c52d31
MB
5651 * gnus-art.el (gnus-article-only-boring-p):
5652 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5653 intangible text.
5654 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 5655
01c52d31 56562006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5657
01c52d31
MB
5658 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5659 `defun' instead of `gmm-defun-compat'.
46e8fe3d 5660
01c52d31 56612006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 5662
01c52d31
MB
5663 * message.el (message-unique-id): Don't use message-number-base36
5664 if (user-uid) is a float.
5665 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 5666
01c52d31 56672006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 5668
01c52d31 5669 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 5670
01c52d31
MB
5671 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5672 empty line between a part and a message part.
7347faa8 5673
01c52d31 56742006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5675
01c52d31
MB
5676 * smiley.el: Add more test smileys.
5677 (smiley-data-directory, smiley-regexp-alist)
5678 (gnus-smiley-file-types): Fix doc strings.
5679 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5680 adding new elements.
5681 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 5682
01c52d31 56832006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 5684
01c52d31
MB
5685 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5686 scan latest NoCeM messages instead of old ones.
5687 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5688 delimiters that are recently used.
5689 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 5690
01c52d31 5691 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 5692
01c52d31
MB
5693 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5694 level which is larger than gnus-use-nocem is specified.
7347faa8 5695
01c52d31 5696 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 5697
01c52d31 56982006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5699
01c52d31 5700 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 5701
01c52d31
MB
5702 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5703 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 5704
01c52d31 5705 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 5706
01c52d31
MB
5707 * gnus-group.el (gnus-group-redraw-when-idle)
5708 (gnus-group-redraw-check): Remove.
5709 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 5710
01c52d31 57112006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 5712
01c52d31
MB
5713 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5714 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 5715
01c52d31 57162006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 5717
01c52d31
MB
5718 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5719 to gmm-image-load-path-for-library. Call with no-error argument.
5720 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 5721
01c52d31 5722 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 5723
01c52d31 5724 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 5725
01c52d31 5726 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 5727
01c52d31 57282006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 5729
01c52d31 5730 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 5731
01c52d31
MB
5732 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5733 nnml-generate-nov-databases-1.
5734 (nnml-generate-nov-databases): Use it.
5735 (nnml-generate-nov-databases-directory): Document no-active
5736 argument.
c4288669 5737
01c52d31
MB
5738 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5739 directory if path is t. Add no-error.
c4288669 5740
01c52d31
MB
5741 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5742 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 5743
01c52d31
MB
5744 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5745 resetting gnus-article-browse-html-temp-list.
c4288669 5746
01c52d31
MB
5747 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5748 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5749 Add example to docstring. Rename local variables. Move error
5750 checks to default case in cond and simplify.
73043f7d 5751
01c52d31 57522006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5753
01c52d31
MB
5754 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5755 handle is multipart when calling it recursively.
5756 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 5757
01c52d31 57582006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 5759
01c52d31
MB
5760 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5761 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 5762
01c52d31 57632006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5764
01c52d31
MB
5765 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5766 is loaded.
7dafe00b 5767
01c52d31
MB
5768 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5769 loaded.
7dafe00b 5770
01c52d31 57712006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5772
01c52d31
MB
5773 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5774 to "Emacs 23 (unicode)" in doc string.
7dafe00b 5775
01c52d31
MB
5776 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5777 "Emacs 23 (unicode)" in comment.
7dafe00b 5778
01c52d31 57792006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5780
01c52d31 5781 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 5782
01c52d31
MB
5783 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5784 characters 160 through 255 in Emacs 23.
7dafe00b 5785
01c52d31 57862006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5787
01c52d31
MB
5788 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5789 gnus-article-browse-html-temp.
5790 (gnus-article-browse-delete-temp): Make it customizable. Add
5791 `file'. Adjust doc string.
5792 (gnus-article-browse-delete-temp-files): Add argument. Allow
5793 query for each file. Adjust doc string.
5794 (gnus-article-browse-html-parts): Add
5795 `gnus-article-browse-delete-temp-files' to
5796 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 5797
01c52d31 57982006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 5799
01c52d31
MB
5800 * gnus-art.el (gnus-article-browse-html-temp)
5801 (gnus-article-browse-delete-temp): New variables.
5802 (gnus-article-browse-delete-temp-files): New function.
5803 (gnus-article-browse-html-parts): Use it.
7dafe00b 5804
01c52d31 58052006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5806
01c52d31 5807 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 5808
01c52d31
MB
5809 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5810 string.
7dafe00b 5811
01c52d31
MB
5812 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5813 gnus-summary-insert-new-articles when unplugged. Remove
5814 gnus-summary-search-article-forward.
7dafe00b 5815
01c52d31
MB
5816 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5817 display-visual-class instead of display-color-cells.
7dafe00b 5818
01c52d31 58192006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5820
01c52d31
MB
5821 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5822 message/* containing non-ASCII text properly.
7dafe00b 5823
01c52d31 58242006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5825
01c52d31
MB
5826 * message.el: Require gmm-utils, remove autoloads.
5827 (message-tool-bar): Set default based on
5828 gmm-tool-bar-style.
5829 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5830
01c52d31
MB
5831 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5832 gmm-tool-bar-style.
5833 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5834
01c52d31
MB
5835 * gnus-group.el (gnus-group-tool-bar): Set default based on
5836 gmm-tool-bar-style.
5837 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5838
01c52d31
MB
5839 * gmm-utils.el (gmm-image-directory): Rename variable from
5840 gmm-image-load-path.
5841 (gmm-image-load-path): Use gmm-image-directory.
5842 (gmm-customize-mode): New function.
5843 (gmm-tool-bar-style): New variable.
7dafe00b 5844
01c52d31
MB
5845 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5846 gnus-group-redraw-line-number.
5847 (gnus-group-redraw-check): Simplify.
5848 (gnus-group-tool-bar-update): Remove redraw check.
5849 (gnus-group-make-tool-bar): Add redraw check.
447505b5 5850
01c52d31 58512006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 5852
01c52d31 5853 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 5854
01c52d31 58552006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 5856
01c52d31 5857 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 5858
01c52d31 58592006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5860
01c52d31
MB
5861 * gnus-art.el (gnus-button): New face.
5862 (gnus-article-button-face): Use it.
3031d8b0 5863
01c52d31
MB
5864 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5865 gnus-summary-next-page. Re-order.
3031d8b0 5866
01c52d31
MB
5867 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5868 next-node are now included.
5869 (gnus-group-redraw-line-number): New internal variable.
5870 (gnus-group-redraw-check): Helper function for updating the tool
5871 bar.
5872 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 5873
01c52d31 5874 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 5875
01c52d31
MB
5876 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5877 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5878 Use it to match format of Spamassassin 3.0 and later. Reported by
5879 IRIE Tetsuya <irie@t.email.ne.jp>.
5880 (spam-check-bogofilter)
5881 (spam-bogofilter-register-with-bogofilter): Fix args of
5882 `gnus-error' calls.
3031d8b0 5883
01c52d31 58842006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5885
01c52d31
MB
5886 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5887 unnecessary interaction when sending queued mails. Reported by
5888 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 5889
01c52d31 58902006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5891
01c52d31
MB
5892 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5893 first or last are nil.
3031d8b0 5894
01c52d31 58952006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 5896
01c52d31 5897 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 5898
01c52d31 58992006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 5900
01c52d31 5901 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 5902
01c52d31 59032006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 5904
01c52d31 5905 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 5906
01c52d31 59072006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5908
01c52d31
MB
5909 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5910 nov.php.
58090a8d 5911
01c52d31 59122006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 5913
01c52d31
MB
5914 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5915 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5916 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5917 output on the server side.
5918 (nnweb-google-create-mapping): Update regexps and add some
5919 progress indication.
58090a8d 5920
01c52d31 59212006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5922
01c52d31
MB
5923 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5924 gnus-agent-toggle-plugged. Re-order icons.
5925 (gnus-group-tool-bar-gnome): Add
5926 gnus-group-{prev,next}-unread-group.
5927 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 5928
01c52d31
MB
5929 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5930 gnus-summary-insert-new-articles.
58090a8d 5931
01c52d31
MB
5932 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5933 comments.
58090a8d 5934
01c52d31
MB
5935 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5936 also available in Emacs 21.3.
58090a8d 5937
01c52d31
MB
5938 * message.el (message-fix-before-sending): Change "Emacs 22" to
5939 "Emacs 23 (unicode)" in comment.
58090a8d 5940
01c52d31
MB
5941 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5942 "Emacs 23 (unicode)" in comment.
58090a8d 5943
01c52d31
MB
5944 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5945 comment.
5946 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 5947
01c52d31 5948 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 5949
01c52d31 59502006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5951
01c52d31
MB
5952 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5953 and load-path.
58090a8d 5954
01c52d31 59552006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5956
01c52d31
MB
5957 * message.el: Autoload gmm-image-load-path.
5958 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5959 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5960 consitency.
58090a8d 5961
01c52d31
MB
5962 * gmm-utils.el (gmm-image-load-path): Also search in
5963 "../etc/images". Don't set gmm-image-load-path if we don't find
5964 the image.
58090a8d 5965
01c52d31 59662006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5967
01c52d31
MB
5968 * gmm-utils.el (gmm-image-load-path): Don't make
5969 `gmm-image-load-path' include subdirectories which the second arg
5970 `image' might specify.
58090a8d 5971
01c52d31
MB
5972 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5973 subdirectory to icon file names.
58090a8d 5974
01c52d31 5975 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 5976
01c52d31 59772006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5978
01c52d31
MB
5979 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5980 gmm-image-load-path calls.
58090a8d 5981
01c52d31 5982 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 5983
01c52d31 5984 * message.el (message-make-tool-bar): Ditto.
58090a8d 5985
01c52d31 5986 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 5987
01c52d31
MB
5988 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5989 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 5990
01c52d31
MB
5991 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5992 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5993
01c52d31
MB
5994 * message.el (message-tool-bar-gnome): Use new icon names.
5995 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5996
01c52d31
MB
5997 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5998 functions from MH-E.
5999 (gmm-image-load-path): New variable from MH-E.
6000 (gmm-image-load-path): New function from MH-E. Added arguments
6001 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
6002 *-image-load-path-called-flag.
4c2ad11d 6003
01c52d31 60042006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 6005
01c52d31 6006 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 6007
01c52d31 60082006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 6009
01c52d31
MB
6010 * nnimap.el (nnimap-request-move-article): Change folder back to
6011 source group before deleting.
6586e9c9 6012
01c52d31 60132006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 6014
01c52d31 6015 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 6016
01c52d31
MB
6017 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6018 mm-url.
e8beac8a 6019
01c52d31 6020 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 6021
01c52d31 60222006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 6023
01c52d31
MB
6024 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6025 coding system which mm-charset-to-coding-system returns for a
6026 given charset is valid.
e8beac8a 6027
01c52d31 60282006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 6029
01c52d31
MB
6030 * html2text.el (html2text-remove-tag-list):
6031 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 6032
01c52d31 60332006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 6034
01c52d31 6035 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 6036
01c52d31 60372006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 6038
01c52d31
MB
6039 * gnus-art.el (article-strip-banner): Call
6040 article-really-strip-banner only when the regexp match is made.
3b059693 6041
01c52d31 60422006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 6043
01c52d31
MB
6044 * gnus-art.el (article-strip-banner): Use
6045 gnus-extract-address-components instead of
6046 mail-header-parse-addresses to make it work with non-ASCII text;
6047 remove mail-encode-encoded-word-string.
3b059693 6048
01c52d31
MB
6049 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6050 values which are surrounded with \"...\"; make it never cause a
6051 Lisp error; give up parsing of parameters if it failed in
6052 extracting type.
3b059693 6053
880820fe 60542006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 6055
01c52d31
MB
6056 * smime.el (smime-cert-by-ldap-1): Fix bug where
6057 `smime-ldap-search' returns results without userCertificates.
ab513ed4 6058
01c52d31 60592006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 6060
01c52d31 6061 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 6062
01c52d31 60632006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 6064
01c52d31
MB
6065 * spam.el (spam-check-spamassassin-headers): Adapt format for
6066 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
6067 <ari@mbf.ocn.ne.jp>.
6068 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 6069
01c52d31 60702006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 6071
01c52d31
MB
6072 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6073 make-temp-file; make it work with XEmacs as well.
9516b9f4 6074
01c52d31
MB
6075 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6076 mm-make-temp-file.
9516b9f4 6077
01c52d31
MB
6078 * mm-decode.el (mm-display-external): Use the 3rd arg of
6079 mm-make-temp-file.
6080 (mm-create-image-xemacs): Ditto.
9516b9f4 6081
01c52d31 60822006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 6083
01c52d31
MB
6084 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6085 with message-narrow-to-headers.
6086 (gnus-draft-setup): Narrow to header to run message-fetch-field.
6087 (gnus-draft-check-draft-articles): New function.
6088 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 6089
01c52d31 60902006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 6091
01c52d31
MB
6092 * gnus-art.el (gnus-article-browse-html-parts):
6093 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6094 Don't use suffix argument for mm-make-temp-file for Emacs 21
6095 compatibility. Remove useless `format'.
292f71fe 6096
01c52d31 60972006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 6098
01c52d31
MB
6099 * nnweb.el (nnweb-google-wash-article): Update regexps.
6100 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 6101
01c52d31 61022006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 6103
01c52d31
MB
6104 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6105 re-loading nn* modules.
292f71fe 6106
01c52d31 61072006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 6108
01c52d31
MB
6109 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6110 for `tool-bar-mode' and don't check it's default-value.
292f71fe 6111
01c52d31 6112 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 6113
01c52d31 6114 * message.el (message-make-tool-bar): Ditto.
292f71fe 6115
01c52d31
MB
6116 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6117 `substring'. Shorten tmp-file name.
292f71fe 6118
01c52d31 6119 * gnus.el: Remove bogus comment.
292f71fe 6120
01c52d31 61212006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 6122
01c52d31
MB
6123 * gnus-art.el (gnus-article-browse-html-parts): New function.
6124 (gnus-article-browse-html-article): New function for viewing html
6125 articles with a browser.
bd2cef66 6126
01c52d31 61272006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 6128
01c52d31
MB
6129 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6130 (mml2015-pgg-encrypt): Ditto.
ffda926c 6131
01c52d31
MB
6132 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6133 (mml1991-pgg-encrypt): Ditto.
f5fab556 6134
01c52d31 61352006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 6136
01c52d31
MB
6137 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6138 message-make-date instead of current-time-string.
4b9f0de2 6139
01c52d31
MB
6140 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6141 to gnus-decoded which mm-uu might set.
4b9f0de2 6142
01c52d31 61432006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 6144
01c52d31
MB
6145 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6146 don't decode quoted parameters; remove misimported Emacs code.
6147 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6148 (rfc2231-decode-encoded-string): Don't use split-string which
6149 behaves differently according to Emacs version; use
6150 mm-decode-coding-region to convert charset to coding-system.
6151 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6152 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 6153
01c52d31 61542006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 6155
01c52d31
MB
6156 * gnus-art.el (article-decode-charset): Don't use ignore-errors
6157 when calling mail-header-parse-content-type.
6158 (article-de-quoted-unreadable): Ditto.
6159 (article-de-base64-unreadable): Ditto.
6160 (article-wash-html): Ditto.
20051b27 6161
01c52d31
MB
6162 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6163 calling mail-header-parse-content-type and
6164 mail-header-parse-content-disposition.
6165 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6166 mail-header-parse-content-type.
82259e50 6167
01c52d31
MB
6168 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6169 insert charset and format parameters; encode description after
6170 inserting it to buffer.
6171 (mml-insert-parameter): Fold lines properly even if a parameter is
6172 segmented into two or more lines; change the max column to 76.
82259e50 6173
01c52d31
MB
6174 * rfc1843.el (rfc1843-decode-article-body): Don't use
6175 ignore-errors when calling mail-header-parse-content-type.
46f93472 6176
01c52d31
MB
6177 * rfc2231.el (rfc2231-parse-string): Return at least type if
6178 possible; don't cause an error even if it fails in parsing of
6179 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6180 (rfc2231-encode-string): Don't break lines at the beginning, leave
6181 it to mml-insert-parameter.
46f93472 6182
01c52d31
MB
6183 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6184 calling mail-header-parse-content-type.
d3a597b7 6185
01c52d31 61862006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 6187
01c52d31
MB
6188 * spam-report.el (spam-report-gmane-use-article-number):
6189 Improve doc string.
6190 (spam-report-gmane-internal): Check if a suitable header was found
6191 in the article.
8753ddee 6192
01c52d31 61932006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 6194
01c52d31
MB
6195 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6196 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 6197
01c52d31 61982006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 6199
01c52d31 6200 Update copyright notices of all files in the gnus directory.
8753ddee 6201
01c52d31 62022006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 6203
01c52d31 6204 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 6205
01c52d31 62062006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 6207
01c52d31
MB
6208 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6209 segmented lines of parameter value to cope with Thunderbird 1.5
6210 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6211 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6212 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 6213
01c52d31 62142006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 6215
01c52d31
MB
6216 * mml.el (mml-generate-mime-1): Correct the order of inline signed
6217 parts.
a33704bb 6218
01c52d31 62192006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 6220
01c52d31
MB
6221 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6222 there's only one active file for all servers.
6223 (nnweb-request-scan): Make sure nnweb-articles is initialized on
6224 solid groups. Gnus might have used a FAST request to select the group.
6225 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6226 and nnweb-search redundantly in the active file.
6227 (nnweb-request-list): Don't list bogus groups. There can only be one.
6228 (nnweb-request-create-group): Don't use ARGS.
6229 (nnweb-possibly-change-server, nnweb-request-group): Remove some
6230 initialisations. Let nnoo do the work.
a33704bb 6231
01c52d31 62322006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 6233
01c52d31
MB
6234 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6235 Say the part has been decoded.
a33704bb 6236
01c52d31 6237 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 6238
01c52d31 62392006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 6240
01c52d31
MB
6241 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6242 mailcap-viewer-test-cache when there's no 'test clause, since that
6243 will invert the meaning of a "nil" test previously determined by
6244 mailcap-mailcap-entry-passes-test.
53cfefc8 6245
01c52d31 62462006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 6247
01c52d31
MB
6248 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6249 compiling.
53cfefc8 6250
01c52d31 6251 * gnus-sum.el: Ditto.
53cfefc8 6252
01c52d31 6253 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 6254
01c52d31 62552006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 6256
01c52d31 6257 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 6258
01c52d31 62592006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 6260
01c52d31
MB
6261 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6262 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6263 current Google Groups.
53cfefc8 6264
01c52d31 62652006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 6266
01c52d31
MB
6267 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6268 and tool-bar-mode.
66841476 6269
01c52d31
MB
6270 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6271 and tool-bar-mode.
66841476 6272
01c52d31
MB
6273 * message.el (message-tool-bar-update): Simplify.
6274 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 6275
01c52d31
MB
6276 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6277 gnus-summary-buffer.
6278 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6279 gnus-summary-reply.
81df110a 6280
01c52d31 6281 * gmm-utils.el (gmm): Add :version.
5fae1cae 6282
01c52d31 62832006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 6284
01c52d31
MB
6285 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6286 autoload.
5fae1cae 6287
01c52d31 62882006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 6289
01c52d31 6290 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 6291
01c52d31 62922006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 6293
01c52d31 6294 * message.el: Change some comments WRT tool-bars.
81df110a 6295
01c52d31
MB
6296 * gnus-sum.el (gnus-summary-tool-bar)
6297 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6298 (gnus-summary-tool-bar-zap-list): New variables.
6299 (gnus-summary-make-tool-bar): Complete rewrite using
6300 `gmm-tool-bar-from-list'.
430d3ed7 6301
01c52d31
MB
6302 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6303 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6304 variables.
6305 (gnus-group-make-tool-bar): Complete rewrite using
6306 `gmm-tool-bar-from-list'.
6307 (gnus-group-tool-bar-update): New function.
430d3ed7 6308
01c52d31 6309 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 6310
01c52d31 63112006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 6312
01c52d31
MB
6313 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6314 is dissected into a single part of which the type is the same as
6315 the given one; decode charset.
6ff5b064 6316
01c52d31 63172006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 6318
01c52d31
MB
6319 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6320 into alists as symbol not string, since that's what
6321 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6322 look for.
a8f6d239 6323
01c52d31 63242006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 6325
01c52d31
MB
6326 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6327 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 6328
01c52d31 6329 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 6330
01c52d31 63312006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6332
01c52d31
MB
6333 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6334 (gnus-mime-security-button-menu): New definition.
6335 (gnus-mime-security-button-map): Use them.
6336 (gnus-mime-security-button-menu): New function.
6337 (gnus-insert-mime-security-button): Addition to help echo.
6338 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6339 (gnus-mime-security-pipe-part): New functions.
d752cf53 6340
01c52d31
MB
6341 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6342 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 6343
01c52d31
MB
6344 * mm-decode.el (mm-handle-set-disposition): Remove.
6345 (mm-handle-set-description): Remove.
d752cf53 6346
01c52d31 63472006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6348
01c52d31
MB
6349 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6350 (mm-w3m-standalone-supports-m17n-p): New function.
6351 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6352 w3m usage.
d752cf53 6353
01c52d31
MB
6354 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6355 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 6356
01c52d31 63572006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 6358
01c52d31
MB
6359 * message.el (message-tool-bar-zap-list): Use
6360 gmm-tool-bar-zap-list as custom type.
6361 (message-tool-bar-update): New function.
6362 (message-tool-bar, message-tool-bar-gnome)
6363 (message-tool-bar-retro): Add message-tool-bar-update.
6364 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 6365
01c52d31 6366 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 6367
01c52d31
MB
6368 * gmm-utils.el (gmm-error): Describe `args'.
6369 (gmm-tool-bar-zap-list): New widget.
6370 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 6371
01c52d31 63722006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6373
01c52d31
MB
6374 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6375 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6376 the number of recursive calls.
4a2358e9 6377
01c52d31
MB
6378 * mm-decode.el (mm-handle-set-disposition): New macro.
6379 (mm-handle-set-description): New macro.
4a2358e9 6380
01c52d31 63812006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6382
01c52d31
MB
6383 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6384 encoding.
4a2358e9 6385
01c52d31 63862006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6387
01c52d31
MB
6388 * message.el (message-tool-bar-zap-list, message-tool-bar)
6389 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6390 (message-tool-bar-local-item-from-menu): Remove.
6391 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6392 (message-make-tool-bar): New function.
6393 (message-mode): Use `message-make-tool-bar'.
4a2358e9 6394
01c52d31
MB
6395 * gmm-utils.el: New file.
6396 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6397 (gmm-lazy): New widget copied from `nnmail.el'.
6398 (gmm-tool-bar-from-list): New function for creating customizable
6399 tool bars.
6400 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6401 output.
6402 (gmm): Add :prefix to defgroup.
4a2358e9 6403
01c52d31 64042006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 6405
01c52d31 6406 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 6407
01c52d31 64082006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6409
01c52d31
MB
6410 * mml.el (mml-attach-file): Describe `description' in doc string.
6411 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 6412
01c52d31 64132006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 6414
01c52d31 6415 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 6416
01c52d31 64172006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 6418
01c52d31 6419 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 6420
01c52d31 64212006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 6422
01c52d31
MB
6423 * imap.el (imap-open): Handle case where buffer is a buffer
6424 object.
41e11121 6425
01c52d31 64262005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 6427
01c52d31
MB
6428 * gnus-delay.el (gnus-delay): Don't autoload.
6429 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6430 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 6431
01c52d31 64322005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 6433
01c52d31 6434 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 6435
01c52d31 64362006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 6437
01c52d31 6438 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 6439
01c52d31 6440 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 6441
01c52d31 64422006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 6443
01c52d31 6444 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 6445
01c52d31 64462006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 6447
01c52d31
MB
6448 * mm-decode.el (mm-inlined-types): Add application/pgp.
6449 (mm-automatic-display): Ditto.
11e22c4a 6450
01c52d31
MB
6451 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6452 part as text.
11e22c4a 6453
01c52d31 64542006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 6455
01c52d31
MB
6456 * nnrss.el: Update copyright.
6457 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 6458
01c52d31
MB
6459 * gnus-art.el:
6460 * gnus-sum.el:
6461 * mm-uu.el:
6462 * mm-view.el: Update copyright.
97f78c9b 6463
01c52d31 64642006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 6465
01c52d31
MB
6466 * message.el (message-info): New function.
6467 (message-mode-menu): Add it.
6468 Update copyright.
97f78c9b 6469
01c52d31 6470 * ChangeLog: Fix and update copyright.
97f78c9b 6471
01c52d31 64722006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 6473
01c52d31
MB
6474 * message.el (message-forward-subject-name-subject): Prefer the
6475 address to 'nowhere' if the sender has no name.
6476 Fix typo. Update copyright year.
97f78c9b 6477
01c52d31 64782006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 6479
01c52d31
MB
6480 * gnus-art.el (article-wash-html): Use
6481 gnus-summary-show-article-charset-alist if a numeric arg is given.
6482 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 6483
01c52d31
MB
6484 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6485 mm-inline-text-html-render-with-w3m-standalone.
6486 (mm-text-html-washer-alist): Map w3m-standalone to
6487 gnus-article-wash-html-with-w3m-standalone.
6488 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 6489
01c52d31 64902006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 6491
01c52d31
MB
6492 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6493 Improve LaTeX.
4b91459a 6494
01c52d31 64952006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 6496
01c52d31
MB
6497 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6498 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 6499
01c52d31
MB
6500 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6501 the buffer.
4b91459a 6502
01c52d31 65032006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6504
01c52d31
MB
6505 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6506 custom definition of `gnus-posting-styles'.
d44e3b45 6507
01c52d31
MB
6508 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6509 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 6510
01c52d31 65112006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6512
01c52d31
MB
6513 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6514 Use nntp for bug archive.
4b91459a 6515
01c52d31 65162006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 6517
01c52d31
MB
6518 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6519 parts.
6520 (nnrss-normalize-date): New function converts ISO 8601 date into
6521 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6522 (nnrss-check-group): Use it.
c03ac728 6523
01c52d31 65242006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6525
01c52d31 6526 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 6527
01c52d31
MB
6528 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6529 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6530 (nnrss-insert-w3): Ditto.
d8a88581 6531
01c52d31 65322005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6533
01c52d31
MB
6534 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6535 the articles to be forwarded including the case where neither a
6536 number of articles nor a region is specified.
d8a88581 6537
01c52d31 65382005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6539
01c52d31
MB
6540 * nnrss.el (nnrss-request-article): Fix last change; fill
6541 text/plain parts.
7573397b 6542
01c52d31 65432005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6544
01c52d31
MB
6545 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6546 in text/plain part.
6547 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 6548
01c52d31 65492005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 6550
01c52d31
MB
6551 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6552 article.
9ebc3953 6553
01c52d31 65542005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 6555
01c52d31
MB
6556 * nnml.el: Don't require gnus-bcklg. Autoload it.
6557 (nnml-use-compressed-files, nnml-save-mail): Support other
6558 comression programs such as bzip2.
7929f858 6559
01c52d31 65602005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 6561
01c52d31
MB
6562 * dns.el (query-dns): Make sure we check the buffer size before
6563 removing tcp headers.
7929f858 6564
01c52d31 65652005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 6566
01c52d31
MB
6567 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6568 remove MIME buttons associated with multipart/alternative parts.
6569 (gnus-mime-display-alternative): Tag buttons using `article-type'
6570 text property.
ead25b5c 6571
01c52d31
MB
6572 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6573 associated with multipart/alternative parts.
ead25b5c 6574
01c52d31 6575 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 6576
01c52d31
MB
6577 * mm-decode.el (mm-inlined-types): Fix custom type.
6578 (mm-keep-viewer-alive-types): Ditto.
6579 (mm-automatic-display): Ditto.
6580 (mm-attachment-override-types): Ditto.
6581 (mm-inline-override-types): Ditto.
6582 (mm-automatic-external-display): Ditto.
8774406b 6583
01c52d31 65842005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 6585
01c52d31
MB
6586 * spam-report.el (spam-report-user-mail-address)
6587 (spam-report-user-agent): New variables.
6588 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 6589
01c52d31 65902005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 6591
01c52d31
MB
6592 * gnus-art.el (gnus-button-handle-custom): Do not just use
6593 `customize-apropos' for any "M-x customize-*" button but the
6594 function called for. Accept both the function name and its
6595 argument in order to achieve this.
6596 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6597 function name to `gnus-button-handle-custom' in case of "M-x
6598 customize-*" buttons.
59fda2fa 6599
01c52d31 66002005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 6601
01c52d31
MB
6602 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6603 multipart/alternative and add xref to mm-discouraged-alternatives
6604 in doc string.
7d0c69be 6605
01c52d31
MB
6606 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6607 gnus-buttonized-mime-types in doc string.
7d0c69be 6608
01c52d31 66092005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6610
01c52d31
MB
6611 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6612 Suggest image/.* in the doc string.
d6697c02 6613
01c52d31 66142005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6615
01c52d31
MB
6616 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6617 message-marks (Debian bug #342521).
d6697c02 6618
01c52d31 66192005-12-12 Simon Josefsson <jas@extundo.com>
84861437 6620
01c52d31
MB
6621 * password.el (password-read-from-cache): Add.
6622 (password-read): Use it.
84861437 6623
01c52d31 66242005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 6625
01c52d31
MB
6626 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6627 us-ascii as a MIME charset.
3338c0ad 6628
01c52d31
MB
6629 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6630 against the case where the 2nd arg TYPE is nil.
3338c0ad 6631
01c52d31 66322005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 6633
01c52d31 6634 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 6635
01c52d31 6636 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 6637
01c52d31 66382005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 6639
01c52d31 6640 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 6641
01c52d31 66422005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 6643
01c52d31
MB
6644 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6645 RFC1524) if it is in mailcap or add a suffix according to
6646 mailcap-mime-extensions when generating a temp filename; postpone
6647 deleting a temp file for 2 seconds for some wrappers, shell
6648 scripts, and so on, which might exit right after having started a
6649 viewer command as a background job.
6650
66512005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6652
6653 * nntp.el (nntp-marks-directory): Fix custom group.
6654
6655 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6656 steps when < 10.
6657
6658 * gnus-start.el (gnus-no-server-1): Mention
6659 `gnus-level-default-subscribed' in doc string.
6660
66612005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6662
6663 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6664 parens.
6665
66662005-11-26 Dave Love <fx@gnu.org>
6667
6668 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6669 (tls-program, tls-success): Provide openssl alternative.
6670
6671 * starttls.el: Doc fixes.
6672 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6673 SERVICE to PORT.
6674
002876ab 6675 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
6676 port null or service name.
6677 (starttls-negotiate): Autoload.
6678
66792005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6680
6681 * message.el (message-kill-to-signature): Fix interactive spec.
6682
66832005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6684
6685 * pop3.el (pop3-open-server): Recognize a string as a service name.
6686
66872005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6688
6689 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6690
66912005-11-23 Dave Love <fx@gnu.org>
6692
6693 Add pop3s, pop3/starttls.
6694
6695 * pop3.el (pop3-authentication-scheme): Clarify doc.
6696 (open-tls-stream, starttls-open-stream): Autoload.
6697 (pop3-stream-type): New.
6698 (pop3-open-server): Use it.
6699
6700 * mail-source.el (mail-sources): Fix some :types. Add stream type
6701 for POP.
6702 (mail-source-keyword-map): Add :stream for POP.
6703 (mail-source-fetch-pop): Use pop3-stream-type.
6704
67052005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6706
6707 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6708 of current-time-string.
6709
67102005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6711
6712 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6713 date header.
6714
67152005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6716
6717 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6718 it can seriously impact performance as it bypasses the agent's
6719 local caches.
6720
67212005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6722
6723 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6724 must be explicitly online rather than "not explicitly offline" for
6725 its flags to be synchronized.
6726
6727 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6728 that gnus-uu-unmark-thread will function correctly.
6729
6730 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6731 1024K is instead displayed as 1M.
6732
67332005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6734
6735 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6736
67372005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6738
6739 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6740
67412005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6742
6743 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6744 error message to display actual error condition.
6745 (gnus-agent-save-local): Avoid saving symbols that are bound to
6746 nil as they simply result in a warning message in
6747 gnus-agent-read-local.
6748
67492005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6750
6751 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6752 rather than make-variable-buffer-local for file-precious-flag.
6753
67542005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6755
6756 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6757 for duplicates which are removed. The invalid sort check then
6758 triggers a rescan after the sort as sorting may have moved
6759 duplicate entries such that they can be cheaply detected.
6760
67612005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6762
6763 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6764
67652005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6766
6767 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6768 internal variable to a custom variable. Changed default value
6769 from compressed(2) to uncompressed(1).
6770 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6771 support for uncompressed agentview files. Taken together, reading
6772 the agentview file should now be 6-7 times faster.
6773
67742005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6775
6776 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6777 as a buffer-local variable. This avoids creating truncated
6778 dribble files as a result of a hang up, eg.
6779
67802005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6781
6782 * gnus-start.el (gnus-start-draft-setup): Enforce
6783 `gnus-draft-mode' for nndraft:drafts at startup.
6784
6785 * gnus.el (gnus-splash): Change custom group.
6786 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6787 allow-list argument.
6788
6789 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6790 string.
6791
67922005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6793
6794 * gnus-art.el (gnus-default-article-saver): Add user-defined
6795 `function' to custom type.
6796
67972005-10-30 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * imap.el (imap-open): Handle case where buffer is a buffer
6800 object.
6801
68022005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6803
6804 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6805 long lines.
6806 (gnus-cache-delete-group): Wrap doc strings.
6807
6808 * gnus-agent.el (gnus-agent-rename-group)
6809 (gnus-agent-delete-group): Wrap doc strings.
6810
01c52d31
MB
68112005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6812
6813 * gnus-start.el (gnus-1): Add "native" to
6814 gnus-predefined-server-alist.
6815
6816 * gnus.el (gnus-method-to-server): Don't add "native" to the
6817 lists here, because that leads to problems when
6818 gnus-select-method is bound.
6819
68202005-11-09 Simon Josefsson <jas@extundo.com>
6821
6822 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6823 use (not sort-by-date) instead.
6824
68252005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * gnus-delay.el (gnus-delay-group): Don't autoload.
6828 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6829 to be re-loaded when customizing the `gnus-delay' group.
6830
68312005-11-19 Chong Yidong <cyd@stupidchicken.com>
6832
6833 * message.el: Revert last changes.
6834 (message-insert-citation-line): Use newlines.
6835
68362005-11-17 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * message.el (message-courtesy-message)
6839 (message-mark-insert-begin, message-mark-insert-end)
6840 (message-elide-ellipsis, message-cancel-message)
6841 (message-add-header, message-change-subject)
6842 (message-cross-post-followup-to-header)
6843 (message-cross-post-insert-note, message-reduce-to-to-cc)
6844 (message-widen-reply, message-delete-not-region)
6845 (message-kill-to-signature, message-insert-signature)
6846 (message-insert-importance-high, message-insert-importance-low)
6847 (message-insert-or-toggle-importance)
6848 (message-insert-disposition-notification-to)
6849 (message-indent-citation, message-yank-original)
6850 (message-cite-original-without-signature, message-cite-original)
6851 (message-insert-citation-line, message-position-on-field)
6852 (message-fix-before-sending, message-send-mail-partially)
6853 (message-send-mail, message-send-mail-with-sendmail)
6854 (message-send-mail-with-qmail, message-send-news)
6855 (message-check-news-header-syntax, message-generate-headers)
6856 (message-insert-courtesy-copy, message-fill-address)
6857 (message-fill-header, message-shorten-references)
6858 (message-setup-1, message-cancel-news)
6859 (message-forward-make-body-plain, message-forward-make-body-mime)
6860 (message-forward-make-body-mml, message-encode-message-body)
6861 (message-forward-make-body-digest-plain)
6862 (message-forward-make-body-digest-mime)
6863 (message-use-alternative-email-as-from): Insert `hard-newline'
6864 instead of ordinary newlines.
6865
68662005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6867
6868 * message.el (message-generate-headers): Downcase the argument
6869 given to message-check-element.
6870
68712005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6872
6873 * nntp.el (nntp-authinfo-rejected): New error condition.
6874 (nntp-wait-for): Use new error condition to signal authentication
6875 error.
6876 (nntp-retrieve-data): Rethrow new error condition to break out of
6877 recursive call to nntp-send-authinfo.
6878
68792005-11-08 Romain Francoise <romain@orebokech.com>
6880
6881 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6882 (gnus-summary-exit-map): Bind to `Z p'.
6883 (gnus-summary-make-menu-bar): Add menu item.
6884
68852005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6886
6887 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6888 (gnus-treat-*): Add `first' in all doc strings.
6889
6890 * gnus-group.el (gnus-group-compact-group): Fix typo.
6891
68922005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6893
6894 * gnus.el (gnus-parameters-case-fold-search): New variable.
6895 (gnus-parameters-get-parameter): Use it.
6896
6897 * gnus-score.el (gnus-home-score-file): Doc fix.
6898
68992005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6900
6901 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6902
69032005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6904
6905 * mm-util.el (mm-special-display-p): New function.
6906
6907 * mml.el (mml-preview): Use it; doc fix.
6908
69092005-10-29 Romain Francoise <romain@orebokech.com>
6910
6911 * message.el (message-fix-before-sending): Fix comment.
6912
69132005-10-29 Jari Aalto <jari.aalto@cante.net>
6914
6915 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6916
69172005-10-29 Jari Aalto <jari.aalto@cante.net>
6918
6919 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6920 Used in gnus-score.el.
6921
69222005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6923
6924 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6925
69262005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6927
6928 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6929 whitespace removed in revision 7.8. Use concatenated string to
6930 protect trailing whitespace.
6931
880820fe 69322005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
6933
6934 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6935 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6936 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6937 Courier IMAP ("some version from 2004"). Mostly based on similar
6938 code in the same function.
6939
69402005-10-26 Didier Verna <didier@xemacs.org>
6941
002876ab 6942 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 6943 article buffer.
002876ab 6944 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 6945 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
6946 NOV database and in article itself.
6947 Invalidate article backlog.
6948
69492005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6950
6951 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6952
69532005-10-26 Simon Josefsson <jas@extundo.com>
6954
6955 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6956 part of 2004-07-25 change.
6957
69582005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6959
6960 * message.el (message-display-completion-list): New function.
6961 (message-expand-group): Use it; make sure the Completions buffer
6962 is modifiable.
6963
69642005-10-30 Chong Yidong <cyd@stupidchicken.com>
6965
c9e31f32 6966 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
6967
69682005-10-24 Eli Zaretskii <eliz@gnu.org>
6969
6970 * pgg-def.el:
6971 * pgg-gpg.el:
6972 * pgg-parse.el:
6973 * pgg-pgp.el:
6974 * pgg-pgp5.el:
6975 * pgg.el: Move to the parent lisp directory.
6976
69772005-10-23 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6980 user-mail-name is an empty string.
6981
69822005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6985 depending on gnus-score-decay-constant.
6986
6987 * encrypt.el (encrypt-insert-file-contents)
6988 (encrypt-write-file-contents): Don't use `gnus-message'.
6989
6990 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6991 arguments.
6992 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6993 arguments to mm-uu-verbatim-marks-extract.
6994 (mm-uu-hide-markers): New variable.
6995 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6996
6997 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6998 (gnus-convert-image-to-face-command): Use "convert" by default to
6999 allow other input image formats.
7000 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7001 accordingly.
7002
70032005-10-23 Simon Josefsson <jas@extundo.com>
7004
7005 * imap.el (imap-gssapi-program): Align command line parameters
7006 with latest GNU SASL.
7007 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7008
70092005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7010
7011 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7012 HTML.
7013 (nnslashdot-request-article): Ditto.
7014
70152005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7016
7017 * mail-source.el (mail-source-fetch-pop): Require pop3.
7018 (mail-source-check-pop): Ditto.
7019
70202005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7023 errors.
7024
70252005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
7026
7027 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7028 (gnus-treat-strip-leading-blank-lines): Improve doc string.
7029
7030 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7031
7032 * mm-bodies.el (mm-decode-string): Call
7033 `mm-charset-to-coding-system' with allow-override argument.
7034
70352005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7036
7037 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7038 (rfc2047-charset-to-coding-system): New function.
7039 (rfc2047-decode-encoded-words): New function.
7040 (rfc2047-decode-region): Use them.
7041 (rfc2047-decode-cte): Remove.
7042 (rfc2047-parse-and-decode): Remove.
7043 (rfc2047-decode): Remove.
7044
70452005-10-15 Kenichi Handa <handa@m17n.org>
7046
7047 * rfc2047.el (rfc2047-decode-cte): New function.
7048 (rfc2047-decode-region): Change the way to decode successive
7049 encoded-words: decode B- or Q-encoding in each encoded-word,
7050 concatenate them, and decode it as charset.
7051
70522005-10-17 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
7055 widget-move-and-invoke.
7056 (gnus-custom-mode): Use gnus-custom-map.
7057
70582005-10-15 Bill Wohler <wohler@newt.com>
7059
7060 * message.el (message-tool-bar-map): Renamed image file from
7061 mail_send to mail/send.
7062
70632005-10-16 Masatake YAMATO <jet@gyve.org>
7064
7065 * message.el (message-expand-group): Pass the common
7066 prefix substring of completion to `display-completion-list'.
7067
70682005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
7069
7070 * mml-sec.el (mml-secure-method): New internal variable.
7071 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7072 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7073 functions using mml-secure-method.
7074
7075 * mml.el (mml-mode-map): Add key bindings for those functions.
7076 (mml-menu): Simplify security menu entries. Suggested by Jesper
7077 Harder <harder@myrealbox.com>.
7078 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7079 end of message if point is the headers of the message.
7080
7081 * message.el (message-in-body-p): New function.
7082
7083 * assistant.el: Autoload gnus-util and netrc.
7084
7085 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7086 Use `mm-charset-override-alist' only when decoding.
7087
7088 * mm-bodies.el (mm-decode-body): Call
7089 `mm-charset-to-coding-system' with allow-override argument.
7090
7091 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7092 `filename' from Content-Disposition if Content-Type doesn't
7093 provide `name'.
7094 (gnus-mime-view-part-as-type): Set default instead of
7095 initial-input.
7096
70972005-10-09 Daniel Brockman <daniel@brockman.se>
7098
7099 * format-spec.el (format-spec): Propagate text properties of % spec.
7100
71012005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7102
7103 * gnus-art.el (gnus-treat-predicate): Add `first'.
7104
71052005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7106
7107 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7108 (mm-charset-override-alist): New variable.
7109 (mm-charset-to-coding-system): Use it.
7110 (mm-codepage-setup): New helper function.
7111 (mm-charset-eval-alist): New variable.
7112 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
7113 about unknown charsets.
7114
71152005-10-04 David Hansen <david.hansen@gmx.net>
7116
7117 * nnrss.el (nnrss-request-article): Add support for the comments tag.
7118 (nnrss-check-group): Ditto.
7119
71202005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7121
7122 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7123 Rename x-gnus-verbatim to x-verbatim.
7124 (mm-uu-type-alist): Fix regexp for verbatim-marks.
7125
7126 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7127 x-verbatim.
7128
7129 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7130
7131 * gnus-util.el (gnus-remove-duplicates): Remove.
7132
7133 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7134 instead of gnus-remove-duplicates.
7135
7136 * message.el (message-remove-duplicates): Remove.
7137 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7138 message-remove-duplicates.
7139
7140 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7141 available, else use implementation from `delete-dups'.
7142
7143 * message.el (message-insert-expires): New function.
7144 (message-mode-map): Add key binding.
7145 (message-mode-field-menu): Add menu entry.
7146 (message-mode): Document it.
7147 (message-make-expires-date): Use `message-make-date'.
7148
71492005-10-04 Josh Huber <huber@alum.wpi.edu>
7150
7151 * message.el (message-make-expires-date): New function.
7152
01c52d31
MB
71532005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * time-date.el: Autoload parse-time-string, XEmacs needs it.
7156
71572005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7160 function rather than the diff-mode.el package.
7161 (mm-display-external): Use with-current-buffer.
7162 (mm-viewer-completion-map, mm-viewer-completion-map):
7163 Move initialization inside declaration.
7164
71652005-09-29 Simon Josefsson <jas@extundo.com>
7166
7167 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
7168 autoload mail-check-payment.
7169 (spam-check-hashcash): Define unconditionally, since hashcash.el
7170 is part of Gnus now. Ignore errors from payment checking.
7171
71722005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7173
7174 * message.el (message-bold-region, message-unbold-region): Rename
7175 from `bold-region' and `unbold-region'.
7176
7177 * message.el: Remove useless autoloads.
7178
71792005-09-28 Simon Josefsson <jas@extundo.com>
7180
7181 * message.el (message-use-idna): Default to t.
7182 (message-use-idna): Test whether encoding works too. Doc fix.
7183
71842005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7185
7186 * nntp.el (nntp-warn-about-losing-connection): Remove.
7187
71882005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7189
7190 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7191 customizable. Change default value.
7192 (mm-uu-diff-groups-regexp): Change default value.
7193 (mm-uu-type-alist): Add doc string.
7194 (mm-uu-configure): Add doc string. Make it interactive.
7195 (mm-uu-tex-groups-regexp): New variable.
7196 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7197 (mm-uu-type-alist): Add LaTeX documents.
7198 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7199 of "text/verbatim".
7200 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7201
7202 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7203 instead of "text/verbatim".
7204
7205 * message.el (message-mark-inserted-region)
7206 (message-mark-insert-file): Use slrn style marks when called with
7207 prefix argument.
7208
72092005-09-27 Simon Josefsson <jas@extundo.com>
7210
7211 * message.el (message-idna-to-ascii-rhs-1): Reformat.
7212
880820fe 72132005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7214
7215 * message.el (message-remove-duplicates): New function.
7216 Implementation borrowed from `gnus-remove-duplicates'.
7217 (message-idna-to-ascii-rhs): Also encode idna addresses in
7218 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7219 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7220 only ask about the same idna domain once per header and also tell
7221 in what header to replace the idna domain.
7222
7223 * gnus-art.el (article-decode-idna-rhs): Also decode idna
7224 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7225 (article-decode-idna-rhs): Fix regexp so that all idna-address in
7226 a header is decoded and not just the last one.
7227
72282005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7229
7230 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7231 has been decoded.
7232
7233 * mm-decode.el (mm-automatic-display): Add text/verbatim.
7234 (mm-insert-part): Don't modify text if it has been decoded.
7235
7236 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7237 decoded.
7238
7239 * mm-view.el (mm-inline-text): Don't strip text props unless
7240 decoding enriched or richtext parts.
7241
72422005-09-25 Romain Francoise <romain@orebokech.com>
7243
7244 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7245 * gnus-start.el (gnus-subscribe-interactively):
7246 * gnus-uu.el (gnus-uu-grab-articles):
7247 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7248 space.
7249
72502005-09-24 Emilio C. Lopes <eclig@gmx.net>
7251
7252 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7253 * mm-view.el (mm-view-pkcs7-decrypt):
7254 * gnus-sum.el (gnus-summary-limit-to-extra)
7255 (gnus-summary-respool-article, gnus-read-move-group-name):
7256 * gnus-score.el (gnus-summary-increase-score):
7257 * gnus-util.el (gnus-completing-read-with-default):
7258 * gnus-art.el (gnus-read-save-file-name)
7259 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7260 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7261 * message.el (message-check-news-header-syntax):
7262 Follow convention for reading with the minibuffer.
7263
72642005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7265
7266 * spam-report.el (spam-report-url-ping-plain):
7267 Use gnus-extended-version as User-Agent.
7268
7269 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7270 default value is nil.
7271
7272 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7273 (mm-uu-verbatim-marks-extract): New function.
7274 (mm-uu-extract): New face.
7275 (mm-uu-copy-to-buffer): Use it.
7276
7277 * spam-report.el (spam-report-gmane-ham): Renamed from
7278 `spam-report-gmane-unspam'.
7279 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7280 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7281
7282 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7283 Autoload.
7284 (spam-report-gmane-unregister-routine): Renamed
7285 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7286
72872005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7288
7289 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7290 (spam-report-gmane-unregister-routine): Add support for gmane
7291 unregistration.
7292
7293 * spam-report.el (spam-report-gmane-unspam)
7294 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7295 (spam-report-gmane): Change to take a single article and do unspam
7296 registration.
7297
72982005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7299
7300 * mm-url.el (mm-url-decode-entities): Fix regexp.
7301
73022005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7303
7304 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7305 default to nil, to be able to use Gnus at all. If the default
7306 switches to something else, then the function should be fixed not
7307 be exceedingly slow.
7308
73092005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7310
7311 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7312 fail hard.
7313
7314 * spam-report.el: Add better Keywords line.
7315
7316 * spam.el: Add Maintainer and better Keywords line.
7317
73182005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7319
7320 * gnus-art.el (gnus-article-replace-part)
7321 (gnus-mime-replace-part): New functions.
7322 (gnus-mime-action-alist, gnus-mime-button-commands)
7323 (gnus-mime-save-part-and-strip): Added file argument.
7324 (gnus-article-part-wrapper): Added interactive argument.
7325
7326 * gnus-sum.el (gnus-summary-mime-map): Add
7327 `gnus-article-replace-part'.
7328
73292005-09-19 Didier Verna <didier@xemacs.org>
7330
7331 The nnml compaction feature:
7332 * nnml.el (nnml-request-compact-group): New function.
7333 * nnml.el (nnml-request-compact): New function.
7334 * gnus-int.el (gnus-request-compact-group): New function.
7335 * gnus-int.el (gnus-request-compact): New function.
7336 * gnus-group.el (gnus-group-compact-group): New function.
7337 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7338 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7339 * gnus-srvr.el (gnus-server-compact-server): New function.
7340 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7341 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7342
73432005-09-18 Deepak Goel <deego@gnufans.org>
7344
7345 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7346 format spec.
7347
73482005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7349
7350 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7351
73522005-09-15 Romain Francoise <romain@orebokech.com>
7353
7354 * message.el (message-fill-paragraph): Clarify docstring.
7355
73562005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7357
7358 * gnus-art.el (gnus-mime-display-part): Protect against broken
7359 MIME messages.
7360
73612005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7362
7363 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7364 before parsing header.
7365
73662005-09-11 Jari Aalto <jari.aalto@cante.net>
7367
002876ab 7368 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
7369
73702005-09-11 Romain Francoise <romain@orebokech.com>
7371
7372 * message.el (message-alternative-emails): Improve docstring.
7373 (message-setup-1): Call `message-use-alternative-email-as-from'
7374 after `message-setup-hook' to give it precedence over posting
7375 styles, etc.
7376 (message-use-alternative-email-as-from): Add docstring. Remove
7377 the original From header if present.
7378
7379 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7380 (nnml-save-mail): Use it.
7381
7382 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7383 articles. Add new argument `silent'.
7384 (gnus-uu-mark-all): Report the total number of marked articles.
7385
73862005-09-10 Romain Francoise <romain@orebokech.com>
7387
7388 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7389 (gnus-uu-mark-series): Likewise.
7390
73912005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7392
7393 * spam-report.el (spam-report-gmane): Fix generation of spam
7394 report URL.
7395
73962005-09-10 Simon Josefsson <jas@extundo.com>
7397
7398 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7399 t, based on discussion on the ding list with Robert Epprecht
7400 <epprecht@solnet.ch>.
7401
74022005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7403
7404 * spam-report.el (spam-report-gmane): Make it work without
7405 X-Report-Spam header. Gmane now only provides Archived-At.
7406 This is only used if `spam-report-gmane-use-article-number' is nil.
7407 (spam-report-gmane-spam-header): Remove. Not used anymore.
7408
7409 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7410 make `gnus-summary-sort-by-recipient' work with threading.
7411
7412 * nnweb.el (nnweb-google-wash-article): Print a message if article
7413 is not available.
7414
74152005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7416
7417 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7418 change. Decode text/* parts content before displaying.
7419
74202005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7421
7422 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7423
74242005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7427
74282005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7429
c9e31f32 7430 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
7431
7432 * gnus.el (gnus-group-change-level-function): Ditto.
7433
7434 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7435
7436 * gnus-art.el (gnus-signature-limit)
7437 (gnus-article-mime-part-function): Ditto.
7438
74392005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * mml.el (mml-mode): Silence the byte compiler.
7442
7443 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7444 using `(sit-for 0)' before moving the point to the specified part;
7445 skip unbuttonized parts.
7446 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7447 return to the summary window if gnus-auto-select-part is non-nil.
7448
74492005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7450
7451 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7452 variables.
7453 (mml-dnd-attach-file, mml-mode): Use them.
7454
7455 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7456 Make fetching article by MID work again for Google Groups. Added
7457 FIXME concerning gnus-group-make-web-group.
7458
7459 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7460 Don't depend on Gnus by using mail-extract-address-components if
7461 gnus-extract-address-components is not bound.
7462
74632005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7464
7465 * gnus-art.el (gnus-mime-display-security): Don't display the
7466 signature, but only the signed part.
7467
74682005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7469
7470 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7471
7472 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7473 list, not listp.
7474
74752005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7476
7477 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7478 when encoding.
7479
7480 * mm-bodies.el (mm-decode-content-transfer-encoding):
7481 De-canonicalize CRLF for all text content types, not just
7482 text/plain.
7483
74842005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7485
7486 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7487 valid article; point arrow and cursor at the MIME button.
7488
74892005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7490
7491 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7492 Suggested by Dan Christensen <jdc@uwo.ca>.
7493
7494 * mm-decode.el (mm-save-part): Enable change of prompt.
7495
74962005-08-29 Jari Aalto <jari.aalto@cante.net>
7497
7498 * gnus-msg.el (gnus-inews-add-send-actions): Made
7499 `message-post-method' lambda parameter ARG `&optional'.
7500
75012005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7502
7503 * gnus-sum.el (gnus-summary-mime-map): Added
7504 gnus-article-save-part-and-strip, gnus-article-delete-part and
7505 gnus-article-jump-to-part.
7506
7507 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7508 (gnus-article-edit-part): Use it.
7509 (gnus-article-part-wrapper): Added no-handle argument.
7510 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7511 functions.
7512
75132005-08-29 Romain Francoise <romain@orebokech.com>
7514
7515 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7516 docstring.
7517 (gnus-face-from-file): Likewise.
7518
75192005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7520
7521 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7522 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7523 non-nil.
7524 (gnus-auto-select-part): New variable.
7525 (gnus-article-jump-to-part): New function.
7526 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7527 (gnus-mime-delete-part): Allow selecting specified part after
7528 deleting or stripping parts.
7529 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7530 part if argument is bogus.
7531
75322005-08-31 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * gnus-art.el (w3m-minor-mode-map):
7535 * gnus-spec.el (gnus-newsrc-file-version):
7536 * gnus-util.el (nnmail-active-file-coding-system)
7537 (gnus-original-article-buffer, gnus-user-agent):
7538 * gnus.el (gnus-ham-process-destinations)
7539 (gnus-parameter-ham-marks-alist)
7540 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7541 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7542 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7543 * mm-decode.el (gnus-current-window-configuration):
7544 * mm-extern.el (gnus-article-mime-handles):
7545 * mm-url.el (url-current-object, url-package-name)
7546 (url-package-version):
7547 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7548 (smime-keys, w3m-cid-retrieve-function-alist)
7549 (w3m-current-buffer, w3m-display-inline-images)
7550 (w3m-minor-mode-map):
7551 * mml-smime.el (gnus-extract-address-components):
7552 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7553 (gnus-newsrc-hashtb, message-default-charset)
7554 (message-deletable-headers, message-options)
7555 (message-posting-charset, message-required-mail-headers)
7556 (message-required-news-headers):
7557 * mml1991.el (mc-pgp-always-sign):
7558 * mml2015.el (mc-pgp-always-sign):
7559 * nnheader.el (nnmail-extra-headers):
7560 * rfc1843.el (gnus-decode-encoded-word-function)
7561 (gnus-decode-header-function, gnus-newsgroup-name):
7562 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7563
75642005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7565
7566 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7567 the end of the date treatments.
7568
75692005-08-15 Simon Josefsson <jas@extundo.com>
7570
7571 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7572 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7573 Capello and Romain Francoise.
7574 (pgg-fetch-key-function): Removed, not used?
7575 (pgg-insert-url-with-w3): Require url, to get
7576 url-insert-file-contents regardless of where it is defined.
7577
75782005-08-13 Romain Francoise <romain@orebokech.com>
7579
7580 * message.el (message-cite-original-1): New function.
7581 (message-cite-original): Use it.
7582 (message-cite-original-without-signature): Ditto.
7583
75842005-08-08 Romain Francoise <romain@orebokech.com>
7585
7586 * message.el (message-yank-empty-prefix): New variable.
7587 (message-indent-citation): Use it.
7588 (message-cite-original-without-signature): Respect X-No-Archive.
7589
75902005-08-08 Simon Josefsson <jas@extundo.com>
7591
7592 * pgg.el: Autoload url-insert-file-contents instead of loading
7593 w3/url.
7594 (pgg-insert-url-with-w3): Don't load url here.
7595
75962005-08-07 Jesper Harder <harder@phys.au.dk>
7597
7598 * message.el (message-kill-to-signature): Don't insert newline at
7599 bol.
7600 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7601
76022005-08-06 Romain Francoise <romain@orebokech.com>
7603
7604 * message.el (message-user-fqdn): Fix typo in docstring.
7605
76062005-08-05 Daiki Ueno <ueno@unixuser.org>
7607
7608 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7609
7610 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7611
76122005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7613
7614 * mm-bodies.el (mm-encode-body): Use coding system rather than
7615 charset to encode text.
7616
7617 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7618 number of charsets if utf-8 is available (XEmacs).
7619
76202005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7621
7622 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7623 taken from `gnus-button-mid-or-mail-regexp'.
7624 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7625 (gnus-button-alist): Improve regexp for domain part of the MIDs
7626 for news:localpart@domain buttons.
7627 (gnus-button-ctan-directory-regexp): Update.
7628
76292005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7630
7631 * sieve-manage.el (sieve-manage-interactive-login): Use
7632 make-local-variable rather than make-variable-buffer-local.
7633 (sieve-manage-open): Ditto.
7634 (sieve-manage-authenticate): Ditto.
7635
7636 * mml.el (mml-generate-mime-1): Make the content type default to
7637 text/plain if the filename is not specified.
7638
76392005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7640
7641 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7642 instead of insert-buffer.
7643
7644 * message.el (message-yank-original): Ditto; set the mark at the
7645 end of the yanked message.
7646
76472005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7648
7649 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7650 lines to scroll rather than to stop it.
7651
7652 * mml.el (mml-generate-default-type): Add doc string.
7653 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7654 default to application/octet-stream when determining the content
7655 type if it is not specified for the part or the mml contents; add
7656 a comment about mml-generate-default-type.
7657
76582005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7659
7660 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7661 make it default to application/octet-stream when determining the
7662 content type if it is not specified for the external contents.
7663
76642005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7665
7666 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7667 segmented parameter but also other parameters might be there.
7668
76692005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7670
7671 * mm-decode.el (mm-display-external): Delete temp file, directory
7672 and buffer immediately if the external process is exited.
7673
76742005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7675
7676 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7677 fewer lines than that of scroll-margin.
7678 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7679
76802005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7681
7682 * gnus-art.el (gnus-article-next-page): Revert.
7683 (gnus-article-beginning-of-window): New macro.
7684 (gnus-article-next-page-1): Use it.
7685 (gnus-article-prev-page): Ditto.
7686 (gnus-article-edit-part): Use insert-buffer-substring instead of
7687 insert-buffer.
7688 (gnus-article-edit-exit): Ditto.
7689
7690 * gnus-util.el (gnus-beginning-of-window): Remove.
7691 (gnus-end-of-window): Remove.
7692
76932005-07-25 Simon Josefsson <jas@extundo.com>
7694
7695 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7696 to have the url package without w3. Reported by Daiki Ueno
7697 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7698
76992005-07-20 Didier Verna <didier@xemacs.org>
7700
7701 * gnus-diary.el: Remove the description comment (nndiary is now
7702 properly documented in the Gnus manual).
7703 Fix the spelling of "Back End".
7704 * nndiary.el: Ditto.
7705 Fix the copyright notice.
7706
77072005-07-18 Romain Francoise <romain@orebokech.com>
7708
149cd465
JB
7709 * gnus-sum.el (gnus-summary-to-prefix)
7710 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
7711 (gnus-summary-from-or-to-or-newsgroups): Use them.
7712
77132005-07-17 Romain Francoise <romain@orebokech.com>
7714
7715 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7716 space as it's generally not especially interesting to the user.
7717
77182005-07-16 Romain Francoise <romain@orebokech.com>
7719
7720 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7721 nil to avoid prompting and file modification if one of the
7722 messages at the top of the nnfolder file contains a copyright
7723 notice.
7724 Update copyright notice.
7725
7726 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7727 instead of `current-time-string' as the latter creates a time
7728 string that is not RFC 2822 compliant (it lacks the zone).
7729 Update copyright notice.
7730
77312005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7734 for text/rtf. Display default in prompt. Pass default for M-n.
7735
7736 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7737
77382005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7739
7740 * gnus-msg.el (gnus-button-mailto): Remove
7741 save-selected-window-window hackery because it relies on
7742 save-selected-window internals.
7743
77442005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7747 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7748 (gnus-article-prev-page): Ditto.
7749
7750 * gnus-util.el (gnus-beginning-of-window): New function.
7751 (gnus-end-of-window): New function.
7752
77532005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7754
7755 * gnus-score.el (gnus-score-edit-all-score): Set
7756 gnus-score-edit-exit-function to gnus-score-edit-done and call
7757 gnus-message.
7758
77592005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7760
7761 * gnus-msg.el (gnus-button-mailto): Remove
7762 save-selected-window-window hackery because it relies on
7763 save-selected-window internals.
7764
77652005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7766
7767 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7768 add-minor-mode.
7769 (gnus-binary-mode): Ditto.
7770
7771 * gnus-topic.el (gnus-topic-mode): Ditto.
7772
77732005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7774
7775 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7776 (gnus-article-prev-page): Take scroll-margin into consideration.
7777
77782005-07-04 Lute Kamstra <lute@gnu.org>
7779
7780 Update FSF's address in GPL notices.
7781
77822005-07-04 Juanma Barranquero <lekktu@gmail.com>
7783
7784 * gnus.el (gnus-exit):
7785 * gnus-group.el (gnus-group-icons):
7786 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7787
7788 * gnus-nocem.el (gnus-nocem):
7789 * message.el (message-various, message-buffers, message-sending)
7790 (message-interface, message-forwarding, message-insertion)
7791 (message-headers, message-news, message-mail):
7792 * pgg-gpg.el (pgg-gpg):
7793 * pgg-parse.el (pgg-parse):
7794 * pgg-pgp.el (pgg-pgp):
7795 * pgg-pgp5.el (pgg-pgp5):
7796 * pop3.el (pop3): Finish `defgroup' description with period.
7797
77982005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7799
7800 * gnus-art.el (article-display-face): Improve the efficiency.
7801 (article-display-x-face): Ditto; remove grey x-face stuff.
7802
78032005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7804
7805 * gnus-art.el (article-display-face): Correct the position in
7806 which Faces are inserted.
7807
78082005-06-29 Didier Verna <didier@xemacs.org>
7809
7810 * gnus-art.el (article-display-face): Display faces in correct
7811 order.
7812
78132005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7816 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7817 (gnus-nocem-check-article): Fetch the Type header.
7818 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7819 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7820 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7821 make sure gnus-nocem-hashtb is initialized.
7822 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7823 (gnus-nocem-unwanted-article-p): Ditto.
7824
7825 * pgg.el (pgg-verify): Return the verification result.
7826
78272005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7828
7829 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7830 is ascii.
7831
78322005-06-24 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7835 `show-nonbreak-escape'.
7836
78372005-06-23 Lute Kamstra <lute@gnu.org>
7838
7839 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7840
7841 * dig.el (dig-mode):
7842 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7843
78442005-06-21 Juanma Barranquero <lekktu@gmail.com>
7845
7846 * nnimap.el (nnimap-split-download-body): Fix spellings.
7847
78482005-06-16 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * gnus-art.el (gnus-article-encrypt-body):
7851 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
7852 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7853 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 7854
880820fe 78552005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7856
7857 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7858 header by looking for magic "MII" at the beginnig.
7859
78602005-06-16 Miles Bader <miles@gnu.org>
7861
7862 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7863 (assistant-field-face): New backward-compatibility alias for renamed
7864 face.
7865 (assistant-render-text): Use renamed assistant-field face.
7866
7867 * spam.el (spam): Remove "-face" suffix from face name.
7868 (spam-face): New backward-compatibility alias for renamed face.
7869 (spam-face, spam-initialize): Use renamed spam face.
7870
7871 * message.el (message-header-to, message-header-cc)
7872 (message-header-subject, message-header-newsgroups)
7873 (message-header-other, message-header-name)
7874 (message-header-xheader, message-separator, message-cited-text)
7875 (message-mml): Remove "-face" suffix from face names.
7876 (message-header-to-face, message-header-cc-face)
7877 (message-header-subject-face, message-header-newsgroups-face)
7878 (message-header-other-face, message-header-name-face)
7879 (message-header-xheader-face, message-separator-face)
7880 (message-cited-text-face, message-mml-face):
7881 New backward-compatibility aliases for renamed faces.
7882 (message-font-lock-keywords): Use renamed message faces.
7883
7884 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7885 (sieve-test-commands, sieve-tagged-arguments):
7886 Remove "-face" suffix from face names.
7887 (sieve-control-commands-face, sieve-action-commands-face)
7888 (sieve-test-commands-face, sieve-tagged-arguments-face):
7889 New backward-compatibility aliases for renamed faces.
7890 (sieve-control-commands-face, sieve-action-commands-face)
7891 (sieve-test-commands-face, sieve-tagged-arguments-face):
7892 Use renamed sieve faces.
7893
7894 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7895 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7896 (gnus-group-news-3-empty, gnus-group-news-4)
7897 (gnus-group-news-4-empty, gnus-group-news-5)
7898 (gnus-group-news-5-empty, gnus-group-news-6)
7899 (gnus-group-news-6-empty, gnus-group-news-low)
7900 (gnus-group-news-low-empty, gnus-group-mail-1)
7901 (gnus-group-mail-1-empty, gnus-group-mail-2)
7902 (gnus-group-mail-2-empty, gnus-group-mail-3)
7903 (gnus-group-mail-3-empty, gnus-group-mail-low)
7904 (gnus-group-mail-low-empty, gnus-summary-selected)
7905 (gnus-summary-cancelled, gnus-summary-high-ticked)
7906 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7907 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7908 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7909 (gnus-summary-low-undownloaded)
7910 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7911 (gnus-summary-low-unread, gnus-summary-normal-unread)
7912 (gnus-summary-high-read, gnus-summary-low-read)
7913 (gnus-summary-normal-read, gnus-splash):
7914 Remove "-face" suffix from face names.
7915 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7916 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7917 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7918 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7919 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7920 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7921 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7922 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7923 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7924 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7925 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7926 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7927 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7928 (gnus-summary-normal-ticked-face)
7929 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7930 (gnus-summary-normal-ancient-face)
7931 (gnus-summary-high-undownloaded-face)
7932 (gnus-summary-low-undownloaded-face)
7933 (gnus-summary-normal-undownloaded-face)
7934 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7935 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7936 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7937 (gnus-splash-face):
7938 New backward-compatibility aliases for renamed faces.
7939 (gnus-group-startup-message): Use renamed gnus faces.
7940
7941 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7942 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7943 (gnus-server-agent): Remove "-face" suffix from face names.
7944 (gnus-server-agent-face, gnus-server-opened-face)
7945 (gnus-server-closed-face, gnus-server-denied-face)
7946 (gnus-server-offline-face):
7947 New backward-compatibility aliases for renamed faces.
7948 (gnus-server-agent-face, gnus-server-opened-face)
7949 (gnus-server-closed-face, gnus-server-denied-face)
7950 (gnus-server-offline-face): Use renamed gnus faces.
7951
7952 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7953 Remove "-face" suffix from face names.
7954 (gnus-picon-xbm-face, gnus-picon-face):
7955 New backward-compatibility aliases for renamed faces.
7956
7957 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7958 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7959 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7960 (gnus-cite-11): Remove "-face" suffix from face names.
7961 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7962 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7963 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7964 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7965 New backward-compatibility aliases for renamed faces.
7966 (gnus-cite-attribution-face, gnus-cite-face-list)
7967 (gnus-article-boring-faces): Use renamed gnus faces.
7968
7969 * gnus-art.el (gnus-signature, gnus-header-from)
7970 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7971 (gnus-header-content): Remove "-face" suffix from face names.
7972 (gnus-signature-face, gnus-header-from-face)
7973 (gnus-header-subject-face, gnus-header-newsgroups-face)
7974 (gnus-header-name-face, gnus-header-content-face):
7975 New backward-compatibility aliases for renamed faces.
7976 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7977
7978 * gnus-sum.el (gnus-summary-selected-face)
7979 (gnus-summary-highlight): Use renamed gnus faces.
7980 * gnus-group.el (gnus-group-highlight): Likewise.
7981
79822005-06-14 Juanma Barranquero <lekktu@gmail.com>
7983
7984 * gnus-sieve.el (gnus-sieve-article-add-rule):
7985 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7986 * spam-stat.el (spam-stat-buffer-change-to-spam)
7987 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7988
7989 * message.el (message-is-yours-p):
7990 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7991
79922005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7993
7994 * mm-view.el (mm-inline-text): Withdraw the last change.
7995
79962005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7997
7998 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7999 executing enriched-decode.
8000
80012005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8002
8003 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8004 charset of tar files.
8005
80062005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8007
8008 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8009
80102005-06-04 Lute Kamstra <lute@gnu.org>
8011
8012 * nnfolder.el (nnfolder-read-folder): Make sure that undo
8013 information is never recorded.
8014
80152005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8018
80192005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
8020
8021 * pop3.el (pop3-apop): Run md5 in the binary mode.
8022
8023 * starttls.el (starttls-set-process-query-on-exit-flag):
8024 Use eval-and-compile.
8025
80262005-05-31 Simon Josefsson <jas@extundo.com>
8027
8028 * smime.el (smime-replace-in-string): Define.
8029 (smime-cert-by-ldap-1): Use it.
8030
80312005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
8032
8033 * gnus-art.el (article-display-x-face): Replace
8034 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8035
8036 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8037 set-process-query-on-exit-flag or process-kill-without-query.
8038
8039 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8040 loop instead of replace-regexp.
8041
8042 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8043 instead of process-kill-without-query if it is available.
8044
8045 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8046 instead of find-file-hooks if it is available.
8047
8048 * mml1991.el: Bind pgg-default-user-id when compiling.
8049
8050 * mml2015.el: Bind pgg-default-user-id when compiling.
8051
8052 * nndraft.el (nndraft-request-associate-buffer):
8053 Use write-contents-functions instead of write-contents-hooks if it is
8054 available.
8055
8056 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8057 instead of find-file-hooks if it is available.
8058
8059 * nntp.el (nntp-open-connection): Replace
8060 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8061 (nntp-open-ssl-stream): Ditto.
8062 (nntp-open-tls-stream): Ditto.
8063
8064 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8065 set-process-query-on-exit-flag or process-kill-without-query.
8066 (starttls-open-stream-gnutls): Use it instead of
8067 process-kill-without-query.
8068 (starttls-open-stream): Ditto.
8069
80702005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
8071
8072 * smime.el (smime-cert-by-ldap-1): Don't use
8073 replace-regexp-in-string.
8074
880820fe 80752005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8076
8077 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8078
8079 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 8080 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
8081
80822005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8083
8084 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8085 by `string-to-number'.
8086 * gnus-agent.el (gnus-agent-regenerate-group)
8087 (gnus-agent-fetch-articles): Ditto.
8088 * gnus-art.el (gnus-button-fetch-group): Ditto.
8089 * gnus-cache.el (gnus-cache-generate-active)
8090 (gnus-cache-articles-in-group): Ditto.
8091 * gnus-group.el (gnus-group-set-current-level)
8092 (gnus-group-insert-group-line): Ditto.
8093 * gnus-score.el (gnus-score-set-expunge-below)
8094 (gnus-score-set-mark-below, gnus-summary-score-effect)
8095 (gnus-summary-score-entry): Ditto.
8096 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8097 (gnus-soup-pack): Ditto.
8098 * gnus-spec.el (gnus-xmas-format): Ditto.
8099 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8100 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8101 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8102 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8103 * nndb.el (nndb-get-remote-expire-response): Ditto.
8104 * nndiary.el (nndiary-parse-schedule-value)
8105 (nndiary-string-to-number, nndiary-request-replace-article)
8106 (nndiary-request-article): Ditto.
8107 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8108 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8109 * nneething.el (nneething-make-head): Ditto.
8110 * nnfolder.el (nnfolder-request-article)
8111 (nnfolder-retrieve-headers): Ditto.
8112 * nnheader.el (nnheader-file-to-number): Ditto.
8113 * nnkiboze.el (nnkiboze-request-article): Ditto.
8114 * nnmail.el (nnmail-process-unix-mail-format)
8115 (nnmail-process-babyl-mail-format): Ditto.
8116 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8117 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8118 (nnmh-request-create-group, nnmh-request-list-1)
8119 (nnmh-request-group, nnmh-request-article): Ditto.
8120 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8121 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8122 * nnsoup.el (nnsoup-make-active): Ditto.
8123 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8124 * nntp.el (nntp-find-group-and-number)
8125 (nntp-retrieve-headers-with-xover): Ditto.
8126 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8127 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8128 (pgg-format-key-identifier): Ditto.
8129 * pop3.el (pop3-last, pop3-stat): Ditto.
8130 * qp.el (quoted-printable-decode-region): Ditto.
8131
8132 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8133 of concat.
8134
81352005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8136
8137 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8138
8139 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8140
8141 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8142
8143 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8144
8145 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8146
8147 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8148
8149 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8150 (gnus-carpal-mode): Ditto.
8151
8152 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8153 (gnus-browse-mode): Ditto.
8154
8155 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8156
8157 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8158
81592005-05-29 Richard M. Stallman <rms@gnu.org>
8160
8161 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8162
81632005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
8164
8165 * gnus-util.el (gnus-run-mode-hooks): New function.
8166
8167 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8168
81692005-05-26 Luc Teirlinck <teirllm@auburn.edu>
8170
8171 * gnus-agent.el (gnus-agent-make-mode-line-string):
8172 Use mode-line-highlight as mouse-face.
8173
81742005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8175
8176 * canlock.el (canlock): Change the parent group to news.
8177
8178 * deuglify.el (gnus-outlook-deuglify): Add :group.
8179
8180 * dig.el (dig): Add :group.
8181
8182 * dns-mode.el (dns-mode): Add :group.
8183
8184 * encrypt.el (encrypt): Add :group.
8185
8186 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8187 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8188 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8189 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8190 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8191
8192 * gnus-diary.el (gnus-diary): Add :group.
8193
8194 * gnus.el (gnus-group-news-1-face): Add :group.
8195 (gnus-group-news-1-empty-face): Ditto.
8196 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8197 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8198 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8199 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8200 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8201 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8202 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8203 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8204 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8205 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8206 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8207 (gnus-summary-high-ticked-face): Ditto.
8208 (gnus-summary-low-ticked-face): Ditto.
8209 (gnus-summary-normal-ticked-face): Ditto.
8210 (gnus-summary-high-ancient-face): Ditto.
8211 (gnus-summary-low-ancient-face): Ditto.
8212 (gnus-summary-normal-ancient-face): Ditto.
8213 (gnus-summary-high-undownloaded-face): Ditto.
8214 (gnus-summary-low-undownloaded-face): Ditto.
8215 (gnus-summary-normal-undownloaded-face): Ditto.
8216 (gnus-summary-high-unread-face): Ditto.
8217 (gnus-summary-low-unread-face): Ditto.
8218 (gnus-summary-normal-unread-face): Ditto.
8219 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8220 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8221
8222 * hashcash.el (hashcash): New custom group.
8223 (hashcash-default-payment): Add :group.
8224 (hashcash-payment-alist): Ditto.
8225 (hashcash-default-accept-payment): Ditto.
8226 (hashcash-accept-resources): Ditto.
8227 (hashcash-path): Ditto.
8228 (hashcash-extra-generate-parameters): Ditto.
8229 (hashcash-double-spend-database): Ditto.
8230 (hashcash-in-news): Ditto.
8231
8232 * message.el (message-minibuffer-local-map): Add :group.
8233
8234 * netrc.el (netrc): Add :group.
8235
8236 * sieve-manage.el (sieve-manage-log): Add :group.
8237 (sieve-manage-default-user): Diito.
8238 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8239 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8240 (sieve-manage-authenticators): Ditto.
8241 (sieve-manage-authenticator-alist): Ditto.
8242 (sieve-manage-default-port): Ditto.
8243
8244 * sieve-mode.el (sieve-control-commands-face): Add :group.
8245 (sieve-action-commands-face): Ditto.
8246 (sieve-test-commands-face): Ditto.
8247 (sieve-tagged-arguments-face): Ditto.
8248
8249 * smime.el (smime): Add :group.
8250
8251 * spam-report.el (spam-report): Add :group.
8252
8253 * spam.el (spam, spam-face): Add :group.
8254
82552005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
8257 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8258 return \n.\n.\n at the end of articles. Protect against that.
8259 (nntp-with-open-group): Allow debugging.
8260
8261 * nnheader.el (mail-header-set-extra): Make into a function
8262 because I just could't understand how to quote the list properly.
8263
8264 * dns.el (query-dns-cached): New function.
8265
82662005-05-26 Lute Kamstra <lute@gnu.org>
8267
8268 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8269
82702005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8271
8272 * gnus-art.el: Don't autoload mail-extract-address-components.
8273
8274 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8275 eval-and-compile to evaluate it.
8276
8277 * hashcash.el: Don't autoload executable-find.
8278
8279 * nndb.el: Don't declare the nndb back end two or more times; don't
8280 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8281
8282 * nntp.el: Autoload format-spec instead of format; use
8283 eval-and-compile to evaluate autoload forms.
8284
82852005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8286
8287 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8288
82892005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8290
8291 * gnus.el (gnus-version-number): Bump version.
8292
82932005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8294
8295 * gnus.el: No Gnus v0.3 is released.
8296
82972005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8298
8299 * gnus-art.el (gnus-article-edit-part): Disable undo.
8300
83012005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8302
8303 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8304 gnus-article-date-lapsed-new-header is t if date timer is active;
8305 skip headers in which the original date value is empty.
8306 (gnus-article-save-original-date): Redefine it as a macro.
8307 (gnus-display-mime): Use it.
8308
83092005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8310
8311 * gnus-art.el (article-date-ut): Support converting date in
8312 forwarded parts as well.
8313 (gnus-article-save-original-date): New function.
8314 (gnus-display-mime): Use it.
8315
83162005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8317
8318 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8319 enclosure element of <item>.
8320
83212005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8322
8323 * message.el (message-kill-buffer-query): Renamed from
8324 `message-kill-buffer-query-if-modified'. Added :version.
8325
83262005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8327
8328 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8329 window layout.
8330
83312005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8332
8333 * mml.el: Autoload dnd when compiling.
8334
83352005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8336
8337 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8338 x-dnd-*.
8339
83402005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8341
8342 * qp.el (quoted-printable-encode-region): Save excursion.
8343
83442005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8345
8346 * message.el (message-kill-buffer-query-if-modified): Add new variable
8347 so the user can kill a modified message buffer quickly.
8348 (message-kill-buffer): Use it.
8349
83502005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8351
8352 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8353 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8354
83552005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8356
8357 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8358 contained in text because xml.el decodes entities) with LFs.
8359
83602005-04-11 Lute Kamstra <lute@gnu.org>
8361
8362 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8363 differently.
8364
83652005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * mm-util.el (mm-detect-coding-region): Typo.
8368
83692005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8370
8371 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8372
f0131492 83732005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
8374
8375 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8376 user-function allow user modifications of the scores.
8377 (spam-stat-score-buffer-user): New function, to allow
8378 user-computed modifications to the score.
002876ab
JB
8379 (spam-stat-score-buffer-user-functions): List of additional
8380 scoring functions.
8381 (spam-stat-error-holder): Global temporary error holder.
8382 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8383 variable.
01c52d31
MB
8384
83852005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8386
8387 * gnus-registry.el (gnus-registry-clean-empty-function)
8388 (gnus-registry-trim, gnus-registry-fetch-groups)
8389 (gnus-registry-delete-group): Groups that match
8390 `gnus-registry-ignored-groups' are removed from the registry
8391 entries, not just ignored for splitting. This helps clean up the
8392 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8393 to get all the groups a message ID is in.
8394
8395 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8396 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8397 (spam-stat-score-buffer-user-functions): Add :number custom type.
8398
83992005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8400
8401 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8402 argument in XEmacs.
8403
8404 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8405 (nnrss-request-group): Decode group name first.
8406 (nnrss-request-article): Make a text/plain article if mml-to-mime
8407 failed.
8408 (nnrss-get-encoding): Return a compatible encoding according to
8409 nnrss-compatible-encoding-alist.
8410 (nnrss-find-el): Use consp instead of listp.
8411 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8412
84132005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8416 which Emacs 20 doesn't support.
8417 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8418
84192005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8420
8421 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 8422 silence the byte compiler inside the defun.
01c52d31
MB
8423
8424 * gnus-demon.el (parse-time-string): Add autoload.
8425
8426 * gnus-delay.el (parse-time-string): Add autoload.
8427
8428 * gnus-art.el (parse-time-string): Add autoload.
8429
8430 * nnultimate.el (parse-time): Require for `parse-time-string'.
8431
84322005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8433
8434 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8435
8436 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8437
8438 * smime.el (smime-ldap-host-list): Add :version.
8439
84402005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8441
8442 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8443 pass it to `gnus-browse-read-group'.
8444 (gnus-browse-read-group): Add NUMBER argument and pass it to
8445 `gnus-group-read-ephemeral-group'.
8446
8447 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8448 argument and pass it to `gnus-group-read-group'.
8449
84502005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8451
8452 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8453 mm-xemacs-find-mime-charset-1 if we have the mule feature
8454 available at runtime.
8455
84562005-03-25 Werner Lemberg <wl@gnu.org>
8457
8458 * nnmaildir.el: Replace `illegal' with `invalid'.
8459
84602005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * gnus-start.el (gnus-display-time-event-handler):
8463 Check display-time-timer at runtime rather than only at load time
8464 in case display-time-mode is turned off in the mean time.
8465
84662005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8467
8468 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8469 used.
8470
8471 * nneething.el (nneething-map-file-directory): Derive from
8472 `gnus-directory'.
8473
8474 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8475 the To/Cc button.
8476
84772005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8478
8479 * nnmaildir.el (nnmaildir-request-accept-article):
8480 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8481
84822005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8483
8484 * gnus-async.el: Require timer-funcs at compile time when in
8485 XEmacs for `run-with-idle-timer'.
8486
84872005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8488
8489 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8490 autoloaded function.
8491
84922005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8495
880820fe 84962005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
8497
8498 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8499
85002005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8501
8502 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8503 gnus-expert-user to default.
8504
85052005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8506
8507 * nnimap.el (nnimap-open-server): Ditto.
8508
8509 * imap.el (imap-authenticate): Fix typo.
8510
85112005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8512
8513 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8514 buffer (since IMAP server might return FETCH response out of
8515 order, and the nntp buffer must be sorted).
8516
85172005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8518
8519 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8520 comparison on string.
8521
149cd465
JB
8522 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8523 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
8524 (gnus-agent-summary-fetch-series): Modified to protect against
8525 gnus-agent-summary-fetch-group clearing processable flags.
8526 (gnus-agent-synchronize-group-flags): Update live group buffer as
8527 synchronization may occur due to the user toggle the plugged
8528 status.
8529 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8530 successfully downloaded.
8531 (gnus-agent-expire-group-1): Avoid using markers when the overview
8532 is in ascending order; greatly improves performance.
8533 (gnus-agent-regenerate-group): Use
8534 gnus-agent-synchronize-group-flags to reset read status in both
8535 gnus and server.
8536 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8537
85382005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8539
8540 * message.el: Don't autoload former message-utils variables.
8541 (message-strip-subject-trailing-was): Change doc string.
8542
8543 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8544 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8545 (nnweb-google-search): Add "hl=en" here.
8546 (nnweb-google-parse-1, nnweb-google-create-mapping):
8547 Don't hardcode URL.
8548
85492005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8550
8551 * message.el (message-get-reply-headers, message-followup):
8552 Mention related variables `message-use-followup-to' and
8553 `message-use-mail-followup-to', in the information buffer.
8554
8555 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8556 of broken groups(-beta).google.com.
8557
85582005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8559
8560 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8561 parameter to invoked gnus-request-move-article; remove the
8562 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8563 all at once instead of once per article.
8564 (gnus-summary-remove-process-mark): Accept a list of articles as
8565 well as a single article for processing.
8566
8567 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8568 parameter.
8569
8570 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8571
8572 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8573
8574 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8575 parameter.
8576
8577 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8578 parameter.
8579
8580 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8581 parameter and remove the gnus-sum-hint-move-is-internal variable.
8582
8583 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8584 parameter.
8585
8586 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8587 parameter.
8588
8589 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8590 parameter.
8591
8592 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8593
8594 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8595 parameter.
8596
8597 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8598 parameter.
8599
86002005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8601
8602 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8603 a more conservative way.
8604
86052005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8608 buffer, so it moves the window's cursor.
8609
880820fe 86102005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8611
8612 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8613 `mm-dissect-multipart' and receive the from field as an (optional)
8614 argument from `mm-dissect-multipart'.
8615 (mm-dissect-multipart): Receive the from field as an argument and
8616 pass it on when we call `mm-dissect-buffer' on MIME parts.
8617 Fixes verification/decryption of signed/encrypted MIME parts.
8618
86192005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8620
8621 * gnus-sum.el (gnus-summary-move-article): Set
8622 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8623 whatever it calls (right now, only nnimap-request-move article
8624 respects it).
8625
8626 * nnimap.el (nnimap-request-move-article): When
8627 gnus-sum-hint-move-is-internal is set, don't do the extra
8628 nnimap-request-article.
8629
86302005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8631
8632 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8633
8634 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8635 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8636
8637 * gnus-sum.el (gnus-summary-caesar-message):
8638 Apply `gnus-treat-article' after rotation.
8639
8640 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8641 doc string.
8642
86432005-02-22 Simon Josefsson <jas@extundo.com>
8644
8645 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 8646 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
8647 <arne@arnested.dk>.
8648 (encrypt): Add password-cache and password-cache-expiry as group
8649 members.
8650
880820fe 86512005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8652
8653 * smime.el (smime-ldap-host-list): Doc fix.
8654 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8655 cache) password.
8656 (smime-sign-region): Use it.
8657 (smime-decrypt-region): Use it.
8658 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8659 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8660 fails.
8661 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8662 certificate from DER to PEM format rather than calling openssl.
8663
8664 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8665
8666 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8667 for signing/encryption.
8668
8669 * mml.el (mml-parse-1): Use them.
8670
880820fe 86712005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8672
8673 * nnrss.el (nnrss-verbose): Removed.
8674 (nnrss-request-group): Use `nnheader-message' instead.
8675
86762005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8677
8678 * nnrss.el (nnrss-verbose): New variable.
8679 (nnrss-request-group): Make it say nnrss is requesting a group.
8680
86812005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8682
8683 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8684 Handle news URL with given port correctly.
8685
86862005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8687
8688 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8689 containing special characters.
8690
8691 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8692
8693 * mml.el (mime-to-mml): Ditto.
8694
8695 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8696 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8697 (rfc2047-decode-region): Quote decoded words containing special
8698 characters when rfc2047-quote-decoded-words-containing-tspecials
8699 is non-nil.
8700
87012005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8702
8703 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8704
8705 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8706
87072005-02-15 Simon Josefsson <jas@extundo.com>
8708
8709 * nnimap.el (nnimap-debug): Doc fix.
8710
8711 * imap.el (imap-debug): Doc fix.
8712
87132005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8714
8715 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8716
87172005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8718
8719 * gnus.el (spam-contents): Improve docs for spam-contents
8720 parameter in its variable incarnation.
8721
87222005-02-14 Simon Josefsson <jas@extundo.com>
8723
8724 * smime-ldap.el: Use require instead of load-library for ldap.
8725 (smime-ldap-search): Indent.
8726 (smime-ldap-search-internal): Shorten line.
8727
8728 * smime.el (smime-cert-by-dns): Add doc-string.
8729 (smime-cert-by-ldap-1): Indent.
8730
8731 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8732 mml-smime-get-dns-ldap.
8733 (mml-smime-encrypt-query): Use new function. Default to ldap.
8734
880820fe 87352005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8736
8737 * smime.el: Require smime-ldap.
8738 (smime-ldap-host-list): New variable.
8739 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8740
8741 * mml-smime.el (mml-smime-encrypt-query): New function.
8742 (mml-smime-encrypt-query): Use it.
8743
8744 * smime-ldap.el: New file.
8745
87462005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8747
8748 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8749
87502005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8751
8752 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8753 argument in doc string. Make query for type more clear.
8754
87552005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8756
8757 * gnus.el (gnus-group-startup-message): Search for gnus images in
8758 etc/images/gnus.
8759 * mm-util.el (mm-image-load-path): Likewise.
8760 * smiley.el (smiley-data-directory): Search for smilies in
8761 etc/images/smilies.
8762
87632005-02-09 Kim F. Storm <storm@cua.dk>
8764
8765 Change Emacs release version from 21.4 to 22.1 throughout.
8766 Change Emacs development version from 21.3.50 to 22.0.50.
8767
87682005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8769
8770 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8771
8772 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8773 non-Mule XEmacs as well.
8774 (mm-decompress-buffer): Signal an error intentionally if it does
8775 not decompress compressed data because auto-compression-mode is
8776 disabled.
8777
87782005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8779
8780 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8781 an ID in the registry even if it has no groups.
8782
87832005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8784
8785 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8786 merge it into mm-decompress-buffer.
8787 (gnus-mime-copy-part): Use the MIME part charset, the value which
8788 a user specified or gnus-newsgroup-charset for decoding, like
8789 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8790 save-buffer what was used. Suggested by Kevin Ryde
8791 <user42@zip.com.au>.
8792 (gnus-mime-inline-part): Allow the name parameter as well as the
8793 filename parameter; force decompressing of compressed data; always
8794 display contents being not decoded as unibyte.
8795
8796 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8797 as well as the filename parameter.
8798
8799 * mm-util.el (mm-decompress-buffer): Merge
8800 gnus-mime-jka-compr-maybe-uncompress.
8801 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8802 of compressed data.
8803
88042005-02-08 Simon Josefsson <jas@extundo.com>
8805
8806 * imap.el (imap-log): Doc fix.
8807
88082005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8811 the coding cookies; decompress compressed parts.
8812
10d1d0af 8813 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
8814 to the value which a user specified manually or the coding cookie.
8815
8816 * mm-util.el (mm-string-to-multibyte): New function.
8817 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8818 (mm-coding-system-to-mime-charset): New function.
8819 (mm-decompress-buffer): New function.
8820 (mm-find-buffer-file-coding-system): New function.
8821
8822 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8823 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8824 parts.
8825
88262005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8827
8828 * mm-view.el (mm-display-inline-fontify): Decode a part according
8829 to the charset parameter.
8830
88312005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8832
8833 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8834 prefix arg is neither nil nor a number, as info specifies.
8835
88362005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8839 timestamps.
8840
88412005-02-02 Jari Aalto <jari.aalto@cante.net>
8842
8843 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8844 groups error checking and notify user.
8845
88462005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8847
8848 * message.el (message-send-mail-function): Check existence of
8849 sendmail-program first before using default value
8850 `message-send-mail-with-sendmail'. Otherwise use more generic
8851 `smtpmail-send-it'.
8852
88532005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8854
8855 * nntp.el (nntp-request-update-info): Always return nil.
8856
88572005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8860
88612005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * message.el (message-beginning-of-line): Change the behavior when
8864 invoked between BOL and : so that it first moves backward.
8865
88662005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8867
8868 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8869 article buffer when editing of the article is discarded.
8870 (gnus-article-prepare): Revert.
8871
88722005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8873
8874 * gnus-art.el (gnus-article-prepare):
8875 Remove message-strip-forbidden-properties from the local hook.
8876
88772005-01-27 Simon Josefsson <jas@extundo.com>
8878
8879 * password.el (password-cache-add): Only start one timer per key.
8880 Reported by Derek Atkins <warlord@MIT.EDU>.
8881
88822005-01-26 Steve Youngs <steve@sxemacs.org>
8883
8884 * run-at-time.el: Removed. It is no longer needed as
8885 timer-funcs.el in the xemacs-base package has a working version of
8886 `run-at-time'.
8887
8888 * password.el: Require timer-funcs instead of run-at-time in
8889 XEmacs.
8890 Remove `password-run-at-time' macro.
8891 (password-cache-add): Use `run-at-time' instead of
8892 `password-run-at-time'.
8893
8894 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8895 for `run-with-idle-timer'.
8896
8897 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8898 for `run-at-time'.
8899
8900 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8901 for `with-timeout'.
8902
89032005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8906 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8907
89082005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8909
8910 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8911 sensitively.
8912
89132005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8914
8915 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8916
89172005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8918
8919 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8920 which will be inserted according to the multibyteness of a buffer
8921 rather than the type of contents. Suggested by ARISAWA Akihiro
8922 <ari@mbf.ocn.ne.jp>.
8923
8924 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8925 of string which old xml.el may return rather than a string.
8926
89272005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8928
8929 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8930
89312005-01-16 Simon Josefsson <jas@extundo.com>
8932
8933 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8934 idn/idna.el isn't available.
8935 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8936 <michael@waxrat.com>.
8937
8938 * hashcash.el: Remove non-FSF copyright header.
8939
8940 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8941 (hashcash-generate-payment): Use it.
8942 (hashcash-generate-payment-async): Use it.
8943
89442005-01-15 Simon Josefsson <jas@extundo.com>
8945
8946 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8947 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8948
8949 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8950 gnus-summary-idna-message.
8951 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8952 (gnus-summary-idna-message): New function.
8953
89542005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8955
8956 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8957 gnus-novice-user.
8958
89592005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8960
8961 * nnrss.el (nnrss-request-delete-group): Delete entries in
8962 nnrss-group-alist as well.
8963 (nnrss-save-server-data): Insert newline.
8964
89652005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8966
8967 * gnus.el (gnus-user-agent): Use list of symbols instead of
8968 symbols. Display full version number for (S)XEmacs. Optionally
8969 display (S)XEmacs codename.
8970
8971 * gnus-util.el (gnus-emacs-version): Update for new
8972 `gnus-user-agent'.
8973
8974 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8975 Gnus version.
8976
89772005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8978
8979 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8980 which is unreadable in some setups.
8981
89822005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8983
8984 * gnus-spec.el (gnus-update-format-specifications): Flush the
8985 group format spec cache if it doesn't support decoded group names.
8986
89872005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8988
c9e31f32
SM
8989 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8990 Allow to apply decay on score files matching a regexp.
01c52d31
MB
8991
89922004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8993
8994 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8995 compatibility in %g and %c.
8996
89972004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8998
8999 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9000 name for only %g and %c.
9001 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9002 of gnus-tmp-group to decoded group name.
9003 (gnus-group-make-rss-group): Exclude `/'s from group names.
9004
90052004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
9006
9007 * nnrss.el (nnrss-get-encoding): Fix regexp.
9008
90092004-12-27 Simon Josefsson <jas@extundo.com>
9010
9011 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9012 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9013 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
9014
90152004-12-17 Kim F. Storm <storm@cua.dk>
9016
9017 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9018
9019 * gnus-sum.el (gnus-summary-mode-map): Likewise.
9020
90212004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9022
9023 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9024
90252004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
9026
9027 * nnrss.el: Require rfc2047 and mml.
9028 (nnrss-file-coding-system): New variable.
9029 (nnrss-format-string): Redefine it as an inline function.
9030 (nnrss-decode-group-name): New function.
9031 (nnrss-string-as-multibyte): Remove.
9032 (nnrss-retrieve-headers): Decode group name; don't use
9033 nnrss-format-string.
9034 (nnrss-request-group): Decode group name.
9035 (nnrss-request-article): Decode group name; allow a Message-ID as
9036 well as an article number; don't use nnrss-format-string; encode a
9037 Message-ID string which may contain non-ASCII characters; use
9038 mml-to-mime to compose a MIME article.
9039 (nnrss-request-expire-articles): Decode group name.
9040 (nnrss-request-delete-group): Decode group name.
9041 (nnrss-fetch): Clarify error message.
9042 (nnrss-read-server-data): Use insert-file-contents instead of load;
9043 bind file-name-coding-system; use multibyte buffer.
9044 (nnrss-save-server-data): Bind coding-system-for-write to the
9045 value of nnrss-file-coding-system; bind file-name-coding-system;
9046 add coding cookie.
9047 (nnrss-read-group-data): Use insert-file-contents instead of load;
9048 bind file-name-coding-system; use multibyte buffer.
9049 (nnrss-save-group-data): Bind coding-system-for-write to the
9050 value of nnrss-file-coding-system; bind file-name-coding-system.
9051 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9052 make it work with non-ASCII text.
9053 (nnrss-find-el): Make it work with old xml.el as well.
9054
90552004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9056
9057 * nnrss.el (nnrss-get-encoding): New function.
9058 (nnrss-fetch): Use unibyte buffer initially; bind
9059 coding-system-for-read while performing mm-url-insert; remove ^Ms;
9060 decode contents according to the encoding attribute.
9061 (nnrss-save-group-data): Add coding cookie.
9062 (nnrss-mime-encode-string): New function.
9063 (nnrss-check-group): Use it to encode subject and author.
9064
90652004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9066
9067 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9068 imaginary variable.
9069
90702004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9071
9072 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9073 correctly even if there are wide characters.
9074
90752004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9076
9077 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9078 downcased symbol names; make a new cache instead of reusing
9079 bbdb-hashtable.
9080
90812004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9082
9083 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9084 concatenating segments rather than before concatenating them.
9085 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9086
9087 * message.el (message-get-reply-headers): Bind `extra'.
9088
90892004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9090
9091 * message.el (message-extra-wide-headers): New variable.
9092 (message-get-reply-headers): Use it.
9093
90942004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9095
9096 * gnus-agent.el (gnus-agent-group-path): Decode group name.
9097 (gnus-agent-group-pathname): Ditto.
9098
9099 * gnus-cache.el (gnus-cache-file-name): Decode group name.
9100
9101 * gnus-group.el (gnus-group-make-group): Decode group name.
9102 (gnus-group-make-rss-group): Register the group data after opening
9103 the nnrss group.
9104
91052004-12-17 Paul Jarc <prj@po.cwru.edu>
9106
9107 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9108 by expiry now get marked as read.
9109
91102004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9111
9112 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9113
91142004-12-17 Aidan Kehoe <kehoea@parhasard.net>
9115
9116 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9117 unify Latin characters in XEmacs.
9118 (mm-find-mime-charset-region): Use it.
9119
91202004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9121
9122 * gnus-util.el (gnus-delete-directory): New function.
9123
9124 * gnus-agent.el (gnus-agent-delete-group): Use it.
9125
9126 * gnus-cache.el (gnus-cache-delete-group): Use it.
9127
91282004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9129
9130 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9131 names.
9132
91332004-12-16 Simon Josefsson <jas@extundo.com>
9134
9135 * hashcash.el (hashcash-payment-alist): Fix custom :type.
9136
91372004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9138
9139 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9140
9141 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9142 (gnus-group-set-current-level): Decode group name.
9143
91442004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
9145
9146 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9147 failed.
9148
91492004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
9150
9151 * gnus-group.el (gnus-group-delete-group): Decode group name.
9152 (gnus-group-make-rss-group): Encode group name.
9153 (gnus-group-catchup-current): Decode group name.
9154 (gnus-group-kill-group): Decode group name.
9155
91562004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9159
91602004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * gnus-group.el (gnus-group-make-rss-group):
9163 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9164
9165 * gnus-start.el (gnus-setup-news): Honor user's setting to
9166 gnus-message-archive-method. Suggested by Lute Kamstra
9167 <lute@gnu.org>.
9168
91692004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
9170
9171 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9172 global counterparts of the buffer-local variables.
9173
91742004-11-16 Romain Francoise <romain@orebokech.com>
9175
9176 * gnus-sum.el (gnus-summary-exit): Don't clear the global
9177 counterparts of the buffer-local variables.
9178
91792004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9180
9181 * message.el (message-forbidden-properties): Fixed typo in doc
9182 string.
9183
91842004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9185
9186 * gnus-util.el (gnus-replace-in-string): Added doc string.
9187
9188 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9189 to avoid problems when splitting mails with many recipients.
9190
91912004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9194 pop-to-buffer, covered by the subsequent gnus-configure-windows.
9195
91962004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
9197
9198 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9199 if there is no hashtable in memory or file modification time is
9200 newer than cached timestamp.
9201
92022004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9203
9204 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9205 not-matching option.
9206
92072004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
9208
9209 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9210 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9211 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9212 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9213 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
9214 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9215
92162004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9217
9218 * message.el (message-forward-make-body-mml): Remove headers
9219 according to message-forward-ignored-headers if a message is decoded.
9220
92212004-12-02 Romain Francoise <romain@orebokech.com>
9222
9223 * message.el (message-forward-make-body-plain): Always remove
9224 headers according to message-forward-ignored-headers.
9225
92262004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
9227
9228 * spam.el (spam-summary-prepare-exit): Remove the
9229 gnus-summary-limit pop for now, it has problems with ham marks for
9230 me.
9231
92322004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
9233
9234 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9235 correctly.
9236
92372004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
9238
9239 * format-spec.el (format-spec): Message the char.
9240
92412004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9242
9243 * gnus-art.el (gnus-split-methods): Reformat comments.
9244
9245 * spam.el (spam-summary-prepare-exit): Remove article limits
9246 before exiting the summary buffer.
9247
92482004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9249
9250 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9251 order to silence the byte compiler.
9252
9253 * spam.el: Fix the way to silence the byte compiler, which
9254 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9255 bbdb-search-simple, spam-BBDB-register-routine,
9256 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9257 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9258 spam-stat-buffer-is-spam, spam-stat-load,
9259 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9260 spam-stat-save and spam-stat-split-fancy.
9261
92622004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9263
9264 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9265 which may confuse users.
9266 (canlock-password-for-verify): Ditto.
9267
9268 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9269
9270 * gnus-art.el (gnus-emphasis-alist): Ditto.
9271
9272 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9273
9274 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9275
9276 * gnus-start.el (gnus-save-killed-list): Ditto.
9277
9278 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9279 (gnus-sum-thread-tree-root): Ditto.
9280 (gnus-sum-thread-tree-false-root): Ditto.
9281 (gnus-sum-thread-tree-single-indent): Ditto.
9282
9283 * message.el (message-courtesy-message): Ditto.
9284 (message-archive-note): Ditto.
9285 (message-subscribed-address-file): Ditto.
9286 (message-user-fqdn): Ditto.
9287
9288 * spam-report.el (spam-report-gmane-regex): Ditto.
9289
9290 * spam.el (spam-blackhole-good-server-regex): Ditto.
9291
92922004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9293
9294 * mml.el (mml-preview): Widen the message buffer before copying
9295 the contents to the preview buffer; sort headers before previewing.
9296
9297 * message.el (message-hidden-headers): Fix the way to avoid a bug
9298 in the `repeat' widget in Emacs 21.3 or earlier.
9299
93002004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9301
9302 * message.el (message-hidden-headers): Default to "^References:".
9303 Improve customization type. Suggested by Reiner Steib
9304 <Reiner.Steib@gmx.de>.
9305
93062004-11-25 Romain Francoise <romain@orebokech.com>
9307
9308 * message.el (message-strip-forbidden-properties): Remove check for
9309 obsolete `message-hidden' text property, hidden headers are not
9310 accessible in the buffer anymore.
9311
93122004-11-22 Romain Francoise <romain@orebokech.com>
9313
9314 * message.el (message-header-format-alist): Add `From' in list
9315 so that it can be sorted.
9316 (message-fix-before-sending): Widen and sort headers before
9317 sending.
9318 (message-hide-headers): Use narrowing to hide headers by moving
9319 them to the top of the buffer and narrowing to the region
9320 underneath.
9321
93222004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9323
9324 * message.el (message-strip-forbidden-properties): Bind
9325 buffer-read-only (etc) to nil.
9326
93272004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9328
9329 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9330 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9331
93322004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9333
9334 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9335
93362004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9337
9338 * dns.el (query-dns): Use sit-for to time instead of
9339 accept-process-output, since that doesn't seem to work on udp
9340 sockets.
9341
93422004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9343
9344 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9345
93462004-11-15 Jesper Harder <harder@ifa.au.dk>
9347
9348 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9349 doc string. Improve doc string.
9350
93512004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9352
9353 * nntp.el (nntp-request-update-info): Return nil if
9354 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9355 may not call gnus-activate-group which uselessly issues the GROUP
9356 commands for all nntp groups and wastes time. Reported by Romain
9357 Francoise <romain@orebokech.com>.
9358
9359 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9360
93612004-11-15 Simon Josefsson <jas@extundo.com>
9362
9363 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9364 headers separately.
880820fe 9365 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
9366 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9367
93682004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9369
9370 * gnus-start.el (gnus-convert-old-newsrc):
9371 Assign legacy-gnus-agent to 5.10.7.
9372
93732004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9374
9375 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9376 start of the lines.
9377
93782004-11-14 Magnus Henoch <mange@freemail.hu>
9379
9380 * hashcash.el (hashcash-default-payment): Change default to 20
9381 (hashcash-default-accept-payment): Change default to 20
9382 (hashcash-process-alist): New variable
9383 (hashcash-generate-payment-async): Add
9384 (hashcash-already-paid-p): Add
9385 (hashcash-insert-payment): Don't generate payments twice
9386 (hashcash-insert-payment-async): Add
9387 (hashcash-insert-payment-async-2): Add
9388 (hashcash-cancel-async): Add
9389 (hashcash-wait-async): Add
9390 (hashcash-processes-running-p): Add
9391 (hashcash-wait-or-cancel): Add
9392 (mail-add-payment): New optional argument. Conditionally start
9393 asynchronous calculation.
9394 (mail-add-payment-async): Add
9395
9396 * message.el (message-send-mail): Wait for asynchronous hashcash
9397 results. Don't clobber existing X-Hashcash headers.
9398 (message-setup-1): Call mail-add-payment-async when
9399 message-generate-hashcash is non-nil.
9400
94012004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9402
9403 * message.el (message-use-alternative-email-as-from): Examine the
9404 From header as well; use message-make-from in order to include a
9405 user's full name.
9406
94072004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9408
9409 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9410 default; improve customization type.
9411 (gnus-emphasis-custom-with-format): New macro.
9412 (gnus-emphasis-custom-value-to-external): New function.
9413 (gnus-emphasis-custom-value-to-internal): New function.
9414
94152004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9416
9417 * dns.el (query-dns): Resolve reverse addresses.
9418
94192004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9420
9421 * gnus-group.el (gnus-group-get-new-news): Use it.
9422
9423 * gnus-start.el (gnus-check-reasonable-setup): New function.
9424
94252004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9426
9427 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9428 "Args out of range" error. Reported by Arnaud Giersch
9429 <arnaud.giersch@free.fr>.
9430
94312004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9432
9433 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9434
94352004-11-04 Richard M. Stallman <rms@gnu.org>
9436
9437 * spam.el (spam group): Add :version.
9438
9439 * pgg-def.el (pgg group): Add :version.
9440
94412004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9442
9443 * gnus-art.el (gnus-article-edit-article): Don't associate the
9444 article buffer with a draft file. This is a temporary measure
9445 against the 2004-08-22 change to gnus-article-edit-mode.
9446
94472004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9448
9449 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9450 (html2text-format-tags): Remove unused variable `attr'.
9451
94522004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9453
9454 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9455
9456 * spam-stat.el (spam-stat): Add :version.
9457
9458 * sieve.el (sieve): Add :version.
9459
9460 * sha1.el (sha1): Add :version.
9461 (sha1-use-external): Remove redundant version.
9462
9463 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9464 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9465 (nnmail-split-fancy-match-partial-words)
9466 (nnmail-split-lowercase-expanded): Add :version.
9467
9468 * nndiary.el (nndiary): Add :version.
9469
9470 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9471
9472 * mml-sec.el (mml-default-sign-method)
9473 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9474 Add :version.
9475
9476 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9477
9478 * mm-url.el (mm-url-use-external, mm-url-program)
9479 (mm-url-arguments): Add :version.
9480
9481 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9482 (mm-attachment-file-modes, mm-decrypt-option)
9483 (mm-w3m-safe-url-regexp): Add :version.
9484
9485 * message.el (message-cite-prefix-regexp)
9486 (message-sendmail-envelope-from, message-minibuffer-local-map)
9487 (message-user-fqdn, message-completion-alist): Add :version.
9488
9489 * gnus-win.el (gnus-configure-windows-hook)
9490 (gnus-use-frames-on-any-display): Add :version.
9491
9492 * gnus-art.el (gnus-article-address-banner-alist)
9493 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9494 (gnus-treat-from-picon, gnus-treat-mail-picon)
9495 (gnus-treat-x-pgp-sig): Add :version.
9496
9497 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9498 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9499 (gnus-summary-article-delete-hook)
9500 (gnus-summary-display-while-building): Add :version.
9501
9502 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 9503 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
9504
9505 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9506 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9507
9508 * gnus-registry.el (gnus-registry): Add :version.
9509
9510 * gnus-spec.el (gnus-use-correct-string-widths)
9511 (gnus-make-format-preserve-properties): Add :version.
9512
9513 * gnus.el (gnus-group-charter-alist)
9514 (gnus-group-fetch-control-use-browse-url)
9515 (gnus-install-group-spam-parameters): Add :version.
9516
9517 * gnus-diary.el (gnus-diary): Add :version.
9518
9519 * gnus-delay.el (gnus-delay): Add :version.
9520
9521 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9522 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9523 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9524 Add :version.
9525
9526 * gnus-agent.el (gnus-agent-max-fetch-size)
9527 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9528 (gnus-agent-prompt-send-queue): Add :version.
9529
9530 * deuglify.el (gnus-outlook-deuglify): Add :version.
9531
9532 * html2text.el: Beautify code. Improve doc strings. Some
9533 checkdoc cleanup.
9534 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9535
95362004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9537
9538 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9539
95402004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9541
9542 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9543 when package is loaded.
9544
9545 * spam.el (spam-summary-score-preferred-header): Add global preference
9546 for people who want to override the default SpamAssassin over
9547 Bogofilter preference (when both are set).
9548 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9549 (spam-user-format-function-S): Check
9550 spam-summary-score-preferred-header.
9551 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9552 (spam-user-format-function-S): Format the score correctly.
9553
95542004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9555
9556 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9557 signature file. Suggested by Manoj Srivastava
9558 <srivasta@golden-gryphon.com>.
9559
9560 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9561 iso-2022-jp even in the Japanese language environment.
9562 Suggested by Jason Rumney <jasonr@gnu.org>.
9563
95642004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9565
9566 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9567 use the same characters as the dummy marks; make it free from
9568 getting affected by the language environment.
9569 (gnus-summary-read-group-1): Update mark positions only when the
9570 format spec is updated.
9571
9572 * gnus-spec.el (gnus-update-format-specifications): Return a list
9573 of updated types.
9574
95752004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9576
9577 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9578 of boundp to check if display-warning is available.
9579
95802004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9581
9582 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9583
95842004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9585
9586 * nnspool.el (nnspool-spool-directory): Use news-path if the
9587 news-directory variable is not bound.
9588
9589 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9590 function instead of display-warning if it is not available.
9591
95922004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9593
9594 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9595 v5-10: Use `point-at-bol'.
9596
95972004-10-26 Simon Josefsson <jas@extundo.com>
9598
9599 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9600 <chenggao@gmail.com>.
9601
96022004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9603
9604 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9605 instead.
9606
96072004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9608
9609 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9610 to remove a server from the nnimap-server-buffer-alist.
9611 (nnimap-open-connection, nnimap-close-server): Use it.
9612
9613 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9614
96152004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9616
9617 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9618 running the major-mode function.
9619
96202004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9623 dummy marks in the right way.
9624
96252004-10-18 David Edmondson <dme@dme.org>
9626
9627 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9628 excessively.
9629
96302004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9631
9632 * gnus-util.el (gnus-split-references): Accept a nil references
9633 string and go on blissfully.
9634
9635 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9636 cases where the references string is non-nil but has no references.
9637
9638 * encrypt.el: Add autoload tags.
9639
9640 * spam.el (spam-resolve-registrations-routine): Remove article
9641 from unregistration list too. Reported by David Hanak
9642 <dhanak@isis.vanderbilt.edu>
9643
96442004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9645
9646 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9647 nil. Changed custom type.
9648
96492004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9650
9651 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9652
9653 * gnus-sum.el (gnus-summary-move-article): Use it.
9654
96552004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9656
9657 * encrypt.el: Add autoload cookies.
9658
9659 * spam.el (spam-backend-article-list-property)
9660 (spam-backend-get-article-todo-list)
b97439ce 9661 (spam-backend-put-article-todo-list)
01c52d31
MB
9662 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9663 Resolve registrations separately.
9664 (spam-register-routine): Format comments.
9665 (spam-unregister-routine, spam-register-routine): Always call with
9666 specific-articles, no default list.
9667 (spam-summary-prepare-exit): Use the spam-classifications function.
9668
9669 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9670 gnus-encrypt.el.
9671
002876ab 9672 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 9673
002876ab 9674 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
9675
96762004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9677
9678 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9679 (gnus-score-save): Use it.
9680
9681 * message.el (message-bury): Use `window-dedicated-p'.
9682
96832004-10-15 Simon Josefsson <jas@extundo.com>
9684
9685 * pop3.el (top-level): Don't require nnheader.
9686 (pop3-read-timeout): Add.
9687 (pop3-accept-process-output): Add.
9688 (pop3-read-response, pop3-retr): Use it.
9689
96902004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9691
9692 * spam.el (spam-register-routine): Move comment.
9693 (spam-verify-bogofilter): Use 'unknown for the initial
9694 spam-bogofilter-valid state, not 'never.
9695
9696 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9697 for netrc-machine.
9698
9699 * nnimap.el (nnimap-open-connection): Use
9700 netrc-machine-user-or-password.
9701
97022004-10-17 Richard M. Stallman <rms@gnu.org>
9703
9704 * gnus-registry.el (gnus-registry-unload-hook):
9705 Set as a variable with add-hook.
9706
9707 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9708 of news-path.
9709
9710 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9711
9712 * spam.el: Delete duplicate `provide'.
9713 (spam-unload-hook): Set as a variable with add-hook.
9714
97152004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9716
9717 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9718 in the doc string.
9719
9720 * message.el (message-ignored-news-headers)
9721 (message-ignored-supersedes-headers)
9722 (message-ignored-resent-headers)
9723 (message-forward-ignored-headers): Improve custom type.
9724
97252004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9726
9727 * message.el (message-tokenize-header): Fix 2004-09-06 change
9728 which used point-min in the wrong place.
9729
97302004-10-12 Simon Josefsson <jas@extundo.com>
9731
9732 * tls.el (tls-certtool-program): New variable.
9733 (tls-certificate-information): New function, based on
9734 ssl-certificate-information.
9735
97362004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9737
9738 * compface.el: Move the version of ELisp-based uncompface program
9739 to the contrib directory because of the copyright problem.
9740
97412004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9742
9743 * message.el (message-kill-buffer): Raise the current frame.
9744
97452004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9746
9747 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9748
9749 * gnus.el (message-y-or-n-p): Autoload.
9750
9751 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9752 (pop3-password-required, pop3-authentication-scheme)
9753 (pop3-leave-mail-on-server): Made customizable.
9754 (pop3): New custom group.
9755 (pop3-retr): Remove `sleep-for' statements.
9756 Suggested by Dave Love <fx@gnu.org>.
9757
9758 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9759 Windows/DOS.
9760
9761 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9762 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9763 Dave Love <fx@gnu.org>.
9764
9765 * mml.el (mml-minibuffer-read-disposition): Require match.
9766 Suggested by Dave Love <fx@gnu.org>.
9767
97682004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9769
9770 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9771 doc string.
9772
97732004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9774
9775 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9776
97772004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9778
9779 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9780 instead of calling `mm-insert-inline', to decode text/* parts
9781 before displaying them.
9782
97832004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9784
9785 * mm-uu.el (mm-uu-text-plain-type): New variable.
9786 (mm-uu-pgp-signed-extract-1): Use it.
9787 (mm-uu-pgp-encrypted-extract-1): Use it.
9788 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9789 bind mm-uu-text-plain-type with that value.
9790 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9791 mm-uu-dissect.
9792
97932004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9794
9795 * gnus-group.el (gnus-update-group-mark-positions):
9796 * gnus-sum.el (gnus-update-summary-mark-positions):
9797 * message.el (message-check-news-body-syntax):
9798 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9799 of string-as-multibyte.
9800
98012004-10-05 Juri Linkov <juri@jurta.org>
9802
9803 * gnus-group.el (gnus-update-group-mark-positions):
9804 * gnus-sum.el (gnus-update-summary-mark-positions):
9805 * message.el (message-check-news-body-syntax):
9806 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9807 8-bit unibyte values to a multibyte string for search functions.
9808
98092004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9810
9811 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9812 (mm-uu-dissect-text-parts): New function.
9813
9814 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9815 dissect text parts.
9816
9817 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9818 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9819
9820 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9821
9822 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9823 gnus-current-topics instead of gnus-current-topic.
9824
98252004-10-06 Jesper Harder <harder@ifa.au.dk>
9826
9827 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9828
98292004-10-05 Jesper Harder <harder@ifa.au.dk>
9830
9831 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9832 where approriate.
9833
9834 * nnml.el (nnml-generate-active-info): do.
9835
9836 * nndiary.el (nndiary-generate-active-info): do.
9837
9838 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9839 (gnus-topic-move): do.
9840
9841 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9842 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9843
9844 * gnus-srvr.el (gnus-server-prepare)
9845 (gnus-server-open-all-servers): do.
9846
9847 * gnus-msg.el (gnus-summary-cancel-article)
9848 (gnus-summary-resend-message)
9849 (gnus-summary-mail-crosspost-complaint): do.
9850
9851 * gnus-move.el (gnus-change-server): do.
9852
9853 * gnus-group.el (gnus-group-unmark-all-groups)
9854 (gnus-group-set-current-level): do.
9855
98562004-10-04 Simon Josefsson <jas@extundo.com>
9857
9858 * message.el (message-generate-hashcash): Doc fix.
9859
98602004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9861
9862 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9863 avoid infinite recursion via gnus-get-function.
9864
98652004-10-02 Jesper Harder <harder@ifa.au.dk>
9866
9867 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9868
9869 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9870
9871 * nnmail.el (nnmail-split-history): do.
9872
9873 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9874 (nnml-request-delete-group): do.
9875
9876 * nnslashdot.el (nnslashdot-read-groups): do.
9877
9878 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9879 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9880
9881 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9882 (nnspool-sift-nov-with-sed): Use last
9883 (nnspool-retrieve-headers-with-nov): Use mapc.
9884 (nnspool-request-newgroups): Use dolist.
9885 (nnspool-request-group): Use last.
9886
9887 * nntp.el (nntp-read-server-type): Use dolist.
9888
9889 * nnvirtual.el (nnvirtual-create-mapping)
9890 (nnvirtual-update-read-and-marked): Use dolist.
9891 (nnvirtual-convert-headers): Simplify.
9892
98932004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9894
9895 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9896 support for sync'ing tick marks.
9897
98982004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9901 there's no visible header.
9902
99032004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9904
9905 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9906 necessary, pass full group name to gnus-request-set-marks.
9907
99082004-10-01 Simon Josefsson <jas@extundo.com>
9909
9910 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9911 acroread.
9912
99132004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9914
9915 * spam-report.el (spam-report-gmane): Fix interactive.
9916
9917 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9918
9919 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9920 when writing file.
9921 (gnus-agent-synchronize-flags): Don't default to being
9922 interactive.
9923
99242004-09-30 Simon Josefsson <jas@extundo.com>
9925
9926 * message.el (message-generate-hashcash): Add.
9927 (message-send-mail): Use it, call mail-add-payment.
9928
99292004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9930
9931 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9932
99332004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9934
9935 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9936 gnus-requst-update-info with explicit code to sync the in-memory
9937 info read flags with the marks being sync'd to the backend.
9938
9939 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9940
99412004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9942
9943 * spam.el (spam-verify-bogofilter): Add new function.
9944 (spam-check-bogofilter)
9945 (spam-bogofilter-register-with-bogofilter): Use it.
9946 (spam-verify-bogofilter): Add small fixes.
9947
99482004-09-28 Simon Josefsson <jas@extundo.com>
9949
9950 * hashcash.el (hashcash-generate-payment): Revert.
9951
99522004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9953
9954 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9955 gnus-extract-references instead of gnus-split-references.
9956
9957 * gnus-util.el (gnus-extract-references): Add new function, analogous
9958 to gnus-split-references but extracts only the message-ID without
9959 anything extra.
9960
9961 * hashcash.el (hashcash-generate-payment)
9962 (hashcash-check-payment): Do the right thing if hashcash-path is
9963 nil (because the hashcash program could not be found).
9964
9965 * spam.el (spam-use-hashcash): Remove comment.
9966
99672004-09-27 Jesper Harder <harder@ifa.au.dk>
9968
9969 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9970 (gnus-cache-enter-article, gnus-cache-remove-article)
9971 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9972
9973 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9974
9975 * gnus-art.el (article-hide-boring-headers)
9976 (article-translate-strings, article-display-face)
9977 (gnus-article-mime-match-handle-first)
9978 (gnus-article-highlight-headers)
9979 (gnus-article-add-buttons-to-head): do.
9980
99812004-09-27 Simon Josefsson <jas@extundo.com>
9982
9983 * hashcash.el: New version, from
9984 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9985 ../contrib/.
9986
99872004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9988
9989 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9990
99912004-09-26 Jesper Harder <harder@ifa.au.dk>
9992
9993 * gnus-dup.el (gnus-dup-open): Use mapc.
9994 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9995
9996 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9997 Reported by Stefan Wiens <s.wi@gmx.net>.
9998
9999 * gnus.el (gnus-shutdown): Use dolist.
10000
10001 * gnus-undo.el (gnus-undo): Use mapc.
10002
10003 * nnrss.el (nnrss-generate-active): do.
10004
10005 * message.el (message-cite-original-without-signature)
10006 (message-cite-original): Use mapc.
10007 (message-do-actions, message-make-forward-subject): Use dolist.
10008
100092004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10010
10011 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10012 deletion to remove entire duplicate line. Fixes merged article
10013 number bug.
10014
100152004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10016
10017 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10018 servers that are offline. Avoids having gnus-agent-toggle-plugged
10019 first ask if you want to open a server and then, even when you
10020 responded with no, asking if you want to synchronize the server's
10021 flags.
10022 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10023 multi-line expressions.
10024 (gnus-agent-synchronize-group-flags): New internal function.
10025 Updates marks in memory (in the info structure) AND in the
10026 backend.
10027
10028 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10029
10030 * nnagent.el (nnagent-request-set-mark): Use
10031 gnus-agent-synchronize-group-flags, not backend's request-set-mark
10032 method, to ensure that synchronization updates marks in the
10033 backend and in the info (in memory) structure.
10034
100352004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10036
10037 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10038 convention fully; don't miss the root article of a thread; make
10039 the X-Draft-From header with correct article numbers.
10040
100412004-09-23 Kevin Greiner <kgreiner@compsol.cc>
10042
10043 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10044 unless plugged. Disable the agent so that an open failure causes
10045 an error.
10046
10047 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10048 Reverted 2004-09-21 change. The backend must be opened while
10049 synchronizing flags even when the backend stores the flags
10050 locally.
10051
100522004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10053
10054 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10055 in `header' match. Reported by Svend Tollak Munkejord.
10056
10057 * message.el (message-cite-original): Fix use of
10058 `message-cite-articles-with-x-no-archive'.
10059
100602004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10061
10062 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10063 (gnus-window-to-buffer): Ditto.
10064
10065 * mml.el (mml-preview-buffer): New variable.
10066 (mml-preview): Manage window layout with gnus-buffer-configuration.
10067
10068 * gnus-msg.el (gnus-setup-message): Put article numbers into the
10069 X-Draft-From header even if those articles aren't quoted.
10070
100712004-09-21 Kevin Greiner <kgreiner@compsol.cc>
10072
10073 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10074 (gnus-request-set-mark, gnus-request-update-mark): Use new
10075 g-s-t-u-l-m to decide to use backend even when unplugged.
10076
100772004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
10078
10079 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10080 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
10081
100822004-09-20 Simon Josefsson <jas@extundo.com>
10083
10084 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10085 "utf-16-le".
10086
100872004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10090
100912004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10092
10093 * uudecode.el (uudecode-use-external): Add :version.
10094
10095 * smime.el (smime-CA-file, smime-encrypt-cipher)
10096 (smime-dns-server): Add :version.
10097
10098 * smiley.el (gnus-smiley-file-types): Add :version.
10099
10100 * sha1.el (sha1-use-external): Add :version.
10101
10102 * pgg-def.el (pgg-query-keyserver): Add :version.
10103
10104 * nnmail.el (nnmail-fancy-expiry-targets)
10105 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10106 Add :version.
10107
10108 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10109 (nnimap-retrieve-groups-asynchronous): Add :version.
10110 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
10111
10112 * mml.el (mml-content-disposition-parameters)
10113 (mml-insert-mime-headers-always): Add :version.
10114
10115 * mm-util.el (mm-coding-system-priorities): Add :version.
10116
10117 * mm-decode.el (mm-inline-text-html-with-images)
10118 (mm-keep-viewer-alive-types, mm-external-terminal-program)
10119 (mm-verify-option): Add :version.
10120 (mm-text-html-renderer): Change :version.
10121
10122 * message.el (message-fcc-externalize-attachments)
10123 (message-required-headers, message-draft-headers)
10124 (message-subject-trailing-was-query)
10125 (message-subject-trailing-was-ask-regexp)
10126 (message-subject-trailing-was-regexp, message-mark-insert-begin)
10127 (message-mark-insert-end, message-archive-header)
10128 (message-archive-note, message-cross-post-default)
10129 (message-cross-post-note, message-followup-to-note)
10130 (message-cross-post-note-function, message-use-mail-followup-to)
10131 (message-subscribed-address-functions)
10132 (message-subscribed-address-file, message-subscribed-addresses)
10133 (message-subscribed-regexps, message-allow-no-recipients)
10134 (message-yank-cited-prefix, message-signature-insert-empty-line)
10135 (message-hidden-headers, message-hierarchical-addresses)
10136 (message-mail-user-agent, message-use-idna)
10137 (message-valid-fqdn-regexp)
10138 (message-strip-special-text-properties, message-header-synonyms)
10139 (message-beginning-of-line, message-tab-body-function): Add :version.
10140 (message-insert-canlock, message-wide-reply-confirm-recipients):
10141 Change :version.
10142
10143 * mail-source.el (mail-source-ignore-errors): Add :group, :type
10144 and :version.
10145 (mail-source-delete-old-incoming-confirm)
10146 (mail-source-movemail-program): Add :version.
10147
10148 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10149 (gnus-agent-cache, gnus-agent): Change :version.
10150
10151 * gnus-util.el (gnus-use-byte-compile): Change :version.
10152
10153 * gnus-sum.el (gnus-summary-make-false-root-always)
10154 (gnus-summary-default-high-score)
10155 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10156 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10157 (gnus-read-all-available-headers, gnus-article-emulate-mime)
10158 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10159 (gnus-sum-thread-tree-single-indent)
10160 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10161 (gnus-sum-thread-tree-leaf-with-other)
10162 (gnus-sum-thread-tree-single-leaf): Add :version.
10163 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10164 (gnus-article-loose-mime): Change :version.
10165
10166 * gnus-start.el (gnus-backup-startup-file)
10167 (gnus-save-startup-file-via-temp-buffer): Add :version.
10168
10169 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10170 (gnus-server-offline-face): Add :version.
10171
10172 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10173
10174 * gnus-msg.el (gnus-gcc-externalize-attachments)
10175 (gnus-debug-files, gnus-debug-exclude-variables)
10176 (gnus-discouraged-post-methods): Change :version.
10177 (gnus-confirm-mail-reply-to-news)
10178 (gnus-confirm-treat-mail-like-news): Add :version.
10179
10180 * gnus-int.el (gnus-server-unopen-status): Add :version.
10181
10182 * gnus-group.el (gnus-group-jump-to-group-prompt)
10183 (gnus-large-ephemeral-newsgroup)
10184 (gnus-fetch-old-ephemeral-headers): Add :version.
10185
10186 * gnus-fun.el (gnus-x-face-directory)
10187 (gnus-convert-pbm-to-x-face-command)
10188 (gnus-convert-image-to-x-face-command)
10189 (gnus-convert-image-to-face-command): Add :version.
10190
10191 * gnus-delay.el (gnus-delay-default-hour): Add :version.
10192
10193 * gnus-cite.el (gnus-cite-blank-line-after-header)
10194 (gnus-article-boring-faces): Add :version.
10195
10196 * gnus-art.el (gnus-buttonized-mime-types)
10197 (gnus-inhibit-mime-unbuttonizing)
10198 (gnus-treat-display-face)
10199 (gnus-treat-body-boundary): Change :version.
10200 (gnus-body-boundary-delimiter, gnus-picon-databases)
10201 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10202 (gnus-treat-date-english, gnus-treat-fold-headers)
10203 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10204 (gnus-treat-mail-picon, gnus-treat-wash-html)
10205 (gnus-article-encrypt-protocol)
10206 (gnus-use-idna, gnus-article-over-scroll)
10207 (gnus-mime-display-multipart-alternative-as-mixed)
10208 (gnus-mime-display-multipart-related-as-mixed)
10209 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10210 (gnus-ctan-url, gnus-button-ctan-handler)
10211 (gnus-button-handle-ctan-bogus-regexp)
10212 (gnus-button-ctan-directory-regexp)
10213 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10214 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10215 (gnus-button-man-level, gnus-button-emacs-level)
10216 (gnus-button-message-level, gnus-button-browse-level): Add :version.
10217
10218 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10219 (gnus-agent-go-online): Change :version.
10220 (gnus-agent-expire-unagentized-dirs)
10221 (gnus-agent-auto-agentize-methods): Add :version.
10222
10223 * flow-fill.el (fill-flowed-display-column)
10224 (fill-flowed-encode-column): Add :version.
10225
10226 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10227 (gnus-outlook-deuglify-unwrap-max)
10228 (gnus-outlook-deuglify-cite-marks)
10229 (gnus-outlook-deuglify-unwrap-stop-chars)
10230 (gnus-outlook-deuglify-no-wrap-chars)
10231 (gnus-outlook-deuglify-attrib-cut-regexp)
10232 (gnus-outlook-deuglify-attrib-verb-regexp)
10233 (gnus-outlook-deuglify-attrib-end-regexp)
10234 (gnus-outlook-display-hook): Add :version.
10235
10236 * binhex.el (binhex-use-external): Add :version.
10237
102382004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
10239
10240 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10241 and `invisible'.
10242
102432004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10244
10245 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10246 in gnus-registry-trim.
10247
102482004-09-13 Simon Josefsson <jas@extundo.com>
10249
10250 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10251
10252 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10253
10254 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10255 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10256 <yamaoka@jpl.org>.
10257 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10258 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10259 <yamaoka@jpl.org>.
10260
10261 * sieve.el (sieve-manage-mode): Ditto.
10262
102632004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10264
10265 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10266
102672004-09-11 Simon Josefsson <jas@extundo.com>
10268
10269 * dns-mode.el: Add.
10270
10271 * mm-view.el (mm-display-dns-inline): Add.
10272
10273 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10274 (mm-automatic-display): Ditto.
10275
10276 * mailcap.el (mailcap-mime-data): Add text/dns.
10277 (mailcap-mime-extensions): Map .soa to text/dns.
10278
102792004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10280
10281 * gnus-art.el (article-decode-mime-words, article-babel)
10282 (gnus-article-highlight-signature, gnus-article-add-buttons)
10283 (gnus-signature-toggle): Remove unnecessary bindings of
10284 `inhibit-read-only' inherited from v5.10 merge.
10285
102862004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10287
10288 * nntp.el (nntp): New customization group.
10289 (nntp-authinfo-file): Add customization group.
10290
10291 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10292
10293 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10294
10295 * gnus.el (to-address, to-list, subscribed)
10296 (large-newsgroup-initial): Ditto.
10297
10298 * flow-fill.el (fill-flowed-display-column)
10299 (fill-flowed-encode-column): Ditto.
10300
ce058493 103012004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
10302
10303 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10304 Use point-min rather than 1.
10305 (message-send-mail): Use buffer-size rather than point-max.
10306
10307 * gnus-sum.el (gnus-summary-search-article-forward):
10308 Signal a specific `search-failed' rather than a generic `error'.
10309
10310 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10311 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10312 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10313
103142004-09-10 Simon Josefsson <jas@extundo.com>
10315
10316 * nndb.el (require): Remove tcp and duplicate cl.
10317
103182004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10319
10320 * gnus-agent.el (directory-files-and-attributes): Move forward.
10321
103222004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10323
10324 * gnus-agent.el (directory-files-and-attributes): Optionally
10325 defined to support XEmacs.
10326
103272004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10328
002876ab 10329 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
10330 to avoid run-time CL dependencies.
10331 (gnus-agent-unfetch-articles): New function.
10332 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10333 article numbers even when local .overview file is missing.
002876ab 10334 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
10335 27-bit article numbers.
10336 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10337 gnus-agent-read-article-number.
10338 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10339 from backend while recognizing that article numbers in .overview
10340 must be valid.
10341 (gnus-agent-update-files-total-fetched-for): Use
10342 directory-files-and-attributes to improve performance.
10343 * gnus-int.el (gnus-request-move-article): Use
10344 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10345 improve performance.
10346
10347 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10348 some users confused by references to .newsrc when they only have a
10349 .newsrc.eld file.
149cd465
JB
10350 (gnus-convert-mark-converter-prompt)
10351 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 10352 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 10353 New function. Used internally to only display 'gnus converting
01c52d31
MB
10354 files' message when actually necessary.
10355
10356 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10357 methods now autoloaded.
10358
103592004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10360
10361 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10362 identifiers.
10363
103642004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10365
10366 * gnus-picon.el: Fix indentation and closing parenthesis.
10367
103682004-09-01 Simon Josefsson <jas@extundo.com>
10369
10370 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 10371 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
10372 to require within a function. Sadly, if sha1.el isn't loaded, the
10373 let binding in m-c-g will hide the defcustom definition, which is
10374 bad.)
10375
10376 * canlock.el: Require sha1, not sha1-el.
10377
10378 * message.el: Don't autoload sha1 (there is a autoload cookie in
10379 sha1.el).
10380
10381 * sha1-el.el: Renamed to sha1.el.
10382
103832004-08-30 Juanma Barranquero <lektu@terra.es>
10384
10385 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10386
103872004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10390
103912004-08-30 Kim F. Storm <storm@cua.dk>
10392
10393 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10394
10395 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10396 Add :group 'nnimap.
10397
103982004-08-30 Andreas Schwab <schwab@suse.de>
10399
10400 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10401 ?* and ?\;.
10402
10403 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10404 and ?\' to symbol instead of whitespace.
10405
104062004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10409
10410 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10411 instead of re-search-forward.
10412
10413 * gnus-uu.el (gnus-uu-save-article): Ditto.
10414 (gnus-uu-post-encode-uuencode): Ditto.
10415
10416 * html2text.el (html2text-clean-list-items): Ditto.
10417 (html2text-clean-dtdd): Ditto.
10418 (html2text-format-tags): Ditto.
10419
10420 * message.el (message-send-mail-with-sendmail): Fix regexp.
10421 (message-fill-field-general): Use search-forward instead of
10422 re-search-forward.
10423 (unbold-region): Ditto.
10424
10425 * nnrss.el (nnrss-request-article): Ditto.
10426
10427 * nnslashdot.el (nnslashdot-request-article): Ditto.
10428
10429 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10430
10431 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10432 "Unrecognized menu descriptor" error in XEmacs.
10433
104342004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10435
10436 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10437 parent article of a sparse article in the thread hashtb.
10438
104392004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10440
10441 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10442 (nnmail-expand-newtext): Lowercase expanded entries if
10443 nnmail-split-lowercase-expanded is non-nil.
10444
104452004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10446
c9e31f32 10447 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
10448
10449 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10450 of gnus-tmp-news-method into string under XEmacs. It will be
10451 passed to gnus-correct-length which takes only a string argument.
10452
104532004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10454
10455 * gnus-util.el (gnus-bind-print-variables): New macro.
10456 (gnus-prin1): Use it.
10457 (gnus-prin1-to-string): Use it.
10458 (gnus-pp): New function.
10459 (gnus-pp-to-string): New function.
10460
c9e31f32
SM
10461 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10462 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
10463 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10464 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10465 * gnus-msg.el (gnus-debug): Ditto.
10466 * gnus-score.el (gnus-score-save): Ditto.
10467 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10468 gnus-pp-to-string.
10469 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10470 with gnus-pp.
10471 * score-mode.el (gnus-score-pretty-print): Ditto.
10472 * webmail.el (webmail-debug): Ditto.
10473
104742004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10475
c9e31f32
SM
10476 * gnus-art.el (article-display-face, article-display-x-face):
10477 Use buffer-read-only.
01c52d31
MB
10478
104792004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10480
c9e31f32
SM
10481 * gnus-art.el (article-hide-list-identifiers):
10482 Bind inhibit-read-only as t.
01c52d31
MB
10483
104842004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10485
10486 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10487
104882004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10491 (gnus-narrow-to-page): Don't assume point-min == 1.
10492 (gnus-article-edit-mode): Derive from message-mode.
10493
10494 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10495 point-min == 1.
10496
10497 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10498 Disable incorrect use of `assert'.
10499
10500 * message.el (message-mode): Set comment-start-skip.
10501
10502
105032004-08-22 Sam Steingold <sds@gnu.org>
10504
10505 * pop3.el (pop3-leave-mail-on-server): New user variable.
10506 (pop3-movemail): Delete mail only when it is nil.
10507
105082004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10509
10510 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10511
10512 * mml.el (mml-preview): Use `pop-to-buffer'.
10513
10514 * message.el (message-goto-mail-followup-to): Insert after "To".
10515 (message-carefully-insert-headers): Add comment.
10516
10517 * gnus.el: Remove unused variable `gnus-article-check-size'.
10518
10519 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10520
10521 * gnus-art.el (gnus-button-alist): Improve
10522 `gnus-button-handle-library' entry.
10523
105242004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10525
10526 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10527 downcase, since XEmacs capitalizes error messages differently.
10528
105292004-08-18 Jesper Harder <harder@ifa.au.dk>
10530
10531 * nntp.el: Add (require 'gnus) due to reference to
10532 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10533
105342004-08-18 Florian Weimer <fw@deneb.enyo.de>
10535
10536 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10537 `mm-fill-flowed'.
10538
10539 * mm-decode.el (mm-dissect-singlepart): Check it.
10540
105412004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10542
10543 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10544 'imap' for netrc parsing.
10545
105462004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10547
10548 * mailcap.el (mailcap-mime-data): Mark as risky.
10549
105502004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10551
10552 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10553 may be included in the encoded word.
10554 (rfc2047-encode): Don't append a space if the encoded word
10555 includes close parenthesis.
10556
105572004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10558
10559 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10560 of text within parentheses.
10561
105622004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10563
10564 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10565 (gnus-encrypt-write-file-contents): Make the password key the file
10566 name PLUS the cipher, not just the cipher. Also remove failed
10567 passwords from the cache.
10568
105692004-08-06 Simon Josefsson <jas@extundo.com>
10570
10571 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10572 fix.
10573
105742004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10577 LWSP.
10578
105792004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10580
10581 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10582 to append in-reply-to: data to the references: header.
10583
10584 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10585 (netrc-parse): Use gnus-encrypt.el functions.
10586
10587 * gnus-encrypt.el: Add new file for encryption support; currently
10588 does only a few GPG ciphers and an internal XOR cipher.
10589
10590 * password.el: Add comments on using password-read-and-add.
10591 (password-read-and-add): Add function to read and add the
10592 password to the cache at once.
10593
105942004-07-28 Simon Josefsson <jas@extundo.com>
10595
10596 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10597 parameter (but don't use it, for now).
10598
10599 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10600 instead of hard coding to nil.
10601
106022004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10603
10604 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10605 as mm-inline-image-xemacs does.
10606
106072004-07-26 Simon Josefsson <jas@extundo.com>
10608
10609 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10610 Revert part of 2004-07-17 change below.
10611
106122004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10613
10614 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10615 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10616
106172004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10618
10619 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10620 quotes that actually start with ">" at the beginning of the
10621 lines.
10622
106232004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * rfc2047.el (rfc2047-encode-region): Fix last change.
10626 (rfc2047-encode-parameter): Remove useless concat.
10627
106282004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10629
10630 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10631 encode special characters; fix some kind of misconfigured headers;
10632 signal a real error if debug-on-quit or debug-on-error is non-nil.
10633 (rfc2047-encode-max-chars): New variable.
10634 (rfc2047-encode-1): Use it.
10635 (rfc2047-encode-parameter): New function.
10636
10637 * mml.el (mml-insert-parameter): Remove an excessive space.
10638
106392004-07-17 Simon Josefsson <jas@extundo.com>
10640
10641 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10642 Kai Grossjohann <kai@emptydomain.de>.
10643 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10644 (gnus-group-make-menu-bar): Ditto.
10645
10646 * gnus-util.el (gnus-group-server): Add.
10647
106482004-07-16 Jesper Harder <harder@ifa.au.dk>
10649
10650 * message.el (message-clone-locals): Clone sendmail and smtp
10651 variables.
10652
106532004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10654
10655 * rfc2047.el (rfc2047-encode-region): Fix last change.
10656
106572004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10658
10659 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10660 characters as non-special.
10661
106622004-07-09 Simon Josefsson <jas@extundo.com>
10663
10664 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10665 Users will lose all flag changes made while unplugged with
10666 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10667 good default. See numerous reports on ding mailing list.
10668
106692004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10670
10671 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10672 add generate-head-function and generate-article-function to the
10673 rfc822-forward entry.
10674 (nndoc-rfc822-forward-generate-article): New function.
10675 (nndoc-rfc822-forward-generate-head): New function.
10676
10677 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10678
106792004-07-06 Dan Christensen <jdc@uwo.ca>
10680
10681 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10682 respect display group parameter and gnus-summary-expunge-below.
10683 (gnus-articles-to-read): Remove unused reference to display group
10684 parameter.
10685
106862004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10687
10688 * nnheader.el (nnheader-uniquify-message-id): New experimental
10689 variable.
10690 (nnheader-nov-read-message-id): Use it.
10691
10692 * spam-report.el (spam-report-gmane): Add interactive.
10693
106942004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10695
10696 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10697 qp-or-base64 for the application/* types.
10698
106992004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10700
10701 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10702
107032004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10704
10705 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10706 trim value.
10707
107082004-01-25 Paul Jarc <prj@po.cwru.edu>
10709
10710 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10711 New macro and function.
10712 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10713
107142004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10715
10716 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10717 after-load-alist.
10718
107192004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10720
10721 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10722 update info that isn't there.
10723
107242004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10725
10726 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10727 entry.
10728
107292004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10730
10731 * mm-view.el (mm-inline-render-with-function): Use multibyte
10732 buffer; decode html source by charset.
10733
10734 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10735
10736 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10737 Mule-UCS is loaded under XEmacs.
10738 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10739
107402004-06-28 Jesper Harder <harder@ifa.au.dk>
10741
10742 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10743
107442004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10745
10746 * mm-util.el (mm-coding-system-p): Return a coding-system.
10747 (mm-mime-mule-charset-alist): Use shift_jis instead of
10748 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10749 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10750 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10751 instead of japanese-shift-jis and iso-latin-1 respectively in
10752 order to share the default value with both Emacs and XEmacs-mule.
10753 (mm-mule-charset-to-mime-charset): Make
10754 mm-coding-system-priorities effective.
10755 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10756 while predicating of candidates upon the priorities.
10757
107582004-06-27 Jesper Harder <harder@ifa.au.dk>
10759
10760 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10761 gnus-uu-invert-processable.
10762
10763 * gnus.el: Autoload gnus-uu-invert-processable.
10764
107652004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767 * mm-util.el (mm-with-multibyte-buffer): New macro.
10768
10769 * rfc2047.el (rfc2047-encode-string): Use it.
10770 (rfc2047-encode-region): Move point to the end of the region after
10771 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10772
107732004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10774
10775 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10776 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10777
107782004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10781 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10782 Karl Chen <quarl@nospam.quarl.org>.
10783
107842004-06-23 Jesper Harder <harder@ifa.au.dk>
10785
10786 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10787 invalid addresses.
10788
107892004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10790
10791 * spam.el: Change section markers, revise TODO list.
10792 (spam-backends): Make new master list of all installed backends.
10793 (spam-summary-exit-behavior): Add new variable to determine how
10794 messages moves are done at summary exit.
10795 (spam-move-spam-nonspam-groups-only)
10796 (spam-process-ham-in-nonham-groups)
10797 (spam-process-ham-in-spam-groups): Remove variables, the
10798 spam-summary-exit-behavior variable should be used to manage this
10799 behavior.
10800 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10801 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10802 and spam-old-spam-articles.
10803 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10804 Add empty variables, placeholders for the backends they represent.
10805 (spam-set-difference): Move, unchanged.
10806 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10807 unless the user has a processor variable.
10808 (spam-classifications, spam-classification-valid-p)
10809 (spam-backend-properties, spam-backend-property-valid-p)
10810 (spam-backend-function-type-valid-p)
10811 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10812 (spam-report-articles-gmane, spam-report-articles-resend):
10813 Remove functions, they are not needed.
10814 (spam-install-backend-super, spam-backend-list)
10815 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10816 (spam-backend-function, spam-backend-ham-registration-function)
10817 (spam-backend-spam-registration-function)
10818 (spam-backend-ham-unregistration-function)
10819 (spam-backend-spam-unregistration-function)
10820 (spam-backend-statistical-p, spam-backend-mover-p)
10821 (spam-install-backend-alias, spam-install-checkonly-backend)
10822 (spam-install-mover-backend, spam-install-nocheck-backend)
10823 (spam-install-backend, spam-install-statistical-backend)
10824 (spam-install-statistical-checkonly-backend): Add backend installation
10825 support.
10826 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10827 (spam-group-processor-p): Use the new backend code and respect the
10828 summary exit behavior.
10829 (spam-mark-spam-as-expired-and-move-routine): Remove.
10830 (spam-summary-prepare): Change to use the new spam-old-articles
10831 variable.
10832 (spam-copy-or-move-routine, spam-copy-spam-routine)
10833 (spam-move-spam-routine, spam-copy-ham-routine)
10834 (spam-move-ham-routine): Add code to copy/move ham or spam.
10835 (spam-fetch-field-fast): Improve doc and code, plus allow the
10836 'number request.
10837 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10838 variables.
10839 (spam-split, spam-find-spam): Use the new backend code.
10840 (spam-registration-functions): Remove variable.
10841 (spam-unregister-routine): Add convenience wrapper.
10842 (spam-log-undo-registration, spam-register-routine)
10843 (spam-log-processing-to-registry)
10844 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10845 where possible.
10846 (spam-check-gmane-xref, spam-check-regex-headers)
10847 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10848 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10849 (spam-check-bogofilter-headers, spam-check-spamoracle)
10850 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10851 (spam-check-crm114-headers): Use the spam-split-group that
10852 spam-split prepares, no need to determine it every time.
10853
10854 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10855 to the nnheader-parse-naked-head call.
10856
10857 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10858
10859 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10860 the nnheader-nov-read-message-id call.
10861
108622004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10863
10864 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10865 gnus-activate-group twice. Suggested by Markus Peter
10866 <warp@spin.de>.
10867
108682004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10869
10870 * gnus-art.el (gnus-article-time-format): Exchange the order of
10871 day and month in the default value; fix customization type.
10872 (article-date-ut): Use add-text-properties.
10873 (article-make-date-line): Use message-make-date instead of
10874 current-time-string.
10875
10876 * message.el (message-fetch-field): Don't use set-text-properties.
10877 (message-make-date): Simplify.
0f49874b 10878
01c52d31 108792004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10880
01c52d31
MB
10881 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10882 (rfc2047-encode-region): Treat text within parentheses as special;
10883 show the original text when error has occurred.
0f49874b 10884
01c52d31
MB
10885 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10886 already-computed method to gnus-activate-group.
0f49874b 10887
01c52d31
MB
10888 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10889 same select-methods identical Lisp objects.
0f49874b 10890
01c52d31
MB
10891 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10892 object when modifying the info.
0f49874b 10893
01c52d31 108942004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10895
01c52d31
MB
10896 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10897 gnus-opened-servers since it has never been opened with the new
10898 configuration yet.
0f49874b 10899
01c52d31 109002004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10901
01c52d31
MB
10902 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10903 arg to nnheader-generate-fake-message-id.
0f49874b 10904
01c52d31 109052004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 10906
01c52d31
MB
10907 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10908 number and build a fake message ID localized to a group and
10909 article number (so it's repeatable from that point on).
cc4a96c6 10910 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 10911 ID format.
ca0a6900 10912
01c52d31
MB
10913 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10914 nnheader-generate-fake-message-id with the article number.
ca0a6900 10915
01c52d31 109162004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 10917
01c52d31
MB
10918 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10919 end-of-buffer.
a21fb88e 10920
01c52d31 109212004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 10922
01c52d31 10923 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 10924
01c52d31 109252004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 10926
01c52d31
MB
10927 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10928 goto-char.
10929 (rfc2047-encode): Fold the line before encoding.
bfe5418b 10930
01c52d31 109312004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 10932
01c52d31
MB
10933 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10934 folding -- not all headers can be folded, and this should be done
10935 by the message composition mode. Probably. I think.
d4755e04 10936
01c52d31 109372004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 10938
01c52d31
MB
10939 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10940 fast.
95f75c75 10941
01c52d31
MB
10942 * gnus-ems.el (gnus-remove-image): Don't use
10943 message-text-with-property; remove only the image found first.
4a43ee9b 10944
01c52d31 109452004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 10946
01c52d31 10947 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 10948
01c52d31 109492004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10950
01c52d31
MB
10951 * message.el (message-text-with-property): Make it fast and accept
10952 optional arguments.
10953 (message-strip-forbidden-properties): Use it.
10954 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 10955
01c52d31 10956 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 10957
01c52d31 109582004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10959
01c52d31
MB
10960 * gnus-art.el (article-hide-headers): Don't change the buffer
10961 mistakenly when performing mml-preview even if
10962 gnus-single-article-buffer is nil.
4a43ee9b 10963
01c52d31 109642004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 10965
01c52d31
MB
10966 * message.el (message-expand-name-databases): New user option.
10967 (message-expand-name): Use it.
4a43ee9b 10968
01c52d31 109692004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 10970
01c52d31
MB
10971 * spam.el (spam-report-articles-resend)
10972 (spam-report-resend-register-routine): Allow ham reporting.
10973 (spam-report-resend-register-ham-routine): Add wrapper.
10974 (spam-registration-functions): Add ham resending functions.
10975 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 10976
01c52d31
MB
10977 * gnus.el (ham-resend-to): Add new group parameter.
10978 (spam-process): Add ham resend option.
4a43ee9b 10979
01c52d31
MB
10980 * spam-report.el (spam-report-resend): Allow reporting ham.
10981 (spam-report-resend-ham): Add wrapper.
4a43ee9b 10982
01c52d31 109832004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 10984
01c52d31
MB
10985 * message.el (message-cite-articles-with-x-no-archive): New
10986 variable.
10987 (message-cite-original): Use it.
4a43ee9b 10988
01c52d31 109892004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 10990
01c52d31 10991 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 10992
01c52d31 109932004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 10994
01c52d31
MB
10995 * gnus-art.el (article-hide-headers): Refer to the values for
10996 gnus-ignored-headers and gnus-visible-headers in the summary
10997 buffer since a user may have set them as group parameters.
cfcd5c91 10998
01c52d31 109992004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 11000
01c52d31
MB
11001 * assistant.el (assistant-node-name): Add convenience function.
11002 (assistant-render-text, assistant-render-node): Add error handling,
11003 plus handle multiple next nodes.
11004 (assistant-find-next-node): Comment out for now.
11005 (assistant-find-next-nodes): Add function, returns list of next
11006 nodes.
11007
110082004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
11009
11010 * mail-source.el (mail-source-directory): Fix doc-string.
11011
110122004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
11013
11014 * assistant.el (assistant-render-text, assistant-eval): Add :set
11015 widget type, which is different because it takes and returns a
11016 list. Much hilarity ensues.
11017
110182004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
11019
11020 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11021
11022 * gnus-group.el (gnus-group-get-new-news-this-group): Added
11023 doc-string.
11024
11025 * gnus-start.el (gnus-activate-group): Added doc-string.
11026
110272004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11028
11029 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11030
110312004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
11032
11033 * assistant.el (assistant-render-text): Try to add a :set
11034 widget, more to come.
11035
11036 * spam.el (spam-group-spam-contents-p): Handle empty groupname
11037 strings.
11038 (spam-report-articles-resend)
11039 (spam-register-routine): Do registration iff any articles warrant
11040 it.
11041 (spam-summary-prepare-exit): Change log message for nil group
11042 destinations.
11043
110442004-05-27 Daniel Pittman <daniel@rimspace.net>
11045
11046 * spam.el (spam-report-resend-register-routine): Allow
11047 spam-report-resend-to to be a group parameter or a global value.
11048
110492004-05-26 Simon Josefsson <jas@extundo.com>
11050
11051 * starttls.el: Merge with my GNUTLS based starttls.el.
11052 (starttls-gnutls-program, starttls-use-gnutls)
11053 (starttls-extra-arguments, starttls-process-connection-type)
11054 (starttls-connect, starttls-failure, starttls-success): New
11055 variables.
11056 (starttls-program, starttls-extra-args): Doc fix.
11057 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11058 functions.
11059 (starttls-negotiate, starttls-open-stream): Check
11060 `starttls-use-gnutls' and pass on to corresponding *-gnutls
11061 function if it is set.
11062
110632004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11064
11065 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11066 structured fields.
11067
110682004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11069
11070 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11071
110722004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
11073
11074 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11075 variable.
11076 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
11077 assigning the spam-mark to new messages.
11078
880820fe 110792004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31
MB
11080
11081 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11082
110832004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11084
11085 * rfc2047.el (rfc2047-encodable-p): Don't move point.
11086 (rfc2047-decode): Treat the ascii coding-system as raw-text by
11087 default.
11088
110892004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
11090
002876ab 11091 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
11092 correct data.
11093
110942004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
11095
11096 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11097 (spam-group-processor-p): Fix function.
11098 (spam-group-processor-multiple-p)
11099 (spam-group-spam-processor-report-gmane-p)
11100 (spam-group-spam-processor-report-resend-p)
11101 (spam-group-spam-processor-bogofilter-p)
11102 (spam-group-spam-processor-blacklist-p)
11103 (spam-group-spam-processor-ifile-p)
11104 (spam-group-ham-processor-ifile-p)
11105 (spam-group-spam-processor-spamoracle-p)
11106 (spam-group-spam-processor-crm114-p)
11107 (spam-group-ham-processor-bogofilter-p)
11108 (spam-group-spam-processor-stat-p)
11109 (spam-group-ham-processor-stat-p)
11110 (spam-group-ham-processor-whitelist-p)
11111 (spam-group-ham-processor-BBDB-p)
11112 (spam-group-ham-processor-spamoracle-p)
11113 (spam-group-ham-processor-copy-p): Remove functions with some
11114 prejudice against unneeded code.
11115 (spam-report-articles-resend)
11116 (spam-report-resend-register-routine): Allow the group/topic
11117 spam-resend-to value to override spam-report-resend-to.
11118 (spam-summary-prepare-exit): Invoke spam-group-processor-p
11119 properly now.
11120
11121 * gnus.el (spam-resend-to): Add group/topic parameter.
11122 (spam-process): Move the OBSOLETE processors to the end of the
11123 choices.
11124
111252004-05-24 Daniel Pittman <daniel@rimspace.net>
11126
11127 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11128 with resend-to set to nil, and then ask the user if necessary.
11129 (spam-report-resend): spam-report-resend takes a list of articles, not
11130 separate article numbers.
11131
111322004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11133
11134 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11135 addition to emacs-w3m.
11136
111372004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11138
11139 * assistant.el (assistant-authinfo-data): New function.
11140 (assistant-eval): Eval for entire assistant.
11141
11142 * netrc.el (netrc-services-file): New variable.
11143 (netrc-parse-services): New function.
11144 (netrc-find-service-name): New function.
11145 (netrc-find-service-number): New function.
11146 (netrc-port-equal): New function.
11147 (netrc-machine): Use it.
11148
11149 * nnimap.el (nnimap-open-connection): Use netrc.
11150
11151 * gnus-util.el (gnus-netrc-get): Remove aliases.
11152
11153 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11154
11155 * assistant.el (wid-edit): Fix compilation.
11156
11157 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11158
111592004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
11160
11161 * gnus-util.el (gnus-set-file-modes): New function. (small
11162 patch).
11163
111642004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 11165
01c52d31 11166 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 11167
01c52d31
MB
11168 * assistant.el (assistant-render-node): Fix up rendering and
11169 read-only text.
11170 (assistant-render-node): Reset.
11171 (assistant-make-read-only): Not sticky.
cfcd5c91 11172
01c52d31 111732004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 11174
01c52d31
MB
11175 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11176 centered even when gnus-auto-center-summary is t
cfcd5c91 11177
01c52d31 111782004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 11179
01c52d31
MB
11180 * dns.el (dns-get-txt-answer): New function.
11181 (dns-read-txt): Ditto.
11182 (query-dns): Use it.
cfcd5c91 11183
01c52d31 111842004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 11185
01c52d31
MB
11186 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11187 active for foreign groups even if the group level is higher than
11188 the specified value.
cfcd5c91 11189
01c52d31 111902004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 11191
01c52d31
MB
11192 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11193 non-active groups.
9ad41fb7 11194
01c52d31 11195 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 11196
01c52d31 111972004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 11198
01c52d31 11199 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 11200
01c52d31 112012004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 11202
01c52d31
MB
11203 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11204 (spam-crm114-header, spam-crm114-spam-switch)
11205 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11206 (spam-crm114-positive-spam-header)
11207 (spam-crm114-database-directory, spam-list-of-processors)
11208 (spam-group-spam-processor-crm114-p)
11209 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11210 (spam-generic-score, spam-list-of-checks)
11211 (spam-list-of-statistical-checks, spam-registration-functions)
11212 (spam-check-crm114-headers, spam-crm114-score)
11213 (spam-check-crm114, spam-crm114-register-with-crm114)
11214 (spam-crm114-register-spam-routine)
11215 (spam-crm114-unregister-spam-routine)
11216 (spam-crm114-register-ham-routine)
11217 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 11218 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 11219
01c52d31 11220 * gnus.el: Add spam-use-crm114.
d0859c9a 11221
01c52d31
MB
11222 * spam.el (spam-list-of-processors, spam-registration-functions):
11223 Add spam-use-resend.
11224 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11225 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
11226 (spam-report-articles-resend, spam-report-resend-register-routine):
11227 Add wrappers around spam-report-resend-to.
d0859c9a 11228
01c52d31
MB
11229 * spam-report.el (spam-report-resend-to, spam-report-resend):
11230 Add support for resending spam.
11231 (spam-report-gmane): Fix line length >80.
d0859c9a 11232
01c52d31 11233 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 11234
01c52d31 112352004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 11236
01c52d31
MB
11237 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11238 number of processed spam messages.
11239 (spam-ham-copy-or-move-routine): Return the number of processed
11240 ham messages.
11241 (spam-summary-prepare-exit): Use the above values to decide
11242 whether status messages shouled be displayed.
d0859c9a 11243
01c52d31 112442004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 11245
01c52d31
MB
11246 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11247 `rfc2047-encoding-function-alist' in order to avoid conflicting
11248 with the old version.
11249 (rfc2047-encode-region): Concatenate words containing non-ASCII
11250 characters in structured fields; don't encode space-delimited
11251 ASCII words even in unstructured fields; don't break words at
11252 char-category boundaries.
11253 (rfc2047-encode-1): New function.
11254 (rfc2047-encode): Use it; encode text so that it occupies the
11255 maximum width within 76-column; work correctly on Q encoding for
11256 iso-2022-* charsets.
11257 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11258 sure not to break a line just after the header name.
11259 (rfc2047-b-encode-region): Removed.
11260 (rfc2047-b-encode-string): New function.
11261 (rfc2047-q-encode-region): Removed.
11262 (rfc2047-q-encode-string): New function.
d0859c9a 11263
01c52d31 11264 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 11265
01c52d31 112662004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 11267
01c52d31
MB
11268 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11269 get it right.
11270 (gnus-inews-make-draft): Really.
d0859c9a 11271
01c52d31 112722004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 11273
01c52d31
MB
11274 * nnmh.el (nnmh-request-list-1): Don't check the link count
11275 before descending. (small patch)
d0859c9a 11276
01c52d31 112772004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 11278
01c52d31
MB
11279 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11280 stuff.
6441d280 11281
01c52d31
MB
11282 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11283 on real group name.
6441d280 11284
01c52d31 11285 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 11286
01c52d31 11287 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 11288
01c52d31 112892004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 11290
01c52d31
MB
11291 * gnus-draft.el (gnus-draft-send): Bind
11292 rfc2047-encode-encoded-words.
8654e13a 11293
01c52d31
MB
11294 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11295 (rfc2047-encodable-p): Say that =? needs encoding.
11296 (rfc2047-encode-encoded-words): New variable.
8654e13a 11297
01c52d31 11298 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 11299
01c52d31 11300 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 11301
01c52d31
MB
11302 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11303 to nil.
31640842 11304
01c52d31 11305 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 11306
01c52d31 11307 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 11308
01c52d31 113092004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 11310
01c52d31
MB
11311 * gnus-msg.el (gnus-summary-followup-with-original): Document
11312 yanking of region when active.
61b397cd 11313
01c52d31 113142004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 11315
01c52d31
MB
11316 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11317 groups if the group level is higher than the specified value.
31640842 11318
01c52d31 113192004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 11320
01c52d31
MB
11321 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11322 (gnus-group-jump-to-group): Added prefix argument using
11323 `gnus-group-jump-to-group-prompt'. Query before jumping to
11324 non-active group.
cd01ded9 11325
01c52d31
MB
11326 * compface.el (uncompface): Be verbose when changing
11327 `uncompface-use-external'.
850c333d 11328
01c52d31
MB
11329 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11330 handle manual section.
850c333d 11331
01c52d31 113322004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 11333
01c52d31 11334 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 11335
01c52d31 113362004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 11337
01c52d31 11338 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 11339
01c52d31 113402004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 11341
01c52d31
MB
11342 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11343 whether backend can accept message.
6a748eda 11344
01c52d31 11345 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 11346
01c52d31 113472004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 11348
01c52d31
MB
11349 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11350 Avoid creating directory when nntp-marks-is-evil is true.
11351 Reported by Reiner Steib.
9a89f5b0 11352
01c52d31 113532004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 11354
01c52d31
MB
11355 * gnus-picon.el (gnus-picon-style): New variable.
11356 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11357 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11358 Jesper Harder <harder@ifa.au.dk>.
91472578 11359
01c52d31 113602004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11361
01c52d31
MB
11362 * message.el (message-fill-field): Return point.
11363 (message-generate-headers): Go to end of field.
91472578 11364
01c52d31
MB
11365 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11366 stuff for non-living groups.
91472578 11367
01c52d31 113682004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 11369
01c52d31
MB
11370 * gnus-art.el (gnus-article-followup-with-original)
11371 (gnus-article-reply-with-original): gnus-mark-active-p ->
11372 gnus-region-active-p.
91472578 11373
01c52d31 113742004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 11375
01c52d31
MB
11376 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11377 only when there is spam or ham to be processed.
91472578 11378
01c52d31 113792004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11380
01c52d31
MB
11381 * mail-source.el (mail-source-delete-crash-box): Refactor.
11382 (mail-source-fetch): Use it.
11383 (mail-source-fetch-file): Ditto.
11384 (mail-source-fetch-directory): Run postscript in loop.
11385 (mail-source-fetch-pop): Delete.
11386 (mail-source-fetch-maildir): Ditto.
11387 (mail-source-fetch-imap): Ditto.
91472578 11388
01c52d31 11389 * imap.el (imap-authenticators): Comment out sasl.
91472578 11390
01c52d31
MB
11391 * message.el (message-skip-to-next-address): New function.
11392 (message-fill-header-address): Refactor.
11393 (message-fill-address): Use it.
11394 (message-delete-address): Use it.
11395 (message-fill-header-general): Refactor.
11396 (message-fill-field-address): Rename.
11397 (message-narrow-to-field): Find the start of the header.
11398 (message-header-format-alist): Don't pre-fill.
11399 (message-fill-header): Removed.
11400 (message-insert-header): New function.
11401 (message-shorten-references): Use it.
91472578 11402
01c52d31 11403 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 11404
01c52d31 11405 * mail-parse.el (mail-header-make-address): New alias.
91472578 11406
01c52d31 11407 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 11408
01c52d31 11409 * imap.el: Add compiler directives.
91472578 11410
01c52d31 11411 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 11412
01c52d31
MB
11413 * gnus-art.el (article-decode-idna-rhs): Don't use
11414 message-idna-inside-rhs-p.
91472578 11415
01c52d31 114162004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11417
01c52d31
MB
11418 * message.el (message-idna-inside-rhs-p): Removed.
11419 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 11420
01c52d31
MB
11421 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11422 false positives.
1b155fbd 11423
ce058493 114242004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 11425
01c52d31 11426 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 11427
01c52d31 114282004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11429
ce058493 11430 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 11431 files.
91472578 11432
01c52d31
MB
11433 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11434 (gnus-inews-do-gcc): Remove sleep.
498063ec 11435
01c52d31
MB
11436 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11437 part under point.
498063ec 11438
01c52d31
MB
11439 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11440 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 11441
01c52d31 114422004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11443
01c52d31 11444 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 11445
01c52d31 114462004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11447
01c52d31
MB
11448 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11449 as expired without moving it" message when there are spam
11450 messages left.
498063ec 11451
01c52d31 114522004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 11453
002876ab 11454 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 11455 header is not nil.
707f2b38 11456
01c52d31 114572004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 11458
01c52d31
MB
11459 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11460 nntp-possibly-create-directory, not nntp-possibly-change-group.
11461 (nntp-marks-changed-p): New arg SERVER.
11462 (nntp-request-update-info): Adjust caller.
10ace8ea 11463
01c52d31 114642004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 11465
01c52d31 11466 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 11467
01c52d31 114682004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 11469
01c52d31
MB
11470 * nntp.el: Support marks.
11471 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11472 (nntp-marks-modtime, nntp-marks-directory): New variables.
11473 (nntp-request-set-mark, nntp-request-update-info)
11474 (nntp-possibly-create-directory, nntp-marks-changed-p)
11475 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11476 functions.
10ace8ea 11477
01c52d31 114782004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 11479
01c52d31
MB
11480 * gnus-score.el (gnus-score-insert-help): Use
11481 gnus-select-lowest-window.
10ace8ea 11482
01c52d31
MB
11483 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11484 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 11485
01c52d31 11486 * gnus.el: do.
10ace8ea 11487
01c52d31 114882004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 11489
01c52d31
MB
11490 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11491 encodings of MIME-encoded words, in order to improve
11492 interoperability with several broken MUAs.
10ace8ea 11493
01c52d31 114942004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 11495
01c52d31
MB
11496 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11497 tags, only when charsets are not specified in headers.
11498 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 11499
01c52d31 115002004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 11501
01c52d31
MB
11502 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11503 instead of MIME-decoded from fields when checking
11504 `gnus-article-address-banner-alist'.
0302b80e 11505
01c52d31 115062004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 11507
01c52d31
MB
11508 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11509 description rather than subject.
fa9a04e1 11510
01c52d31 115112004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11512
01c52d31 11513 * gnus.el (gnus-version-number): Bump.
fa9a04e1 11514
01c52d31 115152004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 11516
01c52d31 11517 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 11518
01c52d31 115192004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11520
01c52d31
MB
11521 * gnus-agent.el (gnus-agent-read-agentview): Inline
11522 gnus-uncompress-range.
fa9a04e1 11523
01c52d31 115242004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11525
01c52d31
MB
11526 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11527 `exec-installed-p'.
fa9a04e1 11528
01c52d31 115292004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11530
01c52d31
MB
11531 * gnus.el (spam-process, spam-autodetect-methods): Add
11532 bsfilter and bsfilter-headers.
fa9a04e1 11533
01c52d31
MB
11534 * spam.el (spam-bsfilter): New customize group.
11535 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11536 (spam-bsfilter-header, spam-bsfilter-probability-header)
11537 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11538 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11539 (spam-bsfilter-database-directory): New options.
11540 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11541 (spam-list-of-statistical-checks, spam-registration-functions):
11542 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11543 (spam-bsfilter-score): New command.
11544 (spam-check-bsfilter-headers, spam-check-bsfilter)
11545 (spam-bsfilter-register-with-bsfilter)
11546 (spam-bsfilter-register-spam-routine)
11547 (spam-bsfilter-unregister-spam-routine)
11548 (spam-bsfilter-register-ham-routine)
11549 (spam-bsfilter-unregister-ham-routine): New functions.
11550 (spam-generic-score): Support bsfilter; Accept an optional argument
11551 to recalcurate spam score even if scoring header has already been
11552 added.
11553 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11554 optional argument to recalcurate spam score even if scoring header
11555 has already been added.
bf68d4e6 11556
01c52d31 115572004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 11558
01c52d31
MB
11559 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11560 strings! Reported by David D. Smith <davidsmith@acm.org>.
11561 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11562 link is missing.
f66ce3b9 11563
01c52d31 115642004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 11565
01c52d31
MB
11566 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11567 (html2text-get-attr): Rewrite.
14f56b66 11568
01c52d31
MB
11569 * message.el (message-setup-1): Remove redundant put-text-property
11570 on mail-header-separator.
14f56b66 11571
01c52d31 115722004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 11573
01c52d31
MB
11574 * gnus-registry.el (gnus-registry-cache-whitespace)
11575 (gnus-registry-action, gnus-registry-spool-action)
11576 (gnus-registry-split-fancy-with-parent): Change message levels
11577 from 5 to 3 or 7, as needed.
ec3c4a4c 11578
01c52d31
MB
11579 * spam.el (spam-summary-prepare-exit)
11580 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11581 (spam-split, spam-find-spam, spam-log-undo-registration)
11582 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11583 level from 5 to 6.
5f5475ac 11584
01c52d31 115852004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 11586
01c52d31
MB
11587 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11588 2004-03-04 change).
5f5475ac 11589
01c52d31 115902004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 11591
c9e31f32
SM
11592 * sieve-manage.el (sieve-manage-open):
11593 * nnweb.el (nnweb-insert-html):
01c52d31 11594 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
11595 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11596 * nnspool.el (nnspool-request-group):
01c52d31 11597 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 11598 * nnml.el (nnml-request-update-info):
01c52d31 11599 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 11600 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 11601 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
11602 (nnimap-request-set-mark):
11603 * nnfolder.el (nnfolder-request-update-info):
01c52d31 11604 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
11605 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11606 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 11607 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 11608 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
11609 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11610 * gnus-nocem.el (gnus-nocem-scan-groups):
11611 * gnus-int.el (gnus-start-news-server):
01c52d31 11612 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
11613 (gnus-group-browse-foreign-server):
11614 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11615 Use mapc when appropriate.
270a576a 11616
01c52d31 116172004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11618
01c52d31 11619 FIXME: Make separate entries for each person.
270a576a 11620
01c52d31 11621 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 11622 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 11623 <shields@msrl.com>:
270a576a 11624
01c52d31
MB
11625 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11626 may need for spam sorting and scoring.
11627 (spam-user-format-function-S): Add user format function suitable for
11628 general use.
11629 (spam-article-sort-by-spam-status): Add sorting function for summary
11630 sorting.
11631 (spam-extra-header-to-number): Add function to get a score from a
11632 header.
11633 (spam-summary-score): Add function to get a numeric score from the
11634 headers.
c9e31f32 11635 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
11636 (spam-initialize): Take symbols when it's run, and install the
11637 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 11638
01c52d31 116392004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11640
01c52d31 11641 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 11642 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 11643
01c52d31 116442004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 11645
01c52d31
MB
11646 * gnus-sum.el (gnus-set-global-variables)
11647 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11648 (gnus-article-get-xrefs, gnus-summary-best-group)
11649 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11650 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
11651 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11652 Use with-current-buffer.
270a576a 11653
01c52d31 116542004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11655
01c52d31
MB
11656 * spam.el (spam-summary-prepare-exit): Simplify logic.
11657 (spam-fetch-article-header): Read the article header if it's not
11658 available.
11659 (spam-list-articles): Simplify logic.
11660 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 11661
01c52d31 11662 * gnus-registry.el: Fix comments at beginning.
270a576a 11663
01c52d31 116642004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 11665
01c52d31
MB
11666 * message.el (message-cater-to-broken-inn): Remove.
11667 (message-shorten-references): Make sure the total folded length of
11668 References is shorter than 998 characters to cater to a bug in INN
11669 2.3. Also, don't pretend that references aren't folded -- this
11670 hasn't worked for a while.
d31fa104 11671
01c52d31 116722004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11673
01c52d31
MB
11674 * gnus-agent.el (gnus-agentize):
11675 gnus-agent-send-mail-real-function no longer set to current value
11676 of message-send-mail-function but rather a lambda that calls
11677 message-send-mail-function. The change makes the agent real-time
11678 responsive to user changes to message-send-mail-function.
9b981cb6 11679
01c52d31 116802004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11681
01c52d31
MB
11682 * legacy-gnus-agent.el
11683 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11684 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 11685
01c52d31 116862004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 11687
01c52d31 11688 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 11689
01c52d31 116902004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 11691
01c52d31
MB
11692 * nnmail.el (nnmail-cache-insert): Always check whether
11693 nnmail-cache-ignore-groups matches a group name.
f429956a 11694
01c52d31 116952004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 11696
01c52d31
MB
11697 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11698 (spam-find-spam, spam-log-processing-to-registry)
11699 (spam-log-registered-p, spam-log-unregistration-needed-p)
11700 (spam-log-undo-registration): Use gnus-message instead of
11701 gnus-error, none of these errors are fatal.
5c243ee4 11702
01c52d31
MB
11703 * gnus-registry.el (gnus-registry-clean-empty-function)
11704 (gnus-registry-clean-empty): Remove only empty entries without
11705 extra data.
aba1948a 11706
01c52d31 117072004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 11708
01c52d31
MB
11709 * spam-stat.el (spam-stat-buffer-change-to-spam)
11710 (spam-stat-buffer-change-to-non-spam): Change (error) to
11711 (gnus-message 8) invocation.
aba1948a 11712
01c52d31 117132004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11714
01c52d31
MB
11715 * nntp.el (nntp-via-netcat-command): New variable.
11716 (nntp-via-netcat-switches): New variable.
11717 (nntp-open-via-rlogin-and-netcat): New function.
11718 (nntp-open-connection-function): Doc fix.
11719 (nntp-telnet-command): Doc fix.
11720 (nntp-end-of-line): Doc fix.
11721 (nntp-via-rlogin-command): Doc fix.
11722 (nntp-via-user-name): Doc fix.
11723 (nntp-via-address): Doc fix.
aba1948a 11724
01c52d31 117252004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11726
01c52d31
MB
11727 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11728 error in Emacs 21.1.
ddff82cf 11729
01c52d31 117302004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 11731
01c52d31 11732 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 11733
01c52d31 117342004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 11735
01c52d31
MB
11736 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11737 (gnus-agent-with-refreshed-group): New macro.
11738 (gnus-agent-rename-group): New function.
11739 (gnus-agent-delete-group): New function.
11740 (gnus-agent-save-group-info): Use gnus-command-method when
11741 `method' parameter is nil. Don't write nil entries into the
11742 active file.
11743 (gnus-agent-get-group-info): New function.
11744 (gnus-agent-fetch-articles): Use
11745 gnus-agent-update-files-total-fetched-for to increment disk space
11746 used.
11747 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11748 gnus-agent-update-view-total-fetched-for to increment disk space
11749 used.
11750 (gnus-agent-get-local): Added optional parameters to avoid calling
11751 gnus-group-real-name and gnus-find-method-for-group.
11752 (gnus-agent-set-local): Delete stored entry if either min, or max,
11753 are nil.
11754 (gnus-agent-fetch-session): Reworded error/quit messages. On
11755 quit, use gnus-agent-regenerate-group to record existance of any
11756 articles fetched to disk before the quit occurred.
11757 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11758 gnus-agent-update-view-total-fetched-for, and
11759 gnus-agent-update-files-total-fetched-for to decrement disk space
11760 used.
11761 (gnus-agent-retrieve-headers): Use
11762 gnus-agent-update-view-total-fetched-for to increment disk space
11763 used.
11764 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11765 with gnus-agent-update-files-total-fetched-for to decrement disk
11766 space and fresh group buffer.
11767 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11768 (gnus-agent-need-update-total-fetched-for): New variable.
11769 (gnus-agent-update-files-total-fetched-for): New function.
11770 (gnus-agent-update-view-total-fetched-for): New function.
11771 (gnus-agent-total-fetched-for): New function.
11772
11773 * gnus-cache.el (gnus-cache-save-buffers): Use
11774 gnus-cache-update-overview-total-fetched-for to change disk space
11775 used by this group.
11776 (gnus-cache-possibly-enter-article): Use
11777 gnus-cache-update-file-total-fetched-for to increment disk space
11778 used by this group.
11779 (gnus-cache-possibly-remove-article): Use
11780 gnus-cache-update-file-total-fetched-for to decrement disk space
11781 used by this group.
11782 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11783 (gnus-cache-rename-group): New function.
11784 (gnus-cache-delete-group): New function.
11785 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11786 (gnus-cache-need-update-total-fetched-for): New variable.
11787 (gnus-cache-with-refreshed-group): New macro.
11788 (gnus-cache-update-file-total-fetched-for): New function.
11789 (gnus-cache-update-overview-total-fetched-for): New function.
11790 (gnus-cache-rename-group-total-fetched-for): New function.
11791 (gnus-cache-delete-group-total-fetched-for): New function.
11792 (gnus-cache-total-fetched-for): New function.
112d84ef 11793
01c52d31
MB
11794 * gnus-group.el: Require gnus-sum and autoload functions to
11795 resolve warnings when gnus-group.el compiled alone.
11796 (gnus-group-line-format): Documented new %F
11797 (size of Fetched data) group line format; identifies disk space
11798 used by agent and cache.
11799 (gnus-group-line-format-alist): Defined new F format.
11800 (gnus-total-fetched-for): New function.
11801 (gnus-group-delete-group): No longer update
11802 gnus-cache-active-altered as gnus-request-delete-group now keeps
11803 the cache in sync.
11804 (gnus-group-list-active): Let the agent store a server's active
11805 list if currently plugged.
2f7717f6 11806
c9e31f32
SM
11807 * gnus-int.el (gnus-request-delete-group):
11808 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 11809 local disk in sync with the server.
c9e31f32
SM
11810 (gnus-request-rename-group):
11811 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 11812 local disk in sync with the server.
2f7717f6 11813
c9e31f32
SM
11814 * gnus-start.el (gnus-get-unread-articles):
11815 Cosmetic simplification to logic.
c44edf72 11816
01c52d31 11817 * gnus-util.el (gnus-rename-file): New function.
c44edf72 11818
01c52d31 118192004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 11820
01c52d31 11821 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 11822
01c52d31 118232004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11824
01c52d31
MB
11825 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11826 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 11827
01c52d31 118282004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11829
01c52d31
MB
11830 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11831 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 11832
01c52d31 118332004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11834
01c52d31 11835 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 11836
01c52d31 118372004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11838
01c52d31
MB
11839 * spam.el (spam-set-difference): Add function to replace
11840 gnus-set-difference in spam.el.
11841 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 11842
01c52d31 118432004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11844
01c52d31
MB
11845 * gnus-registry.el (gnus-registry-cache-file): Update to use
11846 gnus-dribble-directory OR gnus-home-directory OR ~.
11847 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 11848
01c52d31 118492004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 11850
01c52d31
MB
11851 * message.el (message-exchange-point-and-mark): Use
11852 message-mark-active-p. Suggested by Jesper Harder
11853 <harder@ifa.au.dk>.
45893b95 11854
01c52d31 118552004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 11856
01c52d31
MB
11857 * message.el (message-exchange-point-and-mark): Don't activate
11858 region if it was inactive. Suggested by Hiroshi Fujishima
11859 <pooh@nature.tsukuba.ac.jp>.
734c5765 11860
01c52d31 118612004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 11862
01c52d31
MB
11863 * gnus-art.el (article-display-face): Display Faces in the same
11864 order as X-Faces.
734c5765 11865
01c52d31 118662004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11867
01c52d31 11868 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 11869
01c52d31 118702004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11871
01c52d31
MB
11872 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11873 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11874 (gnus-article-mime-hierarchy): Remove.
11875 (gnus-article-mime-hierarchy-next): Remove.
11876 (gnus-article-mode): Revert 2004-03-19 change.
11877 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11878 (gnus-insert-mime-button): Revert 2004-03-19 change.
11879 (gnus-mime-accumulate-hierarchy): Remove.
11880 (gnus-mime-enter-multipart): Remove.
149cd465 11881 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
11882 (gnus-mime-display-part): Revert 2004-03-19 change.
11883 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 11884
01c52d31 11885 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 11886
01c52d31 118872004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 11888
01c52d31 11889 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 11890
01c52d31 118912004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11892
01c52d31
MB
11893 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11894 t while entering a file name using the mm-with-multibyte macro.
11895 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 11896
01c52d31 11897 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 11898
01c52d31 118992004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11900
01c52d31
MB
11901 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11902 user option.
11903 (gnus-mime-multipart-functions): Doc and customization fix.
11904 (gnus-article-mime-hierarchy): New variable.
11905 (gnus-article-mime-hierarchy-next): New variable.
11906 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11907 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11908 gnus-article-mime-hierarchy-next to nil.
11909 (gnus-insert-mime-button): Show hierarchy numbers.
11910 (gnus-mime-accumulate-hierarchy): New function.
11911 (gnus-mime-enter-multipart): New function.
11912 (gnus-mime-leave-multipart): New function.
11913 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11914 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 11915
01c52d31
MB
11916 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11917 gnus-article-mime-hierarchy-next to nil.
ad136a7c 11918
01c52d31 119192004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 11920
01c52d31 11921 * dns.el: Don't require gnus-xmas.
ad136a7c 11922
01c52d31 119232004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 11924
01c52d31
MB
11925 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11926 inline PGP.
11927 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 11928
01c52d31 119292004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11930
01c52d31
MB
11931 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11932 when the group's active is not available.
ad136a7c 11933
01c52d31 119342004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11935
01c52d31
MB
11936 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11937 error.
ad136a7c 11938
01c52d31 119392004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 11940
01c52d31
MB
11941 * imap.el (imap-store-password): New variable.
11942 (imap-interactive-login): Use it.
11943 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 11944
01c52d31 119452004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11946
01c52d31
MB
11947 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11948 window-start and hscroll to summary window.
ad136a7c 11949
01c52d31 119502004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 11951
01c52d31
MB
11952 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11953 conversion message to newsrc-dribble when an actual conversion is
11954 performed.
ad136a7c 11955
01c52d31 119562004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 11957
01c52d31 11958 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 11959
01c52d31 119602004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11961
01c52d31
MB
11962 * mm-decode.el (mm-complicated-handles): New function reviving
11963 former definition of mm-multiple-handles.
49561cf6 11964
01c52d31
MB
11965 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11966 (gnus-mime-delete-part): Use it.
49561cf6 11967
01c52d31 119682004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 11969
01c52d31
MB
11970 * gnus-agent.el (gnus-agent-read-local): Bind
11971 nnheader-file-coding-system to gnus-agent-file-coding-system to
11972 avoid the implicit assumption that they will always be equal.
11973 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11974 coding-system-for-write, as the with-temp-file macro first prints
11975 to a buffer then saves the buffer.
87589a70 11976
01c52d31 119772004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 11978
01c52d31
MB
11979 * gnus-art.el (gnus-article-edit-part): New function.
11980 (gnus-mime-save-part-and-strip): Use it; do query instead of
11981 signaling an error; don't use mm-multiple-handles.
11982 (gnus-mime-delete-part): Ditto.
c825ac9d 11983
01c52d31 119842004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 11985
01c52d31
MB
11986 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11987 old file versions.
11988 (gnus-group-prepare-hook): Removed function that converted list
11989 form of gnus-agent-expire-days to group properties.
ae465fa7 11990
01c52d31
MB
11991 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11992 (gnus-request-accept-article): Re-indented.
5f49be3f 11993
01c52d31
MB
11994 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11995 converters to handle old agent file formats. Added logic for a
11996 "backup before upgrading warning".
11997 (gnus-convert-mark-converter-prompt): Developers can mark
11998 functions as needing (default), or not needing,
11999 gnus-convert-old-newsrc's "backup before upgrading warning".
12000 (gnus-convert-converter-needs-prompt): Tests whether the user
12001 should be protected from potentially irreversable changes by the
12002 function.
5f49be3f 12003
002876ab 12004 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 12005 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 12006
01c52d31 120072004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 12008
01c52d31 12009 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 12010
01c52d31 12011 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 12012
01c52d31 120132004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 12014
01c52d31 12015 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 12016
01c52d31 12017 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 12018
01c52d31 12019 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 12020
01c52d31 120212004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 12022
01c52d31
MB
12023 * gnus-sum.el (gnus-widget-reversible-match)
12024 (gnus-widget-reversible-to-internal)
12025 (gnus-widget-reversible-to-external): New functions.
12026 (gnus-widget-reversible): New widget.
12027 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 12028
01c52d31 120292004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 12030
01c52d31
MB
12031 * gnus-sum.el (gnus-thread-sort-functions)
12032 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 12033
01c52d31 120342004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 12035
01c52d31
MB
12036 * spam.el (spam-use-gmane-xref): Add new backend.
12037 (spam-gmane-xref-spam-group): Add variable to control the name of the
12038 Gmane spam group.
12039 (spam-blackhole-servers, spam-blackhole-good-server-regex)
12040 (spam-regex-headers-spam, spam-regex-headers-ham)
12041 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12042 (spam-list-of-checks): Add spam-use-gmane-xref to list of
12043 backends and checks.
12044 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 12045
01c52d31
MB
12046 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12047 an autodetect method.
e2642250 12048
01c52d31 120492004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 12050
01c52d31
MB
12051 * gnus-int.el (gnus-request-accept-article): Inform the agent that
12052 articles are being added to a group.
12053 (gnus-request-replace-article): Inform the agent that articles
12054 need to be uncached as the cached contents are no longer valid.
e2642250 12055
01c52d31 120562004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 12057
01c52d31 12058 * binhex.el: Don't autoload executable-find.
e2642250 12059
01c52d31 12060 * canlock.el: Don't autoload mail-fetch-field.
e2642250 12061
01c52d31 12062 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 12063
01c52d31
MB
12064 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12065 rmail-dont-reply-to and rmail-output.
e2642250 12066
01c52d31 12067 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 12068
01c52d31 12069 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 12070
01c52d31
MB
12071 * imap.el: Don't autoload base64-decode-string,
12072 base64-encode-string and md5.
e2642250 12073
01c52d31
MB
12074 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12075 and rmail-msg-restore-non-pruned-header.
e2642250 12076
01c52d31 12077 * mm-decode.el: Don't autoload executable-find.
e2642250 12078
01c52d31 12079 * mm-url.el: Don't autoload executable-find.
e2642250 12080
01c52d31 12081 * mm-view.el: Don't autoload diff-mode.
e2642250 12082
01c52d31
MB
12083 * nndb.el: Don't autoload news-reply-mode, news-setup,
12084 cancel-timer and telnet.
e2642250 12085
01c52d31 12086 * password.el: Don't autoload run-at-time for Emacs.
e2642250 12087
01c52d31 12088 * sha1-el.el: Don't autoload executable-find.
e2642250 12089
01c52d31 12090 * sieve-mode.el: Don't autoload c-mode.
e2642250 12091
01c52d31 12092 * uudecode.el: Don't autoload executable-find.
e2642250 12093
01c52d31 120942004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 12095
01c52d31
MB
12096 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12097 (gnus-agent-possibly-alter-active): Avoid null in numeric
12098 comparison.
12099 (gnus-agent-set-local): Refuse to save null in local object table.
12100 (gnus-agent-regenerate-group): The REREAD parameter can now be a
12101 list of articles that will be marked as unread.
e2642250 12102
01c52d31 121032004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 12104
01c52d31 12105 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 12106
01c52d31 121072004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 12108
01c52d31
MB
12109 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12110 language tags.
ba0226dd 12111
01c52d31 121122004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 12113
01c52d31
MB
12114 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12115 Don't bind "obarray".
5153a47a 12116
01c52d31
MB
12117 * gnus-sum.el (gnus-thread-sort-functions): Added
12118 `gnus-thread-sort-by-most-recent-number' and
12119 `gnus-thread-sort-by-most-recent-date'.
12120 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 12121
01c52d31 121222004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 12123
01c52d31 12124 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 12125
01c52d31 121262004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 12127
01c52d31
MB
12128 * gnus-cus.el (gnus-agent-customize-category): Removed
12129 ignore-errors macro reference that required cl to be loaded at
12130 run-time.
5153a47a 12131
01c52d31
MB
12132 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12133 single-interval range of the form (min . max). Previously the
12134 range had to look like ((min . max)). Likewise, return
12135 (min . max) rather than ((min . max)).
12136 (gnus-range-map): Use gnus-range-normalize to accept
12137 single-interval range.
5153a47a 12138
01c52d31
MB
12139 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12140 the cache, but not the agent, now appear with their usual face.
5153a47a 12141
01c52d31 121422004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 12143
01c52d31
MB
12144 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12145 w3m-safe-url-regexp variable buffer-local.
86713405 12146
01c52d31 12147 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 12148
01c52d31 121492004-02-27 Simon Josefsson <jas@extundo.com>
86713405 12150
01c52d31
MB
12151 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12152 gnus-group-real-prefix.
12153 (gnus-summary-move-article): Use it, instead of
12154 gnus-group-real-prefix.
86713405 12155
01c52d31 121562004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 12157
01c52d31
MB
12158 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12159 w3m-safe-url-regexp variable buffer-local and set it as the value
12160 of mm-w3m-safe-url-regexp.
d5ddd795 12161
01c52d31 12162 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 12163
01c52d31
MB
12164 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12165 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 12166
01c52d31
MB
12167 * nnrss.el (nnrss-opml-export): Use
12168 mm-set-buffer-file-coding-system instead of
12169 set-buffer-file-coding-system.
54506618 12170
01c52d31 121712004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 12172
01c52d31
MB
12173 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12174 of checkdoc.el).
12175 * nnrss.el: do.
12176 * gnus-mlspl.el: do.
12177 * gnus-ml.el: do.
12178 * gnus-srvr.el: do.
54506618 12179
01c52d31 12180 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 12181
01c52d31 121822004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 12183
01c52d31
MB
12184 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12185 Corrections to custom-manual links.
54506618 12186
01c52d31 12187 * gnus-art.el (gnus-article): Ditto.
54506618 12188
01c52d31 12189 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 12190
01c52d31 121912004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 12192
01c52d31 12193 * flow-fill.el: Typo.
54506618 12194
01c52d31 121952004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 12196
01c52d31 12197 * spam-wash.el: New file.
54506618 12198
01c52d31 121992004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 12200
01c52d31 12201 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 12202
01c52d31 122032004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 12204
01c52d31
MB
12205 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12206 to be run with new-articles as LIST1, not LIST2.
12207 (spam-registration-functions): Add spam-use-ham-copy as a nil
12208 registration backend.
54506618 12209
01c52d31 122102004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 12211
01c52d31
MB
12212 * spam-stat.el (spam-stat-washing-hook): New option.
12213 (spam-stat-buffer-words): Use it.
12214 (spam-stat-process-directory, spam-stat-test-directory): Use
12215 insert-file-contents-literally.
12216 (spam-stat-coding-system): New variable.
12217 (spam-stat-load, spam-stat-save): Use it.
54506618 12218
01c52d31 122192004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12220
01c52d31
MB
12221 * spam-report.el (spam-report-plug-agent): Quote
12222 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 12223
01c52d31 122242004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12225
01c52d31
MB
12226 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12227 / in mailto URLs.
54506618 12228
01c52d31 122292004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12230
01c52d31
MB
12231 * spam-report.el (spam-report-process-queue): Fix interactive use.
12232 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12233 (spam-report-unplug-agent): Doc fixes.
12234 (spam-report-url-ping-mm-url, spam-report-url-to-file)
12235 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 12236
01c52d31 122372004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12238
01c52d31
MB
12239 * message.el (message-setup-fill-variables): Add mml tags to
12240 paragraph-start and paragraph-separate. Suggested by Andrew Korty
12241 <ajk@iu.edu>.
12242 (message-mode): Don't modify paragraph-separate there.
54506618 12243
01c52d31 122442004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12245
01c52d31
MB
12246 * compface.el (uncompface-use-external): Default to undecided.
12247 (uncompface-use-external-threshold): New variable.
12248 (uncompface-float-time): New macro.
12249 (uncompface): Determine whether to use the external decoder if
12250 uncompface-use-external is undecided.
54506618 12251
01c52d31 122522004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 12253
01c52d31
MB
12254 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12255 after images.
54506618 12256
01c52d31 12257 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 12258
01c52d31 122592004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 12260
01c52d31 12261 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 12262
002876ab 12263 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 12264
01c52d31
MB
12265 * gnus-sum.el (gnus-summary-limit-to-age)
12266 (gnus-summary-limit-children): do.
54506618 12267
01c52d31 12268 * gnus-int.el (gnus-request-scan): do.
54506618 12269
01c52d31 12270 * gnus-group.el (gnus-group-suspend): do.
54506618 12271
01c52d31 12272 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 12273
01c52d31 12274 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 12275
01c52d31
MB
12276 * gnus-agent.el (gnus-summary-set-agent-mark)
12277 (gnus-agent-regenerate-group): do.
54506618 12278
01c52d31 12279 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 12280
01c52d31 12281 * binhex.el (binhex-decode-region-internal): do.
54506618 12282
01c52d31 122832004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12284
01c52d31
MB
12285 * gnus-fun.el (gnus-face-properties-alist): New user option.
12286 (gnus-display-x-face-in-from): Use it.
54506618 12287
01c52d31 12288 * gnus-art.el (article-display-face): Ditto.
54506618 12289
01c52d31 12290 * compface.el (uncompface-use-external): Default to nil.
54506618 12291
01c52d31 122922004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 12293
01c52d31
MB
12294 * nntp.el (nntp-erase-buffer): New function.
12295 (nntp-retrieve-data, nntp-send-command)
12296 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12297 (nntp-possibly-change-group): Use it.
54506618 12298
01c52d31
MB
12299 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12300 with-current-buffer.
54506618 12301
01c52d31 123022004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 12303
01c52d31
MB
12304 * compface.el: Merge the ELisp-based uncompface program.
12305 (compface): New customization group.
12306 (uncompface-use-external): New user option.
12307 (uncompface): Call uncompface-internal if uncompface-use-external
12308 is nil.
12309 (uncompface-internal): New function. Note that there are also
12310 some other functions and variables added for this function.
54506618 12311
01c52d31 123122004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 12313
01c52d31
MB
12314 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12315 if necessary.
54506618 12316
01c52d31 123172004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 12318
01c52d31
MB
12319 * spam-report.el (spam-report-unplug-agent)
12320 (spam-report-plug-agent, spam-report-deagentize)
12321 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12322 Add support for the Agent in spam-report: when unplugged, report to a
12323 file; when plugged, submit all the requests.
54506618 12324
01c52d31
MB
12325 * spam.el (spam-register-routine): Fix message about
12326 registration.
54506618 12327
01c52d31 123282004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 12329
01c52d31
MB
12330 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12331 dependencies.
12332 (rfc2047-encode): Use it.
54506618 12333
01c52d31
MB
12334 * gnus-art.el (gnus-button-marker-list): Move before first
12335 reference.
54506618 12336
01c52d31
MB
12337 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12338 (imap-parse-body): Fix format string mismatch.
54506618 12339
01c52d31 12340 * gnus-score.el (gnus-summary-increase-score): do.
54506618 12341
01c52d31 12342 * nnrss.el (nnrss-close): New function.
54506618 12343
01c52d31 123442004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 12345
01c52d31
MB
12346 * nnrss.el (nnrss-make-filename): New function.
12347 (nnrss-request-delete-group, nnrss-read-server-data)
12348 (nnrss-save-server-data, nnrss-read-group-data)
12349 (nnrss-save-group-data): Use it.
12350 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12351 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12352 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 12353
01c52d31 123542004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 12355
01c52d31 12356 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 12357
01c52d31 123582004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 12359
01c52d31
MB
12360 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12361 files.
54506618 12362
01c52d31
MB
12363 * message.el (message-generate-headers-first): Don't quote nil
12364 and t in docstrings.
54506618 12365
01c52d31 12366 * imap.el (imap-id): do.
54506618 12367
01c52d31
MB
12368 * gnus-agent.el (gnus-agent-consider-all-articles)
12369 (gnus-agent-queue-mail): do.
54506618 12370
01c52d31 123712004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12372
01c52d31
MB
12373 * spam-report.el (spam-report-process-queue): New function.
12374 Process requests from `spam-report-requests-file'.
12375 (spam-report-process-queue): Doc fix.
54506618 12376
01c52d31 123772004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 12378
01c52d31
MB
12379 * spam.el (spam-register-routine)
12380 (spam-log-processing-to-registry, spam-log-registered-p)
12381 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12382 Change "check" to "spam-check" for semi-clarity.
531e5812 12383
01c52d31 123842004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 12385
01c52d31 12386 * pop3.el: Require nnheader.
531e5812 12387
01c52d31 12388 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 12389
01c52d31 12390 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 12391
01c52d31 12392 * gnus-picon.el: Require cl.
531e5812 12393
01c52d31 12394 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 12395
01c52d31 12396 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 12397
01c52d31 12398 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 12399
01c52d31
MB
12400 * gnus-art.el (gnus-article-edit-mode): Define before first
12401 reference.
531e5812 12402
01c52d31 124032004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 12404
01c52d31
MB
12405 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12406 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 12407
01c52d31 12408 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 12409
01c52d31 12410 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 12411
01c52d31 12412 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 12413
01c52d31 12414 * gnus-art.el (article-date-ut): do.
69075cdd 12415
01c52d31
MB
12416 * message.el (message-fetch-field): Remove redundant
12417 case-fold-search binding.
12418 (message-narrow-to-field): Simplify.
69075cdd 12419
01c52d31 124202004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 12421
01c52d31 12422 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 12423
01c52d31
MB
12424 * spam-report.el (spam-report-url-to-file)
12425 (spam-report-requests-file): New function and variable for offline
12426 reporting.
12427 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12428 and user defined function.
12429 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 12430
01c52d31 124312004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 12432
01c52d31 12433 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 12434
01c52d31 124352004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 12436
01c52d31
MB
12437 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12438 format string mismatch.
ebbeed62 12439
01c52d31 12440 * sieve.el (sieve-deactivate-all): do.
8903a9c8 12441
01c52d31 12442 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 12443
01c52d31 12444 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 12445
01c52d31 12446 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 12447
01c52d31 12448 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 12449
01c52d31 124502004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 12451
01c52d31
MB
12452 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12453 the list of checks.
e62e7654 12454
01c52d31 124552004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 12456
01c52d31
MB
12457 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12458 padding.
e62e7654 12459
01c52d31 124602004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 12461
01c52d31
MB
12462 * mm-view.el (mm-fill-flowed): New variable.
12463 (mm-inline-text): Use it.
eb6a2b61 12464
01c52d31 124652004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 12466
01c52d31
MB
12467 * spam.el (spam-spamassassin-register-ham-routine)
12468 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 12469
01c52d31 124702004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 12471
01c52d31
MB
12472 * gnus.el (gnus-tmp-grouplens): Remove.
12473 (gnus-summary-line-format): Remove grouplens.
f0096211 12474
01c52d31 12475 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 12476
01c52d31
MB
12477 * gnus-spec.el (gnus-format-specs): Ditto.
12478 (gnus-update-format-specifications): Flush the group format spec
12479 cache if there's the grouplens stuff.
12480 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 12481
01c52d31 124822004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 12483
01c52d31
MB
12484 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12485 omission.
14e20e13 12486
01c52d31 124872004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 12488
01c52d31
MB
12489 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12490 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 12491
01c52d31 124922004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12493
149cd465
JB
12494 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12495 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
12496 New macros and functions.
12497 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12498 Handle > NLINK_MAX messages.
12499 * nnmaildir.el (nnmaildir-request-set-mark): Use
12500 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 12501
01c52d31 125022004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 12503
01c52d31
MB
12504 * spam-stat.el (spam-stat-process-directory-age): New option.
12505 (spam-stat-process-directory): Use it.
c1d7d285 12506
01c52d31 125072004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 12508
01c52d31
MB
12509 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12510 (spam-stat-save): Accept prefix argument.
c1d7d285 12511
01c52d31 125122004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12513
01c52d31
MB
12514 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12515 links" error.
c1d7d285 12516
01c52d31 125172004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 12518
01c52d31
MB
12519 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12520 compatibility with old .newsrc.eld files.
10b43d7c 12521
01c52d31 12522 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 12523
01c52d31 12524 * gnus-start.el (gnus-1): do.
f4dd4ae8 12525
01c52d31 12526 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 12527
01c52d31 12528 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 12529
01c52d31 12530 * gnus-gl.el: Remove.
f4dd4ae8 12531
01c52d31 125322004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12533
01c52d31
MB
12534 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12535 marks consisting of a single range {for example, (3 . 5)} rather
12536 than a list of a single range { ((3 . 5)) }.
49561cf6 12537
01c52d31 125382004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12539
01c52d31
MB
12540 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12541 with-current-buffer.
12542 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12543 avoid consing a string.
f4dd4ae8 12544
01c52d31
MB
12545 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12546 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 12547
01c52d31 125482004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 12549
01c52d31
MB
12550 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12551 uncompressed list.
f4dd4ae8 12552
01c52d31 125532004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12554
01c52d31
MB
12555 * spam-stat.el (spam-stat-strip-xref): New function.
12556 (spam-stat-process-directory): Use it.
f4dd4ae8 12557
01c52d31
MB
12558 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12559 here -- it's done in message-fetch-field.
f4dd4ae8 12560
01c52d31 125612004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12562
149cd465
JB
12563 * gnus-agent.el (gnus-agent-queue-mail)
12564 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
12565 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12566 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12567 "nndraft:queue" along to gnus-draft-send. Use
12568 gnus-agent-prompt-send-queue.
12569 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12570 is "nndraft:queue". Suggested by Gaute Strokkenes
12571 <gs234@srcf.ucam.org>
f4dd4ae8 12572
01c52d31
MB
12573 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12574 (agent-enable-undownloaded-faces): Added
12575 (gnus-agent-cat-groups): Use eval-and-compile, not
12576 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12577 method of gnus-agent-cat-groups even when the buffer has been
12578 evaled.
3042deef 12579 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 12580 delete gnus-agent-save-active-1.
002876ab 12581 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
12582 gnus-agent-save-active.
12583 (gnus-agent-write-active): No longer adjust agent's copy of active
12584 file as agent's adjustments are now stored in their own
002876ab 12585 file. Removed optional parameter.
01c52d31
MB
12586 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12587 servers. Add use of min/max range limits from server's local
12588 file.
12589 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
12590 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12591 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 12592 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 12593 limits for articles known to the agent. Provides a fast mechanism
01c52d31 12594 for altering many active ranges.
3042deef 12595 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
12596 active file (local makes it unnecessary).
12597 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12598
12599 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12600 (agent-enable-undownloaded-faces): Added
12601
12602 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12603 disable it when sending to "nndraft:queue".
12604 (gnus-group-send-queue): Add safety check to avoid sending queue
12605 when unplugged.
f4dd4ae8 12606
01c52d31
MB
12607 * gnus-group.el (gnus-group-catchup): Use new
12608 gnus-sequence-of-unread-articles, not
12609 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12610 numbers of articles. Use gnus-range-map to avoid having to
12611 uncompress the unread list.
149cd465
JB
12612 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12613 Fixed invalid ange-ftp reference.
9b5773bc 12614
01c52d31
MB
12615 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12616 (gnus-sorted-range-intersection): Intersection of two ranges
12617 without requiring that they first be uncompressed.
9b5773bc 12618
01c52d31
MB
12619 * gnus-start.el (gnus-activate-group): Unless blocked by the
12620 caller, possibly expand the active range to include both cached
12621 and agentized articles.
12622 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12623 multiple version-dependent converters.
12624 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12625 gnus-agent-save-active.
12626 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 12627
01c52d31
MB
12628 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12629 gnus-agent-possibly-alter-active.
12630 (gnus-adjust-marked-articles): Faster handling of simple lists
12631
126322004-01-21 Jesper Harder <harder@ifa.au.dk>
12633
12634 * spam-stat.el (spam-stat-test-directory): New optional argument
12635 displays a list of files detected. Suggested by Andrew Cohen
12636 <cohen@andy.bu.edu>.
12637 (spam-stat-buffer-words-with-scores): Don't narrow and change
12638 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12639
296fa7b4 126402004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
12641
12642 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12643 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12644 (spam-spamassassin-arguments)
12645 (spam-spamassassin-spam-flag-header)
12646 (spam-spamassassin-positive-spam-flag-header)
12647 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12648 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12649 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12650 (spam-list-of-processors, spam-list-of-checks)
12651 (spam-list-of-statistical-checks, spam-registration-functions)
12652 (spam-check-spamassassin-headers, spam-check-spamassassin)
12653 (spam-spamassassin-score)
12654 (spam-spamassassin-register-with-sa-learn)
12655 (spam-spamassassin-register-spam-routine)
12656 (spam-spamassassin-register-ham-routine)
12657 (spam-assassin-register-spam-routine)
002876ab
JB
12658 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12659 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
12660
126612004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12662
12663 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12664 default scoring function.
12665 (spam-generic-score): Call spam-spamassassin-score if
12666 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12667 spam-bogofilter-score otherwise.
12668
12669 * gnus.el (spam-process, spam-autodetect-methods): Add
12670 spamassassin and spamassassin-headers.
12671
126722004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12673
12674 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12675 Suppress unnecessary messages.
12676
126772004-01-20 Jesper Harder <harder@ifa.au.dk>
12678
12679 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12680 make-hash-table.
46cdaf24 12681
01c52d31 126822004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12683
01c52d31 12684 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 12685
01c52d31 126862004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12687
01c52d31
MB
12688 * run-at-time.el: Remove useless (require 'itimer),
12689 eval-and-compile and (featurep 'xemacs).
a08b59c9 12690
01c52d31 126912004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12692
01c52d31
MB
12693 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12694 GROUP is a virtual group.
a08b59c9 12695
01c52d31 126962004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 12697
01c52d31 12698 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 12699
01c52d31 127002004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12701
01c52d31 12702 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 12703
01c52d31 12704 * pgg-def.el: do.
a08b59c9 12705
01c52d31 12706 * nnmail.el: do.
a08b59c9 12707
01c52d31 12708 * gnus-undo.el: do.
a08b59c9 12709
01c52d31 12710 * gnus-picon.el: do.
a08b59c9 12711
01c52d31 12712 * gnus-util.el: do.
a08b59c9 12713
01c52d31 127142004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 12715
01c52d31 12716 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 12717
01c52d31 127182004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12719
01c52d31
MB
12720 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12721 handle, as well as a list.
a08b59c9 12722
01c52d31
MB
12723 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12724 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12725 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 12726
01c52d31 127272004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 12728
01c52d31
MB
12729 * message.el (message-kill-to-signature): Allow prefix arg to
12730 specify number of lines to keep before signature.
a08b59c9 12731
01c52d31
MB
127322004-01-14 Kai Grossjohann <kai@emptydomain.de>
12733
12734 (message-kill-to-signature): Change docstring.
a08b59c9 12735
01c52d31 127362004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12737
01c52d31
MB
12738 * canlock.el: Always require sha1-el.
12739 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 12740
01c52d31 12741 * message.el: Autoload sha1 only when compiling.
a08b59c9 12742
01c52d31 127432004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12744
01c52d31 12745 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 12746
01c52d31 127472004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12748
01c52d31 12749 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 12750
01c52d31 127512004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 12752
01c52d31
MB
12753 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12754 Invoke gnus-score-mode. Reported by
880820fe 12755 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 12756
01c52d31
MB
12757 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12758 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 12759
01c52d31 127602004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 12761
01c52d31 12762 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 12763
01c52d31 127642004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 12765
01c52d31
MB
12766 * spam.el (spam-get-article-as-string): Update to use
12767 gnus-request-article-this-buffer, much simpler.
12768 (spam-get-article-as-buffer): Remove.
6e7fb80c 12769
01c52d31 127702004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 12771
296fa7b4 12772 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 12773
01c52d31 127742004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 12775
01c52d31
MB
12776 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12777 character for the encoding to avoid consing a string.
7cb0aa56 12778
01c52d31
MB
12779 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12780 unnecessarily.
7cb0aa56 12781
01c52d31 12782 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 12783
01c52d31
MB
12784 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12785 of mm-replace-chars-in-string.
e79f14a4 12786
01c52d31 127872004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12788
c9e31f32 12789 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 12790
01c52d31 12791 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 12792
01c52d31
MB
12793 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12794 a new string in every iteration. Use shy groups.
e79f14a4 12795
01c52d31 127962004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12797
c9e31f32
SM
12798 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12799 * gnus-soup.el (gnus-soup-group-brew):
12800 * gnus-msg.el (gnus-put-message):
12801 * gnus-move.el (gnus-group-move-group-to-server):
12802 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
12803 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12804 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12805 (gnus-group-update-group, gnus-group-read-group)
12806 (gnus-group-make-group, gnus-group-make-help-group)
12807 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12808 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12809 (gnus-group-sort-by-unread, gnus-group-catchup)
12810 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12811 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
12812 (gnus-group-list-groups):
12813 * gnus.el (gnus-generate-new-group-name):
12814 * gnus-delay.el (gnus-delay-send-queue):
12815 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 12816 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 12817 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 12818 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
12819 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12820 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12821 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
12822 (gnus-group-make-articles-read):
12823 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12824 (gnus-group-change-level, gnus-kill-newsgroup)
12825 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12826 (gnus-get-unread-articles, gnus-make-articles-unread)
12827 (gnus-make-ascending-articles-unread): Use accessor
12828 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12829 to get group information for improved readability.
12830
1270d7ca 12831
01c52d31 128322004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12833
01c52d31
MB
12834 * gnus-art.el (article-decode-mime-words, article-babel)
12835 (gnus-article-highlight-signature, gnus-article-add-buttons)
12836 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 12837
01c52d31
MB
12838 * gnus-art.el (gnus-article-highlight-headers)
12839 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 12840
01c52d31
MB
12841 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12842 (gnus-article-set-globals, gnus-request-article-this-buffer)
12843 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12844 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12845 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 12846
01c52d31 128472004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12848
01c52d31
MB
12849 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12850 also under 80 char limit, and call gnus-error if needed.
12851 (spam-fetch-article-header): Fix - it was a
12852 buffer-local variable (gnus-newsgroup-data).
12853 (spam-find-spam): Use spam-generate-fake-headers, forget about
12854 spam-insert-fake-headers.
12855 (spam-insert-fake-headers): Remove.
1270d7ca 12856
01c52d31 128572004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12858
01c52d31
MB
12859 * deuglify.el (gnus-article-outlook-unwrap-lines)
12860 (gnus-outlook-rearrange-article)
12861 (gnus-outlook-repair-attribution-outlook)
12862 (gnus-outlook-repair-attribution-block)
12863 (gnus-outlook-repair-attribution-other): Remove redundant
12864 save-excursion.
1270d7ca 12865
01c52d31 128662004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12867
01c52d31
MB
12868 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12869 (spam-fetch-field-subject-fast)
12870 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12871 (spam-fetch-article-header): Add functions to deal with Gnus
12872 internals for fast retrieval of article header data.
12873 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 12874
01c52d31 128752004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12876
01c52d31
MB
12877 * pop3.el (pop3-md5): Remove.
12878 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 12879
01c52d31 12880 * mm-bodies.el: base64 is always built-in.
1270d7ca 12881
01c52d31
MB
12882 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12883 with-current-buffer.
1270d7ca 12884
23f87bed 128852004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12886
23f87bed
MB
12887 * canlock.el (canlock-insert-header): Remove excessive grouping in
12888 regexp.
1270d7ca 12889
01c52d31
MB
12890 * gnus-sum.el (gnus-summary-read-document): Ditto.
12891
12892 * gnus-uu.el (gnus-uu-part-number): Ditto.
12893
12894 * html2text.el (html2text-remove-tags): Ditto.
12895 (html2text-format-tags): Ditto.
12896 (html2text-format-single-elements): Ditto.
12897
12898 * mml.el (mml-parse-1): Ditto.
12899
129002004-01-08 Jesper Harder <harder@ifa.au.dk>
12901
12902 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12903
12904 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12905
12906 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12907
12908 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12909
129102003-11-15 Simon Josefsson <jas@extundo.com>
12911
12912 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12913 (pgg-gpg-lookup-key): Use regexp match instead of
12914 split-string (split-string is different between emacs 21.2 and
12915 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12916
129172004-01-08 Jesper Harder <harder@ifa.au.dk>
12918
12919 * gnus-art.el (gnus-mime-view-all-parts)
12920 (gnus-article-part-wrapper, gnus-article-view-part): Use
12921 with-current-buffer.
12922
129232004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12924
12925 * spam.el (spam-disable-spam-split-during-ham-respool)
12926 (spam-spamoracle-database, spam-cache-lookups)
12927 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12928 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12929 (spam-group-ham-marks, spam-group-spam-marks)
12930 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12931 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12932 also add spam-use-blackholes to the statistical checks.
12933 (spam-fetch-field-fast): Add interface to fetching fields, may
12934 become a macro.
12935 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12936 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12937 (spam-insert-fake-headers): Fake an article when needed.
12938 (spam-find-spam): Fake article when possible.
12939 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12940 (spam-check-bogofilter-headers): Use message-fetch-field instead
12941 of nnmail-fetch-field.
12942
129432004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12944
12945 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12946
129472004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12948
12949 * spam.el (spam-split): Do not require spam-use-CHECK to be
12950 enabled if that check is passed to spam-split explicitly; also
12951 fix so 'spam doesn't get converted to spam-split-group when
12952 spam-split-symbolic-return is t.
12953 (spam-find-spam): Find registrations of the article and use those
12954 instead of re-running spam-split to find the spam/ham
12955 classification of the article.
12956 (spam-log-processing-to-registry, spam-log-registered-p)
12957 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12958 Use gnus-error instead of gnus-message.
12959 (spam-log-registration-type): Add function to determine the
12960 classification of a message based on registry entries; will
12961 return nil if both 'spam and 'ham are found.
12962 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12963 a reasonably fast local cache without the loading errors.
12964 (spam-cache-lookups): Set to t by default.
12965 (spam-find-spam): Don't try to guess spam-cache-lookups.
12966 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12967 spam-caches entry.
12968 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12969 caching of whitelist/blacklist entries.
12970 (spam-check-whitelist, spam-check-blacklist): Invoke
12971 spam-from-listed-p with a type, not a cache variable.
12972 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12973
129742004-01-07 Jesper Harder <harder@ifa.au.dk>
12975
12976 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12977
12978 * nnmail.el (nnmail-split-fancy): do.
12979
12980 * mml.el (mml-parse): do.
12981
12982 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12983 (gnus-score-adaptive): do.
12984
23f87bed 129852004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12986
01c52d31
MB
12987 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12988 (gnus-mime-button-map): Don't set keymap parent.
12989 (gnus-button-ctan-directory-regexp): Use shy grouping.
12990 (gnus-prev-page-map): Don't set keymap parent.
12991 (gnus-prev-page-map): Remove duplicated one.
12992 (gnus-next-page-map): Don't set keymap parent.
12993 (gnus-mime-security-button-map): Ditto.
12994
12995 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12996 version number.
12997
23f87bed 12998 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 12999
23f87bed 130002004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13001
23f87bed
MB
13002 * canlock.el (canlock-sha1-function): Remove.
13003 (canlock-sha1-function-for-verify): Remove.
13004 (canlock-openssl-program): Remove.
13005 (canlock-openssl-args): Remove.
13006 (canlock-ignore-errors): Remove.
13007 (canlock-sha1-with-openssl): Remove.
13008 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13009 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 13010
23f87bed
MB
13011 * sha1-el.el (sha1-string-external): Make it can return a string
13012 in binary form.
13013 (sha1-region-external): Ditto.
13014 (sha1-string-internal): Ditto.
13015 (sha1-region-internal): Ditto.
13016 (sha1-region): Ditto.
13017 (sha1-string): Ditto.
13018 (sha1): Ditto.
1270d7ca 13019
01c52d31 130202004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13021
01c52d31 13022 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 13023
01c52d31 130242004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13025
01c52d31 13026 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 13027
01c52d31
MB
13028 * run-at-time.el (run-at-time-saved): Remove.
13029 (run-at-time): Doc fix.
1270d7ca 13030
01c52d31 130312004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13032
01c52d31
MB
13033 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13034 (gnus-summary-limit-map): Add it.
13035 (gnus-summary-make-menu-bar): do.
1270d7ca 13036
01c52d31 130372004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 13038
01c52d31
MB
13039 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13040 Make attempt at some caching support (done for BBDB only now).
13041 (spam-find-spam): Set spam-cache-lookups if there are more than 2
13042 addresses to be checked.
13043 (spam-clear-cache-BBDB): Add function, to be invoked by
13044 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13045 (spam-check-BBDB): Check and use the caches, if
13046 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 13047
01c52d31 130482004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 13049
01c52d31 13050 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 13051
01c52d31 130522004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 13053
01c52d31
MB
13054 * run-at-time.el (run-at-time-saved): Move to after the definition
13055 of `run-at-time'.
1270d7ca 13056
01c52d31 130572004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13058
01c52d31
MB
13059 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13060 mm-w3m-local-map-property.
1270d7ca 13061
01c52d31
MB
13062 * mm-view.el (mm-w3m-mode-map): Remove.
13063 (mm-w3m-local-map-property): Remove.
13064 (mm-inline-text-html-render-with-w3m): Don't use
13065 mm-w3m-local-map-property.
1270d7ca 13066
01c52d31 130672004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13068
01c52d31 13069 * run-at-time.el: New file.
1270d7ca 13070
01c52d31
MB
13071 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13072 of gnus-set-text-properties.
1270d7ca 13073
01c52d31 13074 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 13075
01c52d31 13076 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 13077
01c52d31 13078 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 13079
01c52d31
MB
13080 * gnus-art.el (gnus-button-push): Use set-text-properties instead
13081 of gnus-.
1b155fbd 13082
01c52d31
MB
13083 * gnus.el: Changed calls to nnheader-run-at-time and
13084 password-run-at-time throughout to use run-at-time directly.
1b155fbd 13085
01c52d31 13086 * password.el: Removed definition of run-at-time.
1b155fbd 13087
880820fe 130882004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 13089
01c52d31
MB
13090 * mml.el (mml-minibuffer-read-disposition): Show attachment type
13091 in prompt.
1b155fbd 13092
01c52d31 130932004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 13094
01c52d31
MB
13095 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13096 XEmacs version.
1270d7ca 13097
01c52d31
MB
13098 * dns.el (dns-make-network-process): Use `open-network-stream'
13099 instead of `gnus-xmas-open-network-stream'.
1270d7ca 13100
01c52d31 13101 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 13102
01c52d31 131032004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13104
01c52d31
MB
13105 * gnus-art.el (gnus-mime-display-alternative)
13106 (gnus-insert-mime-button, gnus-insert-mime-security-button)
13107 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13108 Don't use gnus-local-map-property.
1270d7ca 13109
01c52d31 13110 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 13111
01c52d31
MB
13112 * mm-view.el (mm-view-pkcs7-decrypt): Replace
13113 gnus-completing-read-maybe-default with completing-read.
1270d7ca 13114
01c52d31
MB
13115 * gnus-util.el (gnus-completing-read): do.
13116 (gnus-completing-read-maybe-default): Remove.
1270d7ca 13117
01c52d31 131182004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 13119
01c52d31
MB
13120 * password.el: Only autoload `run-at-time' if not XEmacs.
13121 Only autoload the itimer functions if XEmacs.
1270d7ca 13122
01c52d31 131232004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13124
01c52d31
MB
13125 * gnus-art.el (gnus-read-string): Remove.
13126 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13127 read-string.
1270d7ca 13128
01c52d31 131292004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 13130
01c52d31
MB
13131 * netrc.el: Autoload password-read.
13132 (netrc): Add configuration group.
13133 (netrc-encoding-method, netrc-openssl-path): Add
13134 variables for encoding and decoding of files with symmetric
13135 ciphers.
13136 (netrc-encode): Add assistant function to encode a file with
13137 netrc-encoding-method.
13138 (netrc-parse): Add interactive parameter, added optional
13139 decoding if netrc-encoding-method is non-nil but otherwise
13140 behavior is standard.
13141 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13142 Do s/encode/encrypt/ everywhere.
1270d7ca 13143
01c52d31 13144 * spam.el: Remove executable-find autoload.
1270d7ca 13145
01c52d31 131462004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13147
01c52d31 13148 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 13149
01c52d31 13150 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 13151
01c52d31 131522004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 13153
01c52d31 13154 * gnus-art.el (gnus-treat-ansi-sequences,
149cd465 13155 (article-treat-ansi-sequences): New variable and function.
01c52d31 13156 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 13157
01c52d31
MB
13158 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13159 Use it.
1270d7ca 13160
01c52d31 131612004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13162
01c52d31 13163 * mm-util.el (mm-quote-arg): Remove.
23f87bed 13164
01c52d31
MB
13165 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13166 shell-quote-argument.
1270d7ca 13167
01c52d31 13168 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 13169
01c52d31 13170 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 13171
01c52d31
MB
13172 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13173 with make-char.
1270d7ca 13174
01c52d31 13175 * mm-util.el (mm-make-char): Remove.
1270d7ca 13176
01c52d31
MB
13177 * mml.el (mml-mode): Replace gnus-add-minor-mode with
13178 add-minor-mode.
1270d7ca 13179
01c52d31 13180 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 13181
01c52d31 13182 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 13183
01c52d31 13184 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 13185
01c52d31 13186 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 13187
01c52d31 13188 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 13189
01c52d31 13190 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 13191
01c52d31 13192 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 13193
01c52d31 13194 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 13195
01c52d31 13196 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 13197
01c52d31 13198 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 13199
01c52d31
MB
13200 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13201 Replace gnus-char-width with char-width.
1270d7ca 13202
01c52d31 13203 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 13204
01c52d31
MB
13205 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13206 Replace gnus-char-width with char-width.
1270d7ca 13207
01c52d31 13208 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 13209
01c52d31
MB
13210 * spam-stat.el (with-syntax-table): Remove with-syntax-table
13211 definition.
13212 Remove Emacs 20 hash table compatibility code.
1270d7ca 13213
01c52d31
MB
13214 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13215 20 compatibility code.
1270d7ca 13216
01c52d31 13217 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 13218
01c52d31 13219 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 13220
01c52d31
MB
13221 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13222 with point-at-{eol,bol}.
1270d7ca 13223
01c52d31 13224 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 13225
01c52d31 13226 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 13227
149cd465
JB
13228 * flow-fill.el (fill-flowed-point-at-bol)
13229 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 13230
01c52d31
MB
13231 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13232 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 13233
01c52d31 132342004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13235
01c52d31
MB
13236 * ntlm.el (ntlm-string-as-unibyte): New macro.
13237 (ntlm-build-auth-response): Use it.
1270d7ca 13238
01c52d31
MB
13239 Remove Emacs 20 stuff:
13240 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13241 of delq and copy-sequence.
13242 * gnus-art.el (popup-menu): Remove the compiler macro.
13243 * nnmail.el (nnmail-split-fancy): Don't support customizing with
13244 Emacs 20.
1270d7ca 13245
01c52d31 132462004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 13247
01c52d31
MB
13248 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13249 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13250 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13251 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13252 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13253 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13254 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13255 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13256 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13257 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13258 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13259 string-xor into ntlm-string-xor. Suggested by
13260 Jesper Harder <harder@myrealbox.com>.
1270d7ca 13261
01c52d31 13262 * ntlm.el: Don't include poem.
1270d7ca 13263
01c52d31
MB
13264 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13265 Jesper Harder <harder@myrealbox.com>.
1270d7ca 13266
01c52d31 13267 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 13268
01c52d31
MB
13269 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13270 probably breaks emacs with DL patch, but do we care? Is anyone
13271 still using the DL stuff?)
1270d7ca 13272
01c52d31
MB
13273 * sieve-manage.el: Use the password package.
13274 (sieve-manage-read-passwd): Remove.
13275 (sieve-manage-interactive-login): Use password. Re-add
13276 condition-case around loop.
13277
13278 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13279 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13280 the password package.
13281
132822003-02-19 Simon Josefsson <jas@extundo.com>
13283
13284 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13285 token.
13286
132872002-08-07 Simon Josefsson <jas@extundo.com>
13288
13289 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13290 (sieve-manage-authenticators):
13291 (sieve-manage-authenticator-alist): Add some SASL mechs.
13292 (sieve-sasl-auth): New function.
13293 (sieve-manage-cram-md5-auth):
13294 (sieve-manage-plain-auth): Rewrite using SASL library.
13295 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13296 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13297 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13298 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13299
133002004-01-05 Simon Josefsson <jas@extundo.com>
13301
13302 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13303 New files.
13304
133052004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13306
13307 * gnus-group.el (gnus-no-groups-message): Update.
13308
13309 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13310
133112003-11-09 Simon Josefsson <jas@extundo.com>
13312
13313 * imap.el: Support for ID IMAP extension (RFC 2971).
13314 (imap-local-variables): Add imap-id.
13315 (imap-id): New variable.
13316 (imap-id): New function.
13317 (imap-parse-response): Parse untagged ID response.
13318 * nnimap.el (nnimap-id): New variable.
13319 (nnimap-open-connection): Use it.
13320
133212003-12-28 Simon Josefsson <jas@extundo.com>
13322
13323 * gnus-score.el (gnus-score-edit-all-score): New.
13324 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13325
133262004-01-04 Simon Josefsson <jas@extundo.com>
13327
13328 * password.el: Add.
13329
133302004-01-04 Mario Lang <lang@zid.tugraz.at>
13331
e3e955fe
MB
13332 * dns.el (dns-query-types): Fix typo.
13333 (dns-query-types): New function
13334 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
13335 PTR and SOA replies, see RFC 1035.
01c52d31
MB
13336
133372004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13338
13339 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13340
13341 * Moved to Changelog.2.
13342
133432004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13344
13345 * gnus.el (gnus-version-number): Bump version.
13346
133472004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13348
13349 * gnus.el: No Gnus v0.1 is released.
1270d7ca 13350
01c52d31 133512004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 13352
01c52d31 13353 * gnus.el: No Gnus v0.0 is released.
1270d7ca 13354
01c52d31 133552004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13356
01c52d31
MB
13357 * gnus.el (gnus-version-number): Bump.
13358 (gnus-version): No.
1270d7ca 13359
ef3b7aae 13360See ChangeLog.2 for earlier changes.
2a34a036 13361
ae940284 13362 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5b87ad55
GM
13363
13364 This file is part of GNU Emacs.
13365
5e809f55 13366 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 13367 it under the terms of the GNU General Public License as published by
5e809f55
GM
13368 the Free Software Foundation, either version 3 of the License, or
13369 (at your option) any later version.
5b87ad55
GM
13370
13371 GNU Emacs is distributed in the hope that it will be useful,
13372 but WITHOUT ANY WARRANTY; without even the implied warranty of
13373 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13374 GNU General Public License for more details.
13375
13376 You should have received a copy of the GNU General Public License
5e809f55 13377 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 13378
ef3b7aae 13379;; Local Variables:
880820fe 13380;; coding: utf-8
d7ba2a01 13381;; fill-column: 79
33462dfa 13382;; add-log-time-zone-rule: t
ef3b7aae
MB
13383;; End:
13384
ab5796a9 13385;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4