]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Update ChangeLogs.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2009-01-03 Michael Olson <mwolson@gnu.org>
2
3 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4 `headers' is nil. This can occur if the IMAP server does not have
5 permissions to read messages from a folder, but can write new messages
6 to the folder.
7 (nnimap-request-article-part): Do not insert `data' if it is nil.
8
9 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10
11 * mm-util.el (mm-substring-no-properties): New function.
12 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13 (mm-special-display-p): Enable those lambda forms to be byte compiled.
14 (mm-string-to-multibyte): Doc fix.
15
16 * mml.el (mml-attach-file): Use mm-substring-no-properties.
17
18 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19
20 * mml.el (mml-attach-file): Strip text properties from file name.
21
22 2008-12-16 Glenn Morris <rgm@gnu.org>
23
24 * mm-util.el (mm-charset-override-alist): Declare for compiler.
25
26 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
27
28 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
29 knows since the charset specified might be a bogus alias that
30 mm-charset-synonym-alist provides.
31
32 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
33
34 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
35 "ISO_8859-1".
36
37 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
38
39 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
40
41 * mm-util.el (mm-charset-eval-alist):
42 Define it before mm-charset-to-coding-system.
43 (mm-charset-to-coding-system): Add optional argument `silent';
44 define it before mm-charset-override-alist.
45 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
46 default value if it can be used in Emacs currently running;
47 silence mm-charset-to-coding-system.
48
49 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
50
51 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
52 `allow-override' which says whether to use `mm-charset-override-alist'.
53 (rfc2047-decode-encoded-words): Use it.
54
55 * mm-util.el (mm-charset-override-alist): Fix custom type;
56 add `(gb2312 . gbk)' to choices.
57
58 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
59
60 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
61 fast.
62
63 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
64
65 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
66
67 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
68 on links.
69
70 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
71
72 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
73
74 * message.el (message-idna-to-ascii-rhs-1): Protect against local
75 users' addresses that don't have domain parts.
76 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
77 rather than message-narrow-to-head since there will be the message
78 header separator.
79
80 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
83 since the result is inserted in a unibyte buffer anyway.
84 (nnimap-demule-use-string-to-multibyte): Remove.
85 (nnimap-demule): Alias it to mm-string-to-multibyte.
86
87 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
88
89 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
90 variable for debugging bug#464 and bug#1174.
91 (nnimap-demule): Use it.
92
93 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
94
95 * gnus-score.el (gnus-score-find-trace): Handle default score in total
96 score calculation correctly.
97
98 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * message.el (message-send-mail): Just set the buffer to unibyte
101 rather than use mm-with-unibyte-current-buffer which does a lot more.
102 (message-send-mail-partially): Don't bother with
103 mm-with-unibyte-current-buffer since it's already been made unibyte by
104 message-send-mail.
105
106 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
107
108 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
109
110 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
111
112 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
113
114 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
115
116 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
117 require itself and to remove `with-no-warnings'.
118
119 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
120
121 * starttls.el (starttls-any-program-available): Get the name of the
122 available TLS layer program.
123 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
124 well as the host name in the "opening" message.
125
126 * auth-source.el (auth-source-cache, auth-source-do-cache)
127 (auth-source-user-or-password): Cache passwords and logins by default,
128 allow override with `auth-source-do-cache'.
129 (auth-source-forget-user-or-password): Allow users to remove cache
130 entries if needed.
131
132 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
133
134 * ietf-drums.el (ietf-drums-remove-comments): Localize second
135 condition-case to only the forward-sexp call.
136
137 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
138
139 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
140 quotes contained. Make it more robust regardless by an extra
141 condition-case wrapper.
142
143 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * nnml.el (nnml-request-expire-articles): Check if the function set to
146 `nnmail-expiry-target' returns the symbol `delete'.
147
148 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
149
150 * nnmail.el (nnmail-expiry-target): Fix custom type.
151
152 2008-10-02 Glenn Morris <rgm@gnu.org>
153
154 * mm-util.el (mm-codepage-setup): Tweak codepage error.
155 Silence compiler warning.
156
157 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
158
159 * mml.el (mml-menu): Don't assume mml2015 is bound.
160
161 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
162
163 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
164 exists.
165
166 2008-09-27 Glenn Morris <rgm@gnu.org>
167
168 * gnus-util.el (mail-header-remove-comments): Autoload it.
169
170 2008-09-27 Andreas Schwab <schwab@suse.de>
171
172 * gnus-util.el (gnus-split-references): Strip comments.
173 (gnus-parent-id): Likewise.
174
175 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
176
177 * message.el (message-confirm-send): Fix version.
178
179 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
180
181 * message.el (message-idna-to-ascii-rhs-1): Use
182 mail-extract-address-components rather than mail-header-parse-addresses
183 that is an alias by default to ietf-drums-parse-addresses that does not
184 support non-ASCII names in headers' contents.
185
186 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
187
188 * message.el (message-confirm-send): Fixed variable documentation to
189 avoid the "y/n" wording.
190
191 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
192
193 * message.el (message-set-auto-save-file-name): Save to a different
194 filename so multiple messages (especially drafts) can be recovered.
195
196 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
197
198 * message.el (message-confirm-send): Add appropriate version.
199
200 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
201
202 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
203 defvar.
204
205 2008-09-22 Daiki Ueno <ueno@unixuser.org>
206
207 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
208 (mm-pkcs7-enveloped-magic): Ditto.
209
210 2008-09-17 Simon Josefsson <simon@josefsson.org>
211
212 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
213 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
214
215 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
216
217 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
218 default, it's better.
219
220 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
221
222 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
223 summary line gnus-number property and ignore them (with a warning
224 message).
225
226 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
227
228 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
229 macro caddr in the interactive form since it won't be expanded.
230
231 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
232
233 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
234 `charset'; fix name of function called recursively.
235 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
236
237 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
238
239 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
240 (gnus-mime-set-charset-parameters): New function.
241 (gnus-mime-view-part-as-charset): Use it to correctly display part
242 specifying wrong charset.
243
244 2008-09-08 David Engster <dengste@eml.cc>
245
246 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
247 in completing-read for back end server.
248
249 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
250
251 * message.el (message-confirm-send): New variable to confirm sending a
252 message.
253 (message-send): Use it.
254
255 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
256
257 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
258
259 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
260
261 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
262
263 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
264
265 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
266 prevent tracking too many groups.
267 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
268 Use it.
269
270 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
271
272 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
273 moving point to the bottom of the window in order to avoid recentering.
274
275 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
276
277 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
278 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
279 (gnus-article-beginning-of-window): Fix calculation.
280
281 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
282
283 * gnus-msg.el (gnus-summary-supersede-article)
284 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
285 value of gnus-newsgroup-charset to decode non-MIME encoded text in
286 message header.
287
288 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
289
290 * message.el:
291 * gnus-start.el:
292 * gnus-registry.el: Remove VMS support.
293
294 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
295
296 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
297 macro.
298 (rfc2104-hash): Use it.
299
300 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
301
302 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
303 (gnus-summary-sort-by-most-recent-date): New commands.
304 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
305 and menu entries.
306
307 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
308
309 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
310 don't redisplay article for raw contents; remove plural articles stuff.
311
312 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
313 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
314 on gnus-summary-save-article; display results properly.
315
316 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
317
318 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
319
320 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
321
322 * gnus-art.el (gnus-summary-save-in-pipe): Consider
323 gnus-save-all-headers.
324
325 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
326
327 * gnus-util.el (ns-focus-frame): Remove declaration.
328 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
329 like x.
330
331 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
332
333 * rfc2104.el (rfc2104-zero): Delete defconst.
334 (rfc2104-hex-alist): Likewise.
335 (rfc2104-hex-to-int): Delete func.
336 (rfc2104-hexstring-to-bitstring): Likewise.
337 (rfc2104-nybbles): New defconst.
338 (rfc2104-hash): Rewrite for speed.
339
340 2008-07-16 Glenn Morris <rgm@gnu.org>
341
342 * gnus-util.el (ns-focus-frame): Declare for compiler.
343
344 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
345
346 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
347 set as a group parameter.
348 (gnus-summary-save-in-pipe): Work when it is called independently.
349 (gnus-summary-pipe-to-muttprint): Don't modify
350 gnus-summary-pipe-output-default-command.
351
352 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * message.el (message-send-mail-with-sendmail):
355 Display the error message.
356
357 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
358
359 * gnus-art.el (gnus-default-article-saver):
360 Add gnus-summary-save-in-pipe to choices.
361 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
362 gnus-summary-pipe-output-default-command as the default command.
363 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
364 instead of gnus-last-shell-command.
365
366 * gnus-sum.el (gnus-summary-pipe-output-default-command):
367 New user option.
368 (gnus-summary-muttprint-program): Mention the value will be changed.
369 (gnus-summary-save-article): Force showing of all headers.
370 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
371
372 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
373
374 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
375
376 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
377
378 * nnimap.el (nnimap-id):
379 * sieve-manage.el (sieve-manage-open): Doc fixes.
380
381 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
382
383 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
384 if available.
385
386 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
389
390 * nnkiboze.el (nnkiboze-generate-group):
391 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
392
393 * nnmairix.el: Require CL.
394
395 2008-06-15 David Engster <dengste@eml.cc>
396
397 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
398
399 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
400
401 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
402 New macros that expand to an `aset'/`aref' call under Emacs, and to a
403 runtime choice under XEmacs.
404
405 * gnus-sum.el (gnus-summary-set-display-table):
406 Use `gnus-put-display-table', `gnus-get-display-table',
407 `gnus-set-display-table' for the display table, instead of `aset'.
408
409 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
410
411 * nnmairix.el: Add autoloads.
412
413 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
414
415 * nnmairix.el (nnmairix-delete-recreate-group)
416 (nnmairix-update-and-clear-marks): Fix error messages.
417
418 2008-06-14 David Engster <dengste@eml.cc>
419
420 * nnmairix.el: Upgrade to version 0.6.
421 (nnmairix-group-toggle-propmarks-this-group)
422 (nnmairix-group-toggle-readmarks-this-group)
423 (nnmairix-group-delete-recreate-this-group)
424 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
425 (nnmairix-remove-tick-mark-original-article): New commands.
426 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
427 (nnmairix-propagate-marks-to-nnmairix-groups)
428 (nnmairix-only-use-registry, nnmairix-allowfast-default)
429 (nnmairix-marks-cache, nnmairix-version-output): New variables.
430 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
431 functions needed for marks propagation and manipulation of read marks.
432 (nnmairix-update-groups): New function.
433 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
434 (nnmairix-determine-original-group-from-registry)
435 (nnmairix-determine-original-group-from-path)
436 (nnmairix-get-group-from-file-path, nnmairix-map-range)
437 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
438 New helper functions.
439 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
440 keystrokes for new commands.
441 (nnmairix-delete-and-create-on-change): Doc string cleanup.
442 (nnmairix-request-group): Check allow-fast group parameter.
443 (nnmairix-request-create-group): Set allow-fast group parameter if
444 nnmairix-allowfast-default is set.
445 (nnmairix-close-group): Propagate marks upon closing if needed.
446 (nnmairix-group-toggle-threads-this-group): Use new.
447 nnmairix-group-toggle-parameter helper function.
448 (nnmairix-search): Better check for empty search result.
449 (nnmairix-goto-original-article): Use new helper functions for
450 determining original article.
451 (nnmairix-show-original-article): Make sure message-id is in brackets.
452 (nnmairix-call-mairix-binary): Change variable name.
453 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
454 helper function.
455 (nnmairix-widget-toggle-activate): Fix doc string.
456
457 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
458
459 * nnir.el: Require edmacro when compiling with XEmacs.
460 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
461 available in Emacs 21.
462
463 2008-06-11 Glenn Morris <rgm@gnu.org>
464
465 * gnus-util.el (x-focus-frame):
466 * gnus.el (image-size):
467 * mm-decode.el (image-size): Declare.
468
469 * gnus-picon.el (declare-function): Add compat definition.
470 (image-size): Declare.
471
472 * gnus-group.el (tool-bar-map):
473 * gnus-sum.el (tool-bar-map): Define for compiler.
474
475 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
476
477 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
478
479 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
480 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
481 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
482 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
483 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
484 * sieve-manage.el, spam-report.el, spam.el:
485 Remove unnecessary eval-and-compile of autoloads.
486
487 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
488
489 * auth-source.el: Precise Tramp doc.
490
491 2008-06-07 Glenn Morris <rgm@gnu.org>
492
493 * nnmairix.el: Remove unnecessary eval-when-compile.
494
495 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
496
497 * nnir.el: New file.
498
499 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * gnus-util.el (gnus-read-shell-command): New function.
502 * mm-decode.el (mm-pipe-part):
503 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
504
505 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
506
507 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
508
509 2008-06-03 Glenn Morris <rgm@gnu.org>
510
511 * pop3.el (nnheader-accept-process-output): Autoload it.
512
513 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
514
515 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
516 are not 2-digit hexadecimal characters that follow `%'s.
517
518 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
519
520 * message.el (message-bogus-recipient-p): Fix type in doc string.
521 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
522 (message-bogus-addresses): Rename from message-bogus-address-regexp.
523 Improve custom options.
524 (message-bogus-recipient-p): Adjust accordingly.
525
526 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
527
528 * nnmairix.el: Require edmacro when compiling with XEmacs.
529
530 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
531
532 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
533 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
534
535 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
536
537 * auth-source.el: Add more docs.
538
539 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
540
541 * nnheader.el (nnheader-read-timeout): Change the default timeout from
542 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
543 retrieval faster in some cases, but might make CPU usage larger. If
544 this has any bad side effects, we might revert this change.
545
546 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
547 seems to make mail retrieval much, much faster.
548 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
549 unconditionally.
550
551 * gnus-draft.el (gnus-group-send-queue): Bind
552 message-send-mail-partially-limit to nil to avoid being prompted.
553
554 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
555
556 * mml.el (mml-attach-buffer): Prompt for `disposition'.
557
558 * message.el (message-bogus-address-regexp): Fix and improve custom
559 type.
560 (message-setup-hook): Add message-check-recipients as custom option.
561
562 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
563
564 * message.el (message-cite-function): Remove bogus autoload which crept
565 in during merge from v5-10.
566
567 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
568
569 * nnimap.el (nnimap-open-connection): Fix login/password bug.
570
571 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
572
573 * auth-source.el: Preliminary Tramp docs.
574 (auth-sources): Change the default auth-sources to use
575 EPA .gpg files.
576
577 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
578
579 * nntp.el: Autoload `auth-source-user-or-password'.
580 (nntp-send-authinfo): Use it.
581
582 * nnimap.el: Autoload `auth-source-user-or-password'.
583 (nnimap-open-connection): Use it.
584
585 * auth-source.el: Added docs on using with url-auth. Import gnus-util
586 for the gnus-message function.
587 (auth-source-user-or-password): Use it.
588
589 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
592 rfc2104-hexstring-to-byte-list. Return a unibyte string.
593 (rfc2104-hash): Use it.
594
595 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
596
597 * gnus-art.el (gnus-article-toggle-truncate-lines):
598 Don't use `iff' in docstring.
599
600 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
601
602 * gnus-registry.el: Adjusted copyright dates and added a keyword.
603
604 * gnus-util.el (gnus-extract-address-component-name)
605 (gnus-extract-address-component-email): Convenience functions around
606 `gnus-extract-address-components'.
607
608 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
609 Use `gnus-extract-address-component-email' to fix bug of comparing full
610 sender name to `user-mail-address'.
611
612 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
613
614 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
615 catch/throw to optimize.
616 (gnus-registry-find-keywords): Just use member to find a keyword.
617
618 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
621 is current before calling gnus-server-prepare.
622 (gnus-server-setup-buffer, gnus-server-update-server)
623 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
624
625 2008-05-04 Juri Linkov <juri@jurta.org>
626
627 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
628 (mailcap-file-default-commands): Use mailcap-replace-in-string
629 instead of replace-regexp-in-string, and mailcap-delete-duplicates
630 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
631
632 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
633
634 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
635
636 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
637
638 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
639 hooks.
640 (gnus-update-read-articles): Speed up non-marks-using users.
641 (gnus-use-marks): Define gnus-use-marks.
642 (gnus-propagate-marks): Rename variable to something more sensible.
643
644 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
645
646 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
647 (gmm-image-load-path-for-library): Fix typos in docstrings.
648 (gmm-message): Reflow docstring.
649
650 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
651
652 * mail-source.el (mail-source-set-1, mail-source-bind):
653 Move auth-source code out of the macro to clean it up and fix bugs.
654
655 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
656
657 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
658 by sender if it's equal to user-mail-address, it's likely to be
659 useless.
660
661 * mail-source.el (mail-source-bind): Don't use user or password if they
662 are not bound. Unintern them if they are nil. Don't use server unless
663 it's bound, and default it to empty string otherwise.
664
665 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
666
667 * mail-source.el: Load auth-source.el.
668 (mail-source-bind): Add comments. Call auth-source-user-or-password to
669 get user name or password, if auth-sources is set up.
670
671 * gnus-registry.el (gnus-registry-split-strategy): New variable for
672 strategy of splitting with parent.
673 (gnus-registry-split-fancy-with-parent)
674 (gnus-registry-post-process-groups): Use it and fix prior
675 bug (returning a list as the split result).
676
677 * auth-source.el (auth-sources): Remove server parameter.
678 (auth-source-pick, auth-source-user-or-password)
679 (auth-source-user-or-password-imap)
680 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
681 (auth-source-user-or-password-sftp)
682 (auth-source-user-or-password-smtp): Remove server parameter.
683
684 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
685
686 * smime.el (smime-sign-region, smime-encrypt-region)
687 (smime-decrypt-region):
688 Remove redundant calls to `generate-new-buffer-name'.
689
690 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
691
692 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
693 Don't use QP for message/rfc822.
694 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
695
696 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * sieve-manage.el (sieve-string-bytes): Remove.
699 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
700 correct byte-length only if the process's coding-system is the same as
701 the one used internally by Emacs to represent strings.
702
703 2008-04-22 Juri Linkov <juri@jurta.org>
704
705 * mailcap.el (mailcap-file-default-commands): New function.
706
707 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
708
709 * message.el (message-signature-separator, message-cite-function):
710 Change custom version.
711
712 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
713
714 * mm-decode.el (mm-display-external): Make temp file read-only.
715
716 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
717
718 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
719 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
720 `C-c C-f d'.
721
722 2008-04-12 Adrian Aichner <adrian@xemacs.org>
723
724 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
725
726 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
727
728 * auth-source.el: Added docs.
729 (auth-sources): Modify format to support server.
730 (auth-source-pick, auth-source-user-or-password)
731 (auth-source-user-or-password-imap)
732 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
733 (auth-source-user-or-password-sftp)
734 (auth-source-user-or-password-smtp): Add server parameter.
735
736 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
737
738 * gnus-registry.el: Initialize the registry when gnus-registry-install
739 is t.
740
741 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
742
743 * compface.el (uncompface): Make buffer unibyte.
744
745 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * mail-source.el (mail-source-value):
748 Prefer fboundp to functionp so it works with macros as well.
749
750 2008-04-05 Glenn Morris <rgm@gnu.org>
751
752 * gnus-ems.el (mm-disable-multibyte): Autoload it.
753
754 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
757 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
758
759 * nnheader.el (nnheader-init-server-buffer): Change buffer's
760 multibyteness after rather than before erasing it.
761
762 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
763 mm-with-multibyte.
764 (gnus-request-article-this-buffer): Make sure the proper decoding is
765 used if gnus-original-article-buffer happens to be unibyte.
766
767 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
768 default-enable-multibyte-characters.
769
770 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
771 default-enable-multibyte-characters.
772
773 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
774
775 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
776
777 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
780 Fix last change in case the element is not even a symbol.
781
782 2008-04-02 Simon Josefsson <simon@josefsson.org>
783
784 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
785 imap-enable-exchange-bug-workaround.
786 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
787
788 2008-04-01 Simon Josefsson <simon@josefsson.org>
789
790 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
791 a 100 byte status-checks into a 2-3MB transfer for each group.
792 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
793 to enable bug workaround or not.
794 (nnimap-find-minmax-uid): Only enable workaround conditionally.
795
796 2008-03-31 Glenn Morris <rgm@gnu.org>
797
798 * message.el (mml2015-use): Declare for compiler.
799 (message-info): Require mml2015 when appropriate.
800
801 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
804 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
805 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
806 (nntp-service-to-port): New function.
807 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
808 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
809 (nntp-open-netcat-stream): New function.
810 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
811
812 2008-03-29 Sven Joachim <svenjoac@gmx.de>
813
814 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
815
816 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
819
820 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
821
822 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
823
824 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
825
826 * message.el (message-signature-separator): Change default.
827 Improve custom type.
828 (message-cite-function): Change default to
829 message-cite-original-without-signature.
830
831 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
832 toggle.
833
834 * message.el (message-check-news-body-syntax): Fix signature check.
835 (message-setup-1): Mark buffer as unmodified _after_ running
836 message-setup-hook and handling message-alternative-emails.
837 (message-shorten-references): Be more strict when building list of
838 valid references to comply with GNKSA.
839
840 * gnus-group.el (gnus-read-ephemeral-bug-group)
841 (gnus-read-ephemeral-debian-bug-group)
842 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
843
844 * message.el (message-info): Don't use booleanp which isn't supported
845 in Emacs 21 and XEmacs.
846
847 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
848
849 * gnus-group.el (gnus-gmane-group-download-format): Rename from
850 gnus-group-gmane-group-download-format.
851 (gnus-group-read-ephemeral-gmane-group): Rename from
852 gnus-group-read-ephemeral-gmane-group.
853 (gnus-read-ephemeral-gmane-group-url): Rename from
854 gnus-group-read-ephemeral-gmane-group-url.
855 (gnus-bug-group-download-format-alist): New variable.
856 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
857 (gnus-read-ephemeral-emacs-bug-group): New commands.
858
859 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
860
861 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
862 (gnus-visible-headers): Improve custom type.
863
864 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
865
866 * mml.el (mml-menu): Add workarounds for XEmacs.
867
868 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
869 X-Boundary header.
870
871 * message.el (message-simplify-recipients): Fix previous commit.
872
873 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * mm-util.el (mm-set-buffer-multibyte): New function.
876 * mm-decode.el (mm-copy-to-buffer): Use it.
877
878 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
879 Prefer fboundp to functionp so it works with macros as well.
880
881 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
882
883 * message.el (message-alter-recipients-discard-bogus-full-name):
884 New function.
885 (message-alter-recipients-function): New variable.
886 (message-get-reply-headers): Use it.
887 (message-replace-header): New helper function.
888 (message-recipients-without-full-name): New variable.
889 (message-simplify-recipients): New command.
890
891 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
892
893 * message.el (message-info): Handle EasyPG manual.
894
895 * mml.el (mml-menu): Add entry for EasyPG.
896
897 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
898
899 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
900 parameter.
901
902 * message.el (message-disassociate-draft): Specify drafts group name
903 fully.
904
905 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
906
907 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
908 unnecessary duplicates from the match list.
909
910 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
911
912 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
913 args of `how-many' of which the XEmacs version doesn't take; declare
914 Info-index-next as function.
915
916 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
917
918 * gnus-score.el (gnus-score-headers): Fix handling of
919 gnus-inhibit-slow-scoring.
920
921 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
922 string.
923 (gnus-button-url-regexp): Improve handling of parenthesis.
924 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
925 (gnus-button-handle-info-keystrokes): Handle index entries.
926
927 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
928
929 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
930 Incoming* files.
931
932 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
933
934 * auth-source.el (auth-sources): Renamed from auth-source-choices.
935 (auth-source-pick): Use it.
936
937 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
938
939 * auth-source.el (auth-source-protocols)
940 (auth-source-protocols-customize, auth-source-choices): Added and
941 modified variable customizations and defaults.
942 (auth-source-pick, auth-source-user-or-password)
943 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
944 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
945 (auth-source-user-or-password-sftp)
946 (auth-source-user-or-password-smtp): Use new variables and provide an
947 interface to netrc.el.
948
949 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
950
951 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
952 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
953 Make sure the nntp port to specify is a string.
954
955 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * nntp.el: Use with-current-buffer.
958 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
959 dubious mm-with-unibyte-current-buffer.
960 (nntp-with-open-group-function): New function extracted from
961 nntp-with-open-group macro.
962 (nntp-with-open-group): Use the function, so it's easier to debug.
963 Add indentation and debugging info.
964 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
965 the use of the netcat alternatives.
966
967 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
968 Avoid mm-string-as-multibyte as well.
969
970 * nnweb.el (nnweb-insert-html):
971 Remove use of nnheader-string-as-multibyte.
972
973 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
974 (nnheader-string-as-multibyte): Remove.
975
976 * mm-view.el: Use inhibit-read-only.
977 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
978 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
979 or unibyte-string.
980
981 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
982 (mm-uu-yenc-extract): Use with-current-buffer.
983
984 * gnus-soup.el (gnus-soup-send-packet): Don't use
985 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
986
987 * nnmh.el: Use with-current-buffer.
988 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
989 mm-string-as-multibyte on the output of mm-encode-coding-string.
990
991 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
992 (nnimap-request-move-article): Use with-current-buffer.
993
994 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
995 inserting the handle-buffer's text, so the implicit multibyte->unibyte
996 conversion uses string-make-unibyte rather than string-as-unibyte.
997
998 * gnus-msg.el: Use with-current-buffer.
999
1000 * message.el (message-ignored-resent-headers): Add "Delivered-To".
1001
1002 2008-03-10 Daiki Ueno <ueno@unixuser.org>
1003
1004 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1005 string for caching if it is 'PIN.
1006
1007 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
1008
1009 * mail-source.el (mail-source-delete-old-incoming-confirm):
1010 Change default to nil.
1011 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1012
1013 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1014
1015 * gnus-art.el (gnus-narrow-to-page): Position point properly.
1016 (gnus-article-goto-prev-page): Work for articles having ^L's.
1017
1018 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1019
1020 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1021
1022 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1023
1024 * gnus-bookmark.el: Adjust for renames in bookmark.el.
1025 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1026 (gnus-bookmark-jump): Adjust some variable names.
1027
1028 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
1029
1030 * auth-source.el: New package.
1031 (auth-source-choices): Add customization entry point variable.
1032
1033 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1034 bug.
1035
1036 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
1037
1038 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1039 (gnus-registry-initialize, gnus-registry-install-p): Use it.
1040 (gnus-registry-install-shortcuts): Rename from
1041 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
1042 the `gnus-registry-mark-map' keymap dynamically from
1043 `gnus-registry-marks'. The generated functions update the summary line
1044 when a registry mark is added or deleted, and will call
1045 `gnus-registry-install-p' (see the comments in the code).
1046 (gnus-registry-user-format-function-M): Use concat intelligently.
1047
1048 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1049 the registry mark functions.
1050
1051 2008-03-05 Glenn Morris <rgm@gnu.org>
1052
1053 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1054 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1055 gnus-art.
1056 (top-level): No need to load own source when compiling.
1057
1058 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1059
1060 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1061 Suggested by <chris.anderton@zetnet.co.uk>.
1062
1063 2008-03-04 Glenn Morris <rgm@gnu.org>
1064
1065 * gnus-sum.el (top-level): No need to require gnus when compiling,
1066 since unconditionally required near start of file.
1067 (gnus-summary-display-while-building): Move definition before use.
1068
1069 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1070
1071 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1072 formatting function.
1073
1074 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1075
1076 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1077 with plists.
1078 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1079 Use new format.
1080
1081 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1082
1083 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1084 `where-is-internal' that returns a range of key sequences.
1085
1086 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1089
1090 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1091 (gnus-summary-jump-to-group): Consider windows on other displayed
1092 frames as well. Similar changes might be needed elsewhere, but that's
1093 the one I've bumped into during my use.
1094
1095 * nndoc.el (nndoc-oe-dbx-type-p):
1096 * gnus-msg.el (gnus-debug):
1097 * gnus-group.el (gnus-update-group-mark-positions):
1098 Use mm-string-to-multibyte.
1099
1100 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1101
1102 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1103 doesn't handle NotDashEscaped.
1104
1105 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1106 (mml-dnd-attach-options): Fix typo in custom choice.
1107
1108 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1109 nndoc-article-type to mbox.
1110 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1111
1112 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1113 to nil, instead of html2text.
1114
1115 * imap.el (imap-debug): Add `imap-ping-server'.
1116
1117 * gnus-bookmark.el: Add FIXMEs.
1118
1119 * message.el (message-form-letter-separator)
1120 (message-send-form-letter-delay): New variables.
1121 (message-send-form-letter): Use them. New command to send form
1122 letters. Requested by Uwe Siart.
1123 (message-send-mail-function): Doc fix. Add "Other" custom option.
1124
1125 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1126
1127 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1128 empty author.
1129
1130 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1131
1132 * gnus-registry.el (gnus-registry-marks): Add variable for
1133 customization of marks and their appearance.
1134 (gnus-registry-read-mark): Use it.
1135 (gnus-registry-do-marks): Add utility function to loop through
1136 `gnus-registry-marks'.
1137 (gnus-registry-install-shortcuts-and-menus): Add function to install
1138 shortcuts and menus.
1139 (gnus-registry-initialize): Use it.
1140 (gnus-registry-default-mark): Clarify documentation.
1141
1142 2008-02-29 Glenn Morris <rgm@gnu.org>
1143
1144 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1145 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1146 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1147 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1148 Change defcustom :version from 23.0 to 23.1.
1149
1150 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1151
1152 * gnus-registry.el (gnus-registry-follow-group-p)
1153 (gnus-registry-post-process-groups): Add functions to aid registry
1154 splitting and improve logging. Clarify behavior in function
1155 documentation.
1156 (gnus-registry-split-fancy-with-parent): Use them.
1157
1158 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * gnus-art.el: Use with-current-buffer.
1161
1162 2008-02-27 David Engster <dengste@eml.cc>
1163
1164 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1165 Express real group name in the response.
1166
1167 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1168
1169 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1170 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1171 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1172 autoload gnus-registry-fetch-group when compiling.
1173 (nnmairix-request-group-with-article-number-correction): Remove
1174 unreferenced argument passed to nnmairix-call-backend.
1175
1176 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1177
1178 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1179 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1180 Wilde.
1181
1182 2008-02-27 Glenn Morris <rgm@gnu.org>
1183
1184 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1185 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1186 variables to defconsts. Convert comments to doc-strings.
1187 (nnmairix-last-server, nnmairix-current-server): Convert from free
1188 variables to defvars. Convert comments to doc-strings.
1189 (gnus-registry-fetch-group): Autoload.
1190 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1191 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1192 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1193 caddr.
1194 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1195 nnmairix-request-group-with-article-number-correction call.
1196 (nnmairix-fast, nnmairix-group): New, less general names, for free
1197 variables passed from nnmairix-request-group to
1198 nnmairix-request-group-with-article-number-correction. Declare.
1199 (nnmairix-request-group-with-article-number-correction):
1200 Use nnmairix-fast, nnmairix-group rather than fast, group.
1201
1202 2008-02-26 David Engster <dengste@eml.cc>
1203
1204 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1205 version 0.5.
1206
1207 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1208
1209 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1210 instead of making an extra function call. Don't add the current group
1211 to articles only when they have the group. Use
1212 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1213 Reported by David <de_bb@arcor.de>.
1214
1215 2008-02-24 Miles Bader <miles@gnu.org>
1216
1217 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1218 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1219 (mm-find-mime-charset-region):
1220 * mm-bodies.el (mm-encode-body):
1221 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1222
1223 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1224
1225 * mail-source.el (mail-source-delete-incoming): Change default.
1226 Supplement doc string.
1227
1228 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1229
1230 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1231
1232 * nnmail.el (nnmail-message-id-cache-file): Derive from
1233 `gnus-home-directory'.
1234
1235 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1236
1237 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1238 Document negative prefix.
1239
1240 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1241
1242 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1243
1244 * message.el (message-unsent-separator): Add the Exim bounce
1245 separator.
1246
1247 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1248
1249 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1250 list.
1251 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1252 recipient/signer list.
1253
1254 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1255
1256 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1257 fbound (Emacs 23 unicode), signal an error.
1258
1259 2008-02-08 Glenn Morris <rgm@gnu.org>
1260
1261 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1262
1263 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1264
1265 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1266 ports to the calls to `netrc-machine-user-or-password' in addition to
1267 "imap" and "imaps".
1268
1269 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1270
1271 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1272 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1273 <hanche@math.ntnu.no>.
1274
1275 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1276
1277 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1278
1279 2008-02-01 Zhang Wei <id.brep@gmail.com>
1280
1281 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1282
1283 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1284
1285 2008-02-01 Miles Bader <miles@gnu.org>
1286
1287 * mml.el (mml-parse-1): Remove apparently vestigial use of
1288 `mm-hack-charsets'.
1289 * mm-bodies.el (mm-encode-body): Likewise.
1290
1291 2008-02-01 Kenichi Handa <handa@m17n.org>
1292
1293 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1294 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1295 (rfc2104-hash): Convert the result of concat to unibyte string.
1296
1297 2008-02-01 Dave Love <fx@gnu.org>
1298
1299 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1300 coding-system-for-read.
1301 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1302
1303 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1304 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1305 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1306
1307 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1308
1309 * mail-source.el (mail-sources): Add `group' choice.
1310
1311 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1312 parameter `in-group' to control into which group the articles go.
1313 Add treatment of `group' mail-source.
1314
1315 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1316
1317 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1318 * message.el (message-beginning-of-line): Use featurep instead of bound
1319 tests in order to resolve conditionals at compile time.
1320
1321 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1322
1323 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1324
1325 * mm-decode.el (mm-dissect-buffer): Decode description.
1326
1327 * mml.el (mml-to-mime): Encode message header first.
1328
1329 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1330
1331 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1332 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1333
1334 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1335
1336 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1337
1338 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1339
1340 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1341 prefix keys.
1342 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1343 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1344 gnus-xmas.el.
1345
1346 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1347
1348 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1349 Add new variables for article mark management.
1350 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1351 list of extra data entries which, when present, will indicate that the
1352 article ID should not be trimmed from the registry.
1353 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1354 functions.
1355 (gnus-registry-read-mark): New function to read a mark name from the
1356 user.
1357 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1358 (gnus-registry-set-article-mark-internal): New functions to add and
1359 remove marks.
1360 (gnus-registry-get-article-marks): New function to show the marks for
1361 an article, or retrieve them for further use.
1362
1363 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1364
1365 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1366 keys when no argument is given.
1367
1368 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1369
1370 * gnus-sum.el (gnus-article-sort-by-random)
1371 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1372 jidanni@jidanni.org.
1373
1374 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1375
1376 * gnus-art.el (gnus-article-describe-bindings): New function.
1377 (gnus-article-read-summary-keys): Use it.
1378 (gnus-article-mode-map): Bind `C-h b' to it.
1379
1380 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1381
1382 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1383 XEmacs.
1384 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1385 against non-character events.
1386
1387 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1388
1389 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1390 command.
1391 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1392 instead of END. Change name of the temp file.
1393 (gnus-group-gmane-group-download-format): Add doc string. Make it
1394 customizable.
1395
1396 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1397
1398 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1399 bind `S W' to gnus-article-wide-reply-with-original; set default
1400 binding to gnus-article-read-summary-send-keys.
1401 (gnus-article-read-summary-keys): Fix the order of keys; display
1402 continuation keys correctly in the echo area; describe bindings
1403 correctly when keys end with `C-h'.
1404 (gnus-article-read-summary-send-keys): New function.
1405 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1406 for gnus-article-read-summary-send-keys; display continuation keys
1407 correctly in the echo area.
1408 (gnus-article-reply-with-original): Ignore prefix argument.
1409 (gnus-article-wide-reply-with-original): New function.
1410
1411 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1412
1413 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1414 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1415
1416 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1417
1418 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1419 (gnus-group-read-ephemeral-gmane-group): New command.
1420
1421 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1422
1423 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1424
1425 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1426
1427 * message.el (message-send-mail-function): Increase custom version.
1428
1429 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1430 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1431
1432 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1433
1434 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1435 html parts correctly; support forwarded messages.
1436 (gnus-article-browse-html-article): Remove work buffers.
1437
1438 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1439 compiling.
1440 (netrc-bound-and-true-p): New macro.
1441 (netrc-parse): Use it instead of bound-and-true-p that is not available
1442 in XEmacs 21.4.
1443
1444 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1445
1446 * gnus-registry.el (gnus-registry-mark-article)
1447 (gnus-registry-article-marks): Add functionality to mark articles
1448 through the Gnus registry.
1449
1450 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1451 (netrc-parse): Use encrypt-file-alist to determine if
1452 encrypt-find-model or encrypt-insert-file-contents should be used.
1453
1454 2007-12-19 Glenn Morris <rgm@gnu.org>
1455
1456 * mml.el (message-options-set, message-narrow-to-head)
1457 (message-in-body-p, message-mail-p, message-encode-message-body):
1458 Autoload.
1459 (message-remove-header, message-narrow-to-headers-or-head)
1460 (message-subscribed-p, message-make-mail-followup-to)
1461 (message-position-on-field, message-news-p)
1462 (message-options-set-recipient, message-generate-headers)
1463 (message-sort-headers): Declare as functions.
1464
1465 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1466
1467 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1468 convention in doc string.
1469
1470 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1471
1472 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1473 title to html parts.
1474 (gnus-article-browse-html-article): Pass message header to it.
1475
1476 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1477
1478 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1479
1480 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1481 or password compatible with XEmacs.
1482
1483 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1484
1485 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1486 format document.
1487 (gnus-mime-delete-part): Don't write description line if empty.
1488 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1489
1490 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1491
1492 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1493 (gnus-summary-mark-read-and-unread-as-read)
1494 (gnus-summary-mark-current-read-and-unread-as-read)
1495 (gnus-summary-mark-unread-as-ticked): Doc fix.
1496 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1497
1498 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1499
1500 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1501 Christoph Conrad <christoph.conrad@gmx.de>.
1502
1503 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1504
1505 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1506 yes-or-no-p.
1507
1508 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1509
1510 * mm-decode.el (mm-add-meta-html-tag): New function.
1511 (mm-save-part-to-file, mm-pipe-part): Use it.
1512
1513 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1514 gnus-y-or-n-p instead of y-or-n-p.
1515 (gnus-article-browse-html-parts): Work with message/external-body; use
1516 mm-add-meta-html-tag.
1517
1518 2007-12-11 Glenn Morris <rgm@gnu.org>
1519
1520 * gnus-cache.el: Require gnus-sum not just when compiling.
1521
1522 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1523
1524 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1525 definitions before use.
1526
1527 * mm-decode.el: Require gnus-util.
1528 (mm-remove-part): Only call delete-annotation on XEmacs.
1529
1530 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1531
1532 * nnmail.el: Require gnus-int.
1533
1534 * spam.el: Move `require's before `eval-when-compile's.
1535
1536 * gnus-ems.el (gnus-alive-p):
1537 * gnus-fun.el (message-goto-eoh):
1538 * gnus-util.el (gnus-group-name-decode):
1539 * mail-source.el (gnus-compress-sequence):
1540 * message.el (Info-goto-node, format-spec):
1541 * mm-bodies.el (message-options-get):
1542 * mm-decode.el (mm-view-pkcs7):
1543 * mm-util.el (gmm-write-region):
1544 * mml-smime.el (mml-compute-boundary)
1545 (gnus-completing-read-with-default):
1546 * mml.el (widget-button-press, gnus-make-hashtable):
1547 * mml1991.el (mm-decode-content-transfer-encoding)
1548 (mm-encode-content-transfer-encoding)
1549 (message-options-get, message-options-set):
1550 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1551 * nnfolder.el (gnus-request-group):
1552 * nnheader.el (ietf-drums-unfold-fws):
1553 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1554 * smime.el (gnus-run-mode-hooks):
1555 * spam-stat.el (gnus-message): Autoload.
1556
1557 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1558 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1559 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1560 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1561 Add declare-function compatibility definition.
1562
1563 * gnus-cache.el (nnvirtual-find-group-art):
1564 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1565 (gnus-add-image, gnus-add-wash-type):
1566 * gnus-group.el (nnkiboze-score-file):
1567 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1568 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1569 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1570 (message-tokenize-header, gnus-get-buffer-create)
1571 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1572 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1573 * gnus.el (gnus-group-decoded-name):
1574 * mail-source.el (imap-capability):
1575 * mm-bodies.el (message-options-set):
1576 * mm-decode.el (gnus-configure-windows):
1577 * mm-extern.el (message-goto-body):
1578 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1579 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1580 (epg-sub-key-validity, message-options-set):
1581 * mml.el (widget-event-point, gnus-configure-windows):
1582 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1583 * mml2015.el (epg-check-configuration, epg-configuration)
1584 (message-options-set):
1585 * nndb.el (nndb-request-article):
1586 * nnfolder.el (gnus-request-create-group):
1587 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1588 * nnmaildir.el (gnus-group-mark-article-read):
1589 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1590 * rfc1843.el (message-fetch-field):
1591 * spam.el (gnus-extract-address-components):
1592 Declare as functions.
1593
1594 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1595
1596 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1597
1598 2007-12-09 Glenn Morris <rgm@gnu.org>
1599
1600 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1601
1602 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1603 * message.el, mm-view.el, sieve-manage.el, smime.el:
1604 Add declare-function compatibility definition.
1605
1606 * gnus-art.el (w3-region, w3m-region, Info-menu):
1607 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1608 * gnus-sum.el (gnus-get-predicate):
1609 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1610 * message.el (mail-abbrev-in-expansion-header-p):
1611 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1612 (w3m-detect-meta-charset, w3m-region):
1613 * sieve-manage.el (password-read, password-cache-add)
1614 (password-cache-remove):
1615 * smime.el (password-read-and-add): Declare as functions.
1616
1617 2007-12-08 David Kastrup <dak@gnu.org>
1618
1619 * gnus-sum.el (gnus-summary-simplify-subject-query):
1620 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1621 `message'.
1622
1623 2007-12-07 Glenn Morris <rgm@gnu.org>
1624
1625 * gnus-art.el (article-make-date-line): Revert previous change.
1626
1627 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1628
1629 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1630
1631 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1632
1633 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1634 Call gnus-add-to-range ranges only once with a prepared article-list.
1635
1636 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1637
1638 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1639 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1640 group names with backslashes. Reported by Tassilo Horn
1641 <tassilo@member.fsf.org>.
1642
1643 2007-12-06 Deepak Goel <deego3@gmail.com>
1644
1645 * gnus-art.el (article-make-date-line):
1646 * gnus-start.el (gnus-load):
1647 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1648
1649 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1650
1651 * gnus-art.el (gnus-use-idna)
1652 * gnus-start.el (gnus-site-init-file)
1653 * message.el (message-use-idna)
1654 * mm-uu.el (mm-uu-hide-markers)
1655 * smiley.el (smiley-style): Revert changes that suppress warnings.
1656
1657 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1658
1659 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1660 specify charset to html source. Reported by Christoph Conrad
1661 <christoph.conrad@gmx.de>.
1662
1663 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1664
1665 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1666 idna-program in order to suppress byte compile warning issued by XEmacs
1667 that came to byte compile the default value section of defcustom forms
1668 recently.
1669
1670 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1671 value of installation-directory.
1672
1673 * message.el (message-use-idna): Don't directly refer to the value of
1674 idna-program.
1675
1676 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1677
1678 * smiley.el (smiley-style): Don't directly call face-attribute.
1679
1680 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1681
1682 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1683
1684 * gnus-dired.el: Reduce Gnus dependencies.
1685 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1686 require. Use autoloads instead.
1687 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1688 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1689 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1690 (gnus-dired-mode): Adjust doc string.
1691 (gnus-dired-mail-mode): New variable.
1692 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1693 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1694 (gnus-dired-mail-buffers): New function. Return mail or message
1695 composition buffers.
1696 (gnus-dired-attach): Use it.
1697 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1698 NO-DECODE.
1699 (gnus-dired-print): Use `gnus-print-buffer' depending on
1700 `gnus-dired-mail-mode'.
1701
1702 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704 * rfc2047.el (rfc2047-encoded-word-regexp)
1705 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1706 explaining what regexp patterns are for.
1707
1708 2007-12-04 Glenn Morris <rgm@gnu.org>
1709
1710 * password.el: Move to ../password-cache.el.
1711
1712 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1713 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1714 * mml-smime.el (password-read, password-cache-add)
1715 (password-cache-remove):
1716 No need to autoload, since mml-sec requires password.
1717
1718 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1719 * message.el (gnus-extract-address-components):
1720 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1721
1722 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1723 password.
1724
1725 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1726
1727 * mailcap.el: Reduce dependencies.
1728 (mail-header-parse-content-type): Autoload.
1729 (mailcap-delete-duplicates): New alias.
1730 (mailcap-mime-info): Add optional argument NO-DECODE.
1731 (mailcap-mime-types): Use mailcap-delete-duplicates.
1732
1733 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1734
1735 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1736
1737 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1738 function.
1739
1740 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1741 (gnus-uu-yenc-article): New function.
1742
1743 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1744
1745 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1746 buffer.
1747
1748 2007-12-02 Glenn Morris <rgm@gnu.org>
1749
1750 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1751 Move to ../net.
1752
1753 * binhex.el, uudecode.el: Move to ../mail.
1754
1755 * encrypt.el: Remove file.
1756
1757 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1758
1759 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1760 matches on patches.
1761
1762 * gnus-art.el (gnus-article-browse-html-article): Mention
1763 `mm-text-html-renderer' in the doc string.
1764
1765 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1766 string. Add comments.
1767
1768 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1769 if rhs is ASCII.
1770
1771 2007-12-01 Glenn Morris <rgm@gnu.org>
1772
1773 * dig.el, dns.el: Move to ../net.
1774 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1775
1776 * mail-source.el (top-level): Require format-spec before
1777 eval-when-compile.
1778
1779 2007-11-30 Glenn Morris <rgm@gnu.org>
1780
1781 * encrypt.el: Require password, rather than autoloading password-read.
1782
1783 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1784
1785 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1786 caller can indicate whether the cache should be disregarded for this
1787 call. This way the result of the call is reproducible at all times and
1788 can be considered a canonical server name for the supplied method.
1789 (gnus-agent-method-p): Canonicalize server names by pushing their
1790 method through `gnus-method-to-server' using the no-cache argument.
1791
1792 * gnus-srvr.el (gnus-server-insert-server-line): Call
1793 `gnus-method-to-server' with `no-cache' argument.
1794
1795 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1796 gnus-agent-possibly-synchronize-flags as this should be called when the
1797 server is actually being opened.
1798 (gnus-agent-possibly-synchronize-flags)
1799 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1800 flags file of an agentized server to the latter function.
1801
1802 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1803 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1804 after a connection has been established successfully.
1805
1806 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1807
1808 * gnus-art.el (article-display-face): Force to display face if called
1809 interactively; check if gnus-article-x-face-too-ugly matches author.
1810 (article-display-x-face): Display face even if From header is missing
1811 as article-display-face does.
1812
1813 2007-11-28 Richard Stallman <rms@gnu.org>
1814
1815 * md4.el: Move to ../.
1816 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1817
1818 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1819
1820 * mail-source.el (mail-sources): Default to fetch from file for
1821 compatibility with default of nnmail-spool-file.
1822
1823 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1824
1825 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1826 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1827 to look for encoded word that should be encoded again.
1828 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1829 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1830 encoding pattern.
1831 (rfc2047-decode-region): Switch strict regexp and loose one according
1832 to rfc2047-allow-irregular-q-encoded-words.
1833
1834 2007-11-26 Simon Josefsson <simon@josefsson.org>
1835
1836 * imap.el: Move to ../net directory.
1837
1838 2007-11-25 Romain Francoise <romain@orebokech.com>
1839
1840 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1841
1842 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1843
1844 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1845 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1846
1847 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1848 `nnmail-spool-file'.
1849
1850 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1851 `nnmail-spool-file'.
1852
1853 * gnus-move.el (gnus-change-server): Ditto.
1854
1855 * gnus-kill.el (gnus-batch-score): Ditto.
1856
1857 * gnus-cache.el (gnus-jog-cache): Ditto.
1858
1859 * gnus-msg.el (gnus-summary-reply):
1860 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1861
1862 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1863
1864 * gnus-cache.el (gnus-cache-generate-nov-databases):
1865 Use nnml-generate-nov-databases-directory instead of
1866 nnml-generate-nov-databases-1.
1867
1868 2007-11-24 Glenn Morris <rgm@gnu.org>
1869
1870 * message.el (message-tool-bar-retro): Update for rename
1871 mail_send.xpm->mail-send.xpm.
1872
1873 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1874
1875 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1876 `smime-ldap-search' for Emacs 22 and up.
1877
1878 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1879
1880 * hashcash.el: Move to ../mail directory.
1881
1882 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1883
1884 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1885 `smime-ldap-search' for Emacs 22 and up.
1886
1887 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1890
1891 * message.el (message-send-mail-function): Fix error convention.
1892 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1893 (message-widen-reply, message-send-mail, message-talkative-question)
1894 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1895 (message-clone-locals, message-send-news): Use with-current-buffer.
1896 (message-insert-or-toggle-importance): Remove unused var `valid'.
1897 (message-make-references): Remove unused var `new-references'.
1898 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1899
1900 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1903 (spam-split-symbolic-return-positive): Reflow docstring.
1904 (spam-backends, spam-summary-exit-behavior)
1905 (spam-mark-ham-unread-before-move-from-spam-group)
1906 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1907 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1908 (spam-clear-cache, spam-backend-check, spam-install-backend)
1909 (spam-install-statistical-backend, spam-list-of-processors)
1910 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1911 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1912 (spam-check-crm114, spam-initialize, spam-unload-hook):
1913 Fix typos in docstrings.
1914
1915 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1916
1917 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1918 been checked if they have never been read and those group levels are
1919 higher than the one that a user specified.
1920
1921 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1922
1923 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1924 foreign groups unless a group level is specified by a user.
1925 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1926
1927 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1928
1929 * message.el (message-send-mail-function): Require sendmail.
1930
1931 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1932
1933 * message.el (message-send-mail-function): Check for smtpmail too.
1934
1935 * utf7.el (utf7-encode, utf7-decode): Use coding system
1936 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1937
1938 * message.el (message-send-mail-function): New function.
1939 (message-send-mail-function): Set default using
1940 message-send-mail-function. Adjust doc string.
1941 (message-send-mail-with-mailclient): New function.
1942
1943 2007-11-17 Richard Stallman <rms@gnu.org>
1944
1945 * assistant.el: Remove file.
1946
1947 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1948
1949 * smime.el (from):
1950 * rfc2047.el (message-posting-charset):
1951 * qp.el (mm-use-ultra-safe-encoding):
1952 * pop3.el (parse-time-months):
1953 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1954 * nnml.el (files):
1955 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1956 (jka-compr-compression-info-list, ange-ftp-path-format)
1957 (efs-path-regexp):
1958 * nndiary.el (files):
1959 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1960 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1961 (epg-digest-algorithm-alist, inhibit-redisplay)
1962 (password-cache-expiry):
1963 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1964 (pgg-output-buffer, password-cache-expiry):
1965 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1966 (efs-path-regexp):
1967 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1968 (inhibit-redisplay):
1969 * mm-uu.el (file-name, start-point, end-point, entry)
1970 (gnus-newsgroup-name, gnus-newsgroup-charset):
1971 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1972 (latin-unity-ucs-list):
1973 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1974 (mm-uu-binhex-decode-function):
1975 * message.el (gnus-message-group-art, gnus-list-identifiers)
1976 (rmail-enable-mime-composing, gnus-local-organization)
1977 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1978 (gnus-read-active-file, facemenu-add-face-function)
1979 (facemenu-remove-face-function, gnus-article-decoded-p)
1980 (tool-bar-mode):
1981 * mail-source.el (display-time-mail-function):
1982 * gnus-util.el (nnmail-pathname-coding-system)
1983 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1984 (gnus-original-article-buffer, gnus-user-agent)
1985 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1986 (xemacs-codename, sxemacs-codename, emacs-program-version):
1987 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1988 * gnus-start.el (gnus-agent-covered-methods)
1989 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1990 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1991 (gnus-newsgroup-headers, gnus-group-list-mode)
1992 (gnus-group-mark-positions, gnus-newsgroup-data)
1993 (gnus-newsgroup-unreads, nnoo-state-alist)
1994 (gnus-current-select-method, mail-sources)
1995 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1996 (nnmail-spool-file, gnus-cache-active-hashtb):
1997 * gnus-mh.el (mh-lib-progs):
1998 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1999 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2000 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2001 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2002 (gnus-group-buffer):
2003 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2004 (font-lock-set-defaults):
2005 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2006 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2007 (gnus-summary-post-menu, total-parts, type, condition, length):
2008 * gnus-agent.el (gnus-agent-read-agentview):
2009 * flow-fill.el (show-trailing-whitespace):
2010 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2011 eval-and-compile wrappers for byte compiler pacifiers.
2012
2013 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2014 (mm-display-inline-fontify): Check for featurep 'xemacs not
2015 extent-list.
2016
2017 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2018 itimer-list.
2019 (mm-create-image-xemacs): Only do something for XEmacs.
2020 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2021
2022 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2023
2024 * gnus-registry.el (gnus-adaptive-word-syntax-table):
2025 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2026
2027 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2028
2029 * nnimap.el (nnimap-split-download-body):
2030 * gnus-demon.el (gnus-demon):
2031 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2032
2033 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2034
2035 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2036 macros.
2037 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2038 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2039 copy data from unibyte buffer to multibyte current buffer.
2040 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2041 to copy data from unibyte current buffer to multibyte buffer.
2042 (nntp-make-process-buffer): Make process buffer unibyte.
2043
2044 * pop3.el (pop3-open-server): Fix typo in Lisp code.
2045
2046 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
2047
2048 * pop3.el (pop3-open-server): Accept and process data more robustly at
2049 connexion start to avoid spurious "POP SSL connexion failed" errors.
2050
2051 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2052
2053 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2054 read group names.
2055
2056 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2057
2058 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2059
2060 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2063 (nnmail-save-active): Use a unibyte buffer when saving active file,
2064 which may contain non-ASCII group names.
2065
2066 * nnml.el (nnml-request-group): Decode group names in messages.
2067
2068 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2069
2070 * message.el (message-citation-line-function)
2071 (message-insert-formatted-citation-line): Fix spelling of
2072 `message-insert-formated-citation-line'.
2073
2074 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2075
2076 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2077
2078 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2079
2080 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2081 nnmail-pathname-coding-system.
2082
2083 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2084 that a user enters; decode group names in messages.
2085
2086 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2087
2088 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2089
2090 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2091
2092 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2093
2094 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2095 risky local variable.
2096
2097 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2098
2099 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2100
2101 * encrypt.el: Improve documentation to fix function name typo.
2102 Reported by Daiki Ueno <ueno@unixuser.org>.
2103
2104 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2105
2106 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2107 even if the point is not in the last page of an article.
2108 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2109 back to the previous page.
2110
2111 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2112
2113 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2114
2115 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2116
2117 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2118
2119 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * message.el (message-check-news-body-syntax): Avoid
2122 mm-string-as-multibyte.
2123 (message-hide-headers): Don't assume (point-min)==1.
2124
2125 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2126
2127 * message.el (message-remove-blank-cited-lines): Fix if remove is
2128 given.
2129 (message-bogus-address-regexp): New variable.
2130 (message-bogus-recipient-p): New function.
2131 (message-check-recipients): New command.
2132 (message-syntax-checks): Add `bogus-recipient'.
2133 (message-fix-before-sending): Add `bogus-recipient'.
2134
2135 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2136 (gnus-treat-body-boundary): Don't test window-system.
2137
2138 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2139
2140 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2141
2142 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2143
2144 * gnus.el: Bump version to Gnus v5.13.
2145
2146 2007-10-28 Miles Bader <miles@gnu.org>
2147
2148 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2149 at compile-time too.
2150
2151 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2152
2153 * gnus-msg.el (gnus-message-setup-hook): Add
2154 `message-remove-blank-cited-lines' to options.
2155
2156 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2157
2158 * message.el (message-remove-blank-cited-lines): New function.
2159 Suggested by Karl Plästerer.
2160
2161 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2162
2163 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2164 mapc.
2165
2166 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2167 (top-level): Use mapc to set functions to be traced for debugging.
2168
2169 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2170 called for effect with while loop.
2171
2172 * message.el (message-talkative-question): Replace mapcar called for
2173 effect with mapc.
2174
2175 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2176 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2177 called for effect with dolist.
2178
2179 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2180
2181 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2182 gnus-extra-headers and nnmail-extra-headers.
2183
2184 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2185 called for effect with dolist.
2186 (top-level): Use mapc to set functions to be traced for debugging.
2187
2188 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2189 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2190 dolist.
2191
2192 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2193 Replace mapcar called for effect with mapc.
2194 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2195 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2196 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2197 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2198
2199 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2200 remove-if that's a cl function.
2201
2202 * webmail.el (webmail-debug): Replace mapcar called for effect with
2203 dolist.
2204
2205 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2206
2207 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2208 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2209 with while loop.
2210
2211 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2212 functions from article-* functions.
2213 (gnus-multi-decode-header): Replace mapcar called for effect with
2214 dolist.
2215
2216 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2217 (gnus-bookmark-show-details): Replace mapcar called for effect with
2218 while loop.
2219
2220 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2221 called for effect with while loop.
2222
2223 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2224 with dolist.
2225
2226 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2227 mapcar called for effect with dolist.
2228
2229 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2230
2231 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2232 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2233 Replace mapcar called for effect with dolist.
2234 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2235 mapc.
2236
2237 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2238 Replace mapcar called for effect with dolist.
2239 (gnus-topic-list): Replace mapcar called for effect with mapc.
2240
2241 * gnus.el: Use mapc instead of mapcar to add autoloads.
2242
2243 2007-10-23 Richard Stallman <rms@gnu.org>
2244
2245 * gnus-group.el (gnus-group-highlight): Mark as risky.
2246
2247 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2248
2249 * gnus.el (gnus-server-to-method): Return method found first in
2250 gnus-newsrc-alist.
2251
2252 * gnus-art.el (gnus-article-highlight-signature)
2253 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2254 button overlay without the front stickiness.
2255
2256 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2257
2258 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2259 overview buffer needed a catch to receive its throw.
2260 (gnus-agent-flush-cache): Declared as interactive to make this function
2261 easier to use.
2262
2263 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2264
2265 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2266 `next-line'.
2267
2268 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2269
2270 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2271 exclude address matching message-dont-reply-to-names.
2272
2273 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2274
2275 * gnus-util.el (gnus-string<): New function.
2276
2277 * gnus-sum.el (gnus-article-sort-by-author)
2278 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2279
2280 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2281
2282 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2283 the frame-focus tag is set in gnus-buffer-configuration.
2284
2285 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2286
2287 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2288 the front stickiness.
2289
2290 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2291
2292 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2293 url pattern; remove duplicate one.
2294 (gnus-article-extend-url-button): New function.
2295 (gnus-article-add-buttons): Use it.
2296 (gnus-button-push): Use concatenated url that it makes.
2297
2298 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2301 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2302
2303 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2306 Don't hardcode point-min==1.
2307
2308 2007-09-30 David Kastrup <dak@gnu.org>
2309
2310 * gnus-art.el (gnus-article-reply-with-original)
2311 (gnus-article-followup-with-original): When `transient-mark-mode' is
2312 off, refrain from active-region behavior for followups.
2313
2314 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2315
2316 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2317 Fix comment about "iso8859-1".
2318
2319 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2320
2321 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2322 ones returned from the verify-function.
2323
2324 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2325 mml2015-extract-cleartext-signature if extraction failed.
2326
2327 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2328
2329 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2330 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2331 failed.
2332
2333 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2334
2335 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2336
2337 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2338
2339 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2340 to mark a thread as expirable. Add variable `hide' to handle hiding of
2341 thread for both the null and zero (kill/expire thread) universal prefix
2342 cases.
2343 (gnus-summary-expire-thread): Add new function to expire a thread,
2344 using gnus-summary-kill-thread.
2345 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2346 shortcuts for gnus-summary-expire-thread.
2347 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2348 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2349
2350 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2351
2352 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2353 extras value, so an extras entry can be deleted.
2354 (gnus-registry-delete-extra-entry): Use it.
2355 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2356 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2357 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2358 storage through the gnus-registry, and provide an appropriate API for
2359 it.
2360
2361 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2362
2363 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2364 Suggested by Leo <sdl.web@gmail.com>.
2365
2366 * gnus.el: Do.
2367
2368 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2369
2370 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2371 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2372
2373 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2374
2375 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2376 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2377
2378 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2381 newline.
2382 (nnmbox-request-accept-article): Don't change article in source buffer;
2383 narrow to header to use message-fetch-field rather than
2384 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2385 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2386 as delimiters; make sure article ends with newline.
2387 (nnmbox-delete-mail): Correct last position of article to be deleted;
2388 ignore X-Gnus-Newsgroup header in article body.
2389 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2390 positions; make sure article ends with newline.
2391
2392 * message.el (message-display-abbrev): Don't infloop when a user
2393 inserts SPC in the beginning of header.
2394
2395 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2396
2397 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2398 list of groups not followed by default. Fix type to be regexp.
2399 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2400
2401 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2402
2403 * hmac-def.el (define-hmac-function): Switch from old-style to
2404 new-style backquotes.
2405
2406 * md4.el (md4-make-step): Likewise.
2407
2408 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2409
2410 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2411 raw-text coding system when saving .newsrc file, which may contain
2412 non-ASCII group names.
2413
2414 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2415
2416 * gnus-cus.el (gnus-score-extra): New widget.
2417 (gnus-score-extra-convert): New function.
2418 (gnus-score-customize): Use it for Extra.
2419
2420 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2421
2422 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2423 (mml2015-mailcrypt-clear-verify): Use it.
2424 (mml2015-gpg-clear-verify): Use it.
2425 (mml2015-pgg-clear-verify): Use it.
2426 (mml2015-epg-clear-verify): Replace the current part with the output
2427 from GnuPG; don't extract the plaintext by itself.
2428
2429 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2430 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2431 mml2015-clear-verify-function; don't touch the armor headers or
2432 dash-escaped text here.
2433
2434 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2435
2436 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2437 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2438 parts, or application/octet-stream as a last resort.
2439 (gnus-mime-view-part-as-type): Don't toggle display.
2440 (gnus-mime-view-part-as-charset): Don't turn off display before
2441 querying charset.
2442
2443 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2444 stuff to undisplayer function in Emacs.
2445 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2446
2447 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2448 text/calendar parts.
2449
2450 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2453 decoding text/calendar parts.
2454
2455 * message.el (message-forward-make-body-mime): Always mark body as
2456 having no illegible text; remove signed-or-encrypted argument.
2457 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2458
2459 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2460 (mml-generate-mime-1): Don't encode body if it is specified to be in
2461 raw form; don't make buffer be unibyte when inserting multibyte string.
2462
2463 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * sha1.el: Fix up comment style.
2466 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2467 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2468
2469 * hex-util.el: Fix up comment style.
2470 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2471
2472 * gnus-salt.el: Use with-current-buffer.
2473 (gnus-pick-setup-message): Fix long-standing typo.
2474
2475 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2476
2477 * imap.el (imap-logout-timeout): New variable.
2478 (imap-logout, imap-logout-wait): New functions.
2479 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2480
2481 * nnimap.el (nnimap-logout-timeout): New server variable.
2482 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2483 nnimap-logout-timeout.
2484
2485 * gnus-art.el (gnus-article-summary-command-nosave)
2486 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2487
2488 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2489
2490 * gnus.el (gnus-maximum-newsgroup): New variable.
2491
2492 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2493 according to gnus-maximum-newsgroup.
2494
2495 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2496 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2497 Limit the range of articles according to gnus-maximum-newsgroup.
2498
2499 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2500
2501 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2502 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2503 Don't perform gnus-configure-windows here; reuse existing sticky
2504 article buffer.
2505
2506 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2507 it doesn't exist in gnus-article-mode.
2508
2509 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2510
2511 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2512 (gnus-agent-decoded-group-name): New function.
2513 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2514 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2515
2516 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2517
2518 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2519 Add binding for gnus-sticky-article.
2520 (gnus-summary-exit): Don't kill sticky article buffers.
2521
2522 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2523 article buffer.
2524 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2525 (gnus-kill-sticky-article-buffers): New commands.
2526
2527 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2528
2529 * nntp.el (nntp-xref-number-is-evil): New server variable.
2530 (nntp-find-group-and-number): If it is non-nil, don't trust article
2531 numbers in the Xref header.
2532
2533 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2534
2535 * gnus-agent.el (gnus-agent-read-group): New function.
2536 (gnus-agent-flush-group, gnus-agent-expire-group)
2537 (gnus-agent-regenerate-group): Use it.
2538 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2539 nnmail-pathname-coding-system.
2540
2541 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2542
2543 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2544
2545 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2546 that are unread as unread, and also as selected so that information of
2547 marks having been changed by a user may be updated when exiting group.
2548
2549 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2550
2551 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2552
2553 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2554
2555 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2556 calculated ignoring signature parts to gnus-treat-article.
2557
2558 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2561 a point here in order to keep the window start.
2562 (gnus-insert-mime-security-button): Make a button overlay without the
2563 front stickiness.
2564 (gnus-mime-display-security): Goto the end of a button.
2565
2566 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2567
2568 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2569
2570 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2571 group-name-at-point.
2572 (gnus-group-completing-read): New function that offers decoded
2573 non-ASCII group names for completion.
2574 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2575 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2576 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2577 (gnus-group-fetch-control): Use it.
2578 (gnus-fetch-group): Use group-name-at-point for the initial value
2579 rather than the default value; use gnus-alive-p.
2580
2581 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2582 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2583 (gnus-summary-post-news): Use gnus-group-completing-read.
2584
2585 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2586 (gnus-read-move-group-name): Decode group name for completion.
2587
2588 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
2589
2590 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2591 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2592 Yamaoka slightly modified the code).
2593
2594 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2595
2596 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2597 (nnmail-split-incoming): Bind it.
2598
2599 * nnml.el (nnml-group-name-charset): New function.
2600 (nnml-decoded-group-name): Use it; don't decode group name if
2601 nnmail-group-names-not-encoded-p is non-nil.
2602 (nnml-encoded-group-name): New function.
2603 (nnml-group-pathname): Inline nnml-decoded-group-name.
2604 (nnml-request-expire-articles): Decode group name in message.
2605 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2606 nnmail-pathname-coding-system.
2607 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2608 not decoded ones according to nnmail-group-names-not-encoded-p.
2609 (nnml-generate-active-info): Use nnml-encoded-group-name.
2610
2611 2007-08-08 Glenn Morris <rgm@gnu.org>
2612
2613 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2614 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2615 doc-strings and comments.
2616
2617 2007-07-25 Glenn Morris <rgm@gnu.org>
2618
2619 * Relicense all FSF files to GPLv3 or later.
2620
2621 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2622
2623 * gnus-sum.el (gnus-summary-move-article): Make
2624 gnus-summary-respool-article work.
2625
2626 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2627
2628 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2629 string.
2630
2631 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2632
2633 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2634 that should be ignored when comparing distant RSS articles with local
2635 ones.
2636 (nnrss-make-hash-index): New function. Create a hash index according
2637 to the ignored fields.
2638 (nnrss-check-group): Use it.
2639
2640 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2641
2642 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2643
2644 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2645
2646 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2647 the new optional argument ENCODED is non-nil.
2648 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2649 coding system for encoding group name.
2650 (gnus-group-make-rss-group): Pass un-encoded group name to
2651 gnus-group-make-group.
2652 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2653 encoded.
2654
2655 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2656 Encode group name to which articles are moved or copied.
2657 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2658 coding system for encoding Newsgroup, Followup-To and Xref headers.
2659
2660 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2661 marks; use nnheader-file-coding-system to write a file.
2662 (nnagent-retrieve-headers): Bind file-name-coding-system to
2663 nnmail-pathname-coding-system.
2664
2665 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2666
2667 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2668 (nnml-request-article, nnml-request-create-group)
2669 (nnml-request-rename-group, nnml-find-id)
2670 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2671 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2672 (nnml-save-marks): Use nnml-group-pathname instead of
2673 nnmail-group-pathname.
2674
2675 (nnml-request-create-group, nnml-request-expire-articles)
2676 (nnml-request-move-article, nnml-request-delete-group)
2677 (nnml-deletable-article-p, nnml-possibly-create-directory)
2678 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2679 (nnml-open-marks): Bind file-name-coding-system to
2680 nnmail-pathname-coding-system.
2681
2682 (nnml-request-article): Pass server argument to nnml-find-group-number.
2683 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2684 server argument to nnml-possibly-create-directory.
2685 (nnml-request-accept-article): Pass server argument to
2686 nnml-active-number and nnml-save-mail.
2687 (nnml-find-group-number): Pass server argument to nnml-find-id.
2688 (nnml-request-update-info): Pass server argument to
2689 nnml-marks-changed-p.
2690
2691 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2692 (nnml-save-mail, nnml-active-number): Add server argument.
2693
2694 (nnml-request-delete-group): Warn if group is missing.
2695 (nnml-get-nov-buffer): Decode group name.
2696 (nnml-generate-active-info): Encode group name.
2697 (nnml-open-marks): Decode group name in messages.
2698
2699 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2700
2701 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2702 if it is not specified.
2703 (gnus-article-pipe-part, gnus-article-save-part)
2704 (gnus-article-interactively-view-part, gnus-article-copy-part)
2705 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2706 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2707 (gnus-article-replace-part, gnus-article-delete-part)
2708 (gnus-article-view-part-as-type): Pass raw prefix argument to
2709 gnus-article-part-wrapper.
2710
2711 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2712
2713 * gnus-agent.el (gnus-agent-save-active): Bind
2714 nnheader-file-coding-system to gnus-agent-file-coding-system.
2715
2716 * gnus-cache.el (gnus-cache-save-buffers)
2717 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2718 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2719 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2720 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2721 (gnus-cache-generate-active, gnus-cache-rename-group)
2722 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2723 (gnus-cache-update-overview-total-fetched-for): Bind
2724 file-name-coding-system to nnmail-pathname-coding-system.
2725 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2726 variables.
2727 (gnus-cache-decoded-group-name): New function.
2728 (gnus-cache-file-name): Use it.
2729 (gnus-cache-generate-active): Use non-decoded group name for active.
2730
2731 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2732 right place.
2733 (gnus-write-active-file): Don't break non-ASCII group names.
2734
2735 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2736 nnmail-pathname-coding-system.
2737
2738 * gnus-uu.el (gnus-uu-decode-save): Typo.
2739
2740 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2741
2742 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2743
2744 2007-07-14 David Kastrup <dak@gnu.org>
2745
2746 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2747 finishing actions if we did not edit the article.
2748
2749 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2750
2751 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2752 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2753 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2754 (gnus-agent-flush-group, gnus-agent-flush-cache)
2755 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2756 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2757 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2758 (gnus-agent-regenerate-group)
2759 (gnus-agent-update-files-total-fetched-for)
2760 (gnus-agent-update-view-total-fetched-for): Bind
2761 file-name-coding-system to nnmail-pathname-coding-system.
2762 (gnus-agent-group-pathname): Don't encode file names by
2763 nnmail-pathname-coding-system.
2764 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2765 coding-system-for-write instead of buffer-file-coding-system to
2766 gnus-agent-file-coding-system.
2767
2768 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2769 Decode group name.
2770
2771 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2772
2773 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2774 (gnus-read-newsrc-el-file): Make group names unibyte.
2775
2776 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2777 nnmail-pathname-coding-system.
2778
2779 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2780 (nnrss-request-delete-group): Bind file-name-coding-system to
2781 nnmail-pathname-coding-system.
2782 (nnrss-read-server-data, nnrss-read-group-data): Bind
2783 file-name-coding-system correctly.
2784 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2785
2786 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2787 (nntp-server-to-method-cache): New variable.
2788 (nntp-group-pathname): New function that decodes non-ASCII group names.
2789 (nntp-possibly-create-directory, nntp-marks-changed-p)
2790 (nntp-save-marks, nntp-open-marks): Use it.
2791 (nntp-possibly-create-directory, nntp-open-marks):
2792 Bind file-name-coding-system to nnmail-pathname-coding-system.
2793 (nntp-open-marks): Decode group names when bootstrapping marks.
2794
2795 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2796 Newsgroups and Folowup-To headers.
2797
2798 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2799
2800 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2801 (gnus-server-closed-face, gnus-server-denied-face)
2802 (gnus-server-offline-face): Remove variable.
2803 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2804
2805 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2806 of modifying message-stack directly for XEmacs.
2807
2808 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2809 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2810 if the coding-system argument is nil for XEmacs.
2811
2812 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2813 mm-charset-override-alist.
2814
2815 * rfc2047.el: Don't require base64; require rfc2045 for the function
2816 rfc2045-encode-string.
2817 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2818 to quote the parameter value.
2819
2820 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2821
2822 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2823 form in gnus-group-name-charset-method-alist.
2824
2825 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2826 overrides the default layout edit-form.
2827
2828 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2829
2830 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2831
2832 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2833
2834 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2835 as unfetched articles.
2836
2837 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2838
2839 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2840
2841 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2842
2843 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2844 original back end that keeps marks in the local system.
2845
2846 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2847
2848 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2849 arg of pop-to-buffer for XEmacs.
2850 (gnus-article-read-summary-keys): Ditto; don't restore window
2851 configuration if summary command ends up with neither article buffer
2852 nor summary buffer; describe bindings if summary keys end with C-h.
2853
2854 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2855
2856 * message.el (message-fix-before-sending): Skip raw message part to be
2857 forwarded while checking illegible text.
2858 (message-forward-make-body-mime, message-forward-make-body): Mark
2859 signed or encrypted raw message as having no illegible text.
2860
2861 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2862
2863 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2864 (gnus-message-with-timestamp-1): New macro.
2865 (gnus-message-with-timestamp): New function.
2866 (gnus-message): Use them.
2867
2868 * nnheader.el (nnheader-message): Use them.
2869
2870 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2871
2872 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2873 .newsrc.eld file.
2874
2875 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2876
2877 * gnus-agent.el (gnus-agent-fetch-headers)
2878 (gnus-agent-retrieve-headers): Bind
2879 gnus-decode-encoded-address-function to identity.
2880
2881 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2882 available also when the server returns simply a dot.
2883
2884 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2885
2886 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2887
2888 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2889
2890 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2891
2892 * gnus-ems.el (gnus-x-splash): Make it work.
2893
2894 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2895 from being used.
2896
2897 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2898
2899 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2900 the front stickiness.
2901 (gnus-article-summary-command-nosave): Correct the order of the
2902 arguments passed to pop-to-buffer.
2903 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2904 summary command ends up with the article buffer.
2905
2906 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2907 the same faces.
2908
2909 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2912
2913 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2914
2915 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2916 * gnus-sum.el (gnus-summary-highlight):
2917 * mail-source.el (mail-source-delete-old-incoming-confirm):
2918 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2919
2920 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2921
2922 * gnus-art.el (gnus-mime-view-part-externally)
2923 (gnus-mime-view-part-internally): Fix predicate function passed to
2924 completing-read.
2925
2926 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2927
2928 * gnus.el (gnus-update-message-archive-method): Add :version.
2929
2930 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2931
2932 * gnus.el (gnus-update-message-archive-method): New variable.
2933
2934 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2935 according to gnus-message-archive-method if
2936 gnus-update-message-archive-method is non-nil.
2937
2938 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2939
2940 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2941 by Loic Dachary <loic@dachary.org>.
2942 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2943
2944 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2945
2946 * message.el (message-pop-to-buffer): Add switch-function argument.
2947 (message-mail): Pass switch-function argument to it.
2948
2949 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2950
2951 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2952 Improve doc string.
2953
2954 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2955
2956 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2957 (gnus-header-content)
2958 * gnus-cite.el (gnus-cite-10)
2959 * gnus-srvr.el (gnus-server-closed)
2960 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2961 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2962 (gnus-group-mail-3-empty, gnus-group-mail-low)
2963 (gnus-group-mail-low-empty, gnus-splash)
2964 * message.el (message-header-to, message-header-cc)
2965 (message-header-subject, message-header-other, message-header-name)
2966 (message-header-xheader, message-separator, message-cited-text)
2967 (message-mml): Lighten colors of faces used for dark background.
2968
2969 2007-05-24 Simon Josefsson <simon@josefsson.org>
2970
2971 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2972 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2973
2974 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2975
2976 * message.el (message-narrow-to-headers-or-head):
2977 Ignore mail-header-separator in the body.
2978
2979 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2980
2981 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2982 same as window size.
2983
2984 2007-05-22 Kevin Ryde <user42@zip.com.au>
2985
2986 * message.el (message-font-lock-keywords): Use message-header-xheader
2987 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2988 ahead of the anything pattern, to get it recognised.
2989
2990 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2991
2992 * gnus-sum.el (gnus-articles-to-read)
2993 (gnus-summary-insert-old-articles): Don't truncate group name for
2994 `read-string'.
2995
2996 * gnus-util.el (gnus-limit-string): Delete this function.
2997
2998 * gnus-sum.el (gnus-simplify-subject-fully): Use
2999 `truncate-string-to-width' instead.
3000
3001 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
3002
3003 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
3004 if, on summary exit, the next group has to be selected.
3005 (gnus-summary-exit): Use it.
3006
3007 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3008
3009 * gnus-art.el (gnus-article-mode): Fix comment about displaying
3010 non-break space.
3011
3012 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3013
3014 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3015 Check if group is not a directory.
3016 (nnfolder-request-expire-articles): Don't delete articles if the target
3017 group is not available.
3018
3019 * nnml.el (nnml-request-create-group): Properly check if group is not a
3020 file.
3021 (nnml-request-expire-articles): Don't delete articles if the target
3022 group is not available.
3023
3024 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3025 Don't quote characters that are within parentheses.
3026
3027 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3030 (gnus-handle-ephemeral-exit): Select article according to it.
3031
3032 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3033
3034 * message.el (message-insert-formated-citation-line): Remove newline.
3035 (message-citation-line-format): Add final \n here so that the user can
3036 avoid a blank line.
3037
3038 2007-05-03 Dan Christensen <jdc@uwo.ca>
3039
3040 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3041 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3042 Update lanl/arXiv support.
3043
3044 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3045
3046 * gnus.el: Bump version number.
3047
3048 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3049
3050 * gnus.el (gnus-version-number): Bump version.
3051
3052 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3053
3054 * gnus.el: No Gnus v0.6 is released.
3055
3056 2007-04-27 Didier Verna <didier@xemacs.org>
3057
3058 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3059 * gmm-utils.el (gmm-regexp-concat): here.
3060 * message.el: Don't require 'gnus-util.
3061 (message-dont-reply-to-names): Handle name change above.
3062 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3063
3064 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3065
3066 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3067 since the initial value varies according to the system.
3068
3069 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3070
3071 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3072
3073 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3074
3075 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3076
3077 2007-04-24 Didier Verna <didier@xemacs.org>
3078
3079 Improve the type of gnus-ignored-from-addresses.
3080 * gnus-util.el (gnus-orify-regexp): New function.
3081 * message.el (gnus-util): Require it.
3082 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3083 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3084 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3085
3086 2007-04-24 Didier Verna <didier@xemacs.org>
3087
3088 * gnus-sum.el:
3089 * gnus-utils.el: Fix some trailing whitespaces.
3090
3091 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3092
3093 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3094 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3095 article's Message-ID; refer parent article in summary buffer.
3096
3097 * message.el (message-bounce): Call mime-to-mml.
3098
3099 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3100
3101 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3102
3103 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3104
3105 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3106 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3107 displayed of multipart/alternative part if it is invoked from summary
3108 buffer.
3109
3110 * mm-view.el (mm-inline-text-html-render-with-w3m)
3111 (mm-inline-text-html-render-with-w3m-standalone)
3112 (mm-inline-render-with-function): Use mail-parse-charset by default.
3113
3114 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3115
3116 * parse-time.el (parse-time-string-chars): Check if CHAR
3117 is less than the length of parse-time-syntax.
3118
3119 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3120
3121 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3122 from gnus-newsgroup-processable.
3123
3124 2007-04-16 Didier Verna <didier@xemacs.org>
3125
3126 * gnus-msg.el (gnus-configure-posting-styles): Handle
3127 message-signature-directory properly with :file syntax. Reported by
3128 "Leo".
3129
3130 2007-04-11 Didier Verna <didier@xemacs.org>
3131
3132 New user option: message-signature-directory.
3133 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3134 * message.el (message-insert-signature): Ditto.
3135 * message.el (message-signature-file): Doc update.
3136 * message.el (message-signature-directory): New.
3137
3138 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3139
3140 * gnus-msg.el (gnus-inews-yank-articles): Use
3141 message-exchange-point-and-mark instead of exchange-point-and-mark.
3142
3143 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3144
3145 * message.el (message-yank-original): Make sure cited text ends with
3146 newline; don't exchange point and mark.
3147
3148 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * tls.el (open-tls-stream): Properly handle case where there
3151 is no associated buffer.
3152
3153 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3154
3155 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3156 message-yank-original, make sure (< mark TEXT point).
3157
3158 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3159
3160 * message.el (message-fill-column): New variable.
3161 (message-mode): Use it. Add comment on a possible new hook.
3162
3163 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3164 (nnmail-get-new-mail): Reformat.
3165
3166 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3167
3168 * gmm-utils.el: Fix Commentary.
3169 (gmm-tool-bar-from-list): Fix typo in doc string.
3170
3171 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3172
3173 * message.el (message-yank-original): Don't switch point and mark
3174 unnecessarily to put point and mark as documented.
3175
3176 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3177
3178 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3179 from the message heads.
3180
3181 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3182
3183 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3184 article buffer does not have a window. This may not be the best
3185 solution but is certainly better than setting the start of the null,
3186 that is the current, window.
3187
3188 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3189
3190 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3191 (gnus-draft-setup): Run it.
3192
3193 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3194 gnus-score-fast-scoring. Allow regexp.
3195 (gnus-score-headers): Use it.
3196
3197 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3198 XEmacs.
3199
3200 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3201 string.
3202 (gnus-button-alist): Also catch `<f1> k ...'.
3203 (gnus-treat-display-x-face): Fix doc string.
3204
3205 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3206
3207 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3208 evaluation of gnus-extended-version to ensure correct generation of the
3209 User-Agent header when message-generate-headers-first is used.
3210
3211 2007-03-24 Simon Josefsson <simon@josefsson.org>
3212
3213 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3214 hashcash-path is nil. Don't call callback with incorrect number of
3215 parameters if val is 0.
3216
3217 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3218
3219 * message.el (message-required-news-headers):
3220 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3221
3222 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3223
3224 * message.el (message-generate-new-buffers): Change the meaning of the
3225 nil value; add `standard' to the choices; treat t as `unique'; improve
3226 doc string.
3227 (gnus-select-frame-set-input-focus): Autoload.
3228 (message-buffer-name): Search for the existing message buffer if
3229 message-generate-new-buffers is nil or `standard'; treat the value t of
3230 message-generate-new-buffers as `unique'.
3231 (message-pop-to-buffer): Raise the frame already displaying the message
3232 buffer; clear the echo area after querying.
3233 (message-setup): Pass the `continue' argument to compose-mail.
3234 (message-mail): Prefer `switch-function' if it is given; search for the
3235 existing message buffer if the `continue' argument is non-nil; pass
3236 continue and switch-function arguments to compose-mail by way of
3237 message-setup.
3238 (message-mail-other-window): Adjust argument of message-setup.
3239 (message-mail-other-frame): Ditto.
3240
3241 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3242
3243 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3244 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3245 to turn font-lock on when turning gnus-message-citation-mode on.
3246
3247 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3248
3249 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3250 (mml-smime-function-alist): New variable; add epg as the backend.
3251 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3252 mml-smime- functions instead.
3253 * mm-view.el: Require smime.
3254
3255 2007-03-05 Didier Verna <didier@xemacs.org>
3256
3257 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3258 instead of just inheritance for posting styles.
3259 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3260
3261 2007-02-24 John Paul Wallington <jpw@pobox.com>
3262
3263 * tls.el (tls-certtool-program): Fix custom type.
3264
3265 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3266
3267 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3268 and point-at-eol instead of line-(beginning|end)-position.
3269
3270 * assistant.el (assistant-parse-buffer): Ditto.
3271
3272 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3273
3274 * mml2015.el (mml2015-epg-find-usable-key): New function.
3275 (mml2015-epg-sign): Use it.
3276 (mml2015-epg-encrypt): Use it.
3277
3278 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3279
3280 * message.el (message-make-in-reply-to): Quote name containing
3281 non-ASCII characters. It will make the RFC2047 encoder cause an error
3282 if there are special characters. Reported by NAKAJI Hiroyuki
3283 <nakaji@jp.freebsd.org>.
3284
3285 2007-02-27 Didier Verna <didier@xemacs.org>
3286
3287 Include the group parameters as well as the topic ones in the
3288 inheritance filter process.
3289 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3290 argument GROUP-PARAMS-LIST.
3291 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3292
3293 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3294
3295 * nntp.el (nntp-never-echoes-commands)
3296 (nntp-open-connection-functions-never-echo-commands): New variables.
3297 (nntp-send-command): Use them.
3298
3299 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3300
3301 * mml2015.el (mml2015-epg-verify): Simplified.
3302
3303 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3304
3305 * mml.el (mml-content-disposition-alist): New user option.
3306 (mml-content-disposition): New function.
3307 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3308 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3309
3310 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3311
3312 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3313 verification.
3314
3315 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3316
3317 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3318 articles posted in the last 24 hours.
3319
3320 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3323
3324 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3325
3326 * nntp.el (nntp-send-command): Don't wait for echoes when
3327 nntp-open-ssl-stream is used.
3328
3329 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3330
3331 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3332 (gnus-message-add-citation-keywords)
3333 (gnus-message-remove-citation-keywords): Remove.
3334 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3335 directly, make the variables in font-lock-defaults buffer-local, add
3336 gnus-message-citation-keywords to them and then update the value of
3337 font-lock-keywords.
3338
3339 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3340
3341 * message.el (message-cite-original-1): Don't call
3342 gnus-article-highlight-citation.
3343
3344 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3345 citations; fix line count.
3346
3347 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3348
3349 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3350 (gnus-message-add-citation-keywords)
3351 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3352 versions of font-lock-add-keywords and font-lock-remove-keywords to
3353 work with XEmacs correctly.
3354
3355 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3356
3357 * gnus-cite.el (gnus-cite-face-list): Set the values of
3358 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3359 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3360 (gnus-message-cite-prefix-regexp): New variable.
3361 (gnus-message-search-citation-line): Use it; protect against long
3362 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3363 the 0th match data for Emacs.
3364 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3365 (gnus-message-add-citation-keywords): Append keywords rather than
3366 prepending; emulate font-lock-add-keywords if it is not available.
3367 (gnus-message-remove-citation-keywords): Emulate
3368 font-lock-remove-keywords if it is not available.
3369
3370 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3371
3372 * message.el (message-cite-prefix-regexp): Set the value of
3373 gnus-message-cite-prefix-regexp.
3374
3375 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3376
3377 * nnweb.el (nnweb-google-parse-1): Update parser.
3378
3379 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3382
3383 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3384
3385 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3386 regexp.
3387
3388 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3389
3390 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3391 string-to-multibyte.
3392 (uudecode-decode-region-internal): Use it.
3393
3394 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3395
3396 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3397 custom choice.
3398
3399 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3400
3401 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3402
3403 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3404
3405 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3406 `write-region' to respect `mm-inhibit-file-name-handlers'.
3407
3408 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3409
3410 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3411 Use gnus-home-directory instead of "~/" or "$HOME".
3412
3413 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3414
3415 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3416 to mention filename.
3417 Add comments at beginning regarding usage.
3418 (encrypt-write-file-contents): Change interactive so a string is
3419 acceptable. If the file has no associated model, show an error instead
3420 of a nonsense prompt.
3421
3422 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3423
3424 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3425 Thanks to Yoshihiko Yamada for kind notification of this typo.
3426
3427 2007-01-12 Kenichi Handa <handa@m17n.org>
3428
3429 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3430 multibyte buffer.
3431
3432 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3433
3434 * gnus-score.el (gnus-score-fast-scoring): New variable.
3435 (gnus-score-headers): Use it.
3436
3437 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3438
3439 * message.el (message-cite-original-1): Call
3440 gnus-article-highlight-citation if requested.
3441 (message-make-from): Allow name and address as optional arguments.
3442
3443 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3444
3445 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3446 bugs to doc string.
3447 (gnus-button-alist): Add mid\\|message-id.
3448 (gnus-button-fetch-group): Extend for use in
3449 `browse-url-browser-function'.
3450 (gnus-button-url-regexp): Try to catch paired parentheses like in
3451 Wikipedia URLs.
3452
3453 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3454 Suggested by Simon Krahnke <overlord@gmx.li>.
3455
3456 2007-01-13 Romain Francoise <romain@orebokech.com>
3457
3458 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3459 Update copyright.
3460
3461 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3462
3463 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3464
3465 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3466
3467 * gnus-registry.el (gnus-registry-unfollowed-groups)
3468 (gnus-registry-split-fancy-with-parent): Fix documentation.
3469
3470 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3471
3472 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3473 from nnweb groups.
3474
3475 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3476
3477 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3478 Xref urls. Erase buffer before requesting head.
3479
3480 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3481
3482 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3483
3484 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3485 customizable.
3486
3487 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3488
3489 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3490 no signing key is found.
3491 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3492 no encrypting and/or signing key is found.
3493
3494 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3495
3496 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3497
3498 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3499
3500 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3501 headers read from disk with the ones newly found in the current search.
3502 This should no longer cause problems, because the article numbers in
3503 Gmane's `nov.php' output are ignored since the previous change.
3504
3505 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3506
3507 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3508
3509 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3510
3511 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3512
3513 2007-01-01 Romain Francoise <romain@orebokech.com>
3514
3515 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3516
3517 2006-12-31 Steve Youngs <steve@sxemacs.org>
3518
3519 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3520 `define-minor-mode' macro definition expanded properly.
3521 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3522 exclude it there.
3523
3524 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3525 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3526 `fboundp' test.
3527 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3528 This is OK to autoload in (S)XEmacs now.
3529
3530 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3531
3532 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3533 keystroke.
3534 (gnus-summary-limit-to-singletons): Fix typo.
3535
3536 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3537 else fails.
3538
3539 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3540
3541 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3542 docstring.
3543
3544 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3545 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3546 (gnus-summary-insert-dormant-articles): Fix typo in message.
3547
3548 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3549
3550 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3551 nil for XEmacs.
3552 (gnus-message-citation-mode): Don't autoload in XEmacs.
3553
3554 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3555
3556 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3557
3558 * nnimap.el (nnimap-expunge-search-string): Mention
3559 nnimap-search-uids-not-since-is-evil in docstring.
3560
3561 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3562
3563 * spam.el: Revert to make-obsolete-variable because
3564 define-obsolete-variable-alias is not supported in Emacs 21.
3565
3566 * spam.el (spam-ifile-path, spam-ifile-database-path)
3567 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3568 make-obsolete-variable.
3569 (spam-bsfilter-path, spam-bsfilter-program)
3570 (spam-spamassassin-path, spam-spamassassin-program)
3571 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3572 use "path" inappropriately.
3573 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3574 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3575 variable names.
3576
3577 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3578
3579 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3580 summary buffer.
3581
3582 * password.el (password-cache-remove): Use clear-string to burn
3583 password, if available.
3584
3585 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3586
3587 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3588
3589 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3590
3591 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3592 (gnus-message-highlight-citation): Move defcustom here from
3593 gnus-cite.el.
3594 (gnus-message-citation-mode): Autoload.
3595
3596 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3597 checks to make it compile with XEmacs.
3598 (gnus-message-citation-mode): New minor mode.
3599 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3600 (gnus-message-highlight-citation): New variables.
3601 (gnus-message-search-citation-line)
3602 (gnus-message-add-citation-keywords)
3603 (gnus-message-remove-citation-keywords)
3604 (turn-on-gnus-message-citation-mode)
3605 (turn-off-gnus-message-citation-mode): New functions.
3606
3607 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3608
3609 * gnus-cite.el: Enable highlighting of different citation levels in
3610 message-mode.
3611
3612 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3613
3614 * message.el (message-make-fqdn): Fix comment.
3615 (message-bogus-system-names): Add ".local".
3616
3617 * spam.el (spam-ifile-path, spam-ifile-program)
3618 (spam-ifile-database-path, spam-ifile-database)
3619 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3620 Don't use "path" inappropriately.
3621 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3622 strings.
3623 (spam-check-ifile, spam-ifile-register-with-ifile)
3624 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3625 new variable names.
3626
3627 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3628 (gnus-treat-display-smileys): Simplify using
3629 gnus-image-type-available-p.
3630
3631 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3632 available.
3633
3634 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3635
3636 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3637 one after turning on the buffer's multibyteness instead of decoding
3638 them directly in the unibyte buffer that causes unexpected conversion
3639 in Emacs 23 (unicode).
3640
3641 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3642
3643 * message.el (message-generate-hashcash): Fix custom type.
3644
3645 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3646
3647 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3648
3649 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3650
3651 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3652 disconnect icons. Add help text.
3653
3654 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3655
3656 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3657 negated to be consistent with the others we handle.
3658
3659 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3660
3661 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3662 version of gnus-summary-buffer to something, so that we can use two
3663 article buffers at the same time.
3664
3665 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3666
3667 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3668 trigger all the extra headers.
3669 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3670 sorting.
3671
3672 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3673
3674 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3675 solid groups.
3676
3677 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3678
3679 * legacy-gnus-agent.el: Add Copyright notice.
3680
3681 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3684
3685 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3686
3687 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3688
3689 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3690 to make it work reliably in CVS Emacs.
3691 (gnus-summary-limit-strange-charsets-predicate)
3692 (gnus-summary-limit-to-predicate): New functions.
3693
3694 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3697 specifying array size.
3698 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3699 array if it is too small.
3700 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3701 (gnus-sort-threads-loop): New function.
3702
3703 2006-12-06 Chris Moore <dooglus@gmail.com>
3704
3705 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3706 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3707
3708 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3709
3710 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3711 options.
3712
3713 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3714
3715 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3716 DOS-ing the recipient.
3717
3718 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3719 the headers when creating the mapping to avoid mismappings.
3720 (nnweb-gmane-create-mapping): Always nix out old mapping.
3721
3722 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3723
3724 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3725 and mm-verify-option to never.
3726
3727 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3728
3729 * message.el (message-signed-or-encrypted-p): New function.
3730 (message-forward-make-body): Use it.
3731
3732 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3733 Replace encode-coding-string with mm-encode-coding-string.
3734
3735 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3736
3737 * nneething.el (nneething-decode-file-name): Replace
3738 decode-coding-string with mm-decode-coding-string.
3739
3740 * gnus-int.el (gnus-open-server): Say failed server's name.
3741
3742 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3743
3744 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3745 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3746
3747 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3748 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3749 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3750 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3751 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3752 (gnus-subscribe-newsgroup, gnus-1):
3753 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3754 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3755 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3756 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3757
3758 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3759
3760 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3761 keystroke.
3762 (gnus-summary-limit-to-bodies): Implement headersp.
3763
3764 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3767
3768 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3771
3772 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3773
3774 * message.el (message-generate-hashcash): Expand range of values to
3775 include `opportunistic'.
3776 (message-send-mail): Use it.
3777
3778 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3779
3780 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3781 and comment it.
3782
3783 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3784
3785 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3786
3787 * gnus-util.el (gnus-extract-address-components): Improve comment.
3788
3789 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3790
3791 * gnus-util.el (gnus-extract-address-components): Work with address in
3792 which the name portion contains @.
3793
3794 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3795
3796 * gnus.el (gnus-start): Move custom group up.
3797 (gnus-select-method): Don't autoload, but make it available for
3798 `customize-variable'.
3799 (gnus-getenv-nntpserver): Don't autoload.
3800
3801 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3802
3803 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3804
3805 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3806
3807 * message.el (message-sendmail-extra-arguments): New variable.
3808 (message-send-mail-with-sendmail): Use it.
3809
3810 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3811
3812 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3813 mm-with-unibyte-current-buffer to make string unibyte.
3814
3815 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3816 mm-string-as-multibyte.
3817
3818 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3819
3820 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3821 Reported by Werner Koch <wk@gnupg.org>.
3822
3823 2006-11-14 Daiki Ueno <ueno@p360>
3824
3825 * mml2015.el: Autoload epa-select-keys when compiling.
3826
3827 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3828
3829 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3830 message-options.
3831 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3832
3833 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3834
3835 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3836 EasyPG (< 0.0.6).
3837 (mml2015-always-trust): New user option.
3838 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3839 prompt.
3840
3841 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3842
3843 * nntp.el (nntp-authinfo-force): New variable.
3844 (nntp-send-authinfo): Use it.
3845
3846 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3847
3848 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3849 decode encoded words. Improve prompt. Add comment about forwarding.
3850 (message-replacement-char): Move up.
3851
3852 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3853
3854 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3855 instead of gnus-intersection because arguments of gnus-sorted-nunion
3856 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3857
3858 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3859
3860 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3861 (message-simplify-subject-functions): Enable
3862 message-strip-subject-encoded-words by default.
3863
3864 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3865
3866 * message.el (message-strip-subject-encoded-words): New function
3867 (message-simplify-subject-functions): New variable.
3868 (message-simplify-subject): Use it. Fix typo in doc string.
3869 Support message-strip-subject-encoded-words.
3870
3871 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * gnus-diary.el (gnus-diary-delay-format-function):
3874 * nndiary.el (nndiary-reminders):
3875 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3876
3877 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3878
3879 * gnus-art.el (article-hide-boring-headers): Fetch date from
3880 gnus-original-article-buffer to avoid problems with localized date
3881 strings.
3882
3883 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3884
3885 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3886
3887 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3888
3889 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3890 New variables.
3891 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3892 (mm-charset-synonym-alist): Move some entries to
3893 mm-codepage-iso-8859-list.
3894 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3895 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3896
3897 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3898
3899 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3900
3901 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3902
3903 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3904 with Emacs 21 and XEmacs.
3905
3906 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3907
3908 * spam.el (spam-parse-address): New function for better parsing,
3909 catching errors, etc.
3910 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3911
3912 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3913
3914 * mm-view.el: Add interactive arg to html2text autoload.
3915
3916 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3917
3918 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3919
3920 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3921
3922 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3923 variables.
3924 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3925 (mm-charset-synonym-alist): Move some entries to
3926 mm-codepage-iso-8859-list.
3927
3928 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3929
3930 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3931
3932 * message.el (message-citation-line-format)
3933 (message-insert-formated-citation-line): Fix implementation of %E, %N
3934 and %n according to the doc string.
3935
3936 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3937
3938 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3939 car-safe to avoid bad parses.
3940
3941 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3942
3943 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3944 names.
3945
3946 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3947
3948 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3949
3950 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3951 header.
3952
3953 * message.el (message-draft-headers): Add Date.
3954 (message-headers-to-generate): Fix typo in docstring.
3955
3956 * nndraft.el (nndraft-required-headers): New variable.
3957 (nndraft-generate-headers): Use it.
3958
3959 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3960
3961 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3962
3963 * gnus-registry.el (gnus-registry-wash-for-keywords)
3964 (gnus-registry-find-keywords): New functions to allow easy searching of
3965 articles that are in the registry.
3966
3967 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3968
3969 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3970 ietf-drums-parse-address instead of gnus-extract-address-components.
3971 Reported by Damien Elmes <damien@repose.cx>.
3972
3973 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3974
3975 * gnus.el (gnus-mime): Remove unused custom group.
3976
3977 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3978
3979 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3980 "blank line" when searching for end of armor headers.
3981
3982 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3983
3984 * gmm-utils.el (gmm-write-region): Fix variable name.
3985
3986 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3987
3988 * gmm-utils.el (gmm-write-region): New function based on compatibility
3989 code from `mm-make-temp-file'.
3990
3991 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3992
3993 * nnmaildir.el (nnmaildir--update-nov)
3994 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3995 Use `gmm-write-region'.
3996
3997 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3998
3999 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4000 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4001
4002 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4003
4004 * message.el (message-replacement-char): New variable.
4005 (message-fix-before-sending): Use it.
4006 (message-simplify-subject): New function to remove duplicate code.
4007 (message-reply, message-followup): Use it.
4008
4009 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4010 gnus-summary-limit-to-articles.
4011
4012 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4013
4014 * gnus-util.el (gnus-with-local-quit): New macro.
4015
4016 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4017
4018 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
4019
4020 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4021 ignore non-string data.
4022
4023 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
4024
4025 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4026 non-string data (needs to be done in the registry too).
4027
4028 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4029
4030 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4031 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4032 (gnus-registry-split-fancy-with-parent)
4033 (gnus-registry-fetch-simplified-message-subject-fast)
4034 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4035 Remove text properties on ingress into the registry and when it's saved.
4036 (gnus-registry-clean-empty-function): Fix bug with cleaning the
4037 registry from entries with no groups.
4038
4039 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4040
4041 * gnus-util.el (gnus-string-remove-all-properties): Add utility
4042 function to remove string properties.
4043
4044 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
4045
4046 * gmm-utils.el (gmm): Adjust custom version.
4047
4048 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4049 custom version.
4050
4051 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4052
4053 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4054
4055 * gnus-art.el (gnus-insert-prev-page-button)
4056 (gnus-insert-next-page-button): Simplify. Reformat.
4057
4058 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4059
4060 * gnus-art.el (gnus-insert-prev-page-button)
4061 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4062
4063 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4066
4067 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4068
4069 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4070 gnus-article-button-face to MIME and security buttons.
4071
4072 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4073
4074 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4075 readable.
4076
4077 2006-09-20 Steve Youngs <steve@sxemacs.org>
4078
4079 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4080 `browse-url-of-file' instead of `browse-url'.
4081
4082 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4083
4084 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4085 regexp. Articles containing quotation were cut prematurely.
4086
4087 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4088
4089 * message.el (message-cite-original-1): Use nobody by default for the
4090 value of From header.
4091 (message-reply): Ditto.
4092
4093 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4094
4095 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4096 to the gnus-info. This fixes a bug of inline-PGP message verification.
4097 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4098
4099 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4100
4101 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4102 mails in the doc string. Add some URLs in comment.
4103 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4104
4105 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4106
4107 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4108 backslashes handling and the way to find boundaries of quoted strings.
4109
4110 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4111
4112 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4113 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4114 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4115 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4116
4117 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4118
4119 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4120 doc string.
4121 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4122
4123 2006-09-06 Simon Josefsson <jas@extundo.com>
4124
4125 * mml2015.el (mml2015-use): Doc fix, mention epg.
4126
4127 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4128
4129 * mml2015.el (mml2015-use): Default to epg, if available.
4130
4131 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4132
4133 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4134 message-sender.
4135 (mml1991-epg-encrypt): Ditto.
4136 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4137 message-sender.
4138 (mml2015-epg-encrypt): Ditto.
4139
4140 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4143 several common directories.
4144
4145 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4146
4147 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4148 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4149
4150 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4151
4152 * gnus-art.el (article-decode-encoded-words): Make it fast.
4153
4154 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4155
4156 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4157
4158 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4159 in quoted string into `\'.
4160
4161 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4164 Use standard-syntax-table.
4165
4166 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4167
4168 * gnus-art.el (gnus-decode-address-function): New variable.
4169 (article-decode-encoded-words): Use it to decode headers which are
4170 assumed to contain addresses.
4171 (gnus-mime-delete-part): Remove useless `or'.
4172
4173 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4174 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4175 (gnus-nov-parse-line): Use it to decode From header.
4176 (gnus-get-newsgroup-headers): Ditto.
4177 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4178
4179 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4180 (mail-decode-encoded-address-string): New alias.
4181
4182 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4183 New function.
4184 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4185 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4186 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4187 (rfc2047-decode-string): Ditto.
4188 (rfc2047-decode-address-region): New function.
4189 (rfc2047-decode-address-string): New function.
4190
4191 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4192
4193 * message.el (message-caesar-buffer-body): Allow rotating headers.
4194
4195 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4196
4197 * message.el (message-insert-formated-citation-line): Fix %f.
4198 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4199
4200 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4201
4202 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4203 (gnus-bookmark-mouse-available-p): New macro.
4204 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4205 (gnus-bookmark-bmenu-show-infos): Use it.
4206 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4207 (gnus-bookmark-bmenu-hide-infos): Ditto.
4208 (gnus-bookmark-remove-properties): New function.
4209 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4210 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4211 (gnus-bookmark-write-file): Bind coding-system-for-write.
4212 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4213 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4214 group before selecting it.
4215 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4216 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4217 quit-window if it is not available; use gnus-mouse-2 and bind it to
4218 gnus-bookmark-bmenu-select-by-mouse.
4219 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4220 (gnus-bookmark-bmenu-select-by-mouse): New function.
4221
4222 2006-08-13 Romain Francoise <romain@orebokech.com>
4223
4224 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4225 space.
4226
4227 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4228
4229 * compface.el (uncompface): Use binary rather than raw-text-unix.
4230
4231 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4232
4233 * compface.el (uncompface): Make sure the eol conversion doesn't take
4234 place when communicating with the external programs. Reported by
4235 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4236
4237 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4238
4239 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4240
4241 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4242
4243 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4244 Make it more robust by parsing author and date independently.
4245
4246 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4247
4248 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4249
4250 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4251
4252 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4253 first matching secret key.
4254 (mml2015-epg-encrypt): Ditto.
4255
4256 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4257 first matching secret key.
4258 (mml1991-epg-encrypt): Ditto.
4259
4260 * mml2015.el (mml2015-encrypt-to-self): New user option.
4261 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4262 mml2015-epg-encrypt-to-self is set.
4263
4264 * mml1991.el (mml1991-encrypt-to-self): New variable.
4265 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4266 mml1991-epg-encrypt-to-self is set.
4267
4268 * mml2015.el (mml2015-signers): New user option.
4269 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4270 (mml2015-epg-encrypt): Allow to select signing keys.
4271
4272 * mml1991.el (mml1991-signers): New variable.
4273 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4274 (mml1991-epg-encrypt): Allow to select signing keys.
4275
4276 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4277
4278 * nnheader.el (nnheader-insert-head): Make it work even if the file
4279 uses CRLF for the line-break code.
4280
4281 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4282
4283 * mml2015.el: Require mml-sec instead of password.
4284 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4285 (mml2015-cache-passphrase): Inherit the default value from
4286 mml-secure-cache-passphrase.
4287 (mml2015-passphrase-cache-expiry): Inherit the default value from
4288 mml-secure-passphrase-cache-expiry.
4289
4290 * mml1991.el: Require mml-sec instead of password.
4291 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4292 (mml1991-cache-passphrase): Inherit the default value from
4293 mml-secure-cache-passphrase.
4294 (mml1991-passphrase-cache-expiry): Inherit the default value from
4295 mml-secure-passphrase-cache-expiry.
4296
4297 * mml-sec.el: Require password.
4298 (mml-secure-verbose): New user option.
4299 (mml-secure-cache-passphrase): New user option.
4300 (mml-secure-passphrase-cache-expiry): New user option.
4301
4302 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4303
4304 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4305 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4306 andreas@altroot.de (Andreas Vögele).
4307
4308 FIXME: Use `tiny change'?
4309
4310 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4311
4312 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4313 workaround for the url package included with Emacs.
4314
4315 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4316
4317 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4318
4319 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4320 correctly. This fixes a bug caused by the 2006-05-12 change.
4321
4322 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4323
4324 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4325 some information about the error when saying that the `bogus' mail
4326 group will be used.
4327
4328 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4329
4330 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4331 string.
4332
4333 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4334
4335 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4336
4337 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4338
4339 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4340
4341 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4342
4343 * mml1991.el (mml1991-function-alist): Add epg.
4344 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4345 (mml1991-epg-encrypt): New functions.
4346
4347 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4348
4349 * mml2015.el (mml2015-verbose): New variable.
4350 (mml2015-cache-passphrase): Ditto.
4351 (mml2015-passphrase-cache-expiry): Ditto.
4352 (mml2015-function-alist): Add epg.
4353 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4354 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4355 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4356 functions.
4357
4358 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4359
4360 * message.el (message-cite-original-1): Preserve region when removing
4361 quoted text due to X-No-Archive in order to avoid bogus attribution
4362 when citing multiple messages.
4363
4364 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4365
4366 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4367 Kenneth Jacker <khj@be.cs.appstate.edu>.
4368
4369 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4370
4371 * gnus-diary.el (gnus-user-format-function-d)
4372 (gnus-user-format-function-D): Autoload.
4373
4374 * imap.el (Commentary): Fix typo.
4375
4376 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4377 2006-04-22 contribution.
4378
4379 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4380
4381 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4382 It didn't really fix the bogosity I'm seeing with solid web groups.
4383
4384 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4385
4386 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4387 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4388 created using server names. If we use the feature without declaring
4389 it, Gnus does not properly manage server and group state.
4390
4391 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4392 bound.
4393
4394 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4395
4396 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4397 looking up the method using GROUP's prefix before inventing a new one.
4398 It is used on killed/unknown groups in various places where returning
4399 an all-new method isn't expected by the caller.
4400
4401 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4402 and match semantics of gnus-group-real-prefix.
4403
4404 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4405
4406 * nnmail.el (nnmail-broken-references-mailers): New variable.
4407 (nnmail-ignore-broken-references): New function generalizing
4408 nnmail-fix-eudora-headers.
4409 (nnmail-fix-eudora-headers): Now obsolete.
4410
4411 * gnus-art.el (gnus-button-handle-custom): Support
4412 `customize-apropos*'.
4413
4414 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4415
4416 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4417
4418 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4419 articles.
4420
4421 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4422
4423 * message.el (message-cite-reply-above): New variable.
4424 (message-yank-original): Use it.
4425
4426 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4427
4428 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4429
4430 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4431
4432 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4433 as read.
4434
4435 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4436
4437 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4438
4439 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4440 (gnus-bookmark-default-file): Use gnus-directory.
4441 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4442 Remove "*" in doc string.
4443 (gnus-bookmark-write-file): Simplify.
4444 (gnus-bookmark-maybe-sort-alist): Use `when'.
4445 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4446 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4447 FIXME about Emacs 21 and XEmacs compatibility.
4448 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4449 compatibility.
4450 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4451 compatibility.
4452 (gnus-bookmark-menu-heading): Fix version.
4453
4454 2006-06-19 Bastien Guerry <bzg@altern.org>
4455
4456 * gnus-bookmark.el: New file.
4457
4458 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4459
4460 * message.el (message-syntax-checks): Doc fix.
4461
4462 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4463
4464 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4465 unsubscribed groups as if they were killed ones. It causes duplicate
4466 entries in gnus-newsrc-alist.
4467
4468 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4469
4470 * message.el (message-syntax-checks): Doc fix.
4471 (message-send-mail): Add check for continuation headers.
4472 (message-check-news-header-syntax): Fix regexp used to check for
4473 continuation headers.
4474
4475 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4478
4479 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4480
4481 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4482
4483 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4484
4485 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4486 default-truncate-lines.
4487
4488 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4489
4490 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4491 to fill the utf-8 entry.
4492
4493 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4494
4495 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4496
4497 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4498
4499 * gnus-agent.el (directory-files-and-attributes): Move all the way
4500 forward (the third and final move).
4501 (gnus-agent-read-agentview): Trap reconstruction errors due to
4502 nonexistant directory. Handle by returning nil.
4503
4504 2006-05-30 Didier Verna <didier@xemacs.org>
4505
4506 * message.el (message-dont-reply-to-names): Update the custom type.
4507 * message.el (message-dont-reply-to-names): New defsubst: potentially
4508 convert a list of regexps into a single one.
4509 * message.el (message-get-reply-headers): Use it.
4510 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4511
4512 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4513
4514 * gnus-agent.el (directory-files-and-attributes): Move forward.
4515
4516 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4517
4518 * gnus-ml.el (gnus-mailing-list-subscribe)
4519 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4520 (gnus-mailing-list-message): Fix doc strings.
4521
4522 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4523
4524 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4525 of doing it manually.
4526
4527 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4528
4529 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4530 comment.
4531
4532 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4533
4534 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4535 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4536 (gnus-agent-read-local): All symbols allocated in my-obarray
4537 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4538 (gnus-agent-regenerate-group): Check numeric names to see if they are
4539 messages or groups.
4540 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4541 better way of do this...)
4542
4543 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4544 'dummy.group' (there should be a better way of do this...)
4545
4546 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4547
4548 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4549 (gnus-saved-headers): Ditto.
4550 (gnus-default-article-saver): Mention functions may have properties.
4551 (gnus-article-save): Override gnus-save-all-headers and
4552 gnus-saved-headers by :headers property which saver function may have.
4553 (gnus-summary-save-in-file): Add :headers property.
4554 (gnus-summary-write-to-file): Ditto.
4555
4556 * gnus-sum.el (gnus-summary-save-article): Bind
4557 gnus-prompt-before-saving to t when saving many articles in a file;
4558 always show all headers.
4559
4560 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4561
4562 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4563 marks.
4564
4565 * message.el (message-indent-citation): Add optional arguments to allow
4566 using it outside of message buffers.
4567
4568 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4569 (gnus-article-treat-unfold-headers): Use it.
4570 (gnus-article-truncate-lines): New variable.
4571 (gnus-article-mode): Use it.
4572 (gnus-article-toggle-truncate-lines): New function.
4573
4574 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4575 gnus-article-toggle-truncate-lines.
4576
4577 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4578 coding system in XEmacs, use binary.
4579
4580 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4581
4582 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4583 after-load-alist.
4584
4585 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4586 this function should save decoded articles.
4587 (gnus-summary-write-to-file): Use property to specify this function
4588 should save decoded articles and specify gnus-summary-save-in-file
4589 should be used to save articles other than the first one when saving
4590 many articles.
4591 (gnus-summary-save-body-in-file): Use property to specify this
4592 function should save decoded articles.
4593 (gnus-summary-write-body-to-file): Use property to specify this
4594 function should save decoded articles and specify
4595 gnus-summary-save-body-in-file should be used to save articles other
4596 than the first one when saving many articles.
4597
4598 * gnus-sum.el (gnus-summary-save-article): Simplify.
4599
4600 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4601
4602 * gnus-art.el (gnus-default-article-saver): Add
4603 gnus-summary-write-body-to-file.
4604 (gnus-article-save-coding-system): Don't use coding system object
4605 in XEmacs.
4606 (gnus-read-save-file-name): Add optional `dir-var' argument which
4607 specifies directory in which files are saved; work even if optional
4608 `variable' argument is not specified.
4609 (gnus-summary-write-to-file): Read file name.
4610 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4611 (gnus-summary-write-body-to-file): New function.
4612
4613 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4614 (gnus-summary-local-variables): Add it.
4615 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4616 (gnus-summary-save-article): Remove optional `decode' argument;
4617 determine whether to decode articles by the value of
4618 gnus-default-article-saver; when saving many files using
4619 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4620 it first and use gnus-summary-save-in-file or
4621 gnus-summary-save-body-in-file thereafter unless
4622 gnus-prompt-before-saving is always; move point to article which
4623 will be saved.
4624 (gnus-summary-save-article-file): Revert.
4625 (gnus-summary-write-article-file): Revert.
4626 (gnus-summary-save-article-body-file): Revert.
4627 (gnus-summary-write-article-body-file): New function.
4628
4629 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4630
4631 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4632
4633 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4634
4635 * gnus-art.el (gnus-default-article-saver): Doc fix.
4636 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4637 from gnus-summary-save-article-coding-system, and default to a
4638 certain coding system.
4639 (gnus-output-to-file): Add coding cookie and encode text according
4640 to gnus-article-save-coding-system; don't use mm-append-to-file.
4641
4642 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4643 gnus-art.el and rename to gnus-article-save-coding-system.
4644 (gnus-summary-save-article): Require gnus-art; don't show all
4645 headers if it decodes articles; don't add coding cookie here;
4646 don't bind mm-text-coding-system-for-write.
4647 (gnus-summary-save-article-file): Save decoded articles.
4648 (gnus-summary-write-article-file): When saving many files, use
4649 gnus-summary-write-to-file first and gnus-summary-save-in-file
4650 thereafter unless gnus-prompt-before-saving is always.
4651 (gnus-summary-save-article-body-file): Save decoded articles.
4652
4653 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4654
4655 * nnrss.el (nnrss-check-group): Bind hash-index.
4656
4657 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4658
4659 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4660 its hash index. Store this hash in `nnrss-group-data'.
4661 (nnrss-read-group-data): Update accordingly.
4662
4663 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4664
4665 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4666 entry.
4667
4668 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4669 gnus-article-browse-html-article.
4670
4671 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4672
4673 * gnus-sum.el (gnus-summary-mime-map): Add
4674 gnus-article-browse-html-article.
4675 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4676
4677 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4678 suitable coding systems in customize.
4679
4680 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4681
4682 * mail-source.el (mail-sources): Fix custom type.
4683
4684 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4685
4686 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4687 (gnus-summary-expire-articles-now): Shorten prompt.
4688
4689 * gmm-utils.el (wid-edit): Require.
4690 (defun-gmm): Renamed from `gmm-defun-compat'.
4691 (gmm-image-search-load-path): Use it.
4692 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4693
4694 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4695
4696 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4697 variable.
4698 (gnus-summary-save-article): Add optional `decode' argument. If
4699 it is set and gnus-summary-save-article-coding-system is non-nil,
4700 save decoded article.
4701 (gnus-summary-write-article-file): Save decoded article if
4702 gnus-summary-save-article-coding-system is non-nil.
4703
4704 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4705 type.
4706
4707 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4708
4709 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4710
4711 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4712
4713 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4714 first to test gnus-single-article-buffer which may be buffer-local.
4715
4716 * gnus-sum.el (gnus-summary-setup-buffer): Make
4717 gnus-single-article-buffer buffer-local and nil in ephemeral
4718 group; make gnus-article-buffer, gnus-article-current, and
4719 gnus-original-article-buffer always buffer-local.
4720 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4721 group.
4722 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4723
4724 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4725
4726 * nnml.el (nnml-request-compact-group): Compressed files might not
4727 have .gz extension.
4728
4729 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4732 (mm-copy-to-buffer): Use with-current-buffer.
4733 (mm-display-part): Simplify.
4734 (mm-inlinable-p): Add optional arg `type'.
4735
4736 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4739 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4740 Try harder to show the attachment internally or externally using
4741 gnus-mime-view-part-as-type.
4742
4743 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4744
4745 * message.el (message-from-style, message-signature-separator)
4746 (message-user-organization-file, message-send-mail-function)
4747 (message-citation-line-function, message-yank-prefix)
4748 (message-indent-citation-function, message-signature)
4749 (message-signature-file, message-signature-insert-empty-line):
4750 Remove autoloads.
4751
4752 * gnus-art.el (gnus-buttonized-mime-types): Remove
4753 "multipart/signed". Revert 2006-04-26 change.
4754
4755 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4756
4757 * gnus.el (gnus-version-number): Bump version.
4758
4759 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4760
4761 * gnus.el: No Gnus v0.5 is released.
4762
4763 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4764
4765 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4766 fetching articles by message-id.
4767
4768 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4769
4770 * message.el (hashcash): Require hashcash as normal.
4771
4772 * ecomplete.el (ecomplete-highlight-match-line): Use
4773 point-at-eol.
4774 (ecomplete-highlight-match-line): Use `highlight', because that
4775 face exists in both Emacs and XEmacs.
4776
4777 * message.el (message-display-abbrev): Use point-at-bol.
4778
4779 * mail-source.el: Don't require timer/timer-funcs.
4780
4781 * gnus-async.el: Ditto.
4782
4783 * password.el: Ditto.
4784
4785 * mm-url.el: Ditto.
4786
4787 * mm-util.el: Require timer/timer-funcs.
4788
4789 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4790
4791 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4792 Close.
4793
4794 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4795
4796 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4797 unibyte after clear-decrypt function runs.
4798
4799 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4800 returns as a unibyte string.
4801
4802 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4803
4804 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4805 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4806 (mml1991-pgg-encrypt): Ditto.
4807
4808 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4809
4810 * message.el (message-user-organization-file): Check several
4811 locations of the organization file.
4812
4813 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4814 Add gnus-article-view-part-as-type.
4815
4816 * gnus-art.el (gnus-article-view-part-as-type): New function.
4817
4818 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4819 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4820
4821 * mml.el: Simplify autoload.
4822 (mml-mode): defvar dnd-protocol-alist instead of using
4823 symbol-value.
4824 (mml-default-directory): New variable.
4825 (mml-minibuffer-read-file): Use it.
4826 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4827
4828 * message.el (message-citation-line-format): New variable.
4829 (message-insert-formated-citation-line): New function.
4830 (message-citation-line-function): Add
4831 `message-insert-formated-citation-line' to custom type.
4832
4833 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4834 to doc string.
4835
4836 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4837 depending on mm-verify-option.
4838
4839 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4840
4841 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4842 binding pgg-* variables; reimplement the section which prevents
4843 MIME header from being signed.
4844 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4845 pgg-text-mode; remove a blank line at the top of body.
4846
4847 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4848 lines at the top of body; use gnus-newsgroup-charset if there's no
4849 Charset header.
4850
4851 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4852
4853 * message.el (message-self-insert-commands): Doc fix.
4854
4855 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4856 (mm-uu-pgp-encrypted-test): Ditto.
4857 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4858 between header and body; return application/pgp-encrypted handle
4859 if decryption failed; decode decrypted body by charset.
4860
4861 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4862 element match to application/pgp-*.
4863
4864 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4865
4866 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4867 HTML.
4868
4869 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4870
4871 * mail-source.el (mail-source-call-script): Message the error
4872 string.
4873
4874 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * gnus-util.el (gnus-byte-compile): Use it.
4877
4878 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4879
4880 * gnus-util.el (kill-empty-logs): New function.
4881
4882 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4883
4884 * message.el (message-mail-alias-type): Doc fix.
4885 (message-mail-alias-type-p): New function.
4886 (message-send): Use it.
4887 (message-mode): Ditto.
4888 (message-strip-forbidden-properties): Ditto.
4889
4890 * ecomplete.el (ecomplete-database-file-coding-system): New
4891 variable.
4892 (ecomplete-save): Use it.
4893 (ecomplete-setup): Use it.
4894
4895 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4896
4897 * message.el (message-self-insert-commands): New variable.
4898 (message-strip-forbidden-properties): Use it.
4899
4900 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4901
4902 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4903 that doesn't make XEmacs choke.
4904
4905 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4906
4907 * gnus-util.el (gnus-replace-in-string):
4908 Prefer replace-regexp-in-string over of replace-in-string.
4909
4910 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4911
4912 * gnus-util.el (gnus-select-frame-set-input-focus):
4913 Use select-frame-set-input-focus if it is available in XEmacs; use
4914 definition defined in Emacs 22 for old Emacsen.
4915
4916 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4917
4918 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4919
4920 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4921
4922 * gnus-registry.el (gnus-registry-cache-save): Remove text
4923 properties when saving via the temp buffer.
4924
4925 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4926
4927 * message.el (message-generate-hashcash): Honor custom type.
4928
4929 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4930
4931 * message.el (message-generate-hashcash): Default to non-nil when
4932 hashcash is found.
4933
4934 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4935 (gnus-refer-thread-limit): Increase default to 500.
4936
4937 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4938
4939 * flow-fill.el (fill-flowed): Allow delete-space.
4940
4941 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4942
4943 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4944 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4945 Remove autoloads.
4946
4947 2006-04-18 Simon Josefsson <jas@extundo.com>
4948
4949 * message.el (message-generate-hashcash): Default to.
4950
4951 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4952
4953 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4954 concatenating segments rather than before concatenating them.
4955
4956 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4957
4958 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4959
4960 * imap.el (imap-quote-specials): New function.
4961 (imap-login-auth): Quote specials.
4962
4963 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4964
4965 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4966
4967 * message.el (message-forward-make-body-plain): Allow
4968 message-forward-ignored-headers to be a list.
4969 (message-remove-ignored-headers): Factor out into function.
4970 (message-forward-make-body-mml): Use it.
4971 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4972 (rfc2231-parse-string): Allow concatanation of parameters that
4973 aren't contiguous. The test case is
4974 (mail-header-parse-content-type "message/external-body;
4975 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4976 access-type=LOCAL-FILE;
4977 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4978
4979 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * nntp.el (nntp-accept-process-output): Return the value of
4982 `nnheader-accept-process-output'.
4983
4984 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4985
4986 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4987 (gnus-button-alist): Recognize more diff formats.
4988 (gnus-button-patch): Strip directory.
4989
4990 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4991
4992 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4993 Emacs 22 when setting focus.
4994
4995 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4996
4997 * gnus-art.el (gnus-article-treat-types): Do treatment of
4998 text/x-verbatim parts.
4999 (gnus-button-patch): New command.
5000
5001 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5002 addresses that contain invalid characters.
5003
5004 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
5006 * message.el (message-put-addresses-in-ecomplete): Use
5007 gnus-replace-in-string.
5008 (message-is-yours-p): Use the more correct
5009 mail-header-parse-address instead of
5010 mail-extract-address-components.
5011 (message-put-addresses-in-ecomplete): Fix typo.
5012
5013 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5014 keystroke.
5015
5016 * gnus-art.el (gnus-treatment-function-alist): Change order of
5017 newsgroups/generic header folding to avoid double-folding.
5018
5019 * message.el (message-hidden-headers): Add X-Draft-From.
5020
5021 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5022 command.
5023 (gnus-summary-repeat-search-article-backward): New command.
5024
5025 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5026 groups in the parent topic.
5027
5028 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
5029
5030 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5031 (spam-extra-header-to-number): Return the CRM114 number as a
5032 number instead of a string.
5033
5034 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5035
5036 * gnus-art.el (gnus-face-properties-alist): Moved here from
5037 gnus-fun.
5038
5039 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5040
5041 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5042
5043 * message.el (message-strip-forbidden-properties): Only display on
5044 self-insert-command.
5045
5046 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5047 reindent.
5048 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5049
5050 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5051
5052 * smiley.el (smiley-style): Fix typo.
5053
5054 2006-03-23 Kenichi Handa <handa@m17n.org>
5055
5056 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5057 instead of set-buffer-multibyte.
5058
5059 2006-03-23 Kenichi Handa <handa@m17n.org>
5060
5061 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5062 buffer and then decode the buffer text if necessary.
5063 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5064 first, and after mm-encode-body, change the buffer to unibyte.
5065
5066 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067
5068 * hashcash.el (hashcash-insert-payment-async-2): Use
5069 message-goto-eoh instead of doing it manually.
5070 (mail-add-payment): Use message-narrow-to-header instead of trying
5071 to do the same itself.
5072
5073 * message.el (message-hidden-headers): Add Face.
5074
5075 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5076 reparenting code.
5077 (gnus-summary-reparent-children): Refactored out code.
5078 (gnus-summary-thread-map): New keystroke.
5079 (gnus-summary-reparent-children): Make into command.
5080
5081 * smiley.el (smiley-style): Default to `medium' if using a large
5082 font.
5083
5084 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5085 does it itself.
5086
5087 * message.el (message-point-in-header-p): Simplify definition.
5088
5089 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5090
5091 * nnagent.el (nnagent-request-set-mark): Silence log file
5092 writing.
5093 (nnagent-request-set-mark): Use write-region instead of
5094 append-to-file.
5095
5096 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5097 strange select method.
5098
5099 * ecomplete.el (ecomplete-display-matches): Get highlightling
5100 right.
5101 (ecomplete-display-matches): Use literals.
5102 (ecomplete-display-matches): Disable message logging.
5103
5104 * message.el (message-display-abbrev): Small optimization.
5105
5106 * ecomplete.el (ecomplete-display-matches): Allow automatic
5107 display.
5108
5109 * message.el (message-strip-forbidden-properties): Display
5110 abbrevs.
5111 (message-display-abbrev): Get automatic display right.
5112
5113 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5114 keystrokes.
5115
5116 2006-04-13 Romain Francoise <romain@orebokech.com>
5117
5118 TODO: Backport to v5-10!
5119
5120 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5121 Moved here (and renamed) from gnus-registry.el.
5122
5123 * gnus-registry.el: Require gnus-util.
5124 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5125
5126 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127
5128 * gnus-group.el (gnus-group-catchup-current): Change
5129 if-then-else-if-then-else into cond.
5130 (gnus-group-catchup): Indent.
5131 (group-name-at-point): New function.
5132 (gnus-fetch-group): Provide default from thing at point.
5133
5134 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * message.el (message-display-abbrev): Fix regexp.
5137
5138 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5139 choosing.
5140 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5141 dead variables.
5142
5143 * message.el (message-newline-and-indent): Remove debugging.
5144 (message-display-abbrev): Use new implementation.
5145
5146 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5147
5148 * gnus-art.el (gnus-article-mode): Set
5149 cursor-in-non-selected-windows to nil.
5150
5151 * smiley.el: Revert previous change.
5152 (smiley-data-directory): defvar it before using it in the
5153 defcustom of `smiley-style'.
5154
5155 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5156
5157 * message.el (message-newline-and-indent): New function.
5158
5159 * ecomplete.el: Implement more bits.
5160
5161 * message.el (message-put-addresses-in-ecomplete): Clean up the
5162 string.
5163
5164 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5165
5166 * gnus-sum.el (gnus-summary-save-parts): Bind
5167 gnus-summary-save-parts-counter and use it to make unique file
5168 names.
5169
5170 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5171
5172 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5173 parameter to say whether to actually parse the individual
5174 addresses.
5175
5176 * message.el (message-put-addresses-in-ecomplete): New function.
5177 (ecomplete): Require.
5178 (message-mail-alias-type): Add ecomplete as an option.
5179
5180 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5181
5182 * flow-fill.el (fill-flowed): Remove trailing space from blank
5183 quoted lines.
5184
5185 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5186
5187 * smiley.el (smiley-style): Move definition later to avoid a
5188 compilation warning.
5189
5190 2006-04-12 Kenichi Handa <handa@m17n.org>
5191
5192 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5193 buffer and then decode the buffer text if necessary.
5194 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5195 first, and after mm-encode-body, change the buffer to unibyte.
5196 Use mm-disable-multibyte instead of set-buffer-multibyte.
5197
5198 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5199
5200 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5201 Content-Type header instead of Content-Disposition header.
5202 (gnus-mime-inline-part): Ditto.
5203 (gnus-mime-view-part-as-charset): Ignore charset that the part
5204 specifies.
5205
5206 * mm-decode.el (mm-display-part): Work with external parts and
5207 usual parts similarly.
5208
5209 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5210 instead of gnus-display-mime.
5211
5212 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5213 instead of with-temp-buffer.
5214
5215 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5216 tag to summarized topics part in order to encode non-ASCII text.
5217
5218 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5219
5220 * smiley.el (smiley-style): New variable.
5221 (smiley-directory): New function.
5222 (smiley-data-directory): Derive from `smiley-style' using
5223 `smiley-directory'.
5224 (smiley-regexp-alist): Add new entries.
5225
5226 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5227 (gnus-article-browse-delete-temp): Add :version.
5228
5229 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5230
5231 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5232 the sieve region.
5233
5234 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5235
5236 * gnus.el (gnus-version-number): Bump version.
5237
5238 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5239
5240 * gnus.el: No Gnus v0.4 is released.
5241
5242 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5243
5244 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5245 layout.
5246
5247 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5248 unknown charset.
5249
5250 * message.el (message-header-synonyms): Add Original-To to the
5251 default.
5252
5253 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5254 optional parameter.
5255
5256 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5257
5258 * gnus-fun.el (gnus): Require it for gnus-directory.
5259
5260 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5261
5262 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5263
5264 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5265
5266 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5267
5268 2006-04-05 Simon Josefsson <jas@extundo.com>
5269
5270 * password.el (password-reset): New function.
5271
5272 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5273
5274 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5275 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5276
5277 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5278
5279 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5280 Some whitespace was matched into the url, which broke browsing hits
5281 > 100 when mm-url-use-external was nil.
5282
5283 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5284
5285 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5286 gnus-extra-headers for 'Newsgroups.
5287
5288 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5289 bound.
5290
5291 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5292
5293 * pgg-gpg.el: Clean up process buffers every time gpg processes
5294 complete.
5295
5296 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5297
5298 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5299 doc string.
5300
5301 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5302
5303 * pgg-gpg.el (pgg-gpg-process-filter)
5304 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5305
5306 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5307 lines, temporary fix.
5308
5309 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5310
5311 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5312
5313 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5314
5315 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5316 default-enable-multibyte-characters. This reverts the change from
5317 revision 6.17 which is no longer necessary because the passphrase
5318 is sent separately now. GnuPG messages are unreadable under
5319 multibyte locales with default-enable-multibyte-characters set to
5320 nil.
5321
5322 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5323
5324 * message.el (message-tool-bar-gnome): Move "spell".
5325
5326 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5327
5328 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5329 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5330 instead.
5331
5332 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5333
5334 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5335 newsgroups handling for NNTP overviews which don't include
5336 Newsgroups.
5337
5338 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5339
5340 * message.el (message-resend): Bind message-generate-hashcash to nil.
5341
5342 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5343
5344 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5345 when searching for already-paid recipients.
5346
5347 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5348
5349 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5350 passphrases when it is not needed.
5351 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5352 passphrase stuff from gpg, should only be necessary when you use
5353 gpg with a smartcard.
5354
5355 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5356
5357 * mml.el (mml-insert-mime): Ignore cached contents of
5358 message/external-body part.
5359
5360 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5361 (mm-insert-part): Ditto.
5362
5363 2006-03-23 Simon Josefsson <jas@extundo.com>
5364
5365 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5366 Reiner.
5367 (pgg-gpg-use-agent-p): Use it again.
5368
5369 2006-03-23 Simon Josefsson <jas@extundo.com>
5370
5371 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5372 older emacsen.
5373 (pgg-gpg-use-agent-p): Don't use it.
5374
5375 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5376
5377 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5378 if we can.
5379
5380 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5381
5382 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5383 (pgg-gpg-update-agent): New function.
5384 (pgg-gpg-use-agent-p): New function.
5385 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5386 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5387 (pgg-gpg-sign-region): Use it.
5388
5389 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5390
5391 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5392 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5393
5394 2006-03-21 Simon Josefsson <jas@extundo.com>
5395
5396 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5397 <wilde@sha-bang.de>.
5398 (pgg-gpg-use-agent): New variable.
5399 (pgg-gpg-process-region): Use it.
5400 (pgg-gpg-encrypt-region): Likewise.
5401 (pgg-gpg-encrypt-symmetric-region): Likewise.
5402 (pgg-gpg-decrypt-region): Likewise.
5403 (pgg-gpg-sign-region): Likewise.
5404 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5405
5406 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5407
5408 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5409
5410 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5411 Add comment on version.
5412
5413 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5414
5415 * smiley.el: Add missing test smiley.
5416
5417 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5418
5419 * mm-decode.el (mm-with-part): New macro.
5420 (mm-get-part): Use it; work with message/external-body as well.
5421 (mm-save-part): Treat name and filename equally.
5422
5423 * mm-extern.el (mm-extern-cache-contents): New function.
5424 (mm-inline-external-body): Use it; force the part to be displayed;
5425 move undisplayer added to the cached handle to the parent.
5426
5427 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5428 (gnus-mime-view-part-as-type): Work with message/external-body.
5429
5430 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5431
5432 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5433
5434 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5435 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5436 Emacs.]
5437
5438 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5439
5440 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5441 path rather than symbol. Always return list of directories.
5442 Guarantee that image directory comes first. [Sync with image.el,
5443 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5444
5445 * message.el (message-make-tool-bar): Adjust to new API of
5446 `gmm-image-load-path-for-library'.
5447
5448 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5449
5450 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5451
5452 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5453
5454 * gnus-art.el (gnus-article-only-boring-p):
5455 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5456 intangible text.
5457 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5458
5459 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5460
5461 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5462 `defun' instead of `gmm-defun-compat'.
5463
5464 2006-03-14 Simon Josefsson <jas@extundo.com>
5465
5466 * message.el (message-unique-id): Don't use message-number-base36
5467 if (user-uid) is a float.
5468 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5469
5470 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5471
5472 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5473
5474 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5475 empty line between a part and a message part.
5476
5477 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5478
5479 * smiley.el: Add more test smileys.
5480 (smiley-data-directory, smiley-regexp-alist)
5481 (gnus-smiley-file-types): Fix doc strings.
5482 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5483 adding new elements.
5484 (smiley-mouse-map): Unused code. Make it a comment.
5485
5486 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5487
5488 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5489 scan latest NoCeM messages instead of old ones.
5490 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5491 delimiters that are recently used.
5492 (gnus-nocem-load-cache): Add autoload cookie.
5493
5494 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5495
5496 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5497 level which is larger than gnus-use-nocem is specified.
5498
5499 * gnus-group.el (gnus-group-get-new-news): Ditto.
5500
5501 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5502
5503 * gnus-util.el (gnus-tool-bar-update): New function.
5504
5505 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5506 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5507
5508 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5509
5510 * gnus-group.el (gnus-group-redraw-when-idle)
5511 (gnus-group-redraw-check): Remove.
5512 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5513
5514 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5517 if optional last element is specified in splits (FIELD VALUE...).
5518
5519 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5520
5521 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5522 to gmm-image-load-path-for-library. Call with no-error argument.
5523 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5524
5525 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5526
5527 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5528
5529 * gmm-utils.el (gmm-image-load-path): Remove alias.
5530
5531 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5532
5533 * gmm-utils.el (gmm-image-load-path): Add alias.
5534
5535 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5536 nnml-generate-nov-databases-1.
5537 (nnml-generate-nov-databases): Use it.
5538 (nnml-generate-nov-databases-directory): Document no-active
5539 argument.
5540
5541 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5542 directory if path is t. Add no-error.
5543
5544 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5545 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5546
5547 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5548 resetting gnus-article-browse-html-temp-list.
5549
5550 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5551 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5552 Add example to docstring. Rename local variables. Move error
5553 checks to default case in cond and simplify.
5554
5555 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5556
5557 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5558 handle is multipart when calling it recursively.
5559 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5560
5561 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5562
5563 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5564 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5565
5566 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5567
5568 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5569 is loaded.
5570
5571 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5572 loaded.
5573
5574 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5575
5576 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5577 to "Emacs 23 (unicode)" in doc string.
5578
5579 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5580 "Emacs 23 (unicode)" in comment.
5581
5582 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5583
5584 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5585
5586 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5587 characters 160 through 255 in Emacs 23.
5588
5589 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5592 gnus-article-browse-html-temp.
5593 (gnus-article-browse-delete-temp): Make it customizable. Add
5594 `file'. Adjust doc string.
5595 (gnus-article-browse-delete-temp-files): Add argument. Allow
5596 query for each file. Adjust doc string.
5597 (gnus-article-browse-html-parts): Add
5598 `gnus-article-browse-delete-temp-files' to
5599 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5600
5601 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5602
5603 * gnus-art.el (gnus-article-browse-html-temp)
5604 (gnus-article-browse-delete-temp): New variables.
5605 (gnus-article-browse-delete-temp-files): New function.
5606 (gnus-article-browse-html-parts): Use it.
5607
5608 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5609
5610 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5611
5612 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5613 string.
5614
5615 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5616 gnus-summary-insert-new-articles when unplugged. Remove
5617 gnus-summary-search-article-forward.
5618
5619 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5620 display-visual-class instead of display-color-cells.
5621
5622 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5623
5624 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5625 message/* containing non-ASCII text properly.
5626
5627 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * message.el: Require gmm-utils, remove autoloads.
5630 (message-tool-bar): Set default based on
5631 gmm-tool-bar-style.
5632 (message-tool-bar-gnome): Add gmm-customize-mode.
5633
5634 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5635 gmm-tool-bar-style.
5636 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5637
5638 * gnus-group.el (gnus-group-tool-bar): Set default based on
5639 gmm-tool-bar-style.
5640 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5641
5642 * gmm-utils.el (gmm-image-directory): Rename variable from
5643 gmm-image-load-path.
5644 (gmm-image-load-path): Use gmm-image-directory.
5645 (gmm-customize-mode): New function.
5646 (gmm-tool-bar-style): New variable.
5647
5648 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5649 gnus-group-redraw-line-number.
5650 (gnus-group-redraw-check): Simplify.
5651 (gnus-group-tool-bar-update): Remove redraw check.
5652 (gnus-group-make-tool-bar): Add redraw check.
5653
5654 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5655
5656 * gnus-art.el (gnus-button): Add missing parentheses.
5657
5658 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5659
5660 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5661
5662 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5663
5664 * gnus-art.el (gnus-button): New face.
5665 (gnus-article-button-face): Use it.
5666
5667 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5668 gnus-summary-next-page. Re-order.
5669
5670 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5671 next-node are now included.
5672 (gnus-group-redraw-line-number): New internal variable.
5673 (gnus-group-redraw-check): Helper function for updating the tool
5674 bar.
5675 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5676
5677 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5678
5679 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5680 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5681 Use it to match format of Spamassassin 3.0 and later. Reported by
5682 IRIE Tetsuya <irie@t.email.ne.jp>.
5683 (spam-check-bogofilter)
5684 (spam-bogofilter-register-with-bogofilter): Fix args of
5685 `gnus-error' calls.
5686
5687 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5688
5689 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5690 unnecessary interaction when sending queued mails. Reported by
5691 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5692
5693 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5694
5695 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5696 first or last are nil.
5697
5698 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5699
5700 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5701
5702 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5703
5704 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5705
5706 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5707
5708 * dns.el (query-dns): Protect more against buggy tcp output.
5709
5710 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5711
5712 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5713 nov.php.
5714
5715 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5716
5717 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5718 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5719 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5720 output on the server side.
5721 (nnweb-google-create-mapping): Update regexps and add some
5722 progress indication.
5723
5724 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5727 gnus-agent-toggle-plugged. Re-order icons.
5728 (gnus-group-tool-bar-gnome): Add
5729 gnus-group-{prev,next}-unread-group.
5730 (gnus-group-tool-bar-gnome): Re-order icons.
5731
5732 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5733 gnus-summary-insert-new-articles.
5734
5735 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5736 comments.
5737
5738 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5739 also available in Emacs 21.3.
5740
5741 * message.el (message-fix-before-sending): Change "Emacs 22" to
5742 "Emacs 23 (unicode)" in comment.
5743
5744 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5745 "Emacs 23 (unicode)" in comment.
5746
5747 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5748 comment.
5749 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5750
5751 * mm-view.el (mm-fill-flowed): Add :version.
5752
5753 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5754
5755 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5756 and load-path.
5757
5758 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5759
5760 * message.el: Autoload gmm-image-load-path.
5761 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5762 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5763 consitency.
5764
5765 * gmm-utils.el (gmm-image-load-path): Also search in
5766 "../etc/images". Don't set gmm-image-load-path if we don't find
5767 the image.
5768
5769 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5770
5771 * gmm-utils.el (gmm-image-load-path): Don't make
5772 `gmm-image-load-path' include subdirectories which the second arg
5773 `image' might specify.
5774
5775 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5776 subdirectory to icon file names.
5777
5778 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5779
5780 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5781
5782 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5783 gmm-image-load-path calls.
5784
5785 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5786
5787 * message.el (message-make-tool-bar): Ditto.
5788
5789 * mml.el (mml-preview): Added comment concerning tool bar icons.
5790
5791 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5792 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5793
5794 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5795 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5796
5797 * message.el (message-tool-bar-gnome): Use new icon names.
5798 (message-make-tool-bar): Use `gmm-image-load-path'.
5799
5800 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5801 functions from MH-E.
5802 (gmm-image-load-path): New variable from MH-E.
5803 (gmm-image-load-path): New function from MH-E. Added arguments
5804 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5805 *-image-load-path-called-flag.
5806
5807 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5808
5809 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5810
5811 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5812
5813 * nnimap.el (nnimap-request-move-article): Change folder back to
5814 source group before deleting.
5815
5816 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5817
5818 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5819
5820 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5821 mm-url.
5822
5823 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5824
5825 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5828 coding system which mm-charset-to-coding-system returns for a
5829 given charset is valid.
5830
5831 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * html2text.el (html2text-remove-tag-list):
5834 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5835
5836 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5837
5838 * gnus-cus.el: Revert 2005-10-17 change.
5839
5840 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5841
5842 * gnus-art.el (article-strip-banner): Call
5843 article-really-strip-banner only when the regexp match is made.
5844
5845 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5846
5847 * gnus-art.el (article-strip-banner): Use
5848 gnus-extract-address-components instead of
5849 mail-header-parse-addresses to make it work with non-ASCII text;
5850 remove mail-encode-encoded-word-string.
5851
5852 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5853 values which are surrounded with \"...\"; make it never cause a
5854 Lisp error; give up parsing of parameters if it failed in
5855 extracting type.
5856
5857 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5858
5859 * smime.el (smime-cert-by-ldap-1): Fix bug where
5860 `smime-ldap-search' returns results without userCertificates.
5861
5862 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5863
5864 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5865
5866 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5867
5868 * spam.el (spam-check-spamassassin-headers): Adapt format for
5869 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5870 <ari@mbf.ocn.ne.jp>.
5871 (spam-list-of-processors): Add spam-use-gmane.
5872
5873 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5874
5875 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5876 make-temp-file; make it work with XEmacs as well.
5877
5878 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5879 mm-make-temp-file.
5880
5881 * mm-decode.el (mm-display-external): Use the 3rd arg of
5882 mm-make-temp-file.
5883 (mm-create-image-xemacs): Ditto.
5884
5885 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5888 with message-narrow-to-headers.
5889 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5890 (gnus-draft-check-draft-articles): New function.
5891 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5892
5893 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5894
5895 * gnus-art.el (gnus-article-browse-html-parts):
5896 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5897 Don't use suffix argument for mm-make-temp-file for Emacs 21
5898 compatibility. Remove useless `format'.
5899
5900 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5901
5902 * nnweb.el (nnweb-google-wash-article): Update regexps.
5903 (nnweb-group-alist): Use defvoo instead of defvar.
5904
5905 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5906
5907 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5908 re-loading nn* modules.
5909
5910 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5911
5912 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5913 for `tool-bar-mode' and don't check it's default-value.
5914
5915 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5916
5917 * message.el (message-make-tool-bar): Ditto.
5918
5919 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5920 `substring'. Shorten tmp-file name.
5921
5922 * gnus.el: Remove bogus comment.
5923
5924 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5925
5926 * gnus-art.el (gnus-article-browse-html-parts): New function.
5927 (gnus-article-browse-html-article): New function for viewing html
5928 articles with a browser.
5929
5930 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5931
5932 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5933 (mml2015-pgg-encrypt): Ditto.
5934
5935 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5936 (mml1991-pgg-encrypt): Ditto.
5937
5938 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5941 message-make-date instead of current-time-string.
5942
5943 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5944 to gnus-decoded which mm-uu might set.
5945
5946 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5947
5948 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5949 don't decode quoted parameters; remove misimported Emacs code.
5950 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5951 (rfc2231-decode-encoded-string): Don't use split-string which
5952 behaves differently according to Emacs version; use
5953 mm-decode-coding-region to convert charset to coding-system.
5954 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5955 (rfc2231-encode-string): Remove misimported Emacs code.
5956
5957 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5958
5959 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5960 when calling mail-header-parse-content-type.
5961 (article-de-quoted-unreadable): Ditto.
5962 (article-de-base64-unreadable): Ditto.
5963 (article-wash-html): Ditto.
5964
5965 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5966 calling mail-header-parse-content-type and
5967 mail-header-parse-content-disposition.
5968 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5969 mail-header-parse-content-type.
5970
5971 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5972 insert charset and format parameters; encode description after
5973 inserting it to buffer.
5974 (mml-insert-parameter): Fold lines properly even if a parameter is
5975 segmented into two or more lines; change the max column to 76.
5976
5977 * rfc1843.el (rfc1843-decode-article-body): Don't use
5978 ignore-errors when calling mail-header-parse-content-type.
5979
5980 * rfc2231.el (rfc2231-parse-string): Return at least type if
5981 possible; don't cause an error even if it fails in parsing of
5982 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5983 (rfc2231-encode-string): Don't break lines at the beginning, leave
5984 it to mml-insert-parameter.
5985
5986 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5987 calling mail-header-parse-content-type.
5988
5989 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5990
5991 * spam-report.el (spam-report-gmane-use-article-number):
5992 Improve doc string.
5993 (spam-report-gmane-internal): Check if a suitable header was found
5994 in the article.
5995
5996 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5997
5998 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5999 (rfc2231-encode-string): Make param*=value always begin with LWSP.
6000
6001 2006-02-05 Romain Francoise <romain@orebokech.com>
6002
6003 Update copyright notices of all files in the gnus directory.
6004
6005 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6006
6007 * nnweb.el (nnweb-request-group): Avoid growing overview files.
6008
6009 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
6010
6011 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6012 segmented lines of parameter value to cope with Thunderbird 1.5
6013 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6014 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6015 (rfc2231-encode-string): Don't make lines exceeding 76 column.
6016
6017 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
6018
6019 * mml.el (mml-generate-mime-1): Correct the order of inline signed
6020 parts.
6021
6022 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6023
6024 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6025 there's only one active file for all servers.
6026 (nnweb-request-scan): Make sure nnweb-articles is initialized on
6027 solid groups. Gnus might have used a FAST request to select the group.
6028 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6029 and nnweb-search redundantly in the active file.
6030 (nnweb-request-list): Don't list bogus groups. There can only be one.
6031 (nnweb-request-create-group): Don't use ARGS.
6032 (nnweb-possibly-change-server, nnweb-request-group): Remove some
6033 initialisations. Let nnoo do the work.
6034
6035 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6036
6037 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6038 Say the part has been decoded.
6039
6040 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6041
6042 2006-01-31 Kevin Ryde <user42@zip.com.au>
6043
6044 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6045 mailcap-viewer-test-cache when there's no 'test clause, since that
6046 will invert the meaning of a "nil" test previously determined by
6047 mailcap-mailcap-entry-passes-test.
6048
6049 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
6050
6051 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6052 compiling.
6053
6054 * gnus-sum.el: Ditto.
6055
6056 * message.el: Don't bind tool-bar-map when compiling.
6057
6058 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
6059
6060 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6061
6062 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6063
6064 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6065 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6066 current Google Groups.
6067
6068 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
6069
6070 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6071 and tool-bar-mode.
6072
6073 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6074 and tool-bar-mode.
6075
6076 * message.el (message-tool-bar-update): Simplify.
6077 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6078
6079 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6080 gnus-summary-buffer.
6081 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6082 gnus-summary-reply.
6083
6084 * gmm-utils.el (gmm): Add :version.
6085
6086 2006-01-26 Steve Youngs <steve@sxemacs.org>
6087
6088 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6089 autoload.
6090
6091 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6092
6093 * gmm-utils.el (gmm-verbose): Add :group.
6094
6095 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6096
6097 * message.el: Change some comments WRT tool-bars.
6098
6099 * gnus-sum.el (gnus-summary-tool-bar)
6100 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6101 (gnus-summary-tool-bar-zap-list): New variables.
6102 (gnus-summary-make-tool-bar): Complete rewrite using
6103 `gmm-tool-bar-from-list'.
6104
6105 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6106 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6107 variables.
6108 (gnus-group-make-tool-bar): Complete rewrite using
6109 `gmm-tool-bar-from-list'.
6110 (gnus-group-tool-bar-update): New function.
6111
6112 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6113
6114 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6115
6116 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6117 is dissected into a single part of which the type is the same as
6118 the given one; decode charset.
6119
6120 2006-01-21 Kevin Ryde <user42@zip.com.au>
6121
6122 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6123 into alists as symbol not string, since that's what
6124 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6125 look for.
6126
6127 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6128
6129 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6130 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6131
6132 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6133
6134 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6135
6136 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6137 (gnus-mime-security-button-menu): New definition.
6138 (gnus-mime-security-button-map): Use them.
6139 (gnus-mime-security-button-menu): New function.
6140 (gnus-insert-mime-security-button): Addition to help echo.
6141 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6142 (gnus-mime-security-pipe-part): New functions.
6143
6144 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6145 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6146
6147 * mm-decode.el (mm-handle-set-disposition): Remove.
6148 (mm-handle-set-description): Remove.
6149
6150 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6153 (mm-w3m-standalone-supports-m17n-p): New function.
6154 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6155 w3m usage.
6156
6157 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6158 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6159
6160 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6161
6162 * message.el (message-tool-bar-zap-list): Use
6163 gmm-tool-bar-zap-list as custom type.
6164 (message-tool-bar-update): New function.
6165 (message-tool-bar, message-tool-bar-gnome)
6166 (message-tool-bar-retro): Add message-tool-bar-update.
6167 (message-tool-bar-gnome): Add flyspell-buffer.
6168
6169 * gnus-util.el (gnus-error): Describe `args'.
6170
6171 * gmm-utils.el (gmm-error): Describe `args'.
6172 (gmm-tool-bar-zap-list): New widget.
6173 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6174
6175 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6176
6177 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6178 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6179 the number of recursive calls.
6180
6181 * mm-decode.el (mm-handle-set-disposition): New macro.
6182 (mm-handle-set-description): New macro.
6183
6184 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6185
6186 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6187 encoding.
6188
6189 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6190
6191 * message.el (message-tool-bar-zap-list, message-tool-bar)
6192 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6193 (message-tool-bar-local-item-from-menu): Remove.
6194 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6195 (message-make-tool-bar): New function.
6196 (message-mode): Use `message-make-tool-bar'.
6197
6198 * gmm-utils.el: New file.
6199 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6200 (gmm-lazy): New widget copied from `nnmail.el'.
6201 (gmm-tool-bar-from-list): New function for creating customizable
6202 tool bars.
6203 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6204 output.
6205 (gmm): Add :prefix to defgroup.
6206
6207 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6208
6209 * gmm-utils.el (gmm-widget-p): New function.
6210
6211 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6212
6213 * mml.el (mml-attach-file): Describe `description' in doc string.
6214 (mml-menu): Add Emacs MIME manual and PGG manual.
6215
6216 2006-01-20 Richard M. Stallman <rms@gnu.org>
6217
6218 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6219
6220 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6221
6222 * nntp.el (nntp-end-of-line): Doc fix.
6223
6224 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * imap.el (imap-open): Handle case where buffer is a buffer
6227 object.
6228
6229 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * gnus-delay.el (gnus-delay): Don't autoload.
6232 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6233 to be re-loaded when customizing the `gnus-delay' group.
6234
6235 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * message.el (message-insert-citation-line): Use newlines.
6238
6239 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6240
6241 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6242
6243 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6244
6245 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6246
6247 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6248
6249 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6250
6251 * mm-decode.el (mm-inlined-types): Add application/pgp.
6252 (mm-automatic-display): Ditto.
6253
6254 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6255 part as text.
6256
6257 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * nnrss.el: Update copyright.
6260 (nnrss-opml-import): Query whether to subscribe to each entry.
6261
6262 * gnus-art.el:
6263 * gnus-sum.el:
6264 * mm-uu.el:
6265 * mm-view.el: Update copyright.
6266
6267 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6268
6269 * message.el (message-info): New function.
6270 (message-mode-menu): Add it.
6271 Update copyright.
6272
6273 * ChangeLog: Fix and update copyright.
6274
6275 2006-01-13 Romain Francoise <romain@orebokech.com>
6276
6277 * message.el (message-forward-subject-name-subject): Prefer the
6278 address to 'nowhere' if the sender has no name.
6279 Fix typo. Update copyright year.
6280
6281 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6282
6283 * gnus-art.el (article-wash-html): Use
6284 gnus-summary-show-article-charset-alist if a numeric arg is given.
6285 (gnus-article-wash-html-with-w3m-standalone): New function.
6286
6287 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6288 mm-inline-text-html-render-with-w3m-standalone.
6289 (mm-text-html-washer-alist): Map w3m-standalone to
6290 gnus-article-wash-html-with-w3m-standalone.
6291 (mm-inline-text-html-render-with-w3m-standalone): New function.
6292
6293 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6294
6295 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6296 Improve LaTeX.
6297
6298 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6301 (nnrss-request-article): Render text/plain parts as HTML.
6302
6303 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6304 the buffer.
6305
6306 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6307
6308 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6309 custom definition of `gnus-posting-styles'.
6310
6311 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6312 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6313
6314 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6315
6316 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6317 Use nntp for bug archive.
6318
6319 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6322 parts.
6323 (nnrss-normalize-date): New function converts ISO 8601 date into
6324 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6325 (nnrss-check-group): Use it.
6326
6327 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6328
6329 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6330
6331 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6332 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6333 (nnrss-insert-w3): Ditto.
6334
6335 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6336
6337 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6338 the articles to be forwarded including the case where neither a
6339 number of articles nor a region is specified.
6340
6341 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6342
6343 * nnrss.el (nnrss-request-article): Fix last change; fill
6344 text/plain parts.
6345
6346 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6347
6348 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6349 in text/plain part.
6350 (nnrss-check-group): Don't add excessive newline to dc:subject.
6351
6352 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6353
6354 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6355 article.
6356
6357 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6358
6359 * nnml.el: Don't require gnus-bcklg. Autoload it.
6360 (nnml-use-compressed-files, nnml-save-mail): Support other
6361 comression programs such as bzip2.
6362
6363 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6364
6365 * dns.el (query-dns): Make sure we check the buffer size before
6366 removing tcp headers.
6367
6368 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6369
6370 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6371 remove MIME buttons associated with multipart/alternative parts.
6372 (gnus-mime-display-alternative): Tag buttons using `article-type'
6373 text property.
6374
6375 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6376 associated with multipart/alternative parts.
6377
6378 * gnus-art.el (gnus-signature-separator): Fix custom type.
6379
6380 * mm-decode.el (mm-inlined-types): Fix custom type.
6381 (mm-keep-viewer-alive-types): Ditto.
6382 (mm-automatic-display): Ditto.
6383 (mm-attachment-override-types): Ditto.
6384 (mm-inline-override-types): Ditto.
6385 (mm-automatic-external-display): Ditto.
6386
6387 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6388
6389 * spam-report.el (spam-report-user-mail-address)
6390 (spam-report-user-agent): New variables.
6391 (spam-report-url-ping-plain): Use spam-report-user-agent.
6392
6393 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6394
6395 * gnus-art.el (gnus-button-handle-custom): Do not just use
6396 `customize-apropos' for any "M-x customize-*" button but the
6397 function called for. Accept both the function name and its
6398 argument in order to achieve this.
6399 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6400 function name to `gnus-button-handle-custom' in case of "M-x
6401 customize-*" buttons.
6402
6403 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6404
6405 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6406 multipart/alternative and add xref to mm-discouraged-alternatives
6407 in doc string.
6408
6409 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6410 gnus-buttonized-mime-types in doc string.
6411
6412 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6413
6414 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6415 Suggest image/.* in the doc string.
6416
6417 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6418
6419 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6420 message-marks (Debian bug #342521).
6421
6422 2005-12-12 Simon Josefsson <jas@extundo.com>
6423
6424 * password.el (password-read-from-cache): Add.
6425 (password-read): Use it.
6426
6427 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6428
6429 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6430 us-ascii as a MIME charset.
6431
6432 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6433 against the case where the 2nd arg TYPE is nil.
6434
6435 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6436
6437 * pop3.el (pop3-stream-type): Fix custom version.
6438
6439 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6440
6441 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6442
6443 * mm-decode.el (mm-display-external): Add missing cdr.
6444
6445 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6446
6447 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6448 RFC1524) if it is in mailcap or add a suffix according to
6449 mailcap-mime-extensions when generating a temp filename; postpone
6450 deleting a temp file for 2 seconds for some wrappers, shell
6451 scripts, and so on, which might exit right after having started a
6452 viewer command as a background job.
6453
6454 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6455
6456 * nntp.el (nntp-marks-directory): Fix custom group.
6457
6458 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6459 steps when < 10.
6460
6461 * gnus-start.el (gnus-no-server-1): Mention
6462 `gnus-level-default-subscribed' in doc string.
6463
6464 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6465
6466 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6467 parens.
6468
6469 2005-11-26 Dave Love <fx@gnu.org>
6470
6471 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6472 (tls-program, tls-success): Provide openssl alternative.
6473
6474 * starttls.el: Doc fixes.
6475 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6476 SERVICE to PORT.
6477
6478 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6479 port null or service name.
6480 (starttls-negotiate): Autoload.
6481
6482 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6483
6484 * message.el (message-kill-to-signature): Fix interactive spec.
6485
6486 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6487
6488 * pop3.el (pop3-open-server): Recognize a string as a service name.
6489
6490 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6491
6492 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6493
6494 2005-11-23 Dave Love <fx@gnu.org>
6495
6496 Add pop3s, pop3/starttls.
6497
6498 * pop3.el (pop3-authentication-scheme): Clarify doc.
6499 (open-tls-stream, starttls-open-stream): Autoload.
6500 (pop3-stream-type): New.
6501 (pop3-open-server): Use it.
6502
6503 * mail-source.el (mail-sources): Fix some :types. Add stream type
6504 for POP.
6505 (mail-source-keyword-map): Add :stream for POP.
6506 (mail-source-fetch-pop): Use pop3-stream-type.
6507
6508 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6509
6510 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6511 of current-time-string.
6512
6513 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6514
6515 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6516 date header.
6517
6518 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6519
6520 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6521 it can seriously impact performance as it bypasses the agent's
6522 local caches.
6523
6524 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6525
6526 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6527 must be explicitly online rather than "not explicitly offline" for
6528 its flags to be synchronized.
6529
6530 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6531 that gnus-uu-unmark-thread will function correctly.
6532
6533 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6534 1024K is instead displayed as 1M.
6535
6536 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6537
6538 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6539
6540 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6541
6542 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6543
6544 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6545
6546 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6547 error message to display actual error condition.
6548 (gnus-agent-save-local): Avoid saving symbols that are bound to
6549 nil as they simply result in a warning message in
6550 gnus-agent-read-local.
6551
6552 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6553
6554 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6555 rather than make-variable-buffer-local for file-precious-flag.
6556
6557 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6558
6559 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6560 for duplicates which are removed. The invalid sort check then
6561 triggers a rescan after the sort as sorting may have moved
6562 duplicate entries such that they can be cheaply detected.
6563
6564 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6565
6566 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6567
6568 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6569
6570 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6571 internal variable to a custom variable. Changed default value
6572 from compressed(2) to uncompressed(1).
6573 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6574 support for uncompressed agentview files. Taken together, reading
6575 the agentview file should now be 6-7 times faster.
6576
6577 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6578
6579 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6580 as a buffer-local variable. This avoids creating truncated
6581 dribble files as a result of a hang up, eg.
6582
6583 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * gnus-start.el (gnus-start-draft-setup): Enforce
6586 `gnus-draft-mode' for nndraft:drafts at startup.
6587
6588 * gnus.el (gnus-splash): Change custom group.
6589 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6590 allow-list argument.
6591
6592 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6593 string.
6594
6595 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6596
6597 * gnus-art.el (gnus-default-article-saver): Add user-defined
6598 `function' to custom type.
6599
6600 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6601
6602 * imap.el (imap-open): Handle case where buffer is a buffer
6603 object.
6604
6605 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6606
6607 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6608 long lines.
6609 (gnus-cache-delete-group): Wrap doc strings.
6610
6611 * gnus-agent.el (gnus-agent-rename-group)
6612 (gnus-agent-delete-group): Wrap doc strings.
6613
6614 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6615
6616 * gnus-start.el (gnus-1): Add "native" to
6617 gnus-predefined-server-alist.
6618
6619 * gnus.el (gnus-method-to-server): Don't add "native" to the
6620 lists here, because that leads to problems when
6621 gnus-select-method is bound.
6622
6623 2005-11-09 Simon Josefsson <jas@extundo.com>
6624
6625 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6626 use (not sort-by-date) instead.
6627
6628 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * gnus-delay.el (gnus-delay-group): Don't autoload.
6631 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6632 to be re-loaded when customizing the `gnus-delay' group.
6633
6634 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * message.el: Revert last changes.
6637 (message-insert-citation-line): Use newlines.
6638
6639 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6640
6641 * message.el (message-courtesy-message)
6642 (message-mark-insert-begin, message-mark-insert-end)
6643 (message-elide-ellipsis, message-cancel-message)
6644 (message-add-header, message-change-subject)
6645 (message-cross-post-followup-to-header)
6646 (message-cross-post-insert-note, message-reduce-to-to-cc)
6647 (message-widen-reply, message-delete-not-region)
6648 (message-kill-to-signature, message-insert-signature)
6649 (message-insert-importance-high, message-insert-importance-low)
6650 (message-insert-or-toggle-importance)
6651 (message-insert-disposition-notification-to)
6652 (message-indent-citation, message-yank-original)
6653 (message-cite-original-without-signature, message-cite-original)
6654 (message-insert-citation-line, message-position-on-field)
6655 (message-fix-before-sending, message-send-mail-partially)
6656 (message-send-mail, message-send-mail-with-sendmail)
6657 (message-send-mail-with-qmail, message-send-news)
6658 (message-check-news-header-syntax, message-generate-headers)
6659 (message-insert-courtesy-copy, message-fill-address)
6660 (message-fill-header, message-shorten-references)
6661 (message-setup-1, message-cancel-news)
6662 (message-forward-make-body-plain, message-forward-make-body-mime)
6663 (message-forward-make-body-mml, message-encode-message-body)
6664 (message-forward-make-body-digest-plain)
6665 (message-forward-make-body-digest-mime)
6666 (message-use-alternative-email-as-from): Insert `hard-newline'
6667 instead of ordinary newlines.
6668
6669 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6670
6671 * message.el (message-generate-headers): Downcase the argument
6672 given to message-check-element.
6673
6674 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6675
6676 * nntp.el (nntp-authinfo-rejected): New error condition.
6677 (nntp-wait-for): Use new error condition to signal authentication
6678 error.
6679 (nntp-retrieve-data): Rethrow new error condition to break out of
6680 recursive call to nntp-send-authinfo.
6681
6682 2005-11-08 Romain Francoise <romain@orebokech.com>
6683
6684 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6685 (gnus-summary-exit-map): Bind to `Z p'.
6686 (gnus-summary-make-menu-bar): Add menu item.
6687
6688 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6689
6690 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6691 (gnus-treat-*): Add `first' in all doc strings.
6692
6693 * gnus-group.el (gnus-group-compact-group): Fix typo.
6694
6695 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6696
6697 * gnus.el (gnus-parameters-case-fold-search): New variable.
6698 (gnus-parameters-get-parameter): Use it.
6699
6700 * gnus-score.el (gnus-home-score-file): Doc fix.
6701
6702 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6703
6704 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6705
6706 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6707
6708 * mm-util.el (mm-special-display-p): New function.
6709
6710 * mml.el (mml-preview): Use it; doc fix.
6711
6712 2005-10-29 Romain Francoise <romain@orebokech.com>
6713
6714 * message.el (message-fix-before-sending): Fix comment.
6715
6716 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6717
6718 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6719
6720 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6721
6722 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6723 Used in gnus-score.el.
6724
6725 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6726
6727 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6728
6729 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6730
6731 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6732 whitespace removed in revision 7.8. Use concatenated string to
6733 protect trailing whitespace.
6734
6735 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6736
6737 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6738 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6739 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6740 Courier IMAP ("some version from 2004"). Mostly based on similar
6741 code in the same function.
6742
6743 2005-10-26 Didier Verna <didier@xemacs.org>
6744
6745 * gnus-group.el (gnus-group-compact-group): Invalidate original
6746 article buffer.
6747 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6748 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6749 NOV database and in article itself.
6750 Invalidate article backlog.
6751
6752 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6753
6754 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6755
6756 2005-10-26 Simon Josefsson <jas@extundo.com>
6757
6758 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6759 part of 2004-07-25 change.
6760
6761 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6762
6763 * message.el (message-display-completion-list): New function.
6764 (message-expand-group): Use it; make sure the Completions buffer
6765 is modifiable.
6766
6767 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * imap.el (imap-open): Handle case where buffer is a buffer object.
6770
6771 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6772
6773 * pgg-def.el:
6774 * pgg-gpg.el:
6775 * pgg-parse.el:
6776 * pgg-pgp.el:
6777 * pgg-pgp5.el:
6778 * pgg.el: Move to the parent lisp directory.
6779
6780 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6783 user-mail-name is an empty string.
6784
6785 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6786
6787 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6788 depending on gnus-score-decay-constant.
6789
6790 * encrypt.el (encrypt-insert-file-contents)
6791 (encrypt-write-file-contents): Don't use `gnus-message'.
6792
6793 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6794 arguments.
6795 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6796 arguments to mm-uu-verbatim-marks-extract.
6797 (mm-uu-hide-markers): New variable.
6798 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6799
6800 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6801 (gnus-convert-image-to-face-command): Use "convert" by default to
6802 allow other input image formats.
6803 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6804 accordingly.
6805
6806 2005-10-23 Simon Josefsson <jas@extundo.com>
6807
6808 * imap.el (imap-gssapi-program): Align command line parameters
6809 with latest GNU SASL.
6810 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6811
6812 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6813
6814 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6815 HTML.
6816 (nnslashdot-request-article): Ditto.
6817
6818 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6819
6820 * mail-source.el (mail-source-fetch-pop): Require pop3.
6821 (mail-source-check-pop): Ditto.
6822
6823 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6824
6825 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6826 errors.
6827
6828 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6829
6830 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6831 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6832
6833 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6834
6835 * mm-bodies.el (mm-decode-string): Call
6836 `mm-charset-to-coding-system' with allow-override argument.
6837
6838 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6839
6840 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6841 (rfc2047-charset-to-coding-system): New function.
6842 (rfc2047-decode-encoded-words): New function.
6843 (rfc2047-decode-region): Use them.
6844 (rfc2047-decode-cte): Remove.
6845 (rfc2047-parse-and-decode): Remove.
6846 (rfc2047-decode): Remove.
6847
6848 2005-10-15 Kenichi Handa <handa@m17n.org>
6849
6850 * rfc2047.el (rfc2047-decode-cte): New function.
6851 (rfc2047-decode-region): Change the way to decode successive
6852 encoded-words: decode B- or Q-encoding in each encoded-word,
6853 concatenate them, and decode it as charset.
6854
6855 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6856
6857 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6858 widget-move-and-invoke.
6859 (gnus-custom-mode): Use gnus-custom-map.
6860
6861 2005-10-15 Bill Wohler <wohler@newt.com>
6862
6863 * message.el (message-tool-bar-map): Renamed image file from
6864 mail_send to mail/send.
6865
6866 2005-10-16 Masatake YAMATO <jet@gyve.org>
6867
6868 * message.el (message-expand-group): Pass the common
6869 prefix substring of completion to `display-completion-list'.
6870
6871 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6872
6873 * mml-sec.el (mml-secure-method): New internal variable.
6874 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6875 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6876 functions using mml-secure-method.
6877
6878 * mml.el (mml-mode-map): Add key bindings for those functions.
6879 (mml-menu): Simplify security menu entries. Suggested by Jesper
6880 Harder <harder@myrealbox.com>.
6881 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6882 end of message if point is the headers of the message.
6883
6884 * message.el (message-in-body-p): New function.
6885
6886 * assistant.el: Autoload gnus-util and netrc.
6887
6888 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6889 Use `mm-charset-override-alist' only when decoding.
6890
6891 * mm-bodies.el (mm-decode-body): Call
6892 `mm-charset-to-coding-system' with allow-override argument.
6893
6894 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6895 `filename' from Content-Disposition if Content-Type doesn't
6896 provide `name'.
6897 (gnus-mime-view-part-as-type): Set default instead of
6898 initial-input.
6899
6900 2005-10-09 Daniel Brockman <daniel@brockman.se>
6901
6902 * format-spec.el (format-spec): Propagate text properties of % spec.
6903
6904 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6905
6906 * gnus-art.el (gnus-treat-predicate): Add `first'.
6907
6908 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6909
6910 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6911 (mm-charset-override-alist): New variable.
6912 (mm-charset-to-coding-system): Use it.
6913 (mm-codepage-setup): New helper function.
6914 (mm-charset-eval-alist): New variable.
6915 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6916 about unknown charsets.
6917
6918 2005-10-04 David Hansen <david.hansen@gmx.net>
6919
6920 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6921 (nnrss-check-group): Ditto.
6922
6923 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6924
6925 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6926 Rename x-gnus-verbatim to x-verbatim.
6927 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6928
6929 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6930 x-verbatim.
6931
6932 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6933
6934 * gnus-util.el (gnus-remove-duplicates): Remove.
6935
6936 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6937 instead of gnus-remove-duplicates.
6938
6939 * message.el (message-remove-duplicates): Remove.
6940 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6941 message-remove-duplicates.
6942
6943 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6944 available, else use implementation from `delete-dups'.
6945
6946 * message.el (message-insert-expires): New function.
6947 (message-mode-map): Add key binding.
6948 (message-mode-field-menu): Add menu entry.
6949 (message-mode): Document it.
6950 (message-make-expires-date): Use `message-make-date'.
6951
6952 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6953
6954 * message.el (message-make-expires-date): New function.
6955
6956 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6957
6958 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6959
6960 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6963 function rather than the diff-mode.el package.
6964 (mm-display-external): Use with-current-buffer.
6965 (mm-viewer-completion-map, mm-viewer-completion-map):
6966 Move initialization inside declaration.
6967
6968 2005-09-29 Simon Josefsson <jas@extundo.com>
6969
6970 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6971 autoload mail-check-payment.
6972 (spam-check-hashcash): Define unconditionally, since hashcash.el
6973 is part of Gnus now. Ignore errors from payment checking.
6974
6975 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6976
6977 * message.el (message-bold-region, message-unbold-region): Rename
6978 from `bold-region' and `unbold-region'.
6979
6980 * message.el: Remove useless autoloads.
6981
6982 2005-09-28 Simon Josefsson <jas@extundo.com>
6983
6984 * message.el (message-use-idna): Default to t.
6985 (message-use-idna): Test whether encoding works too. Doc fix.
6986
6987 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * nntp.el (nntp-warn-about-losing-connection): Remove.
6990
6991 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6992
6993 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6994 customizable. Change default value.
6995 (mm-uu-diff-groups-regexp): Change default value.
6996 (mm-uu-type-alist): Add doc string.
6997 (mm-uu-configure): Add doc string. Make it interactive.
6998 (mm-uu-tex-groups-regexp): New variable.
6999 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7000 (mm-uu-type-alist): Add LaTeX documents.
7001 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7002 of "text/verbatim".
7003 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7004
7005 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7006 instead of "text/verbatim".
7007
7008 * message.el (message-mark-inserted-region)
7009 (message-mark-insert-file): Use slrn style marks when called with
7010 prefix argument.
7011
7012 2005-09-27 Simon Josefsson <jas@extundo.com>
7013
7014 * message.el (message-idna-to-ascii-rhs-1): Reformat.
7015
7016 2005-09-27 Arne Jørgensen <arne@arnested.dk>
7017
7018 * message.el (message-remove-duplicates): New function.
7019 Implementation borrowed from `gnus-remove-duplicates'.
7020 (message-idna-to-ascii-rhs): Also encode idna addresses in
7021 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7022 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7023 only ask about the same idna domain once per header and also tell
7024 in what header to replace the idna domain.
7025
7026 * gnus-art.el (article-decode-idna-rhs): Also decode idna
7027 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7028 (article-decode-idna-rhs): Fix regexp so that all idna-address in
7029 a header is decoded and not just the last one.
7030
7031 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7032
7033 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7034 has been decoded.
7035
7036 * mm-decode.el (mm-automatic-display): Add text/verbatim.
7037 (mm-insert-part): Don't modify text if it has been decoded.
7038
7039 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7040 decoded.
7041
7042 * mm-view.el (mm-inline-text): Don't strip text props unless
7043 decoding enriched or richtext parts.
7044
7045 2005-09-25 Romain Francoise <romain@orebokech.com>
7046
7047 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7048 * gnus-start.el (gnus-subscribe-interactively):
7049 * gnus-uu.el (gnus-uu-grab-articles):
7050 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7051 space.
7052
7053 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7054
7055 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7056 * mm-view.el (mm-view-pkcs7-decrypt):
7057 * gnus-sum.el (gnus-summary-limit-to-extra)
7058 (gnus-summary-respool-article, gnus-read-move-group-name):
7059 * gnus-score.el (gnus-summary-increase-score):
7060 * gnus-util.el (gnus-completing-read-with-default):
7061 * gnus-art.el (gnus-read-save-file-name)
7062 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7063 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7064 * message.el (message-check-news-header-syntax):
7065 Follow convention for reading with the minibuffer.
7066
7067 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7068
7069 * spam-report.el (spam-report-url-ping-plain):
7070 Use gnus-extended-version as User-Agent.
7071
7072 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7073 default value is nil.
7074
7075 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7076 (mm-uu-verbatim-marks-extract): New function.
7077 (mm-uu-extract): New face.
7078 (mm-uu-copy-to-buffer): Use it.
7079
7080 * spam-report.el (spam-report-gmane-ham): Renamed from
7081 `spam-report-gmane-unspam'.
7082 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7083 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7084
7085 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7086 Autoload.
7087 (spam-report-gmane-unregister-routine): Renamed
7088 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7089
7090 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7091
7092 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7093 (spam-report-gmane-unregister-routine): Add support for gmane
7094 unregistration.
7095
7096 * spam-report.el (spam-report-gmane-unspam)
7097 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7098 (spam-report-gmane): Change to take a single article and do unspam
7099 registration.
7100
7101 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7102
7103 * mm-url.el (mm-url-decode-entities): Fix regexp.
7104
7105 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7106
7107 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7108 default to nil, to be able to use Gnus at all. If the default
7109 switches to something else, then the function should be fixed not
7110 be exceedingly slow.
7111
7112 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7113
7114 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7115 fail hard.
7116
7117 * spam-report.el: Add better Keywords line.
7118
7119 * spam.el: Add Maintainer and better Keywords line.
7120
7121 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7122
7123 * gnus-art.el (gnus-article-replace-part)
7124 (gnus-mime-replace-part): New functions.
7125 (gnus-mime-action-alist, gnus-mime-button-commands)
7126 (gnus-mime-save-part-and-strip): Added file argument.
7127 (gnus-article-part-wrapper): Added interactive argument.
7128
7129 * gnus-sum.el (gnus-summary-mime-map): Add
7130 `gnus-article-replace-part'.
7131
7132 2005-09-19 Didier Verna <didier@xemacs.org>
7133
7134 The nnml compaction feature:
7135 * nnml.el (nnml-request-compact-group): New function.
7136 * nnml.el (nnml-request-compact): New function.
7137 * gnus-int.el (gnus-request-compact-group): New function.
7138 * gnus-int.el (gnus-request-compact): New function.
7139 * gnus-group.el (gnus-group-compact-group): New function.
7140 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7141 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7142 * gnus-srvr.el (gnus-server-compact-server): New function.
7143 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7144 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7145
7146 2005-09-18 Deepak Goel <deego@gnufans.org>
7147
7148 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7149 format spec.
7150
7151 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7154
7155 2005-09-15 Romain Francoise <romain@orebokech.com>
7156
7157 * message.el (message-fill-paragraph): Clarify docstring.
7158
7159 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7160
7161 * gnus-art.el (gnus-mime-display-part): Protect against broken
7162 MIME messages.
7163
7164 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7165
7166 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7167 before parsing header.
7168
7169 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7170
7171 * html2text.el (html2text-replace-list): Add new entities.
7172
7173 2005-09-11 Romain Francoise <romain@orebokech.com>
7174
7175 * message.el (message-alternative-emails): Improve docstring.
7176 (message-setup-1): Call `message-use-alternative-email-as-from'
7177 after `message-setup-hook' to give it precedence over posting
7178 styles, etc.
7179 (message-use-alternative-email-as-from): Add docstring. Remove
7180 the original From header if present.
7181
7182 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7183 (nnml-save-mail): Use it.
7184
7185 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7186 articles. Add new argument `silent'.
7187 (gnus-uu-mark-all): Report the total number of marked articles.
7188
7189 2005-09-10 Romain Francoise <romain@orebokech.com>
7190
7191 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7192 (gnus-uu-mark-series): Likewise.
7193
7194 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7195
7196 * spam-report.el (spam-report-gmane): Fix generation of spam
7197 report URL.
7198
7199 2005-09-10 Simon Josefsson <jas@extundo.com>
7200
7201 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7202 t, based on discussion on the ding list with Robert Epprecht
7203 <epprecht@solnet.ch>.
7204
7205 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7206
7207 * spam-report.el (spam-report-gmane): Make it work without
7208 X-Report-Spam header. Gmane now only provides Archived-At.
7209 This is only used if `spam-report-gmane-use-article-number' is nil.
7210 (spam-report-gmane-spam-header): Remove. Not used anymore.
7211
7212 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7213 make `gnus-summary-sort-by-recipient' work with threading.
7214
7215 * nnweb.el (nnweb-google-wash-article): Print a message if article
7216 is not available.
7217
7218 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7219
7220 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7221 change. Decode text/* parts content before displaying.
7222
7223 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7224
7225 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7226
7227 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7228
7229 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7230
7231 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7232
7233 * message.el (message-tab-body-function): Fix mismatched custom type.
7234
7235 * gnus.el (gnus-group-change-level-function): Ditto.
7236
7237 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7238
7239 * gnus-art.el (gnus-signature-limit)
7240 (gnus-article-mime-part-function): Ditto.
7241
7242 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7243
7244 * mml.el (mml-mode): Silence the byte compiler.
7245
7246 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7247 using `(sit-for 0)' before moving the point to the specified part;
7248 skip unbuttonized parts.
7249 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7250 return to the summary window if gnus-auto-select-part is non-nil.
7251
7252 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7253
7254 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7255 variables.
7256 (mml-dnd-attach-file, mml-mode): Use them.
7257
7258 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7259 Make fetching article by MID work again for Google Groups. Added
7260 FIXME concerning gnus-group-make-web-group.
7261
7262 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7263 Don't depend on Gnus by using mail-extract-address-components if
7264 gnus-extract-address-components is not bound.
7265
7266 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7267
7268 * gnus-art.el (gnus-mime-display-security): Don't display the
7269 signature, but only the signed part.
7270
7271 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7274
7275 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7276 list, not listp.
7277
7278 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7279
7280 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7281 when encoding.
7282
7283 * mm-bodies.el (mm-decode-content-transfer-encoding):
7284 De-canonicalize CRLF for all text content types, not just
7285 text/plain.
7286
7287 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7288
7289 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7290 valid article; point arrow and cursor at the MIME button.
7291
7292 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7293
7294 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7295 Suggested by Dan Christensen <jdc@uwo.ca>.
7296
7297 * mm-decode.el (mm-save-part): Enable change of prompt.
7298
7299 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7300
7301 * gnus-msg.el (gnus-inews-add-send-actions): Made
7302 `message-post-method' lambda parameter ARG `&optional'.
7303
7304 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7305
7306 * gnus-sum.el (gnus-summary-mime-map): Added
7307 gnus-article-save-part-and-strip, gnus-article-delete-part and
7308 gnus-article-jump-to-part.
7309
7310 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7311 (gnus-article-edit-part): Use it.
7312 (gnus-article-part-wrapper): Added no-handle argument.
7313 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7314 functions.
7315
7316 2005-08-29 Romain Francoise <romain@orebokech.com>
7317
7318 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7319 docstring.
7320 (gnus-face-from-file): Likewise.
7321
7322 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7323
7324 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7325 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7326 non-nil.
7327 (gnus-auto-select-part): New variable.
7328 (gnus-article-jump-to-part): New function.
7329 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7330 (gnus-mime-delete-part): Allow selecting specified part after
7331 deleting or stripping parts.
7332 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7333 part if argument is bogus.
7334
7335 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7336
7337 * gnus-art.el (w3m-minor-mode-map):
7338 * gnus-spec.el (gnus-newsrc-file-version):
7339 * gnus-util.el (nnmail-active-file-coding-system)
7340 (gnus-original-article-buffer, gnus-user-agent):
7341 * gnus.el (gnus-ham-process-destinations)
7342 (gnus-parameter-ham-marks-alist)
7343 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7344 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7345 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7346 * mm-decode.el (gnus-current-window-configuration):
7347 * mm-extern.el (gnus-article-mime-handles):
7348 * mm-url.el (url-current-object, url-package-name)
7349 (url-package-version):
7350 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7351 (smime-keys, w3m-cid-retrieve-function-alist)
7352 (w3m-current-buffer, w3m-display-inline-images)
7353 (w3m-minor-mode-map):
7354 * mml-smime.el (gnus-extract-address-components):
7355 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7356 (gnus-newsrc-hashtb, message-default-charset)
7357 (message-deletable-headers, message-options)
7358 (message-posting-charset, message-required-mail-headers)
7359 (message-required-news-headers):
7360 * mml1991.el (mc-pgp-always-sign):
7361 * mml2015.el (mc-pgp-always-sign):
7362 * nnheader.el (nnmail-extra-headers):
7363 * rfc1843.el (gnus-decode-encoded-word-function)
7364 (gnus-decode-header-function, gnus-newsgroup-name):
7365 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7366
7367 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7368
7369 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7370 the end of the date treatments.
7371
7372 2005-08-15 Simon Josefsson <jas@extundo.com>
7373
7374 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7375 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7376 Capello and Romain Francoise.
7377 (pgg-fetch-key-function): Removed, not used?
7378 (pgg-insert-url-with-w3): Require url, to get
7379 url-insert-file-contents regardless of where it is defined.
7380
7381 2005-08-13 Romain Francoise <romain@orebokech.com>
7382
7383 * message.el (message-cite-original-1): New function.
7384 (message-cite-original): Use it.
7385 (message-cite-original-without-signature): Ditto.
7386
7387 2005-08-08 Romain Francoise <romain@orebokech.com>
7388
7389 * message.el (message-yank-empty-prefix): New variable.
7390 (message-indent-citation): Use it.
7391 (message-cite-original-without-signature): Respect X-No-Archive.
7392
7393 2005-08-08 Simon Josefsson <jas@extundo.com>
7394
7395 * pgg.el: Autoload url-insert-file-contents instead of loading
7396 w3/url.
7397 (pgg-insert-url-with-w3): Don't load url here.
7398
7399 2005-08-07 Jesper Harder <harder@phys.au.dk>
7400
7401 * message.el (message-kill-to-signature): Don't insert newline at
7402 bol.
7403 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7404
7405 2005-08-06 Romain Francoise <romain@orebokech.com>
7406
7407 * message.el (message-user-fqdn): Fix typo in docstring.
7408
7409 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7410
7411 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7412
7413 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7414
7415 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7416
7417 * mm-bodies.el (mm-encode-body): Use coding system rather than
7418 charset to encode text.
7419
7420 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7421 number of charsets if utf-8 is available (XEmacs).
7422
7423 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7424
7425 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7426 taken from `gnus-button-mid-or-mail-regexp'.
7427 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7428 (gnus-button-alist): Improve regexp for domain part of the MIDs
7429 for news:localpart@domain buttons.
7430 (gnus-button-ctan-directory-regexp): Update.
7431
7432 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7433
7434 * sieve-manage.el (sieve-manage-interactive-login): Use
7435 make-local-variable rather than make-variable-buffer-local.
7436 (sieve-manage-open): Ditto.
7437 (sieve-manage-authenticate): Ditto.
7438
7439 * mml.el (mml-generate-mime-1): Make the content type default to
7440 text/plain if the filename is not specified.
7441
7442 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7443
7444 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7445 instead of insert-buffer.
7446
7447 * message.el (message-yank-original): Ditto; set the mark at the
7448 end of the yanked message.
7449
7450 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7453 lines to scroll rather than to stop it.
7454
7455 * mml.el (mml-generate-default-type): Add doc string.
7456 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7457 default to application/octet-stream when determining the content
7458 type if it is not specified for the part or the mml contents; add
7459 a comment about mml-generate-default-type.
7460
7461 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7462
7463 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7464 make it default to application/octet-stream when determining the
7465 content type if it is not specified for the external contents.
7466
7467 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7468
7469 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7470 segmented parameter but also other parameters might be there.
7471
7472 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7473
7474 * mm-decode.el (mm-display-external): Delete temp file, directory
7475 and buffer immediately if the external process is exited.
7476
7477 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7480 fewer lines than that of scroll-margin.
7481 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7482
7483 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus-art.el (gnus-article-next-page): Revert.
7486 (gnus-article-beginning-of-window): New macro.
7487 (gnus-article-next-page-1): Use it.
7488 (gnus-article-prev-page): Ditto.
7489 (gnus-article-edit-part): Use insert-buffer-substring instead of
7490 insert-buffer.
7491 (gnus-article-edit-exit): Ditto.
7492
7493 * gnus-util.el (gnus-beginning-of-window): Remove.
7494 (gnus-end-of-window): Remove.
7495
7496 2005-07-25 Simon Josefsson <jas@extundo.com>
7497
7498 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7499 to have the url package without w3. Reported by Daiki Ueno
7500 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7501
7502 2005-07-20 Didier Verna <didier@xemacs.org>
7503
7504 * gnus-diary.el: Remove the description comment (nndiary is now
7505 properly documented in the Gnus manual).
7506 Fix the spelling of "Back End".
7507 * nndiary.el: Ditto.
7508 Fix the copyright notice.
7509
7510 2005-07-18 Romain Francoise <romain@orebokech.com>
7511
7512 * gnus-sum.el (gnus-summary-to-prefix)
7513 (gnus-summary-newsgroup-prefix): New variables.
7514 (gnus-summary-from-or-to-or-newsgroups): Use them.
7515
7516 2005-07-17 Romain Francoise <romain@orebokech.com>
7517
7518 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7519 space as it's generally not especially interesting to the user.
7520
7521 2005-07-16 Romain Francoise <romain@orebokech.com>
7522
7523 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7524 nil to avoid prompting and file modification if one of the
7525 messages at the top of the nnfolder file contains a copyright
7526 notice.
7527 Update copyright notice.
7528
7529 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7530 instead of `current-time-string' as the latter creates a time
7531 string that is not RFC 2822 compliant (it lacks the zone).
7532 Update copyright notice.
7533
7534 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7537 for text/rtf. Display default in prompt. Pass default for M-n.
7538
7539 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7540
7541 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7542
7543 * gnus-msg.el (gnus-button-mailto): Remove
7544 save-selected-window-window hackery because it relies on
7545 save-selected-window internals.
7546
7547 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7550 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7551 (gnus-article-prev-page): Ditto.
7552
7553 * gnus-util.el (gnus-beginning-of-window): New function.
7554 (gnus-end-of-window): New function.
7555
7556 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7557
7558 * gnus-score.el (gnus-score-edit-all-score): Set
7559 gnus-score-edit-exit-function to gnus-score-edit-done and call
7560 gnus-message.
7561
7562 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7563
7564 * gnus-msg.el (gnus-button-mailto): Remove
7565 save-selected-window-window hackery because it relies on
7566 save-selected-window internals.
7567
7568 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7569
7570 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7571 add-minor-mode.
7572 (gnus-binary-mode): Ditto.
7573
7574 * gnus-topic.el (gnus-topic-mode): Ditto.
7575
7576 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7577
7578 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7579 (gnus-article-prev-page): Take scroll-margin into consideration.
7580
7581 2005-07-04 Lute Kamstra <lute@gnu.org>
7582
7583 Update FSF's address in GPL notices.
7584
7585 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7586
7587 * gnus.el (gnus-exit):
7588 * gnus-group.el (gnus-group-icons):
7589 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7590
7591 * gnus-nocem.el (gnus-nocem):
7592 * message.el (message-various, message-buffers, message-sending)
7593 (message-interface, message-forwarding, message-insertion)
7594 (message-headers, message-news, message-mail):
7595 * pgg-gpg.el (pgg-gpg):
7596 * pgg-parse.el (pgg-parse):
7597 * pgg-pgp.el (pgg-pgp):
7598 * pgg-pgp5.el (pgg-pgp5):
7599 * pop3.el (pop3): Finish `defgroup' description with period.
7600
7601 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7602
7603 * gnus-art.el (article-display-face): Improve the efficiency.
7604 (article-display-x-face): Ditto; remove grey x-face stuff.
7605
7606 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7607
7608 * gnus-art.el (article-display-face): Correct the position in
7609 which Faces are inserted.
7610
7611 2005-06-29 Didier Verna <didier@xemacs.org>
7612
7613 * gnus-art.el (article-display-face): Display faces in correct
7614 order.
7615
7616 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7617
7618 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7619 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7620 (gnus-nocem-check-article): Fetch the Type header.
7621 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7622 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7623 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7624 make sure gnus-nocem-hashtb is initialized.
7625 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7626 (gnus-nocem-unwanted-article-p): Ditto.
7627
7628 * pgg.el (pgg-verify): Return the verification result.
7629
7630 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7631
7632 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7633 is ascii.
7634
7635 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7638 `show-nonbreak-escape'.
7639
7640 2005-06-23 Lute Kamstra <lute@gnu.org>
7641
7642 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7643
7644 * dig.el (dig-mode):
7645 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7646
7647 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7648
7649 * nnimap.el (nnimap-split-download-body): Fix spellings.
7650
7651 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7652
7653 * gnus-art.el (gnus-article-encrypt-body):
7654 * gnus-cus.el (gnus-score-customize):
7655 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7656 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7657
7658 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7659
7660 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7661 header by looking for magic "MII" at the beginnig.
7662
7663 2005-06-16 Miles Bader <miles@gnu.org>
7664
7665 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7666 (assistant-field-face): New backward-compatibility alias for renamed
7667 face.
7668 (assistant-render-text): Use renamed assistant-field face.
7669
7670 * spam.el (spam): Remove "-face" suffix from face name.
7671 (spam-face): New backward-compatibility alias for renamed face.
7672 (spam-face, spam-initialize): Use renamed spam face.
7673
7674 * message.el (message-header-to, message-header-cc)
7675 (message-header-subject, message-header-newsgroups)
7676 (message-header-other, message-header-name)
7677 (message-header-xheader, message-separator, message-cited-text)
7678 (message-mml): Remove "-face" suffix from face names.
7679 (message-header-to-face, message-header-cc-face)
7680 (message-header-subject-face, message-header-newsgroups-face)
7681 (message-header-other-face, message-header-name-face)
7682 (message-header-xheader-face, message-separator-face)
7683 (message-cited-text-face, message-mml-face):
7684 New backward-compatibility aliases for renamed faces.
7685 (message-font-lock-keywords): Use renamed message faces.
7686
7687 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7688 (sieve-test-commands, sieve-tagged-arguments):
7689 Remove "-face" suffix from face names.
7690 (sieve-control-commands-face, sieve-action-commands-face)
7691 (sieve-test-commands-face, sieve-tagged-arguments-face):
7692 New backward-compatibility aliases for renamed faces.
7693 (sieve-control-commands-face, sieve-action-commands-face)
7694 (sieve-test-commands-face, sieve-tagged-arguments-face):
7695 Use renamed sieve faces.
7696
7697 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7698 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7699 (gnus-group-news-3-empty, gnus-group-news-4)
7700 (gnus-group-news-4-empty, gnus-group-news-5)
7701 (gnus-group-news-5-empty, gnus-group-news-6)
7702 (gnus-group-news-6-empty, gnus-group-news-low)
7703 (gnus-group-news-low-empty, gnus-group-mail-1)
7704 (gnus-group-mail-1-empty, gnus-group-mail-2)
7705 (gnus-group-mail-2-empty, gnus-group-mail-3)
7706 (gnus-group-mail-3-empty, gnus-group-mail-low)
7707 (gnus-group-mail-low-empty, gnus-summary-selected)
7708 (gnus-summary-cancelled, gnus-summary-high-ticked)
7709 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7710 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7711 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7712 (gnus-summary-low-undownloaded)
7713 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7714 (gnus-summary-low-unread, gnus-summary-normal-unread)
7715 (gnus-summary-high-read, gnus-summary-low-read)
7716 (gnus-summary-normal-read, gnus-splash):
7717 Remove "-face" suffix from face names.
7718 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7719 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7720 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7721 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7722 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7723 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7724 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7725 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7726 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7727 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7728 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7729 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7730 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7731 (gnus-summary-normal-ticked-face)
7732 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7733 (gnus-summary-normal-ancient-face)
7734 (gnus-summary-high-undownloaded-face)
7735 (gnus-summary-low-undownloaded-face)
7736 (gnus-summary-normal-undownloaded-face)
7737 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7738 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7739 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7740 (gnus-splash-face):
7741 New backward-compatibility aliases for renamed faces.
7742 (gnus-group-startup-message): Use renamed gnus faces.
7743
7744 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7745 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7746 (gnus-server-agent): Remove "-face" suffix from face names.
7747 (gnus-server-agent-face, gnus-server-opened-face)
7748 (gnus-server-closed-face, gnus-server-denied-face)
7749 (gnus-server-offline-face):
7750 New backward-compatibility aliases for renamed faces.
7751 (gnus-server-agent-face, gnus-server-opened-face)
7752 (gnus-server-closed-face, gnus-server-denied-face)
7753 (gnus-server-offline-face): Use renamed gnus faces.
7754
7755 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7756 Remove "-face" suffix from face names.
7757 (gnus-picon-xbm-face, gnus-picon-face):
7758 New backward-compatibility aliases for renamed faces.
7759
7760 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7761 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7762 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7763 (gnus-cite-11): Remove "-face" suffix from face names.
7764 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7765 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7766 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7767 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7768 New backward-compatibility aliases for renamed faces.
7769 (gnus-cite-attribution-face, gnus-cite-face-list)
7770 (gnus-article-boring-faces): Use renamed gnus faces.
7771
7772 * gnus-art.el (gnus-signature, gnus-header-from)
7773 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7774 (gnus-header-content): Remove "-face" suffix from face names.
7775 (gnus-signature-face, gnus-header-from-face)
7776 (gnus-header-subject-face, gnus-header-newsgroups-face)
7777 (gnus-header-name-face, gnus-header-content-face):
7778 New backward-compatibility aliases for renamed faces.
7779 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7780
7781 * gnus-sum.el (gnus-summary-selected-face)
7782 (gnus-summary-highlight): Use renamed gnus faces.
7783 * gnus-group.el (gnus-group-highlight): Likewise.
7784
7785 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7786
7787 * gnus-sieve.el (gnus-sieve-article-add-rule):
7788 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7789 * spam-stat.el (spam-stat-buffer-change-to-spam)
7790 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7791
7792 * message.el (message-is-yours-p):
7793 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7794
7795 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7796
7797 * mm-view.el (mm-inline-text): Withdraw the last change.
7798
7799 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7800
7801 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7802 executing enriched-decode.
7803
7804 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7807 charset of tar files.
7808
7809 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7812
7813 2005-06-04 Lute Kamstra <lute@gnu.org>
7814
7815 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7816 information is never recorded.
7817
7818 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7819
7820 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7821
7822 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * pop3.el (pop3-apop): Run md5 in the binary mode.
7825
7826 * starttls.el (starttls-set-process-query-on-exit-flag):
7827 Use eval-and-compile.
7828
7829 2005-05-31 Simon Josefsson <jas@extundo.com>
7830
7831 * smime.el (smime-replace-in-string): Define.
7832 (smime-cert-by-ldap-1): Use it.
7833
7834 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7835
7836 * gnus-art.el (article-display-x-face): Replace
7837 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7838
7839 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7840 set-process-query-on-exit-flag or process-kill-without-query.
7841
7842 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7843 loop instead of replace-regexp.
7844
7845 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7846 instead of process-kill-without-query if it is available.
7847
7848 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7849 instead of find-file-hooks if it is available.
7850
7851 * mml1991.el: Bind pgg-default-user-id when compiling.
7852
7853 * mml2015.el: Bind pgg-default-user-id when compiling.
7854
7855 * nndraft.el (nndraft-request-associate-buffer):
7856 Use write-contents-functions instead of write-contents-hooks if it is
7857 available.
7858
7859 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7860 instead of find-file-hooks if it is available.
7861
7862 * nntp.el (nntp-open-connection): Replace
7863 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7864 (nntp-open-ssl-stream): Ditto.
7865 (nntp-open-tls-stream): Ditto.
7866
7867 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7868 set-process-query-on-exit-flag or process-kill-without-query.
7869 (starttls-open-stream-gnutls): Use it instead of
7870 process-kill-without-query.
7871 (starttls-open-stream): Ditto.
7872
7873 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7874
7875 * smime.el (smime-cert-by-ldap-1): Don't use
7876 replace-regexp-in-string.
7877
7878 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7879
7880 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7881
7882 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7883 in PEM format. Adjust to the XEmacs compability.
7884
7885 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7886
7887 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7888 by `string-to-number'.
7889 * gnus-agent.el (gnus-agent-regenerate-group)
7890 (gnus-agent-fetch-articles): Ditto.
7891 * gnus-art.el (gnus-button-fetch-group): Ditto.
7892 * gnus-cache.el (gnus-cache-generate-active)
7893 (gnus-cache-articles-in-group): Ditto.
7894 * gnus-group.el (gnus-group-set-current-level)
7895 (gnus-group-insert-group-line): Ditto.
7896 * gnus-score.el (gnus-score-set-expunge-below)
7897 (gnus-score-set-mark-below, gnus-summary-score-effect)
7898 (gnus-summary-score-entry): Ditto.
7899 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7900 (gnus-soup-pack): Ditto.
7901 * gnus-spec.el (gnus-xmas-format): Ditto.
7902 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7903 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7904 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7905 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7906 * nndb.el (nndb-get-remote-expire-response): Ditto.
7907 * nndiary.el (nndiary-parse-schedule-value)
7908 (nndiary-string-to-number, nndiary-request-replace-article)
7909 (nndiary-request-article): Ditto.
7910 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7911 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7912 * nneething.el (nneething-make-head): Ditto.
7913 * nnfolder.el (nnfolder-request-article)
7914 (nnfolder-retrieve-headers): Ditto.
7915 * nnheader.el (nnheader-file-to-number): Ditto.
7916 * nnkiboze.el (nnkiboze-request-article): Ditto.
7917 * nnmail.el (nnmail-process-unix-mail-format)
7918 (nnmail-process-babyl-mail-format): Ditto.
7919 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7920 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7921 (nnmh-request-create-group, nnmh-request-list-1)
7922 (nnmh-request-group, nnmh-request-article): Ditto.
7923 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7924 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7925 * nnsoup.el (nnsoup-make-active): Ditto.
7926 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7927 * nntp.el (nntp-find-group-and-number)
7928 (nntp-retrieve-headers-with-xover): Ditto.
7929 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7930 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7931 (pgg-format-key-identifier): Ditto.
7932 * pop3.el (pop3-last, pop3-stat): Ditto.
7933 * qp.el (quoted-printable-decode-region): Ditto.
7934
7935 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7936 of concat.
7937
7938 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7939
7940 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7941
7942 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7943
7944 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7945
7946 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7947
7948 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7949
7950 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7951
7952 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7953 (gnus-carpal-mode): Ditto.
7954
7955 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7956 (gnus-browse-mode): Ditto.
7957
7958 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7959
7960 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7961
7962 2005-05-29 Richard M. Stallman <rms@gnu.org>
7963
7964 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7965
7966 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7967
7968 * gnus-util.el (gnus-run-mode-hooks): New function.
7969
7970 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7971
7972 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7973
7974 * gnus-agent.el (gnus-agent-make-mode-line-string):
7975 Use mode-line-highlight as mouse-face.
7976
7977 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7978
7979 * canlock.el (canlock): Change the parent group to news.
7980
7981 * deuglify.el (gnus-outlook-deuglify): Add :group.
7982
7983 * dig.el (dig): Add :group.
7984
7985 * dns-mode.el (dns-mode): Add :group.
7986
7987 * encrypt.el (encrypt): Add :group.
7988
7989 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7990 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7991 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7992 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7993 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7994
7995 * gnus-diary.el (gnus-diary): Add :group.
7996
7997 * gnus.el (gnus-group-news-1-face): Add :group.
7998 (gnus-group-news-1-empty-face): Ditto.
7999 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8000 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8001 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8002 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8003 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8004 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8005 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8006 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8007 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8008 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8009 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8010 (gnus-summary-high-ticked-face): Ditto.
8011 (gnus-summary-low-ticked-face): Ditto.
8012 (gnus-summary-normal-ticked-face): Ditto.
8013 (gnus-summary-high-ancient-face): Ditto.
8014 (gnus-summary-low-ancient-face): Ditto.
8015 (gnus-summary-normal-ancient-face): Ditto.
8016 (gnus-summary-high-undownloaded-face): Ditto.
8017 (gnus-summary-low-undownloaded-face): Ditto.
8018 (gnus-summary-normal-undownloaded-face): Ditto.
8019 (gnus-summary-high-unread-face): Ditto.
8020 (gnus-summary-low-unread-face): Ditto.
8021 (gnus-summary-normal-unread-face): Ditto.
8022 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8023 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8024
8025 * hashcash.el (hashcash): New custom group.
8026 (hashcash-default-payment): Add :group.
8027 (hashcash-payment-alist): Ditto.
8028 (hashcash-default-accept-payment): Ditto.
8029 (hashcash-accept-resources): Ditto.
8030 (hashcash-path): Ditto.
8031 (hashcash-extra-generate-parameters): Ditto.
8032 (hashcash-double-spend-database): Ditto.
8033 (hashcash-in-news): Ditto.
8034
8035 * message.el (message-minibuffer-local-map): Add :group.
8036
8037 * netrc.el (netrc): Add :group.
8038
8039 * sieve-manage.el (sieve-manage-log): Add :group.
8040 (sieve-manage-default-user): Diito.
8041 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8042 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8043 (sieve-manage-authenticators): Ditto.
8044 (sieve-manage-authenticator-alist): Ditto.
8045 (sieve-manage-default-port): Ditto.
8046
8047 * sieve-mode.el (sieve-control-commands-face): Add :group.
8048 (sieve-action-commands-face): Ditto.
8049 (sieve-test-commands-face): Ditto.
8050 (sieve-tagged-arguments-face): Ditto.
8051
8052 * smime.el (smime): Add :group.
8053
8054 * spam-report.el (spam-report): Add :group.
8055
8056 * spam.el (spam, spam-face): Add :group.
8057
8058 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8059
8060 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8061 return \n.\n.\n at the end of articles. Protect against that.
8062 (nntp-with-open-group): Allow debugging.
8063
8064 * nnheader.el (mail-header-set-extra): Make into a function
8065 because I just could't understand how to quote the list properly.
8066
8067 * dns.el (query-dns-cached): New function.
8068
8069 2005-05-26 Lute Kamstra <lute@gnu.org>
8070
8071 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8072
8073 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8074
8075 * gnus-art.el: Don't autoload mail-extract-address-components.
8076
8077 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8078 eval-and-compile to evaluate it.
8079
8080 * hashcash.el: Don't autoload executable-find.
8081
8082 * nndb.el: Don't declare the nndb back end two or more times; don't
8083 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8084
8085 * nntp.el: Autoload format-spec instead of format; use
8086 eval-and-compile to evaluate autoload forms.
8087
8088 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8089
8090 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8091
8092 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8093
8094 * gnus.el (gnus-version-number): Bump version.
8095
8096 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8097
8098 * gnus.el: No Gnus v0.3 is released.
8099
8100 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8101
8102 * gnus-art.el (gnus-article-edit-part): Disable undo.
8103
8104 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8105
8106 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8107 gnus-article-date-lapsed-new-header is t if date timer is active;
8108 skip headers in which the original date value is empty.
8109 (gnus-article-save-original-date): Redefine it as a macro.
8110 (gnus-display-mime): Use it.
8111
8112 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8113
8114 * gnus-art.el (article-date-ut): Support converting date in
8115 forwarded parts as well.
8116 (gnus-article-save-original-date): New function.
8117 (gnus-display-mime): Use it.
8118
8119 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8120
8121 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8122 enclosure element of <item>.
8123
8124 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8125
8126 * message.el (message-kill-buffer-query): Renamed from
8127 `message-kill-buffer-query-if-modified'. Added :version.
8128
8129 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8130
8131 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8132 window layout.
8133
8134 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8135
8136 * mml.el: Autoload dnd when compiling.
8137
8138 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8139
8140 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8141 x-dnd-*.
8142
8143 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8144
8145 * qp.el (quoted-printable-encode-region): Save excursion.
8146
8147 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8148
8149 * message.el (message-kill-buffer-query-if-modified): Add new variable
8150 so the user can kill a modified message buffer quickly.
8151 (message-kill-buffer): Use it.
8152
8153 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8154
8155 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8156 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8157
8158 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8159
8160 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8161 contained in text because xml.el decodes entities) with LFs.
8162
8163 2005-04-11 Lute Kamstra <lute@gnu.org>
8164
8165 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8166 differently.
8167
8168 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * mm-util.el (mm-detect-coding-region): Typo.
8171
8172 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8173
8174 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8175
8176 2005-04-06 Deepak Goel <deego@gnufans.org>
8177
8178 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8179 user-function allow user modifications of the scores.
8180 (spam-stat-score-buffer-user): New function, to allow
8181 user-computed modifications to the score.
8182 (spam-stat-score-buffer-user-functions): List of additional
8183 scoring functions.
8184 (spam-stat-error-holder): Global temporary error holder.
8185 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8186 variable.
8187
8188 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8189
8190 * gnus-registry.el (gnus-registry-clean-empty-function)
8191 (gnus-registry-trim, gnus-registry-fetch-groups)
8192 (gnus-registry-delete-group): Groups that match
8193 `gnus-registry-ignored-groups' are removed from the registry
8194 entries, not just ignored for splitting. This helps clean up the
8195 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8196 to get all the groups a message ID is in.
8197
8198 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8199 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8200 (spam-stat-score-buffer-user-functions): Add :number custom type.
8201
8202 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8205 argument in XEmacs.
8206
8207 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8208 (nnrss-request-group): Decode group name first.
8209 (nnrss-request-article): Make a text/plain article if mml-to-mime
8210 failed.
8211 (nnrss-get-encoding): Return a compatible encoding according to
8212 nnrss-compatible-encoding-alist.
8213 (nnrss-find-el): Use consp instead of listp.
8214 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8215
8216 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8217
8218 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8219 which Emacs 20 doesn't support.
8220 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8221
8222 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8223
8224 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8225 silence the byte compiler inside the defun.
8226
8227 * gnus-demon.el (parse-time-string): Add autoload.
8228
8229 * gnus-delay.el (parse-time-string): Add autoload.
8230
8231 * gnus-art.el (parse-time-string): Add autoload.
8232
8233 * nnultimate.el (parse-time): Require for `parse-time-string'.
8234
8235 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8236
8237 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8238
8239 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8240
8241 * smime.el (smime-ldap-host-list): Add :version.
8242
8243 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8244
8245 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8246 pass it to `gnus-browse-read-group'.
8247 (gnus-browse-read-group): Add NUMBER argument and pass it to
8248 `gnus-group-read-ephemeral-group'.
8249
8250 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8251 argument and pass it to `gnus-group-read-group'.
8252
8253 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8254
8255 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8256 mm-xemacs-find-mime-charset-1 if we have the mule feature
8257 available at runtime.
8258
8259 2005-03-25 Werner Lemberg <wl@gnu.org>
8260
8261 * nnmaildir.el: Replace `illegal' with `invalid'.
8262
8263 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * gnus-start.el (gnus-display-time-event-handler):
8266 Check display-time-timer at runtime rather than only at load time
8267 in case display-time-mode is turned off in the mean time.
8268
8269 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8270
8271 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8272 used.
8273
8274 * nneething.el (nneething-map-file-directory): Derive from
8275 `gnus-directory'.
8276
8277 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8278 the To/Cc button.
8279
8280 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8281
8282 * nnmaildir.el (nnmaildir-request-accept-article):
8283 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8284
8285 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8286
8287 * gnus-async.el: Require timer-funcs at compile time when in
8288 XEmacs for `run-with-idle-timer'.
8289
8290 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8291
8292 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8293 autoloaded function.
8294
8295 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8298
8299 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8300
8301 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8302
8303 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8304
8305 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8306 gnus-expert-user to default.
8307
8308 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8309
8310 * nnimap.el (nnimap-open-server): Ditto.
8311
8312 * imap.el (imap-authenticate): Fix typo.
8313
8314 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8315
8316 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8317 buffer (since IMAP server might return FETCH response out of
8318 order, and the nntp buffer must be sorted).
8319
8320 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8321
8322 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8323 comparison on string.
8324
8325 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8326 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8327 (gnus-agent-summary-fetch-series): Modified to protect against
8328 gnus-agent-summary-fetch-group clearing processable flags.
8329 (gnus-agent-synchronize-group-flags): Update live group buffer as
8330 synchronization may occur due to the user toggle the plugged
8331 status.
8332 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8333 successfully downloaded.
8334 (gnus-agent-expire-group-1): Avoid using markers when the overview
8335 is in ascending order; greatly improves performance.
8336 (gnus-agent-regenerate-group): Use
8337 gnus-agent-synchronize-group-flags to reset read status in both
8338 gnus and server.
8339 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8340
8341 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8342
8343 * message.el: Don't autoload former message-utils variables.
8344 (message-strip-subject-trailing-was): Change doc string.
8345
8346 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8347 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8348 (nnweb-google-search): Add "hl=en" here.
8349 (nnweb-google-parse-1, nnweb-google-create-mapping):
8350 Don't hardcode URL.
8351
8352 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8353
8354 * message.el (message-get-reply-headers, message-followup):
8355 Mention related variables `message-use-followup-to' and
8356 `message-use-mail-followup-to', in the information buffer.
8357
8358 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8359 of broken groups(-beta).google.com.
8360
8361 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8362
8363 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8364 parameter to invoked gnus-request-move-article; remove the
8365 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8366 all at once instead of once per article.
8367 (gnus-summary-remove-process-mark): Accept a list of articles as
8368 well as a single article for processing.
8369
8370 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8371 parameter.
8372
8373 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8374
8375 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8376
8377 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8378 parameter.
8379
8380 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8381 parameter.
8382
8383 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8384 parameter and remove the gnus-sum-hint-move-is-internal variable.
8385
8386 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8387 parameter.
8388
8389 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8390 parameter.
8391
8392 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8393 parameter.
8394
8395 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8396
8397 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8398 parameter.
8399
8400 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8401 parameter.
8402
8403 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8406 a more conservative way.
8407
8408 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8411 buffer, so it moves the window's cursor.
8412
8413 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8414
8415 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8416 `mm-dissect-multipart' and receive the from field as an (optional)
8417 argument from `mm-dissect-multipart'.
8418 (mm-dissect-multipart): Receive the from field as an argument and
8419 pass it on when we call `mm-dissect-buffer' on MIME parts.
8420 Fixes verification/decryption of signed/encrypted MIME parts.
8421
8422 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8423
8424 * gnus-sum.el (gnus-summary-move-article): Set
8425 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8426 whatever it calls (right now, only nnimap-request-move article
8427 respects it).
8428
8429 * nnimap.el (nnimap-request-move-article): When
8430 gnus-sum-hint-move-is-internal is set, don't do the extra
8431 nnimap-request-article.
8432
8433 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8434
8435 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8436
8437 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8438 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8439
8440 * gnus-sum.el (gnus-summary-caesar-message):
8441 Apply `gnus-treat-article' after rotation.
8442
8443 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8444 doc string.
8445
8446 2005-02-22 Simon Josefsson <jas@extundo.com>
8447
8448 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8449 `password-cache-expiry' instead). Reported by Arne Jørgensen
8450 <arne@arnested.dk>.
8451 (encrypt): Add password-cache and password-cache-expiry as group
8452 members.
8453
8454 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8455
8456 * smime.el (smime-ldap-host-list): Doc fix.
8457 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8458 cache) password.
8459 (smime-sign-region): Use it.
8460 (smime-decrypt-region): Use it.
8461 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8462 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8463 fails.
8464 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8465 certificate from DER to PEM format rather than calling openssl.
8466
8467 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8468
8469 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8470 for signing/encryption.
8471
8472 * mml.el (mml-parse-1): Use them.
8473
8474 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8475
8476 * nnrss.el (nnrss-verbose): Removed.
8477 (nnrss-request-group): Use `nnheader-message' instead.
8478
8479 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8480
8481 * nnrss.el (nnrss-verbose): New variable.
8482 (nnrss-request-group): Make it say nnrss is requesting a group.
8483
8484 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8485
8486 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8487 Handle news URL with given port correctly.
8488
8489 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8492 containing special characters.
8493
8494 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8495
8496 * mml.el (mime-to-mml): Ditto.
8497
8498 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8499 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8500 (rfc2047-decode-region): Quote decoded words containing special
8501 characters when rfc2047-quote-decoded-words-containing-tspecials
8502 is non-nil.
8503
8504 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8505
8506 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8507
8508 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8509
8510 2005-02-15 Simon Josefsson <jas@extundo.com>
8511
8512 * nnimap.el (nnimap-debug): Doc fix.
8513
8514 * imap.el (imap-debug): Doc fix.
8515
8516 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8517
8518 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8519
8520 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8521
8522 * gnus.el (spam-contents): Improve docs for spam-contents
8523 parameter in its variable incarnation.
8524
8525 2005-02-14 Simon Josefsson <jas@extundo.com>
8526
8527 * smime-ldap.el: Use require instead of load-library for ldap.
8528 (smime-ldap-search): Indent.
8529 (smime-ldap-search-internal): Shorten line.
8530
8531 * smime.el (smime-cert-by-dns): Add doc-string.
8532 (smime-cert-by-ldap-1): Indent.
8533
8534 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8535 mml-smime-get-dns-ldap.
8536 (mml-smime-encrypt-query): Use new function. Default to ldap.
8537
8538 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8539
8540 * smime.el: Require smime-ldap.
8541 (smime-ldap-host-list): New variable.
8542 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8543
8544 * mml-smime.el (mml-smime-encrypt-query): New function.
8545 (mml-smime-encrypt-query): Use it.
8546
8547 * smime-ldap.el: New file.
8548
8549 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8552
8553 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8554
8555 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8556 argument in doc string. Make query for type more clear.
8557
8558 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8559
8560 * gnus.el (gnus-group-startup-message): Search for gnus images in
8561 etc/images/gnus.
8562 * mm-util.el (mm-image-load-path): Likewise.
8563 * smiley.el (smiley-data-directory): Search for smilies in
8564 etc/images/smilies.
8565
8566 2005-02-09 Kim F. Storm <storm@cua.dk>
8567
8568 Change Emacs release version from 21.4 to 22.1 throughout.
8569 Change Emacs development version from 21.3.50 to 22.0.50.
8570
8571 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8572
8573 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8574
8575 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8576 non-Mule XEmacs as well.
8577 (mm-decompress-buffer): Signal an error intentionally if it does
8578 not decompress compressed data because auto-compression-mode is
8579 disabled.
8580
8581 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8582
8583 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8584 an ID in the registry even if it has no groups.
8585
8586 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8589 merge it into mm-decompress-buffer.
8590 (gnus-mime-copy-part): Use the MIME part charset, the value which
8591 a user specified or gnus-newsgroup-charset for decoding, like
8592 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8593 save-buffer what was used. Suggested by Kevin Ryde
8594 <user42@zip.com.au>.
8595 (gnus-mime-inline-part): Allow the name parameter as well as the
8596 filename parameter; force decompressing of compressed data; always
8597 display contents being not decoded as unibyte.
8598
8599 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8600 as well as the filename parameter.
8601
8602 * mm-util.el (mm-decompress-buffer): Merge
8603 gnus-mime-jka-compr-maybe-uncompress.
8604 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8605 of compressed data.
8606
8607 2005-02-08 Simon Josefsson <jas@extundo.com>
8608
8609 * imap.el (imap-log): Doc fix.
8610
8611 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8614 the coding cookies; decompress compressed parts.
8615
8616 * mml.el (mml-generate-mime-1): Add the charset parameter according
8617 to the value which a user specified manually or the coding cookie.
8618
8619 * mm-util.el (mm-string-to-multibyte): New function.
8620 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8621 (mm-coding-system-to-mime-charset): New function.
8622 (mm-decompress-buffer): New function.
8623 (mm-find-buffer-file-coding-system): New function.
8624
8625 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8626 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8627 parts.
8628
8629 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8630
8631 * mm-view.el (mm-display-inline-fontify): Decode a part according
8632 to the charset parameter.
8633
8634 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8635
8636 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8637 prefix arg is neither nil nor a number, as info specifies.
8638
8639 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8640
8641 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8642 timestamps.
8643
8644 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8645
8646 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8647 groups error checking and notify user.
8648
8649 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8650
8651 * message.el (message-send-mail-function): Check existence of
8652 sendmail-program first before using default value
8653 `message-send-mail-with-sendmail'. Otherwise use more generic
8654 `smtpmail-send-it'.
8655
8656 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8657
8658 * nntp.el (nntp-request-update-info): Always return nil.
8659
8660 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8663
8664 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * message.el (message-beginning-of-line): Change the behavior when
8667 invoked between BOL and : so that it first moves backward.
8668
8669 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8670
8671 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8672 article buffer when editing of the article is discarded.
8673 (gnus-article-prepare): Revert.
8674
8675 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8676
8677 * gnus-art.el (gnus-article-prepare):
8678 Remove message-strip-forbidden-properties from the local hook.
8679
8680 2005-01-27 Simon Josefsson <jas@extundo.com>
8681
8682 * password.el (password-cache-add): Only start one timer per key.
8683 Reported by Derek Atkins <warlord@MIT.EDU>.
8684
8685 2005-01-26 Steve Youngs <steve@sxemacs.org>
8686
8687 * run-at-time.el: Removed. It is no longer needed as
8688 timer-funcs.el in the xemacs-base package has a working version of
8689 `run-at-time'.
8690
8691 * password.el: Require timer-funcs instead of run-at-time in
8692 XEmacs.
8693 Remove `password-run-at-time' macro.
8694 (password-cache-add): Use `run-at-time' instead of
8695 `password-run-at-time'.
8696
8697 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8698 for `run-with-idle-timer'.
8699
8700 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8701 for `run-at-time'.
8702
8703 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8704 for `with-timeout'.
8705
8706 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8707
8708 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8709 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8710
8711 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8712
8713 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8714 sensitively.
8715
8716 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8717
8718 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8719
8720 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8721
8722 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8723 which will be inserted according to the multibyteness of a buffer
8724 rather than the type of contents. Suggested by ARISAWA Akihiro
8725 <ari@mbf.ocn.ne.jp>.
8726
8727 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8728 of string which old xml.el may return rather than a string.
8729
8730 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8731
8732 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8733
8734 2005-01-16 Simon Josefsson <jas@extundo.com>
8735
8736 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8737 idn/idna.el isn't available.
8738 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8739 <michael@waxrat.com>.
8740
8741 * hashcash.el: Remove non-FSF copyright header.
8742
8743 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8744 (hashcash-generate-payment): Use it.
8745 (hashcash-generate-payment-async): Use it.
8746
8747 2005-01-15 Simon Josefsson <jas@extundo.com>
8748
8749 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8750 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8751
8752 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8753 gnus-summary-idna-message.
8754 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8755 (gnus-summary-idna-message): New function.
8756
8757 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8760 gnus-novice-user.
8761
8762 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8763
8764 * nnrss.el (nnrss-request-delete-group): Delete entries in
8765 nnrss-group-alist as well.
8766 (nnrss-save-server-data): Insert newline.
8767
8768 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8769
8770 * gnus.el (gnus-user-agent): Use list of symbols instead of
8771 symbols. Display full version number for (S)XEmacs. Optionally
8772 display (S)XEmacs codename.
8773
8774 * gnus-util.el (gnus-emacs-version): Update for new
8775 `gnus-user-agent'.
8776
8777 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8778 Gnus version.
8779
8780 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8781
8782 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8783 which is unreadable in some setups.
8784
8785 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8786
8787 * gnus-spec.el (gnus-update-format-specifications): Flush the
8788 group format spec cache if it doesn't support decoded group names.
8789
8790 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8791
8792 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8793 Allow to apply decay on score files matching a regexp.
8794
8795 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8796
8797 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8798 compatibility in %g and %c.
8799
8800 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8801
8802 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8803 name for only %g and %c.
8804 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8805 of gnus-tmp-group to decoded group name.
8806 (gnus-group-make-rss-group): Exclude `/'s from group names.
8807
8808 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * nnrss.el (nnrss-get-encoding): Fix regexp.
8811
8812 2004-12-27 Simon Josefsson <jas@extundo.com>
8813
8814 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8815 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8816 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8817
8818 2004-12-17 Kim F. Storm <storm@cua.dk>
8819
8820 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8821
8822 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8823
8824 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8825
8826 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8827
8828 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8829
8830 * nnrss.el: Require rfc2047 and mml.
8831 (nnrss-file-coding-system): New variable.
8832 (nnrss-format-string): Redefine it as an inline function.
8833 (nnrss-decode-group-name): New function.
8834 (nnrss-string-as-multibyte): Remove.
8835 (nnrss-retrieve-headers): Decode group name; don't use
8836 nnrss-format-string.
8837 (nnrss-request-group): Decode group name.
8838 (nnrss-request-article): Decode group name; allow a Message-ID as
8839 well as an article number; don't use nnrss-format-string; encode a
8840 Message-ID string which may contain non-ASCII characters; use
8841 mml-to-mime to compose a MIME article.
8842 (nnrss-request-expire-articles): Decode group name.
8843 (nnrss-request-delete-group): Decode group name.
8844 (nnrss-fetch): Clarify error message.
8845 (nnrss-read-server-data): Use insert-file-contents instead of load;
8846 bind file-name-coding-system; use multibyte buffer.
8847 (nnrss-save-server-data): Bind coding-system-for-write to the
8848 value of nnrss-file-coding-system; bind file-name-coding-system;
8849 add coding cookie.
8850 (nnrss-read-group-data): Use insert-file-contents instead of load;
8851 bind file-name-coding-system; use multibyte buffer.
8852 (nnrss-save-group-data): Bind coding-system-for-write to the
8853 value of nnrss-file-coding-system; bind file-name-coding-system.
8854 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8855 make it work with non-ASCII text.
8856 (nnrss-find-el): Make it work with old xml.el as well.
8857
8858 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8859
8860 * nnrss.el (nnrss-get-encoding): New function.
8861 (nnrss-fetch): Use unibyte buffer initially; bind
8862 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8863 decode contents according to the encoding attribute.
8864 (nnrss-save-group-data): Add coding cookie.
8865 (nnrss-mime-encode-string): New function.
8866 (nnrss-check-group): Use it to encode subject and author.
8867
8868 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8869
8870 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8871 imaginary variable.
8872
8873 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8874
8875 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8876 correctly even if there are wide characters.
8877
8878 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8879
8880 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8881 downcased symbol names; make a new cache instead of reusing
8882 bbdb-hashtable.
8883
8884 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8885
8886 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8887 concatenating segments rather than before concatenating them.
8888 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8889
8890 * message.el (message-get-reply-headers): Bind `extra'.
8891
8892 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8893
8894 * message.el (message-extra-wide-headers): New variable.
8895 (message-get-reply-headers): Use it.
8896
8897 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8898
8899 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8900 (gnus-agent-group-pathname): Ditto.
8901
8902 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8903
8904 * gnus-group.el (gnus-group-make-group): Decode group name.
8905 (gnus-group-make-rss-group): Register the group data after opening
8906 the nnrss group.
8907
8908 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8909
8910 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8911 by expiry now get marked as read.
8912
8913 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8914
8915 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8916
8917 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8918
8919 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8920 unify Latin characters in XEmacs.
8921 (mm-find-mime-charset-region): Use it.
8922
8923 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8924
8925 * gnus-util.el (gnus-delete-directory): New function.
8926
8927 * gnus-agent.el (gnus-agent-delete-group): Use it.
8928
8929 * gnus-cache.el (gnus-cache-delete-group): Use it.
8930
8931 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8934 names.
8935
8936 2004-12-16 Simon Josefsson <jas@extundo.com>
8937
8938 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8939
8940 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8941
8942 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8943
8944 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8945 (gnus-group-set-current-level): Decode group name.
8946
8947 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8948
8949 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8950 failed.
8951
8952 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8953
8954 * gnus-group.el (gnus-group-delete-group): Decode group name.
8955 (gnus-group-make-rss-group): Encode group name.
8956 (gnus-group-catchup-current): Decode group name.
8957 (gnus-group-kill-group): Decode group name.
8958
8959 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8962
8963 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8964
8965 * gnus-group.el (gnus-group-make-rss-group):
8966 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8967
8968 * gnus-start.el (gnus-setup-news): Honor user's setting to
8969 gnus-message-archive-method. Suggested by Lute Kamstra
8970 <lute@gnu.org>.
8971
8972 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8973
8974 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8975 global counterparts of the buffer-local variables.
8976
8977 2004-11-16 Romain Francoise <romain@orebokech.com>
8978
8979 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8980 counterparts of the buffer-local variables.
8981
8982 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8983
8984 * message.el (message-forbidden-properties): Fixed typo in doc
8985 string.
8986
8987 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8988
8989 * gnus-util.el (gnus-replace-in-string): Added doc string.
8990
8991 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8992 to avoid problems when splitting mails with many recipients.
8993
8994 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8997 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8998
8999 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
9000
9001 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9002 if there is no hashtable in memory or file modification time is
9003 newer than cached timestamp.
9004
9005 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9006
9007 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9008 not-matching option.
9009
9010 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
9011
9012 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9013 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9014 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9015 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9016 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
9017 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9018
9019 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9020
9021 * message.el (message-forward-make-body-mml): Remove headers
9022 according to message-forward-ignored-headers if a message is decoded.
9023
9024 2004-12-02 Romain Francoise <romain@orebokech.com>
9025
9026 * message.el (message-forward-make-body-plain): Always remove
9027 headers according to message-forward-ignored-headers.
9028
9029 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
9030
9031 * spam.el (spam-summary-prepare-exit): Remove the
9032 gnus-summary-limit pop for now, it has problems with ham marks for
9033 me.
9034
9035 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
9036
9037 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9038 correctly.
9039
9040 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
9041
9042 * format-spec.el (format-spec): Message the char.
9043
9044 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9045
9046 * gnus-art.el (gnus-split-methods): Reformat comments.
9047
9048 * spam.el (spam-summary-prepare-exit): Remove article limits
9049 before exiting the summary buffer.
9050
9051 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9052
9053 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9054 order to silence the byte compiler.
9055
9056 * spam.el: Fix the way to silence the byte compiler, which
9057 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9058 bbdb-search-simple, spam-BBDB-register-routine,
9059 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9060 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9061 spam-stat-buffer-is-spam, spam-stat-load,
9062 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9063 spam-stat-save and spam-stat-split-fancy.
9064
9065 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9066
9067 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9068 which may confuse users.
9069 (canlock-password-for-verify): Ditto.
9070
9071 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9072
9073 * gnus-art.el (gnus-emphasis-alist): Ditto.
9074
9075 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9076
9077 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9078
9079 * gnus-start.el (gnus-save-killed-list): Ditto.
9080
9081 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9082 (gnus-sum-thread-tree-root): Ditto.
9083 (gnus-sum-thread-tree-false-root): Ditto.
9084 (gnus-sum-thread-tree-single-indent): Ditto.
9085
9086 * message.el (message-courtesy-message): Ditto.
9087 (message-archive-note): Ditto.
9088 (message-subscribed-address-file): Ditto.
9089 (message-user-fqdn): Ditto.
9090
9091 * spam-report.el (spam-report-gmane-regex): Ditto.
9092
9093 * spam.el (spam-blackhole-good-server-regex): Ditto.
9094
9095 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9096
9097 * mml.el (mml-preview): Widen the message buffer before copying
9098 the contents to the preview buffer; sort headers before previewing.
9099
9100 * message.el (message-hidden-headers): Fix the way to avoid a bug
9101 in the `repeat' widget in Emacs 21.3 or earlier.
9102
9103 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9104
9105 * message.el (message-hidden-headers): Default to "^References:".
9106 Improve customization type. Suggested by Reiner Steib
9107 <Reiner.Steib@gmx.de>.
9108
9109 2004-11-25 Romain Francoise <romain@orebokech.com>
9110
9111 * message.el (message-strip-forbidden-properties): Remove check for
9112 obsolete `message-hidden' text property, hidden headers are not
9113 accessible in the buffer anymore.
9114
9115 2004-11-22 Romain Francoise <romain@orebokech.com>
9116
9117 * message.el (message-header-format-alist): Add `From' in list
9118 so that it can be sorted.
9119 (message-fix-before-sending): Widen and sort headers before
9120 sending.
9121 (message-hide-headers): Use narrowing to hide headers by moving
9122 them to the top of the buffer and narrowing to the region
9123 underneath.
9124
9125 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9126
9127 * message.el (message-strip-forbidden-properties): Bind
9128 buffer-read-only (etc) to nil.
9129
9130 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9131
9132 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9133 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9134
9135 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9136
9137 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9138
9139 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9140
9141 * dns.el (query-dns): Use sit-for to time instead of
9142 accept-process-output, since that doesn't seem to work on udp
9143 sockets.
9144
9145 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9146
9147 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9148
9149 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9150
9151 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9152 doc string. Improve doc string.
9153
9154 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9155
9156 * nntp.el (nntp-request-update-info): Return nil if
9157 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9158 may not call gnus-activate-group which uselessly issues the GROUP
9159 commands for all nntp groups and wastes time. Reported by Romain
9160 Francoise <romain@orebokech.com>.
9161
9162 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9163
9164 2004-11-15 Simon Josefsson <jas@extundo.com>
9165
9166 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9167 headers separately.
9168 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9169 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9170
9171 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9172
9173 * gnus-start.el (gnus-convert-old-newsrc):
9174 Assign legacy-gnus-agent to 5.10.7.
9175
9176 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9177
9178 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9179 start of the lines.
9180
9181 2004-11-14 Magnus Henoch <mange@freemail.hu>
9182
9183 * hashcash.el (hashcash-default-payment): Change default to 20
9184 (hashcash-default-accept-payment): Change default to 20
9185 (hashcash-process-alist): New variable
9186 (hashcash-generate-payment-async): Add
9187 (hashcash-already-paid-p): Add
9188 (hashcash-insert-payment): Don't generate payments twice
9189 (hashcash-insert-payment-async): Add
9190 (hashcash-insert-payment-async-2): Add
9191 (hashcash-cancel-async): Add
9192 (hashcash-wait-async): Add
9193 (hashcash-processes-running-p): Add
9194 (hashcash-wait-or-cancel): Add
9195 (mail-add-payment): New optional argument. Conditionally start
9196 asynchronous calculation.
9197 (mail-add-payment-async): Add
9198
9199 * message.el (message-send-mail): Wait for asynchronous hashcash
9200 results. Don't clobber existing X-Hashcash headers.
9201 (message-setup-1): Call mail-add-payment-async when
9202 message-generate-hashcash is non-nil.
9203
9204 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9205
9206 * message.el (message-use-alternative-email-as-from): Examine the
9207 From header as well; use message-make-from in order to include a
9208 user's full name.
9209
9210 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9211
9212 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9213 default; improve customization type.
9214 (gnus-emphasis-custom-with-format): New macro.
9215 (gnus-emphasis-custom-value-to-external): New function.
9216 (gnus-emphasis-custom-value-to-internal): New function.
9217
9218 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9219
9220 * dns.el (query-dns): Resolve reverse addresses.
9221
9222 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9223
9224 * gnus-group.el (gnus-group-get-new-news): Use it.
9225
9226 * gnus-start.el (gnus-check-reasonable-setup): New function.
9227
9228 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9229
9230 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9231 "Args out of range" error. Reported by Arnaud Giersch
9232 <arnaud.giersch@free.fr>.
9233
9234 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9235
9236 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9237
9238 2004-11-04 Richard M. Stallman <rms@gnu.org>
9239
9240 * spam.el (spam group): Add :version.
9241
9242 * pgg-def.el (pgg group): Add :version.
9243
9244 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9245
9246 * gnus-art.el (gnus-article-edit-article): Don't associate the
9247 article buffer with a draft file. This is a temporary measure
9248 against the 2004-08-22 change to gnus-article-edit-mode.
9249
9250 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9251
9252 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9253 (html2text-format-tags): Remove unused variable `attr'.
9254
9255 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9256
9257 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9258
9259 * spam-stat.el (spam-stat): Add :version.
9260
9261 * sieve.el (sieve): Add :version.
9262
9263 * sha1.el (sha1): Add :version.
9264 (sha1-use-external): Remove redundant version.
9265
9266 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9267 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9268 (nnmail-split-fancy-match-partial-words)
9269 (nnmail-split-lowercase-expanded): Add :version.
9270
9271 * nndiary.el (nndiary): Add :version.
9272
9273 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9274
9275 * mml-sec.el (mml-default-sign-method)
9276 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9277 Add :version.
9278
9279 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9280
9281 * mm-url.el (mm-url-use-external, mm-url-program)
9282 (mm-url-arguments): Add :version.
9283
9284 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9285 (mm-attachment-file-modes, mm-decrypt-option)
9286 (mm-w3m-safe-url-regexp): Add :version.
9287
9288 * message.el (message-cite-prefix-regexp)
9289 (message-sendmail-envelope-from, message-minibuffer-local-map)
9290 (message-user-fqdn, message-completion-alist): Add :version.
9291
9292 * gnus-win.el (gnus-configure-windows-hook)
9293 (gnus-use-frames-on-any-display): Add :version.
9294
9295 * gnus-art.el (gnus-article-address-banner-alist)
9296 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9297 (gnus-treat-from-picon, gnus-treat-mail-picon)
9298 (gnus-treat-x-pgp-sig): Add :version.
9299
9300 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9301 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9302 (gnus-summary-article-delete-hook)
9303 (gnus-summary-display-while-building): Add :version.
9304
9305 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9306 (gnus-get-top-new-news-hook): Add :version.
9307
9308 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9309 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9310
9311 * gnus-registry.el (gnus-registry): Add :version.
9312
9313 * gnus-spec.el (gnus-use-correct-string-widths)
9314 (gnus-make-format-preserve-properties): Add :version.
9315
9316 * gnus.el (gnus-group-charter-alist)
9317 (gnus-group-fetch-control-use-browse-url)
9318 (gnus-install-group-spam-parameters): Add :version.
9319
9320 * gnus-diary.el (gnus-diary): Add :version.
9321
9322 * gnus-delay.el (gnus-delay): Add :version.
9323
9324 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9325 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9326 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9327 Add :version.
9328
9329 * gnus-agent.el (gnus-agent-max-fetch-size)
9330 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9331 (gnus-agent-prompt-send-queue): Add :version.
9332
9333 * deuglify.el (gnus-outlook-deuglify): Add :version.
9334
9335 * html2text.el: Beautify code. Improve doc strings. Some
9336 checkdoc cleanup.
9337 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9338
9339 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9340
9341 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9342
9343 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9344
9345 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9346 when package is loaded.
9347
9348 * spam.el (spam-summary-score-preferred-header): Add global preference
9349 for people who want to override the default SpamAssassin over
9350 Bogofilter preference (when both are set).
9351 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9352 (spam-user-format-function-S): Check
9353 spam-summary-score-preferred-header.
9354 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9355 (spam-user-format-function-S): Format the score correctly.
9356
9357 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9358
9359 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9360 signature file. Suggested by Manoj Srivastava
9361 <srivasta@golden-gryphon.com>.
9362
9363 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9364 iso-2022-jp even in the Japanese language environment.
9365 Suggested by Jason Rumney <jasonr@gnu.org>.
9366
9367 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9368
9369 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9370 use the same characters as the dummy marks; make it free from
9371 getting affected by the language environment.
9372 (gnus-summary-read-group-1): Update mark positions only when the
9373 format spec is updated.
9374
9375 * gnus-spec.el (gnus-update-format-specifications): Return a list
9376 of updated types.
9377
9378 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9379
9380 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9381 of boundp to check if display-warning is available.
9382
9383 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9384
9385 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9386
9387 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * nnspool.el (nnspool-spool-directory): Use news-path if the
9390 news-directory variable is not bound.
9391
9392 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9393 function instead of display-warning if it is not available.
9394
9395 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9396
9397 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9398 v5-10: Use `point-at-bol'.
9399
9400 2004-10-26 Simon Josefsson <jas@extundo.com>
9401
9402 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9403 <chenggao@gmail.com>.
9404
9405 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9406
9407 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9408 instead.
9409
9410 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9411
9412 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9413 to remove a server from the nnimap-server-buffer-alist.
9414 (nnimap-open-connection, nnimap-close-server): Use it.
9415
9416 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9417
9418 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9419
9420 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9421 running the major-mode function.
9422
9423 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9424
9425 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9426 dummy marks in the right way.
9427
9428 2004-10-18 David Edmondson <dme@dme.org>
9429
9430 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9431 excessively.
9432
9433 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9434
9435 * gnus-util.el (gnus-split-references): Accept a nil references
9436 string and go on blissfully.
9437
9438 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9439 cases where the references string is non-nil but has no references.
9440
9441 * encrypt.el: Add autoload tags.
9442
9443 * spam.el (spam-resolve-registrations-routine): Remove article
9444 from unregistration list too. Reported by David Hanak
9445 <dhanak@isis.vanderbilt.edu>
9446
9447 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9448
9449 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9450 nil. Changed custom type.
9451
9452 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9453
9454 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9455
9456 * gnus-sum.el (gnus-summary-move-article): Use it.
9457
9458 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9459
9460 * encrypt.el: Add autoload cookies.
9461
9462 * spam.el (spam-backend-article-list-property)
9463 (spam-backend-get-article-todo-list)
9464 (spam-backend-put-article-todo-list)
9465 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9466 Resolve registrations separately.
9467 (spam-register-routine): Format comments.
9468 (spam-unregister-routine, spam-register-routine): Always call with
9469 specific-articles, no default list.
9470 (spam-summary-prepare-exit): Use the spam-classifications function.
9471
9472 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9473 gnus-encrypt.el.
9474
9475 * encrypt.el: Copied from gnus-encrypt.el.
9476
9477 * gnus-encrypt.el: Commented that it's obsolete.
9478
9479 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9480
9481 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9482 (gnus-score-save): Use it.
9483
9484 * message.el (message-bury): Use `window-dedicated-p'.
9485
9486 2004-10-15 Simon Josefsson <jas@extundo.com>
9487
9488 * pop3.el (top-level): Don't require nnheader.
9489 (pop3-read-timeout): Add.
9490 (pop3-accept-process-output): Add.
9491 (pop3-read-response, pop3-retr): Use it.
9492
9493 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9494
9495 * spam.el (spam-register-routine): Move comment.
9496 (spam-verify-bogofilter): Use 'unknown for the initial
9497 spam-bogofilter-valid state, not 'never.
9498
9499 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9500 for netrc-machine.
9501
9502 * nnimap.el (nnimap-open-connection): Use
9503 netrc-machine-user-or-password.
9504
9505 2004-10-17 Richard M. Stallman <rms@gnu.org>
9506
9507 * gnus-registry.el (gnus-registry-unload-hook):
9508 Set as a variable with add-hook.
9509
9510 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9511 of news-path.
9512
9513 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9514
9515 * spam.el: Delete duplicate `provide'.
9516 (spam-unload-hook): Set as a variable with add-hook.
9517
9518 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9519
9520 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9521 in the doc string.
9522
9523 * message.el (message-ignored-news-headers)
9524 (message-ignored-supersedes-headers)
9525 (message-ignored-resent-headers)
9526 (message-forward-ignored-headers): Improve custom type.
9527
9528 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9529
9530 * message.el (message-tokenize-header): Fix 2004-09-06 change
9531 which used point-min in the wrong place.
9532
9533 2004-10-12 Simon Josefsson <jas@extundo.com>
9534
9535 * tls.el (tls-certtool-program): New variable.
9536 (tls-certificate-information): New function, based on
9537 ssl-certificate-information.
9538
9539 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9540
9541 * compface.el: Move the version of ELisp-based uncompface program
9542 to the contrib directory because of the copyright problem.
9543
9544 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9545
9546 * message.el (message-kill-buffer): Raise the current frame.
9547
9548 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9549
9550 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9551
9552 * gnus.el (message-y-or-n-p): Autoload.
9553
9554 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9555 (pop3-password-required, pop3-authentication-scheme)
9556 (pop3-leave-mail-on-server): Made customizable.
9557 (pop3): New custom group.
9558 (pop3-retr): Remove `sleep-for' statements.
9559 Suggested by Dave Love <fx@gnu.org>.
9560
9561 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9562 Windows/DOS.
9563
9564 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9565 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9566 Dave Love <fx@gnu.org>.
9567
9568 * mml.el (mml-minibuffer-read-disposition): Require match.
9569 Suggested by Dave Love <fx@gnu.org>.
9570
9571 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9572
9573 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9574 doc string.
9575
9576 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9577
9578 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9579
9580 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9581
9582 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9583 instead of calling `mm-insert-inline', to decode text/* parts
9584 before displaying them.
9585
9586 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9587
9588 * mm-uu.el (mm-uu-text-plain-type): New variable.
9589 (mm-uu-pgp-signed-extract-1): Use it.
9590 (mm-uu-pgp-encrypted-extract-1): Use it.
9591 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9592 bind mm-uu-text-plain-type with that value.
9593 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9594 mm-uu-dissect.
9595
9596 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9597
9598 * gnus-group.el (gnus-update-group-mark-positions):
9599 * gnus-sum.el (gnus-update-summary-mark-positions):
9600 * message.el (message-check-news-body-syntax):
9601 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9602 of string-as-multibyte.
9603
9604 2004-10-05 Juri Linkov <juri@jurta.org>
9605
9606 * gnus-group.el (gnus-update-group-mark-positions):
9607 * gnus-sum.el (gnus-update-summary-mark-positions):
9608 * message.el (message-check-news-body-syntax):
9609 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9610 8-bit unibyte values to a multibyte string for search functions.
9611
9612 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9613
9614 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9615 (mm-uu-dissect-text-parts): New function.
9616
9617 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9618 dissect text parts.
9619
9620 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9621 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9622
9623 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9624
9625 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9626 gnus-current-topics instead of gnus-current-topic.
9627
9628 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9629
9630 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9631
9632 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9633
9634 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9635 where approriate.
9636
9637 * nnml.el (nnml-generate-active-info): do.
9638
9639 * nndiary.el (nndiary-generate-active-info): do.
9640
9641 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9642 (gnus-topic-move): do.
9643
9644 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9645 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9646
9647 * gnus-srvr.el (gnus-server-prepare)
9648 (gnus-server-open-all-servers): do.
9649
9650 * gnus-msg.el (gnus-summary-cancel-article)
9651 (gnus-summary-resend-message)
9652 (gnus-summary-mail-crosspost-complaint): do.
9653
9654 * gnus-move.el (gnus-change-server): do.
9655
9656 * gnus-group.el (gnus-group-unmark-all-groups)
9657 (gnus-group-set-current-level): do.
9658
9659 2004-10-04 Simon Josefsson <jas@extundo.com>
9660
9661 * message.el (message-generate-hashcash): Doc fix.
9662
9663 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9664
9665 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9666 avoid infinite recursion via gnus-get-function.
9667
9668 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9669
9670 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9671
9672 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9673
9674 * nnmail.el (nnmail-split-history): do.
9675
9676 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9677 (nnml-request-delete-group): do.
9678
9679 * nnslashdot.el (nnslashdot-read-groups): do.
9680
9681 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9682 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9683
9684 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9685 (nnspool-sift-nov-with-sed): Use last
9686 (nnspool-retrieve-headers-with-nov): Use mapc.
9687 (nnspool-request-newgroups): Use dolist.
9688 (nnspool-request-group): Use last.
9689
9690 * nntp.el (nntp-read-server-type): Use dolist.
9691
9692 * nnvirtual.el (nnvirtual-create-mapping)
9693 (nnvirtual-update-read-and-marked): Use dolist.
9694 (nnvirtual-convert-headers): Simplify.
9695
9696 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9697
9698 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9699 support for sync'ing tick marks.
9700
9701 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9702
9703 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9704 there's no visible header.
9705
9706 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9707
9708 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9709 necessary, pass full group name to gnus-request-set-marks.
9710
9711 2004-10-01 Simon Josefsson <jas@extundo.com>
9712
9713 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9714 acroread.
9715
9716 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9717
9718 * spam-report.el (spam-report-gmane): Fix interactive.
9719
9720 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9721
9722 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9723 when writing file.
9724 (gnus-agent-synchronize-flags): Don't default to being
9725 interactive.
9726
9727 2004-09-30 Simon Josefsson <jas@extundo.com>
9728
9729 * message.el (message-generate-hashcash): Add.
9730 (message-send-mail): Use it, call mail-add-payment.
9731
9732 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9733
9734 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9735
9736 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9737
9738 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9739 gnus-requst-update-info with explicit code to sync the in-memory
9740 info read flags with the marks being sync'd to the backend.
9741
9742 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9743
9744 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9745
9746 * spam.el (spam-verify-bogofilter): Add new function.
9747 (spam-check-bogofilter)
9748 (spam-bogofilter-register-with-bogofilter): Use it.
9749 (spam-verify-bogofilter): Add small fixes.
9750
9751 2004-09-28 Simon Josefsson <jas@extundo.com>
9752
9753 * hashcash.el (hashcash-generate-payment): Revert.
9754
9755 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9756
9757 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9758 gnus-extract-references instead of gnus-split-references.
9759
9760 * gnus-util.el (gnus-extract-references): Add new function, analogous
9761 to gnus-split-references but extracts only the message-ID without
9762 anything extra.
9763
9764 * hashcash.el (hashcash-generate-payment)
9765 (hashcash-check-payment): Do the right thing if hashcash-path is
9766 nil (because the hashcash program could not be found).
9767
9768 * spam.el (spam-use-hashcash): Remove comment.
9769
9770 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9771
9772 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9773 (gnus-cache-enter-article, gnus-cache-remove-article)
9774 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9775
9776 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9777
9778 * gnus-art.el (article-hide-boring-headers)
9779 (article-translate-strings, article-display-face)
9780 (gnus-article-mime-match-handle-first)
9781 (gnus-article-highlight-headers)
9782 (gnus-article-add-buttons-to-head): do.
9783
9784 2004-09-27 Simon Josefsson <jas@extundo.com>
9785
9786 * hashcash.el: New version, from
9787 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9788 ../contrib/.
9789
9790 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9791
9792 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9793
9794 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9795
9796 * gnus-dup.el (gnus-dup-open): Use mapc.
9797 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9798
9799 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9800 Reported by Stefan Wiens <s.wi@gmx.net>.
9801
9802 * gnus.el (gnus-shutdown): Use dolist.
9803
9804 * gnus-undo.el (gnus-undo): Use mapc.
9805
9806 * nnrss.el (nnrss-generate-active): do.
9807
9808 * message.el (message-cite-original-without-signature)
9809 (message-cite-original): Use mapc.
9810 (message-do-actions, message-make-forward-subject): Use dolist.
9811
9812 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9813
9814 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9815 deletion to remove entire duplicate line. Fixes merged article
9816 number bug.
9817
9818 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9819
9820 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9821 servers that are offline. Avoids having gnus-agent-toggle-plugged
9822 first ask if you want to open a server and then, even when you
9823 responded with no, asking if you want to synchronize the server's
9824 flags.
9825 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9826 multi-line expressions.
9827 (gnus-agent-synchronize-group-flags): New internal function.
9828 Updates marks in memory (in the info structure) AND in the
9829 backend.
9830
9831 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9832
9833 * nnagent.el (nnagent-request-set-mark): Use
9834 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9835 method, to ensure that synchronization updates marks in the
9836 backend and in the info (in memory) structure.
9837
9838 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9839
9840 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9841 convention fully; don't miss the root article of a thread; make
9842 the X-Draft-From header with correct article numbers.
9843
9844 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9845
9846 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9847 unless plugged. Disable the agent so that an open failure causes
9848 an error.
9849
9850 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9851 Reverted 2004-09-21 change. The backend must be opened while
9852 synchronizing flags even when the backend stores the flags
9853 locally.
9854
9855 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9856
9857 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9858 in `header' match. Reported by Svend Tollak Munkejord.
9859
9860 * message.el (message-cite-original): Fix use of
9861 `message-cite-articles-with-x-no-archive'.
9862
9863 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9864
9865 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9866 (gnus-window-to-buffer): Ditto.
9867
9868 * mml.el (mml-preview-buffer): New variable.
9869 (mml-preview): Manage window layout with gnus-buffer-configuration.
9870
9871 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9872 X-Draft-From header even if those articles aren't quoted.
9873
9874 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9875
9876 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9877 (gnus-request-set-mark, gnus-request-update-mark): Use new
9878 g-s-t-u-l-m to decide to use backend even when unplugged.
9879
9880 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9881
9882 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9883 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9884
9885 2004-09-20 Simon Josefsson <jas@extundo.com>
9886
9887 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9888 "utf-16-le".
9889
9890 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9893
9894 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9895
9896 * uudecode.el (uudecode-use-external): Add :version.
9897
9898 * smime.el (smime-CA-file, smime-encrypt-cipher)
9899 (smime-dns-server): Add :version.
9900
9901 * smiley.el (gnus-smiley-file-types): Add :version.
9902
9903 * sha1.el (sha1-use-external): Add :version.
9904
9905 * pgg-def.el (pgg-query-keyserver): Add :version.
9906
9907 * nnmail.el (nnmail-fancy-expiry-targets)
9908 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9909 Add :version.
9910
9911 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9912 (nnimap-retrieve-groups-asynchronous): Add :version.
9913 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9914
9915 * mml.el (mml-content-disposition-parameters)
9916 (mml-insert-mime-headers-always): Add :version.
9917
9918 * mm-util.el (mm-coding-system-priorities): Add :version.
9919
9920 * mm-decode.el (mm-inline-text-html-with-images)
9921 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9922 (mm-verify-option): Add :version.
9923 (mm-text-html-renderer): Change :version.
9924
9925 * message.el (message-fcc-externalize-attachments)
9926 (message-required-headers, message-draft-headers)
9927 (message-subject-trailing-was-query)
9928 (message-subject-trailing-was-ask-regexp)
9929 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9930 (message-mark-insert-end, message-archive-header)
9931 (message-archive-note, message-cross-post-default)
9932 (message-cross-post-note, message-followup-to-note)
9933 (message-cross-post-note-function, message-use-mail-followup-to)
9934 (message-subscribed-address-functions)
9935 (message-subscribed-address-file, message-subscribed-addresses)
9936 (message-subscribed-regexps, message-allow-no-recipients)
9937 (message-yank-cited-prefix, message-signature-insert-empty-line)
9938 (message-hidden-headers, message-hierarchical-addresses)
9939 (message-mail-user-agent, message-use-idna)
9940 (message-valid-fqdn-regexp)
9941 (message-strip-special-text-properties, message-header-synonyms)
9942 (message-beginning-of-line, message-tab-body-function): Add :version.
9943 (message-insert-canlock, message-wide-reply-confirm-recipients):
9944 Change :version.
9945
9946 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9947 and :version.
9948 (mail-source-delete-old-incoming-confirm)
9949 (mail-source-movemail-program): Add :version.
9950
9951 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9952 (gnus-agent-cache, gnus-agent): Change :version.
9953
9954 * gnus-util.el (gnus-use-byte-compile): Change :version.
9955
9956 * gnus-sum.el (gnus-summary-make-false-root-always)
9957 (gnus-summary-default-high-score)
9958 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9959 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9960 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9961 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9962 (gnus-sum-thread-tree-single-indent)
9963 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9964 (gnus-sum-thread-tree-leaf-with-other)
9965 (gnus-sum-thread-tree-single-leaf): Add :version.
9966 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9967 (gnus-article-loose-mime): Change :version.
9968
9969 * gnus-start.el (gnus-backup-startup-file)
9970 (gnus-save-startup-file-via-temp-buffer): Add :version.
9971
9972 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9973 (gnus-server-offline-face): Add :version.
9974
9975 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9976
9977 * gnus-msg.el (gnus-gcc-externalize-attachments)
9978 (gnus-debug-files, gnus-debug-exclude-variables)
9979 (gnus-discouraged-post-methods): Change :version.
9980 (gnus-confirm-mail-reply-to-news)
9981 (gnus-confirm-treat-mail-like-news): Add :version.
9982
9983 * gnus-int.el (gnus-server-unopen-status): Add :version.
9984
9985 * gnus-group.el (gnus-group-jump-to-group-prompt)
9986 (gnus-large-ephemeral-newsgroup)
9987 (gnus-fetch-old-ephemeral-headers): Add :version.
9988
9989 * gnus-fun.el (gnus-x-face-directory)
9990 (gnus-convert-pbm-to-x-face-command)
9991 (gnus-convert-image-to-x-face-command)
9992 (gnus-convert-image-to-face-command): Add :version.
9993
9994 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9995
9996 * gnus-cite.el (gnus-cite-blank-line-after-header)
9997 (gnus-article-boring-faces): Add :version.
9998
9999 * gnus-art.el (gnus-buttonized-mime-types)
10000 (gnus-inhibit-mime-unbuttonizing)
10001 (gnus-treat-display-face)
10002 (gnus-treat-body-boundary): Change :version.
10003 (gnus-body-boundary-delimiter, gnus-picon-databases)
10004 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10005 (gnus-treat-date-english, gnus-treat-fold-headers)
10006 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10007 (gnus-treat-mail-picon, gnus-treat-wash-html)
10008 (gnus-article-encrypt-protocol)
10009 (gnus-use-idna, gnus-article-over-scroll)
10010 (gnus-mime-display-multipart-alternative-as-mixed)
10011 (gnus-mime-display-multipart-related-as-mixed)
10012 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10013 (gnus-ctan-url, gnus-button-ctan-handler)
10014 (gnus-button-handle-ctan-bogus-regexp)
10015 (gnus-button-ctan-directory-regexp)
10016 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10017 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10018 (gnus-button-man-level, gnus-button-emacs-level)
10019 (gnus-button-message-level, gnus-button-browse-level): Add :version.
10020
10021 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10022 (gnus-agent-go-online): Change :version.
10023 (gnus-agent-expire-unagentized-dirs)
10024 (gnus-agent-auto-agentize-methods): Add :version.
10025
10026 * flow-fill.el (fill-flowed-display-column)
10027 (fill-flowed-encode-column): Add :version.
10028
10029 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10030 (gnus-outlook-deuglify-unwrap-max)
10031 (gnus-outlook-deuglify-cite-marks)
10032 (gnus-outlook-deuglify-unwrap-stop-chars)
10033 (gnus-outlook-deuglify-no-wrap-chars)
10034 (gnus-outlook-deuglify-attrib-cut-regexp)
10035 (gnus-outlook-deuglify-attrib-verb-regexp)
10036 (gnus-outlook-deuglify-attrib-end-regexp)
10037 (gnus-outlook-display-hook): Add :version.
10038
10039 * binhex.el (binhex-use-external): Add :version.
10040
10041 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
10042
10043 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10044 and `invisible'.
10045
10046 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10047
10048 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10049 in gnus-registry-trim.
10050
10051 2004-09-13 Simon Josefsson <jas@extundo.com>
10052
10053 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10054
10055 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10056
10057 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10058 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10059 <yamaoka@jpl.org>.
10060 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10061 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10062 <yamaoka@jpl.org>.
10063
10064 * sieve.el (sieve-manage-mode): Ditto.
10065
10066 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10067
10068 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10069
10070 2004-09-11 Simon Josefsson <jas@extundo.com>
10071
10072 * dns-mode.el: Add.
10073
10074 * mm-view.el (mm-display-dns-inline): Add.
10075
10076 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10077 (mm-automatic-display): Ditto.
10078
10079 * mailcap.el (mailcap-mime-data): Add text/dns.
10080 (mailcap-mime-extensions): Map .soa to text/dns.
10081
10082 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10083
10084 * gnus-art.el (article-decode-mime-words, article-babel)
10085 (gnus-article-highlight-signature, gnus-article-add-buttons)
10086 (gnus-signature-toggle): Remove unnecessary bindings of
10087 `inhibit-read-only' inherited from v5.10 merge.
10088
10089 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10090
10091 * nntp.el (nntp): New customization group.
10092 (nntp-authinfo-file): Add customization group.
10093
10094 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10095
10096 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10097
10098 * gnus.el (to-address, to-list, subscribed)
10099 (large-newsgroup-initial): Ditto.
10100
10101 * flow-fill.el (fill-flowed-display-column)
10102 (fill-flowed-encode-column): Ditto.
10103
10104 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10107 Use point-min rather than 1.
10108 (message-send-mail): Use buffer-size rather than point-max.
10109
10110 * gnus-sum.el (gnus-summary-search-article-forward):
10111 Signal a specific `search-failed' rather than a generic `error'.
10112
10113 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10114 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10115 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10116
10117 2004-09-10 Simon Josefsson <jas@extundo.com>
10118
10119 * nndb.el (require): Remove tcp and duplicate cl.
10120
10121 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10122
10123 * gnus-agent.el (directory-files-and-attributes): Move forward.
10124
10125 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10126
10127 * gnus-agent.el (directory-files-and-attributes): Optionally
10128 defined to support XEmacs.
10129
10130 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10131
10132 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10133 to avoid run-time CL dependencies.
10134 (gnus-agent-unfetch-articles): New function.
10135 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10136 article numbers even when local .overview file is missing.
10137 (gnus-agent-read-article-number): New function. Only accepts
10138 27-bit article numbers.
10139 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10140 gnus-agent-read-article-number.
10141 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10142 from backend while recognizing that article numbers in .overview
10143 must be valid.
10144 (gnus-agent-update-files-total-fetched-for): Use
10145 directory-files-and-attributes to improve performance.
10146 * gnus-int.el (gnus-request-move-article): Use
10147 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10148 improve performance.
10149
10150 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10151 some users confused by references to .newsrc when they only have a
10152 .newsrc.eld file.
10153 (gnus-convert-mark-converter-prompt)
10154 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10155 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10156 New function. Used internally to only display 'gnus converting
10157 files' message when actually necessary.
10158
10159 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10160 methods now autoloaded.
10161
10162 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10163
10164 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10165 identifiers.
10166
10167 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10168
10169 * gnus-picon.el: Fix indentation and closing parenthesis.
10170
10171 2004-09-01 Simon Josefsson <jas@extundo.com>
10172
10173 * message.el (message-canlock-generate): Require sha1, not
10174 sha1-el. (Can we get rid of this require altogether? It is ugly
10175 to require within a function. Sadly, if sha1.el isn't loaded, the
10176 let binding in m-c-g will hide the defcustom definition, which is
10177 bad.)
10178
10179 * canlock.el: Require sha1, not sha1-el.
10180
10181 * message.el: Don't autoload sha1 (there is a autoload cookie in
10182 sha1.el).
10183
10184 * sha1-el.el: Renamed to sha1.el.
10185
10186 2004-08-30 Juanma Barranquero <lektu@terra.es>
10187
10188 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10189
10190 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10193
10194 2004-08-30 Kim F. Storm <storm@cua.dk>
10195
10196 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10197
10198 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10199 Add :group 'nnimap.
10200
10201 2004-08-30 Andreas Schwab <schwab@suse.de>
10202
10203 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10204 ?* and ?\;.
10205
10206 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10207 and ?\' to symbol instead of whitespace.
10208
10209 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10210
10211 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10212
10213 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10214 instead of re-search-forward.
10215
10216 * gnus-uu.el (gnus-uu-save-article): Ditto.
10217 (gnus-uu-post-encode-uuencode): Ditto.
10218
10219 * html2text.el (html2text-clean-list-items): Ditto.
10220 (html2text-clean-dtdd): Ditto.
10221 (html2text-format-tags): Ditto.
10222
10223 * message.el (message-send-mail-with-sendmail): Fix regexp.
10224 (message-fill-field-general): Use search-forward instead of
10225 re-search-forward.
10226 (unbold-region): Ditto.
10227
10228 * nnrss.el (nnrss-request-article): Ditto.
10229
10230 * nnslashdot.el (nnslashdot-request-article): Ditto.
10231
10232 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10233
10234 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10235 "Unrecognized menu descriptor" error in XEmacs.
10236
10237 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10238
10239 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10240 parent article of a sparse article in the thread hashtb.
10241
10242 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10243
10244 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10245 (nnmail-expand-newtext): Lowercase expanded entries if
10246 nnmail-split-lowercase-expanded is non-nil.
10247
10248 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10249
10250 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10251
10252 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10253 of gnus-tmp-news-method into string under XEmacs. It will be
10254 passed to gnus-correct-length which takes only a string argument.
10255
10256 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-util.el (gnus-bind-print-variables): New macro.
10259 (gnus-prin1): Use it.
10260 (gnus-prin1-to-string): Use it.
10261 (gnus-pp): New function.
10262 (gnus-pp-to-string): New function.
10263
10264 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10265 Replace pp-to-string with gnus-pp-to-string.
10266 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10267 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10268 * gnus-msg.el (gnus-debug): Ditto.
10269 * gnus-score.el (gnus-score-save): Ditto.
10270 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10271 gnus-pp-to-string.
10272 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10273 with gnus-pp.
10274 * score-mode.el (gnus-score-pretty-print): Ditto.
10275 * webmail.el (webmail-debug): Ditto.
10276
10277 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10278
10279 * gnus-art.el (article-display-face, article-display-x-face):
10280 Use buffer-read-only.
10281
10282 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10283
10284 * gnus-art.el (article-hide-list-identifiers):
10285 Bind inhibit-read-only as t.
10286
10287 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10288
10289 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10290
10291 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10294 (gnus-narrow-to-page): Don't assume point-min == 1.
10295 (gnus-article-edit-mode): Derive from message-mode.
10296
10297 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10298 point-min == 1.
10299
10300 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10301 Disable incorrect use of `assert'.
10302
10303 * message.el (message-mode): Set comment-start-skip.
10304
10305
10306 2004-08-22 Sam Steingold <sds@gnu.org>
10307
10308 * pop3.el (pop3-leave-mail-on-server): New user variable.
10309 (pop3-movemail): Delete mail only when it is nil.
10310
10311 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10312
10313 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10314
10315 * mml.el (mml-preview): Use `pop-to-buffer'.
10316
10317 * message.el (message-goto-mail-followup-to): Insert after "To".
10318 (message-carefully-insert-headers): Add comment.
10319
10320 * gnus.el: Remove unused variable `gnus-article-check-size'.
10321
10322 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10323
10324 * gnus-art.el (gnus-button-alist): Improve
10325 `gnus-button-handle-library' entry.
10326
10327 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10328
10329 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10330 downcase, since XEmacs capitalizes error messages differently.
10331
10332 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10333
10334 * nntp.el: Add (require 'gnus) due to reference to
10335 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10336
10337 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10338
10339 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10340 `mm-fill-flowed'.
10341
10342 * mm-decode.el (mm-dissect-singlepart): Check it.
10343
10344 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10345
10346 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10347 'imap' for netrc parsing.
10348
10349 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10350
10351 * mailcap.el (mailcap-mime-data): Mark as risky.
10352
10353 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10356 may be included in the encoded word.
10357 (rfc2047-encode): Don't append a space if the encoded word
10358 includes close parenthesis.
10359
10360 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10363 of text within parentheses.
10364
10365 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10366
10367 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10368 (gnus-encrypt-write-file-contents): Make the password key the file
10369 name PLUS the cipher, not just the cipher. Also remove failed
10370 passwords from the cache.
10371
10372 2004-08-06 Simon Josefsson <jas@extundo.com>
10373
10374 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10375 fix.
10376
10377 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10378
10379 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10380 LWSP.
10381
10382 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10383
10384 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10385 to append in-reply-to: data to the references: header.
10386
10387 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10388 (netrc-parse): Use gnus-encrypt.el functions.
10389
10390 * gnus-encrypt.el: Add new file for encryption support; currently
10391 does only a few GPG ciphers and an internal XOR cipher.
10392
10393 * password.el: Add comments on using password-read-and-add.
10394 (password-read-and-add): Add function to read and add the
10395 password to the cache at once.
10396
10397 2004-07-28 Simon Josefsson <jas@extundo.com>
10398
10399 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10400 parameter (but don't use it, for now).
10401
10402 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10403 instead of hard coding to nil.
10404
10405 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10408 as mm-inline-image-xemacs does.
10409
10410 2004-07-26 Simon Josefsson <jas@extundo.com>
10411
10412 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10413 Revert part of 2004-07-17 change below.
10414
10415 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10416
10417 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10418 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10419
10420 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10421
10422 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10423 quotes that actually start with ">" at the beginning of the
10424 lines.
10425
10426 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10427
10428 * rfc2047.el (rfc2047-encode-region): Fix last change.
10429 (rfc2047-encode-parameter): Remove useless concat.
10430
10431 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10432
10433 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10434 encode special characters; fix some kind of misconfigured headers;
10435 signal a real error if debug-on-quit or debug-on-error is non-nil.
10436 (rfc2047-encode-max-chars): New variable.
10437 (rfc2047-encode-1): Use it.
10438 (rfc2047-encode-parameter): New function.
10439
10440 * mml.el (mml-insert-parameter): Remove an excessive space.
10441
10442 2004-07-17 Simon Josefsson <jas@extundo.com>
10443
10444 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10445 Kai Grossjohann <kai@emptydomain.de>.
10446 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10447 (gnus-group-make-menu-bar): Ditto.
10448
10449 * gnus-util.el (gnus-group-server): Add.
10450
10451 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10452
10453 * message.el (message-clone-locals): Clone sendmail and smtp
10454 variables.
10455
10456 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10457
10458 * rfc2047.el (rfc2047-encode-region): Fix last change.
10459
10460 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10461
10462 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10463 characters as non-special.
10464
10465 2004-07-09 Simon Josefsson <jas@extundo.com>
10466
10467 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10468 Users will lose all flag changes made while unplugged with
10469 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10470 good default. See numerous reports on ding mailing list.
10471
10472 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10473
10474 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10475 add generate-head-function and generate-article-function to the
10476 rfc822-forward entry.
10477 (nndoc-rfc822-forward-generate-article): New function.
10478 (nndoc-rfc822-forward-generate-head): New function.
10479
10480 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10481
10482 2004-07-06 Dan Christensen <jdc@uwo.ca>
10483
10484 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10485 respect display group parameter and gnus-summary-expunge-below.
10486 (gnus-articles-to-read): Remove unused reference to display group
10487 parameter.
10488
10489 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10490
10491 * nnheader.el (nnheader-uniquify-message-id): New experimental
10492 variable.
10493 (nnheader-nov-read-message-id): Use it.
10494
10495 * spam-report.el (spam-report-gmane): Add interactive.
10496
10497 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10498
10499 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10500 qp-or-base64 for the application/* types.
10501
10502 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10503
10504 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10505
10506 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10507
10508 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10509 trim value.
10510
10511 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10512
10513 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10514 New macro and function.
10515 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10516
10517 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10518
10519 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10520 after-load-alist.
10521
10522 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10523
10524 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10525 update info that isn't there.
10526
10527 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10528
10529 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10530 entry.
10531
10532 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * mm-view.el (mm-inline-render-with-function): Use multibyte
10535 buffer; decode html source by charset.
10536
10537 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10538
10539 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10540 Mule-UCS is loaded under XEmacs.
10541 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10542
10543 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10544
10545 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10546
10547 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10548
10549 * mm-util.el (mm-coding-system-p): Return a coding-system.
10550 (mm-mime-mule-charset-alist): Use shift_jis instead of
10551 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10552 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10553 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10554 instead of japanese-shift-jis and iso-latin-1 respectively in
10555 order to share the default value with both Emacs and XEmacs-mule.
10556 (mm-mule-charset-to-mime-charset): Make
10557 mm-coding-system-priorities effective.
10558 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10559 while predicating of candidates upon the priorities.
10560
10561 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10562
10563 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10564 gnus-uu-invert-processable.
10565
10566 * gnus.el: Autoload gnus-uu-invert-processable.
10567
10568 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10569
10570 * mm-util.el (mm-with-multibyte-buffer): New macro.
10571
10572 * rfc2047.el (rfc2047-encode-string): Use it.
10573 (rfc2047-encode-region): Move point to the end of the region after
10574 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10575
10576 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10577
10578 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10579 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10580
10581 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10582
10583 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10584 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10585 Karl Chen <quarl@nospam.quarl.org>.
10586
10587 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10588
10589 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10590 invalid addresses.
10591
10592 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10593
10594 * spam.el: Change section markers, revise TODO list.
10595 (spam-backends): Make new master list of all installed backends.
10596 (spam-summary-exit-behavior): Add new variable to determine how
10597 messages moves are done at summary exit.
10598 (spam-move-spam-nonspam-groups-only)
10599 (spam-process-ham-in-nonham-groups)
10600 (spam-process-ham-in-spam-groups): Remove variables, the
10601 spam-summary-exit-behavior variable should be used to manage this
10602 behavior.
10603 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10604 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10605 and spam-old-spam-articles.
10606 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10607 Add empty variables, placeholders for the backends they represent.
10608 (spam-set-difference): Move, unchanged.
10609 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10610 unless the user has a processor variable.
10611 (spam-classifications, spam-classification-valid-p)
10612 (spam-backend-properties, spam-backend-property-valid-p)
10613 (spam-backend-function-type-valid-p)
10614 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10615 (spam-report-articles-gmane, spam-report-articles-resend):
10616 Remove functions, they are not needed.
10617 (spam-install-backend-super, spam-backend-list)
10618 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10619 (spam-backend-function, spam-backend-ham-registration-function)
10620 (spam-backend-spam-registration-function)
10621 (spam-backend-ham-unregistration-function)
10622 (spam-backend-spam-unregistration-function)
10623 (spam-backend-statistical-p, spam-backend-mover-p)
10624 (spam-install-backend-alias, spam-install-checkonly-backend)
10625 (spam-install-mover-backend, spam-install-nocheck-backend)
10626 (spam-install-backend, spam-install-statistical-backend)
10627 (spam-install-statistical-checkonly-backend): Add backend installation
10628 support.
10629 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10630 (spam-group-processor-p): Use the new backend code and respect the
10631 summary exit behavior.
10632 (spam-mark-spam-as-expired-and-move-routine): Remove.
10633 (spam-summary-prepare): Change to use the new spam-old-articles
10634 variable.
10635 (spam-copy-or-move-routine, spam-copy-spam-routine)
10636 (spam-move-spam-routine, spam-copy-ham-routine)
10637 (spam-move-ham-routine): Add code to copy/move ham or spam.
10638 (spam-fetch-field-fast): Improve doc and code, plus allow the
10639 'number request.
10640 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10641 variables.
10642 (spam-split, spam-find-spam): Use the new backend code.
10643 (spam-registration-functions): Remove variable.
10644 (spam-unregister-routine): Add convenience wrapper.
10645 (spam-log-undo-registration, spam-register-routine)
10646 (spam-log-processing-to-registry)
10647 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10648 where possible.
10649 (spam-check-gmane-xref, spam-check-regex-headers)
10650 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10651 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10652 (spam-check-bogofilter-headers, spam-check-spamoracle)
10653 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10654 (spam-check-crm114-headers): Use the spam-split-group that
10655 spam-split prepares, no need to determine it every time.
10656
10657 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10658 to the nnheader-parse-naked-head call.
10659
10660 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10661
10662 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10663 the nnheader-nov-read-message-id call.
10664
10665 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10666
10667 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10668 gnus-activate-group twice. Suggested by Markus Peter
10669 <warp@spin.de>.
10670
10671 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10672
10673 * gnus-art.el (gnus-article-time-format): Exchange the order of
10674 day and month in the default value; fix customization type.
10675 (article-date-ut): Use add-text-properties.
10676 (article-make-date-line): Use message-make-date instead of
10677 current-time-string.
10678
10679 * message.el (message-fetch-field): Don't use set-text-properties.
10680 (message-make-date): Simplify.
10681
10682 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10683
10684 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10685 (rfc2047-encode-region): Treat text within parentheses as special;
10686 show the original text when error has occurred.
10687
10688 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10689 already-computed method to gnus-activate-group.
10690
10691 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10692 same select-methods identical Lisp objects.
10693
10694 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10695 object when modifying the info.
10696
10697 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10698
10699 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10700 gnus-opened-servers since it has never been opened with the new
10701 configuration yet.
10702
10703 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10704
10705 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10706 arg to nnheader-generate-fake-message-id.
10707
10708 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10709
10710 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10711 number and build a fake message ID localized to a group and
10712 article number (so it's repeatable from that point on).
10713 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10714 ID format.
10715
10716 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10717 nnheader-generate-fake-message-id with the article number.
10718
10719 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10720
10721 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10722 end-of-buffer.
10723
10724 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10725
10726 * message.el (message-ignored-supersedes-headers): Add Approved.
10727
10728 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10729
10730 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10731 goto-char.
10732 (rfc2047-encode): Fold the line before encoding.
10733
10734 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10735
10736 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10737 folding -- not all headers can be folded, and this should be done
10738 by the message composition mode. Probably. I think.
10739
10740 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10743 fast.
10744
10745 * gnus-ems.el (gnus-remove-image): Don't use
10746 message-text-with-property; remove only the image found first.
10747
10748 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10749
10750 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10751
10752 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10753
10754 * message.el (message-text-with-property): Make it fast and accept
10755 optional arguments.
10756 (message-strip-forbidden-properties): Use it.
10757 (message-fix-before-sending): Follow the m-t-w-p change.
10758
10759 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10760
10761 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10762
10763 * gnus-art.el (article-hide-headers): Don't change the buffer
10764 mistakenly when performing mml-preview even if
10765 gnus-single-article-buffer is nil.
10766
10767 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10768
10769 * message.el (message-expand-name-databases): New user option.
10770 (message-expand-name): Use it.
10771
10772 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10773
10774 * spam.el (spam-report-articles-resend)
10775 (spam-report-resend-register-routine): Allow ham reporting.
10776 (spam-report-resend-register-ham-routine): Add wrapper.
10777 (spam-registration-functions): Add ham resending functions.
10778 (spam-list-of-processors): Add ham resend processor.
10779
10780 * gnus.el (ham-resend-to): Add new group parameter.
10781 (spam-process): Add ham resend option.
10782
10783 * spam-report.el (spam-report-resend): Allow reporting ham.
10784 (spam-report-resend-ham): Add wrapper.
10785
10786 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10787
10788 * message.el (message-cite-articles-with-x-no-archive): New
10789 variable.
10790 (message-cite-original): Use it.
10791
10792 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10793
10794 * message.el (message-cite-original): Respect X-No-Archive.
10795
10796 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10797
10798 * gnus-art.el (article-hide-headers): Refer to the values for
10799 gnus-ignored-headers and gnus-visible-headers in the summary
10800 buffer since a user may have set them as group parameters.
10801
10802 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10803
10804 * assistant.el (assistant-node-name): Add convenience function.
10805 (assistant-render-text, assistant-render-node): Add error handling,
10806 plus handle multiple next nodes.
10807 (assistant-find-next-node): Comment out for now.
10808 (assistant-find-next-nodes): Add function, returns list of next
10809 nodes.
10810
10811 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10812
10813 * mail-source.el (mail-source-directory): Fix doc-string.
10814
10815 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10816
10817 * assistant.el (assistant-render-text, assistant-eval): Add :set
10818 widget type, which is different because it takes and returns a
10819 list. Much hilarity ensues.
10820
10821 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10822
10823 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10824
10825 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10826 doc-string.
10827
10828 * gnus-start.el (gnus-activate-group): Added doc-string.
10829
10830 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10831
10832 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10833
10834 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10835
10836 * assistant.el (assistant-render-text): Try to add a :set
10837 widget, more to come.
10838
10839 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10840 strings.
10841 (spam-report-articles-resend)
10842 (spam-register-routine): Do registration iff any articles warrant
10843 it.
10844 (spam-summary-prepare-exit): Change log message for nil group
10845 destinations.
10846
10847 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10848
10849 * spam.el (spam-report-resend-register-routine): Allow
10850 spam-report-resend-to to be a group parameter or a global value.
10851
10852 2004-05-26 Simon Josefsson <jas@extundo.com>
10853
10854 * starttls.el: Merge with my GNUTLS based starttls.el.
10855 (starttls-gnutls-program, starttls-use-gnutls)
10856 (starttls-extra-arguments, starttls-process-connection-type)
10857 (starttls-connect, starttls-failure, starttls-success): New
10858 variables.
10859 (starttls-program, starttls-extra-args): Doc fix.
10860 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10861 functions.
10862 (starttls-negotiate, starttls-open-stream): Check
10863 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10864 function if it is set.
10865
10866 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10867
10868 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10869 structured fields.
10870
10871 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10872
10873 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10874
10875 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10876
10877 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10878 variable.
10879 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10880 assigning the spam-mark to new messages.
10881
10882 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10883
10884 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10885
10886 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10887
10888 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10889 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10890 default.
10891
10892 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10893
10894 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10895 correct data.
10896
10897 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10898
10899 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10900 (spam-group-processor-p): Fix function.
10901 (spam-group-processor-multiple-p)
10902 (spam-group-spam-processor-report-gmane-p)
10903 (spam-group-spam-processor-report-resend-p)
10904 (spam-group-spam-processor-bogofilter-p)
10905 (spam-group-spam-processor-blacklist-p)
10906 (spam-group-spam-processor-ifile-p)
10907 (spam-group-ham-processor-ifile-p)
10908 (spam-group-spam-processor-spamoracle-p)
10909 (spam-group-spam-processor-crm114-p)
10910 (spam-group-ham-processor-bogofilter-p)
10911 (spam-group-spam-processor-stat-p)
10912 (spam-group-ham-processor-stat-p)
10913 (spam-group-ham-processor-whitelist-p)
10914 (spam-group-ham-processor-BBDB-p)
10915 (spam-group-ham-processor-spamoracle-p)
10916 (spam-group-ham-processor-copy-p): Remove functions with some
10917 prejudice against unneeded code.
10918 (spam-report-articles-resend)
10919 (spam-report-resend-register-routine): Allow the group/topic
10920 spam-resend-to value to override spam-report-resend-to.
10921 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10922 properly now.
10923
10924 * gnus.el (spam-resend-to): Add group/topic parameter.
10925 (spam-process): Move the OBSOLETE processors to the end of the
10926 choices.
10927
10928 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10929
10930 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10931 with resend-to set to nil, and then ask the user if necessary.
10932 (spam-report-resend): spam-report-resend takes a list of articles, not
10933 separate article numbers.
10934
10935 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10936
10937 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10938 addition to emacs-w3m.
10939
10940 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10941
10942 * assistant.el (assistant-authinfo-data): New function.
10943 (assistant-eval): Eval for entire assistant.
10944
10945 * netrc.el (netrc-services-file): New variable.
10946 (netrc-parse-services): New function.
10947 (netrc-find-service-name): New function.
10948 (netrc-find-service-number): New function.
10949 (netrc-port-equal): New function.
10950 (netrc-machine): Use it.
10951
10952 * nnimap.el (nnimap-open-connection): Use netrc.
10953
10954 * gnus-util.el (gnus-netrc-get): Remove aliases.
10955
10956 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10957
10958 * assistant.el (wid-edit): Fix compilation.
10959
10960 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10961
10962 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10963
10964 * gnus-util.el (gnus-set-file-modes): New function. (small
10965 patch).
10966
10967 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10968
10969 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10970
10971 * assistant.el (assistant-render-node): Fix up rendering and
10972 read-only text.
10973 (assistant-render-node): Reset.
10974 (assistant-make-read-only): Not sticky.
10975
10976 2004-05-20 Danny Siu <dsiu@adobe.com>
10977
10978 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10979 centered even when gnus-auto-center-summary is t
10980
10981 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10982
10983 * dns.el (dns-get-txt-answer): New function.
10984 (dns-read-txt): Ditto.
10985 (query-dns): Use it.
10986
10987 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10988
10989 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10990 active for foreign groups even if the group level is higher than
10991 the specified value.
10992
10993 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10994
10995 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10996 non-active groups.
10997
10998 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10999
11000 2004-05-20 Magnus Henoch <mange@freemail.hu>
11001
11002 * dns.el (dns-read-type): Add support for SVR. (small patch)
11003
11004 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11005
11006 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11007 (spam-crm114-header, spam-crm114-spam-switch)
11008 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11009 (spam-crm114-positive-spam-header)
11010 (spam-crm114-database-directory, spam-list-of-processors)
11011 (spam-group-spam-processor-crm114-p)
11012 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11013 (spam-generic-score, spam-list-of-checks)
11014 (spam-list-of-statistical-checks, spam-registration-functions)
11015 (spam-check-crm114-headers, spam-crm114-score)
11016 (spam-check-crm114, spam-crm114-register-with-crm114)
11017 (spam-crm114-register-spam-routine)
11018 (spam-crm114-unregister-spam-routine)
11019 (spam-crm114-register-ham-routine)
11020 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
11021 asjo@koldfront.dk (Adam Sjøgren).
11022
11023 * gnus.el: Add spam-use-crm114.
11024
11025 * spam.el (spam-list-of-processors, spam-registration-functions):
11026 Add spam-use-resend.
11027 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11028 (spam-report-articles-gmane): Add doc fix.
11029 (spam-report-articles-resend, spam-report-resend-register-routine):
11030 Add wrappers around spam-report-resend-to.
11031
11032 * spam-report.el (spam-report-resend-to, spam-report-resend):
11033 Add support for resending spam.
11034 (spam-report-gmane): Fix line length >80.
11035
11036 * gnus.el (spam-process): Add spam-use-resend.
11037
11038 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11039
11040 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11041 number of processed spam messages.
11042 (spam-ham-copy-or-move-routine): Return the number of processed
11043 ham messages.
11044 (spam-summary-prepare-exit): Use the above values to decide
11045 whether status messages shouled be displayed.
11046
11047 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
11048
11049 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11050 `rfc2047-encoding-function-alist' in order to avoid conflicting
11051 with the old version.
11052 (rfc2047-encode-region): Concatenate words containing non-ASCII
11053 characters in structured fields; don't encode space-delimited
11054 ASCII words even in unstructured fields; don't break words at
11055 char-category boundaries.
11056 (rfc2047-encode-1): New function.
11057 (rfc2047-encode): Use it; encode text so that it occupies the
11058 maximum width within 76-column; work correctly on Q encoding for
11059 iso-2022-* charsets.
11060 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11061 sure not to break a line just after the header name.
11062 (rfc2047-b-encode-region): Removed.
11063 (rfc2047-b-encode-string): New function.
11064 (rfc2047-q-encode-region): Removed.
11065 (rfc2047-q-encode-string): New function.
11066
11067 * mm-util.el (mm-replace-in-string): New function.
11068
11069 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11070
11071 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11072 get it right.
11073 (gnus-inews-make-draft): Really.
11074
11075 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
11076
11077 * nnmh.el (nnmh-request-list-1): Don't check the link count
11078 before descending. (small patch)
11079
11080 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11081
11082 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11083 stuff.
11084
11085 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11086 on real group name.
11087
11088 * gnus-art.el (gnus-signature-limit): Doc fix.
11089
11090 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11091
11092 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11093
11094 * gnus-draft.el (gnus-draft-send): Bind
11095 rfc2047-encode-encoded-words.
11096
11097 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11098 (rfc2047-encodable-p): Say that =? needs encoding.
11099 (rfc2047-encode-encoded-words): New variable.
11100
11101 * gnus-group.el (gnus-group-select-group): Doc fix.
11102
11103 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11104
11105 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11106 to nil.
11107
11108 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11109
11110 * nnheader.el (nnheader-get-lines-and-char): New function.
11111
11112 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11113
11114 * gnus-msg.el (gnus-summary-followup-with-original): Document
11115 yanking of region when active.
11116
11117 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11118
11119 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11120 groups if the group level is higher than the specified value.
11121
11122 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11123
11124 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11125 (gnus-group-jump-to-group): Added prefix argument using
11126 `gnus-group-jump-to-group-prompt'. Query before jumping to
11127 non-active group.
11128
11129 * compface.el (uncompface): Be verbose when changing
11130 `uncompface-use-external'.
11131
11132 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11133 handle manual section.
11134
11135 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11136
11137 * gnus-art.el (gnus-button-alist): Revert previous change.
11138
11139 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11140
11141 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11142
11143 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11144
11145 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11146 whether backend can accept message.
11147
11148 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11149
11150 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11151
11152 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11153 Avoid creating directory when nntp-marks-is-evil is true.
11154 Reported by Reiner Steib.
11155
11156 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11157
11158 * gnus-picon.el (gnus-picon-style): New variable.
11159 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11160 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11161 Jesper Harder <harder@ifa.au.dk>.
11162
11163 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11164
11165 * message.el (message-fill-field): Return point.
11166 (message-generate-headers): Go to end of field.
11167
11168 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11169 stuff for non-living groups.
11170
11171 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11172
11173 * gnus-art.el (gnus-article-followup-with-original)
11174 (gnus-article-reply-with-original): gnus-mark-active-p ->
11175 gnus-region-active-p.
11176
11177 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11178
11179 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11180 only when there is spam or ham to be processed.
11181
11182 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11183
11184 * mail-source.el (mail-source-delete-crash-box): Refactor.
11185 (mail-source-fetch): Use it.
11186 (mail-source-fetch-file): Ditto.
11187 (mail-source-fetch-directory): Run postscript in loop.
11188 (mail-source-fetch-pop): Delete.
11189 (mail-source-fetch-maildir): Ditto.
11190 (mail-source-fetch-imap): Ditto.
11191
11192 * imap.el (imap-authenticators): Comment out sasl.
11193
11194 * message.el (message-skip-to-next-address): New function.
11195 (message-fill-header-address): Refactor.
11196 (message-fill-address): Use it.
11197 (message-delete-address): Use it.
11198 (message-fill-header-general): Refactor.
11199 (message-fill-field-address): Rename.
11200 (message-narrow-to-field): Find the start of the header.
11201 (message-header-format-alist): Don't pre-fill.
11202 (message-fill-header): Removed.
11203 (message-insert-header): New function.
11204 (message-shorten-references): Use it.
11205
11206 * rfc2047.el (rfc2047-field-value): Strip props.
11207
11208 * mail-parse.el (mail-header-make-address): New alias.
11209
11210 * ietf-drums.el (ietf-drums-make-address): New function.
11211
11212 * imap.el: Add compiler directives.
11213
11214 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11215
11216 * gnus-art.el (article-decode-idna-rhs): Don't use
11217 message-idna-inside-rhs-p.
11218
11219 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11220
11221 * message.el (message-idna-inside-rhs-p): Removed.
11222 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11223
11224 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11225 false positives.
11226
11227 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11228
11229 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11230
11231 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11232
11233 * nneething.el (nneething-file-name): Don't create spurious
11234 files.
11235
11236 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11237 (gnus-inews-do-gcc): Remove sleep.
11238
11239 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11240 part under point.
11241
11242 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11243 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11244
11245 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11246
11247 * spam.el (spam-summary-prepare-exit): Fixed (length).
11248
11249 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11250
11251 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11252 as expired without moving it" message when there are spam
11253 messages left.
11254
11255 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11256
11257 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11258 header is not nil.
11259
11260 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11261
11262 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11263 nntp-possibly-create-directory, not nntp-possibly-change-group.
11264 (nntp-marks-changed-p): New arg SERVER.
11265 (nntp-request-update-info): Adjust caller.
11266
11267 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11268
11269 * nntp.el (nntp-save-marks): Pass missing arg.
11270
11271 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11272
11273 * nntp.el: Support marks.
11274 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11275 (nntp-marks-modtime, nntp-marks-directory): New variables.
11276 (nntp-request-set-mark, nntp-request-update-info)
11277 (nntp-possibly-create-directory, nntp-marks-changed-p)
11278 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11279 functions.
11280
11281 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11282
11283 * gnus-score.el (gnus-score-insert-help): Use
11284 gnus-select-lowest-window.
11285
11286 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11287 appt-select-lowest-window and rename to gnus-select-lowest-window.
11288
11289 * gnus.el: do.
11290
11291 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11292
11293 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11294 encodings of MIME-encoded words, in order to improve
11295 interoperability with several broken MUAs.
11296
11297 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11298
11299 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11300 tags, only when charsets are not specified in headers.
11301 (mm-inline-text-html-render-with-w3m): Ditto.
11302
11303 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11304
11305 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11306 instead of MIME-decoded from fields when checking
11307 `gnus-article-address-banner-alist'.
11308
11309 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11310
11311 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11312 description rather than subject.
11313
11314 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11315
11316 * gnus.el (gnus-version-number): Bump.
11317
11318 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11319
11320 * gnus.el: No Gnus v0.2 is released.
11321
11322 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11323
11324 * gnus-agent.el (gnus-agent-read-agentview): Inline
11325 gnus-uncompress-range.
11326
11327 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11328
11329 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11330 `exec-installed-p'.
11331
11332 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11333
11334 * gnus.el (spam-process, spam-autodetect-methods): Add
11335 bsfilter and bsfilter-headers.
11336
11337 * spam.el (spam-bsfilter): New customize group.
11338 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11339 (spam-bsfilter-header, spam-bsfilter-probability-header)
11340 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11341 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11342 (spam-bsfilter-database-directory): New options.
11343 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11344 (spam-list-of-statistical-checks, spam-registration-functions):
11345 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11346 (spam-bsfilter-score): New command.
11347 (spam-check-bsfilter-headers, spam-check-bsfilter)
11348 (spam-bsfilter-register-with-bsfilter)
11349 (spam-bsfilter-register-spam-routine)
11350 (spam-bsfilter-unregister-spam-routine)
11351 (spam-bsfilter-register-ham-routine)
11352 (spam-bsfilter-unregister-ham-routine): New functions.
11353 (spam-generic-score): Support bsfilter; Accept an optional argument
11354 to recalcurate spam score even if scoring header has already been
11355 added.
11356 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11357 optional argument to recalcurate spam score even if scoring header
11358 has already been added.
11359
11360 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11361
11362 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11363 strings! Reported by David D. Smith <davidsmith@acm.org>.
11364 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11365 link is missing.
11366
11367 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11368
11369 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11370 (html2text-get-attr): Rewrite.
11371
11372 * message.el (message-setup-1): Remove redundant put-text-property
11373 on mail-header-separator.
11374
11375 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11376
11377 * gnus-registry.el (gnus-registry-cache-whitespace)
11378 (gnus-registry-action, gnus-registry-spool-action)
11379 (gnus-registry-split-fancy-with-parent): Change message levels
11380 from 5 to 3 or 7, as needed.
11381
11382 * spam.el (spam-summary-prepare-exit)
11383 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11384 (spam-split, spam-find-spam, spam-log-undo-registration)
11385 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11386 level from 5 to 6.
11387
11388 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11389
11390 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11391 2004-03-04 change).
11392
11393 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11394
11395 * sieve-manage.el (sieve-manage-open):
11396 * nnweb.el (nnweb-insert-html):
11397 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11398 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11399 * nnspool.el (nnspool-request-group):
11400 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11401 * nnml.el (nnml-request-update-info):
11402 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11403 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11404 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11405 (nnimap-request-set-mark):
11406 * nnfolder.el (nnfolder-request-update-info):
11407 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11408 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11409 * gnus-uu.el (gnus-uu-find-articles-matching):
11410 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11411 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11412 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11413 * gnus-nocem.el (gnus-nocem-scan-groups):
11414 * gnus-int.el (gnus-start-news-server):
11415 * gnus-group.el (gnus-group-make-kiboze-group)
11416 (gnus-group-browse-foreign-server):
11417 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11418 Use mapc when appropriate.
11419
11420 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11421
11422 FIXME: Make separate entries for each person.
11423
11424 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11425 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11426 <shields@msrl.com>:
11427
11428 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11429 may need for spam sorting and scoring.
11430 (spam-user-format-function-S): Add user format function suitable for
11431 general use.
11432 (spam-article-sort-by-spam-status): Add sorting function for summary
11433 sorting.
11434 (spam-extra-header-to-number): Add function to get a score from a
11435 header.
11436 (spam-summary-score): Add function to get a numeric score from the
11437 headers.
11438 (spam-generic-score): Fix function doc, was in wrong place.
11439 (spam-initialize): Take symbols when it's run, and install the
11440 extra headers that spam-necessary-extra-headers thinks we need.
11441
11442 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11443
11444 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11445 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11446
11447 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11448
11449 * gnus-sum.el (gnus-set-global-variables)
11450 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11451 (gnus-article-get-xrefs, gnus-summary-best-group)
11452 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11453 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11454 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11455 Use with-current-buffer.
11456
11457 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11458
11459 * spam.el (spam-summary-prepare-exit): Simplify logic.
11460 (spam-fetch-article-header): Read the article header if it's not
11461 available.
11462 (spam-list-articles): Simplify logic.
11463 (spam-filelist-register-routine): Fix bug with unregister-list.
11464
11465 * gnus-registry.el: Fix comments at beginning.
11466
11467 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11468
11469 * message.el (message-cater-to-broken-inn): Remove.
11470 (message-shorten-references): Make sure the total folded length of
11471 References is shorter than 998 characters to cater to a bug in INN
11472 2.3. Also, don't pretend that references aren't folded -- this
11473 hasn't worked for a while.
11474
11475 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11476
11477 * gnus-agent.el (gnus-agentize):
11478 gnus-agent-send-mail-real-function no longer set to current value
11479 of message-send-mail-function but rather a lambda that calls
11480 message-send-mail-function. The change makes the agent real-time
11481 responsive to user changes to message-send-mail-function.
11482
11483 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11484
11485 * legacy-gnus-agent.el
11486 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11487 help from Florian Weimer <fw@deneb.enyo.de>
11488
11489 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11490
11491 * nnmail.el (nnmail-cache-insert): Revert last change.
11492
11493 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11494
11495 * nnmail.el (nnmail-cache-insert): Always check whether
11496 nnmail-cache-ignore-groups matches a group name.
11497
11498 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11499
11500 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11501 (spam-find-spam, spam-log-processing-to-registry)
11502 (spam-log-registered-p, spam-log-unregistration-needed-p)
11503 (spam-log-undo-registration): Use gnus-message instead of
11504 gnus-error, none of these errors are fatal.
11505
11506 * gnus-registry.el (gnus-registry-clean-empty-function)
11507 (gnus-registry-clean-empty): Remove only empty entries without
11508 extra data.
11509
11510 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11511
11512 * spam-stat.el (spam-stat-buffer-change-to-spam)
11513 (spam-stat-buffer-change-to-non-spam): Change (error) to
11514 (gnus-message 8) invocation.
11515
11516 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11517
11518 * nntp.el (nntp-via-netcat-command): New variable.
11519 (nntp-via-netcat-switches): New variable.
11520 (nntp-open-via-rlogin-and-netcat): New function.
11521 (nntp-open-connection-function): Doc fix.
11522 (nntp-telnet-command): Doc fix.
11523 (nntp-end-of-line): Doc fix.
11524 (nntp-via-rlogin-command): Doc fix.
11525 (nntp-via-user-name): Doc fix.
11526 (nntp-via-address): Doc fix.
11527
11528 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11529
11530 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11531 error in Emacs 21.1.
11532
11533 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11534
11535 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11536
11537 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11538 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11539 (gnus-agent-with-refreshed-group): New macro.
11540 (gnus-agent-rename-group): New function.
11541 (gnus-agent-delete-group): New function.
11542 (gnus-agent-save-group-info): Use gnus-command-method when
11543 `method' parameter is nil. Don't write nil entries into the
11544 active file.
11545 (gnus-agent-get-group-info): New function.
11546 (gnus-agent-fetch-articles): Use
11547 gnus-agent-update-files-total-fetched-for to increment disk space
11548 used.
11549 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11550 gnus-agent-update-view-total-fetched-for to increment disk space
11551 used.
11552 (gnus-agent-get-local): Added optional parameters to avoid calling
11553 gnus-group-real-name and gnus-find-method-for-group.
11554 (gnus-agent-set-local): Delete stored entry if either min, or max,
11555 are nil.
11556 (gnus-agent-fetch-session): Reworded error/quit messages. On
11557 quit, use gnus-agent-regenerate-group to record existance of any
11558 articles fetched to disk before the quit occurred.
11559 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11560 gnus-agent-update-view-total-fetched-for, and
11561 gnus-agent-update-files-total-fetched-for to decrement disk space
11562 used.
11563 (gnus-agent-retrieve-headers): Use
11564 gnus-agent-update-view-total-fetched-for to increment disk space
11565 used.
11566 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11567 with gnus-agent-update-files-total-fetched-for to decrement disk
11568 space and fresh group buffer.
11569 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11570 (gnus-agent-need-update-total-fetched-for): New variable.
11571 (gnus-agent-update-files-total-fetched-for): New function.
11572 (gnus-agent-update-view-total-fetched-for): New function.
11573 (gnus-agent-total-fetched-for): New function.
11574
11575 * gnus-cache.el (gnus-cache-save-buffers): Use
11576 gnus-cache-update-overview-total-fetched-for to change disk space
11577 used by this group.
11578 (gnus-cache-possibly-enter-article): Use
11579 gnus-cache-update-file-total-fetched-for to increment disk space
11580 used by this group.
11581 (gnus-cache-possibly-remove-article): Use
11582 gnus-cache-update-file-total-fetched-for to decrement disk space
11583 used by this group.
11584 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11585 (gnus-cache-rename-group): New function.
11586 (gnus-cache-delete-group): New function.
11587 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11588 (gnus-cache-need-update-total-fetched-for): New variable.
11589 (gnus-cache-with-refreshed-group): New macro.
11590 (gnus-cache-update-file-total-fetched-for): New function.
11591 (gnus-cache-update-overview-total-fetched-for): New function.
11592 (gnus-cache-rename-group-total-fetched-for): New function.
11593 (gnus-cache-delete-group-total-fetched-for): New function.
11594 (gnus-cache-total-fetched-for): New function.
11595
11596 * gnus-group.el: Require gnus-sum and autoload functions to
11597 resolve warnings when gnus-group.el compiled alone.
11598 (gnus-group-line-format): Documented new %F
11599 (size of Fetched data) group line format; identifies disk space
11600 used by agent and cache.
11601 (gnus-group-line-format-alist): Defined new F format.
11602 (gnus-total-fetched-for): New function.
11603 (gnus-group-delete-group): No longer update
11604 gnus-cache-active-altered as gnus-request-delete-group now keeps
11605 the cache in sync.
11606 (gnus-group-list-active): Let the agent store a server's active
11607 list if currently plugged.
11608
11609 * gnus-int.el (gnus-request-delete-group):
11610 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11611 local disk in sync with the server.
11612 (gnus-request-rename-group):
11613 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11614 local disk in sync with the server.
11615
11616 * gnus-start.el (gnus-get-unread-articles):
11617 Cosmetic simplification to logic.
11618
11619 * gnus-util.el (gnus-rename-file): New function.
11620
11621 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11622
11623 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11624
11625 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11626
11627 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11628 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11629
11630 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11631
11632 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11633 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11634
11635 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11636
11637 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11638
11639 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11640
11641 * spam.el (spam-set-difference): Add function to replace
11642 gnus-set-difference in spam.el.
11643 (spam-summary-prepare-exit): Use spam-set-difference.
11644
11645 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11646
11647 * gnus-registry.el (gnus-registry-cache-file): Update to use
11648 gnus-dribble-directory OR gnus-home-directory OR ~.
11649 (gnus-registry-split-fancy-with-parent): Fix doc.
11650
11651 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11652
11653 * message.el (message-exchange-point-and-mark): Use
11654 message-mark-active-p. Suggested by Jesper Harder
11655 <harder@ifa.au.dk>.
11656
11657 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11658
11659 * message.el (message-exchange-point-and-mark): Don't activate
11660 region if it was inactive. Suggested by Hiroshi Fujishima
11661 <pooh@nature.tsukuba.ac.jp>.
11662
11663 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11664
11665 * gnus-art.el (article-display-face): Display Faces in the same
11666 order as X-Faces.
11667
11668 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11669
11670 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11671
11672 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11673
11674 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11675 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11676 (gnus-article-mime-hierarchy): Remove.
11677 (gnus-article-mime-hierarchy-next): Remove.
11678 (gnus-article-mode): Revert 2004-03-19 change.
11679 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11680 (gnus-insert-mime-button): Revert 2004-03-19 change.
11681 (gnus-mime-accumulate-hierarchy): Remove.
11682 (gnus-mime-enter-multipart): Remove.
11683 (gnus-mime-leave-multipart): Remove.
11684 (gnus-mime-display-part): Revert 2004-03-19 change.
11685 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11686
11687 * mml.el (mml-preview): Revert 2004-03-19 change.
11688
11689 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11690
11691 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11692
11693 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11694
11695 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11696 t while entering a file name using the mm-with-multibyte macro.
11697 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11698
11699 * mm-util.el (mm-with-multibyte): New macro.
11700
11701 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11702
11703 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11704 user option.
11705 (gnus-mime-multipart-functions): Doc and customization fix.
11706 (gnus-article-mime-hierarchy): New variable.
11707 (gnus-article-mime-hierarchy-next): New variable.
11708 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11709 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11710 gnus-article-mime-hierarchy-next to nil.
11711 (gnus-insert-mime-button): Show hierarchy numbers.
11712 (gnus-mime-accumulate-hierarchy): New function.
11713 (gnus-mime-enter-multipart): New function.
11714 (gnus-mime-leave-multipart): New function.
11715 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11716 (gnus-mime-display-alternative): Show hierarchy numbers.
11717
11718 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11719 gnus-article-mime-hierarchy-next to nil.
11720
11721 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11722
11723 * dns.el: Don't require gnus-xmas.
11724
11725 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11726
11727 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11728 inline PGP.
11729 (mml-menu): Disable mml-quote-region if mark is inactive.
11730
11731 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11732
11733 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11734 when the group's active is not available.
11735
11736 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11737
11738 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11739 error.
11740
11741 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11742
11743 * imap.el (imap-store-password): New variable.
11744 (imap-interactive-login): Use it.
11745 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11746
11747 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11748
11749 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11750 window-start and hscroll to summary window.
11751
11752 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11753
11754 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11755 conversion message to newsrc-dribble when an actual conversion is
11756 performed.
11757
11758 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11759
11760 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11761
11762 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11763
11764 * mm-decode.el (mm-complicated-handles): New function reviving
11765 former definition of mm-multiple-handles.
11766
11767 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11768 (gnus-mime-delete-part): Use it.
11769
11770 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11771
11772 * gnus-agent.el (gnus-agent-read-local): Bind
11773 nnheader-file-coding-system to gnus-agent-file-coding-system to
11774 avoid the implicit assumption that they will always be equal.
11775 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11776 coding-system-for-write, as the with-temp-file macro first prints
11777 to a buffer then saves the buffer.
11778
11779 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11780
11781 * gnus-art.el (gnus-article-edit-part): New function.
11782 (gnus-mime-save-part-and-strip): Use it; do query instead of
11783 signaling an error; don't use mm-multiple-handles.
11784 (gnus-mime-delete-part): Ditto.
11785
11786 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11787
11788 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11789 old file versions.
11790 (gnus-group-prepare-hook): Removed function that converted list
11791 form of gnus-agent-expire-days to group properties.
11792
11793 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11794 (gnus-request-accept-article): Re-indented.
11795
11796 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11797 converters to handle old agent file formats. Added logic for a
11798 "backup before upgrading warning".
11799 (gnus-convert-mark-converter-prompt): Developers can mark
11800 functions as needing (default), or not needing,
11801 gnus-convert-old-newsrc's "backup before upgrading warning".
11802 (gnus-convert-converter-needs-prompt): Tests whether the user
11803 should be protected from potentially irreversable changes by the
11804 function.
11805
11806 * legacy-gnus-agent.el: New. Provides converters that are only
11807 loaded when gnus-convert-old-newsrc needs to call them.
11808
11809 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11810
11811 * mail-source.el (mail-source-touch-pop): Doc fix.
11812
11813 * message.el (message-smtpmail-send-it): Doc fix.
11814
11815 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11816
11817 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11818
11819 * nnmail.el (nnmail-split-fancy): do.
11820
11821 * gnus-kill.el (gnus-kill, gnus-execute): do.
11822
11823 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11824
11825 * gnus-sum.el (gnus-widget-reversible-match)
11826 (gnus-widget-reversible-to-internal)
11827 (gnus-widget-reversible-to-external): New functions.
11828 (gnus-widget-reversible): New widget.
11829 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11830
11831 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11832
11833 * gnus-sum.el (gnus-thread-sort-functions)
11834 (gnus-article-sort-functions): Document `(not F)' items.
11835
11836 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11837
11838 * spam.el (spam-use-gmane-xref): Add new backend.
11839 (spam-gmane-xref-spam-group): Add variable to control the name of the
11840 Gmane spam group.
11841 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11842 (spam-regex-headers-spam, spam-regex-headers-ham)
11843 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11844 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11845 backends and checks.
11846 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11847
11848 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11849 an autodetect method.
11850
11851 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11852
11853 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11854 articles are being added to a group.
11855 (gnus-request-replace-article): Inform the agent that articles
11856 need to be uncached as the cached contents are no longer valid.
11857
11858 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11859
11860 * binhex.el: Don't autoload executable-find.
11861
11862 * canlock.el: Don't autoload mail-fetch-field.
11863
11864 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11865
11866 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11867 rmail-dont-reply-to and rmail-output.
11868
11869 * gnus-score.el: Don't autoload ffap-string-at-point.
11870
11871 * gnus-setup.el: Don't autoload sc-cite-original.
11872
11873 * imap.el: Don't autoload base64-decode-string,
11874 base64-encode-string and md5.
11875
11876 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11877 and rmail-msg-restore-non-pruned-header.
11878
11879 * mm-decode.el: Don't autoload executable-find.
11880
11881 * mm-url.el: Don't autoload executable-find.
11882
11883 * mm-view.el: Don't autoload diff-mode.
11884
11885 * nndb.el: Don't autoload news-reply-mode, news-setup,
11886 cancel-timer and telnet.
11887
11888 * password.el: Don't autoload run-at-time for Emacs.
11889
11890 * sha1-el.el: Don't autoload executable-find.
11891
11892 * sieve-mode.el: Don't autoload c-mode.
11893
11894 * uudecode.el: Don't autoload executable-find.
11895
11896 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11897
11898 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11899 (gnus-agent-possibly-alter-active): Avoid null in numeric
11900 comparison.
11901 (gnus-agent-set-local): Refuse to save null in local object table.
11902 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11903 list of articles that will be marked as unread.
11904
11905 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11906
11907 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11908
11909 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11910
11911 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11912 language tags.
11913
11914 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11915
11916 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11917 Don't bind "obarray".
11918
11919 * gnus-sum.el (gnus-thread-sort-functions): Added
11920 `gnus-thread-sort-by-most-recent-number' and
11921 `gnus-thread-sort-by-most-recent-date'.
11922 Reported by Kai Grossjohann <kai@emptydomain.de>.
11923
11924 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11925
11926 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11927
11928 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11929
11930 * gnus-cus.el (gnus-agent-customize-category): Removed
11931 ignore-errors macro reference that required cl to be loaded at
11932 run-time.
11933
11934 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11935 single-interval range of the form (min . max). Previously the
11936 range had to look like ((min . max)). Likewise, return
11937 (min . max) rather than ((min . max)).
11938 (gnus-range-map): Use gnus-range-normalize to accept
11939 single-interval range.
11940
11941 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11942 the cache, but not the agent, now appear with their usual face.
11943
11944 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11945
11946 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11947 w3m-safe-url-regexp variable buffer-local.
11948
11949 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11950
11951 2004-02-27 Simon Josefsson <jas@extundo.com>
11952
11953 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11954 gnus-group-real-prefix.
11955 (gnus-summary-move-article): Use it, instead of
11956 gnus-group-real-prefix.
11957
11958 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11959
11960 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11961 w3m-safe-url-regexp variable buffer-local and set it as the value
11962 of mm-w3m-safe-url-regexp.
11963
11964 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11965
11966 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11967 parsing gnus-posting-styles when the message is not for replying.
11968
11969 * nnrss.el (nnrss-opml-export): Use
11970 mm-set-buffer-file-coding-system instead of
11971 set-buffer-file-coding-system.
11972
11973 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11974
11975 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11976 of checkdoc.el).
11977 * nnrss.el: do.
11978 * gnus-mlspl.el: do.
11979 * gnus-ml.el: do.
11980 * gnus-srvr.el: do.
11981
11982 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11983
11984 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11985
11986 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11987 Corrections to custom-manual links.
11988
11989 * gnus-art.el (gnus-article): Ditto.
11990
11991 * mm-decode.el (mime-display, mime-security): Ditto.
11992
11993 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11994
11995 * flow-fill.el: Typo.
11996
11997 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11998
11999 * spam-wash.el: New file.
12000
12001 2004-02-26 Mark A. Hershberger <mah@everybody.org>
12002
12003 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12004
12005 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12006
12007 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12008 to be run with new-articles as LIST1, not LIST2.
12009 (spam-registration-functions): Add spam-use-ham-copy as a nil
12010 registration backend.
12011
12012 2004-02-26 Jesper Harder <harder@ifa.au.dk>
12013
12014 * spam-stat.el (spam-stat-washing-hook): New option.
12015 (spam-stat-buffer-words): Use it.
12016 (spam-stat-process-directory, spam-stat-test-directory): Use
12017 insert-file-contents-literally.
12018 (spam-stat-coding-system): New variable.
12019 (spam-stat-load, spam-stat-save): Use it.
12020
12021 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12022
12023 * spam-report.el (spam-report-plug-agent): Quote
12024 spam-report-url-to-file and spam-report-url-ping-plain.
12025
12026 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
12027
12028 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12029 / in mailto URLs.
12030
12031 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12032
12033 * spam-report.el (spam-report-process-queue): Fix interactive use.
12034 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12035 (spam-report-unplug-agent): Doc fixes.
12036 (spam-report-url-ping-mm-url, spam-report-url-to-file)
12037 (spam-report-agentize, spam-report-deagentize): Autoload
12038
12039 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
12040
12041 * message.el (message-setup-fill-variables): Add mml tags to
12042 paragraph-start and paragraph-separate. Suggested by Andrew Korty
12043 <ajk@iu.edu>.
12044 (message-mode): Don't modify paragraph-separate there.
12045
12046 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
12047
12048 * compface.el (uncompface-use-external): Default to undecided.
12049 (uncompface-use-external-threshold): New variable.
12050 (uncompface-float-time): New macro.
12051 (uncompface): Determine whether to use the external decoder if
12052 uncompface-use-external is undecided.
12053
12054 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12055
12056 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12057 after images.
12058
12059 * gnus-art.el (gnus-mime-display-single): Remove dead code.
12060
12061 2004-02-14 Jesper Harder <harder@ifa.au.dk>
12062
12063 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12064
12065 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12066
12067 * gnus-sum.el (gnus-summary-limit-to-age)
12068 (gnus-summary-limit-children): do.
12069
12070 * gnus-int.el (gnus-request-scan): do.
12071
12072 * gnus-group.el (gnus-group-suspend): do.
12073
12074 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12075
12076 * gnus-cite.el (gnus-cite-parse-attributions): do.
12077
12078 * gnus-agent.el (gnus-summary-set-agent-mark)
12079 (gnus-agent-regenerate-group): do.
12080
12081 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12082
12083 * binhex.el (binhex-decode-region-internal): do.
12084
12085 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12086
12087 * gnus-fun.el (gnus-face-properties-alist): New user option.
12088 (gnus-display-x-face-in-from): Use it.
12089
12090 * gnus-art.el (article-display-face): Ditto.
12091
12092 * compface.el (uncompface-use-external): Default to nil.
12093
12094 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12095
12096 * nntp.el (nntp-erase-buffer): New function.
12097 (nntp-retrieve-data, nntp-send-command)
12098 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12099 (nntp-possibly-change-group): Use it.
12100
12101 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12102 with-current-buffer.
12103
12104 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12105
12106 * compface.el: Merge the ELisp-based uncompface program.
12107 (compface): New customization group.
12108 (uncompface-use-external): New user option.
12109 (uncompface): Call uncompface-internal if uncompface-use-external
12110 is nil.
12111 (uncompface-internal): New function. Note that there are also
12112 some other functions and variables added for this function.
12113
12114 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12115
12116 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12117 if necessary.
12118
12119 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12120
12121 * spam-report.el (spam-report-unplug-agent)
12122 (spam-report-plug-agent, spam-report-deagentize)
12123 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12124 Add support for the Agent in spam-report: when unplugged, report to a
12125 file; when plugged, submit all the requests.
12126
12127 * spam.el (spam-register-routine): Fix message about
12128 registration.
12129
12130 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12131
12132 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12133 dependencies.
12134 (rfc2047-encode): Use it.
12135
12136 * gnus-art.el (gnus-button-marker-list): Move before first
12137 reference.
12138
12139 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12140 (imap-parse-body): Fix format string mismatch.
12141
12142 * gnus-score.el (gnus-summary-increase-score): do.
12143
12144 * nnrss.el (nnrss-close): New function.
12145
12146 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12147
12148 * nnrss.el (nnrss-make-filename): New function.
12149 (nnrss-request-delete-group, nnrss-read-server-data)
12150 (nnrss-save-server-data, nnrss-read-group-data)
12151 (nnrss-save-group-data): Use it.
12152 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12153 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12154 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12155
12156 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12157
12158 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12159
12160 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12161
12162 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12163 files.
12164
12165 * message.el (message-generate-headers-first): Don't quote nil
12166 and t in docstrings.
12167
12168 * imap.el (imap-id): do.
12169
12170 * gnus-agent.el (gnus-agent-consider-all-articles)
12171 (gnus-agent-queue-mail): do.
12172
12173 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12174
12175 * spam-report.el (spam-report-process-queue): New function.
12176 Process requests from `spam-report-requests-file'.
12177 (spam-report-process-queue): Doc fix.
12178
12179 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12180
12181 * spam.el (spam-register-routine)
12182 (spam-log-processing-to-registry, spam-log-registered-p)
12183 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12184 Change "check" to "spam-check" for semi-clarity.
12185
12186 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12187
12188 * pop3.el: Require nnheader.
12189
12190 * mml-smime.el: Require cl. Autoload message-fetch-field.
12191
12192 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12193
12194 * gnus-picon.el: Require cl.
12195
12196 * gnus-fun.el: Require gnus-ems and gnus-util.
12197
12198 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12199
12200 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12201
12202 * gnus-art.el (gnus-article-edit-mode): Define before first
12203 reference.
12204
12205 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12206
12207 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12208 (gnus-uu-post-encoded): Use point-at-bol.
12209
12210 * gnus-topic.el (gnus-group-active-topic-p): do.
12211
12212 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12213
12214 * gnus-group.el (gnus-group-kill-region): do.
12215
12216 * gnus-art.el (article-date-ut): do.
12217
12218 * message.el (message-fetch-field): Remove redundant
12219 case-fold-search binding.
12220 (message-narrow-to-field): Simplify.
12221
12222 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12223
12224 * spam.el (spam-directory): Derive from `gnus-directory'.
12225
12226 * spam-report.el (spam-report-url-to-file)
12227 (spam-report-requests-file): New function and variable for offline
12228 reporting.
12229 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12230 and user defined function.
12231 (spam-report-url-ping-mm-url): Remove doubled slash.
12232
12233 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12234
12235 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12236
12237 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12238
12239 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12240 format string mismatch.
12241
12242 * sieve.el (sieve-deactivate-all): do.
12243
12244 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12245
12246 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12247
12248 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12249
12250 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12251
12252 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12253
12254 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12255 the list of checks.
12256
12257 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12258
12259 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12260 padding.
12261
12262 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12263
12264 * mm-view.el (mm-fill-flowed): New variable.
12265 (mm-inline-text): Use it.
12266
12267 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12268
12269 * spam.el (spam-spamassassin-register-ham-routine)
12270 (spam-spamassassin-register-spam-routine): Fix function names.
12271
12272 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12273
12274 * gnus.el (gnus-tmp-grouplens): Remove.
12275 (gnus-summary-line-format): Remove grouplens.
12276
12277 * gnus-group.el (gnus-group-line-format): Ditto.
12278
12279 * gnus-spec.el (gnus-format-specs): Ditto.
12280 (gnus-update-format-specifications): Flush the group format spec
12281 cache if there's the grouplens stuff.
12282 (gnus-parse-simple-format): Replace %l with the empty string.
12283
12284 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12285
12286 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12287 omission.
12288
12289 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12290
12291 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12292 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12293
12294 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12295
12296 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12297 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12298 New macros and functions.
12299 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12300 Handle > NLINK_MAX messages.
12301 * nnmaildir.el (nnmaildir-request-set-mark): Use
12302 nnmaildir--emlink-p and nnmaildir--eexist-p.
12303
12304 2004-01-25 Alex Schroeder <alex@gnu.org>
12305
12306 * spam-stat.el (spam-stat-process-directory-age): New option.
12307 (spam-stat-process-directory): Use it.
12308
12309 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12310
12311 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12312 (spam-stat-save): Accept prefix argument.
12313
12314 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12315
12316 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12317 links" error.
12318
12319 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12320
12321 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12322 compatibility with old .newsrc.eld files.
12323
12324 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12325
12326 * gnus-start.el (gnus-1): do.
12327
12328 * gnus-group.el (gnus-group-line-format-alist): do.
12329
12330 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12331
12332 * gnus-gl.el: Remove.
12333
12334 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12335
12336 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12337 marks consisting of a single range {for example, (3 . 5)} rather
12338 than a list of a single range { ((3 . 5)) }.
12339
12340 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12341
12342 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12343 with-current-buffer.
12344 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12345 avoid consing a string.
12346
12347 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12348 Remove obsolete entries for big5 and gb2312.
12349
12350 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12351
12352 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12353 uncompressed list.
12354
12355 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12356
12357 * spam-stat.el (spam-stat-strip-xref): New function.
12358 (spam-stat-process-directory): Use it.
12359
12360 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12361 here -- it's done in message-fetch-field.
12362
12363 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12364
12365 * gnus-agent.el (gnus-agent-queue-mail)
12366 (gnus-agent-prompt-send-queue): New variables.
12367 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12368 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12369 "nndraft:queue" along to gnus-draft-send. Use
12370 gnus-agent-prompt-send-queue.
12371 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12372 is "nndraft:queue". Suggested by Gaute Strokkenes
12373 <gs234@srcf.ucam.org>
12374
12375 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12376 (agent-enable-undownloaded-faces): Added
12377 (gnus-agent-cat-groups): Use eval-and-compile, not
12378 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12379 method of gnus-agent-cat-groups even when the buffer has been
12380 evaled.
12381 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12382 delete gnus-agent-save-active-1.
12383 (gnus-agent-save-groups): Deleted. Identical to
12384 gnus-agent-save-active.
12385 (gnus-agent-write-active): No longer adjust agent's copy of active
12386 file as agent's adjustments are now stored in their own
12387 file. Removed optional parameter.
12388 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12389 servers. Add use of min/max range limits from server's local
12390 file.
12391 (gnus-agent-save-alist): Removed unused optional argument.
12392 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12393 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12394 (gnus-agent-set-local): A per-server file that keeps min/max range
12395 limits for articles known to the agent. Provides a fast mechanism
12396 for altering many active ranges.
12397 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12398 active file (local makes it unnecessary).
12399 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12400
12401 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12402 (agent-enable-undownloaded-faces): Added
12403
12404 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12405 disable it when sending to "nndraft:queue".
12406 (gnus-group-send-queue): Add safety check to avoid sending queue
12407 when unplugged.
12408
12409 * gnus-group.el (gnus-group-catchup): Use new
12410 gnus-sequence-of-unread-articles, not
12411 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12412 numbers of articles. Use gnus-range-map to avoid having to
12413 uncompress the unread list.
12414 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12415 Fixed invalid ange-ftp reference.
12416
12417 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12418 (gnus-sorted-range-intersection): Intersection of two ranges
12419 without requiring that they first be uncompressed.
12420
12421 * gnus-start.el (gnus-activate-group): Unless blocked by the
12422 caller, possibly expand the active range to include both cached
12423 and agentized articles.
12424 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12425 multiple version-dependent converters.
12426 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12427 gnus-agent-save-active.
12428 (gnus-save-newsrc-file): Save dirty agent range limits.
12429
12430 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12431 gnus-agent-possibly-alter-active.
12432 (gnus-adjust-marked-articles): Faster handling of simple lists
12433
12434 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12435
12436 * spam-stat.el (spam-stat-test-directory): New optional argument
12437 displays a list of files detected. Suggested by Andrew Cohen
12438 <cohen@andy.bu.edu>.
12439 (spam-stat-buffer-words-with-scores): Don't narrow and change
12440 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12441
12442 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12443
12444 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12445 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12446 (spam-spamassassin-arguments)
12447 (spam-spamassassin-spam-flag-header)
12448 (spam-spamassassin-positive-spam-flag-header)
12449 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12450 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12451 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12452 (spam-list-of-processors, spam-list-of-checks)
12453 (spam-list-of-statistical-checks, spam-registration-functions)
12454 (spam-check-spamassassin-headers, spam-check-spamassassin)
12455 (spam-spamassassin-score)
12456 (spam-spamassassin-register-with-sa-learn)
12457 (spam-spamassassin-register-spam-routine)
12458 (spam-spamassassin-register-ham-routine)
12459 (spam-assassin-register-spam-routine)
12460 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12461 (spam-bogofilter-score): Fix to show article before scoring.
12462
12463 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12464
12465 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12466 default scoring function.
12467 (spam-generic-score): Call spam-spamassassin-score if
12468 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12469 spam-bogofilter-score otherwise.
12470
12471 * gnus.el (spam-process, spam-autodetect-methods): Add
12472 spamassassin and spamassassin-headers.
12473
12474 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12475
12476 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12477 Suppress unnecessary messages.
12478
12479 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12480
12481 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12482 make-hash-table.
12483
12484 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12485
12486 * canlock.el (base64-encode-string): Don't autoload it.
12487
12488 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12489
12490 * run-at-time.el: Remove useless (require 'itimer),
12491 eval-and-compile and (featurep 'xemacs).
12492
12493 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12494
12495 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12496 GROUP is a virtual group.
12497
12498 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12499
12500 * gnus.el: Autoload `message-y-or-n-p'.
12501
12502 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12503
12504 * pgg-parse.el: Remove unnecessary (require 'custom).
12505
12506 * pgg-def.el: do.
12507
12508 * nnmail.el: do.
12509
12510 * gnus-undo.el: do.
12511
12512 * gnus-picon.el: do.
12513
12514 * gnus-util.el: do.
12515
12516 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12517
12518 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12519
12520 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12521
12522 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12523 handle, as well as a list.
12524
12525 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12526 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12527 (mm-w3m-cid-retrieve): Simplify.
12528
12529 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12530
12531 * message.el (message-kill-to-signature): Allow prefix arg to
12532 specify number of lines to keep before signature.
12533
12534 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12535
12536 (message-kill-to-signature): Change docstring.
12537
12538 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12539
12540 * canlock.el: Always require sha1-el.
12541 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12542
12543 * message.el: Autoload sha1 only when compiling.
12544
12545 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12546
12547 * message.el (message-canlock-generate): Require sha1-el.
12548
12549 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12550
12551 * message.el (message-expand-name): Silence the byte compiler.
12552
12553 2004-01-13 Simon Josefsson <jas@extundo.com>
12554
12555 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12556 Invoke gnus-score-mode. Reported by
12557 bojohan+news@dd.chalmers.se (Johan Bockgård).
12558
12559 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12560 Jim Blandy <jimb@redhat.com> (tiny change).
12561
12562 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12563
12564 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12565
12566 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12567
12568 * spam.el (spam-get-article-as-string): Update to use
12569 gnus-request-article-this-buffer, much simpler.
12570 (spam-get-article-as-buffer): Remove.
12571
12572 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12573
12574 * message.el (message-expand-name): Use EUDC if the user uses that.
12575
12576 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12577
12578 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12579 character for the encoding to avoid consing a string.
12580
12581 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12582 unnecessarily.
12583
12584 * mm-util.el (mm-replace-chars-in-string): Remove.
12585
12586 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12587 of mm-replace-chars-in-string.
12588
12589 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12590
12591 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12592
12593 * mm-util.el (mm-subst-char-in-string): Support inplace.
12594
12595 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12596 a new string in every iteration. Use shy groups.
12597
12598 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12599
12600 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12601 * gnus-soup.el (gnus-soup-group-brew):
12602 * gnus-msg.el (gnus-put-message):
12603 * gnus-move.el (gnus-group-move-group-to-server):
12604 * gnus-kill.el (gnus-batch-score):
12605 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12606 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12607 (gnus-group-update-group, gnus-group-read-group)
12608 (gnus-group-make-group, gnus-group-make-help-group)
12609 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12610 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12611 (gnus-group-sort-by-unread, gnus-group-catchup)
12612 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12613 (gnus-group-yank-group, gnus-group-set-info)
12614 (gnus-group-list-groups):
12615 * gnus.el (gnus-generate-new-group-name):
12616 * gnus-delay.el (gnus-delay-send-queue):
12617 * nnvirtual.el (nnvirtual-catchup-group):
12618 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12619 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12620 (gnus-group-prepare-topics, gnus-topic-check-topology):
12621 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12622 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12623 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12624 (gnus-group-make-articles-read):
12625 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12626 (gnus-group-change-level, gnus-kill-newsgroup)
12627 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12628 (gnus-get-unread-articles, gnus-make-articles-unread)
12629 (gnus-make-ascending-articles-unread): Use accessor
12630 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12631 to get group information for improved readability.
12632
12633
12634 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12635
12636 * gnus-art.el (article-decode-mime-words, article-babel)
12637 (gnus-article-highlight-signature, gnus-article-add-buttons)
12638 (gnus-signature-toggle): Use gnus-with-article-buffer.
12639
12640 * gnus-art.el (gnus-article-highlight-headers)
12641 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12642
12643 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12644 (gnus-article-set-globals, gnus-request-article-this-buffer)
12645 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12646 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12647 (gnus-mime-display-alternative): Use with-current-buffer.
12648
12649 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12650
12651 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12652 also under 80 char limit, and call gnus-error if needed.
12653 (spam-fetch-article-header): Fix - it was a
12654 buffer-local variable (gnus-newsgroup-data).
12655 (spam-find-spam): Use spam-generate-fake-headers, forget about
12656 spam-insert-fake-headers.
12657 (spam-insert-fake-headers): Remove.
12658
12659 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12660
12661 * deuglify.el (gnus-article-outlook-unwrap-lines)
12662 (gnus-outlook-rearrange-article)
12663 (gnus-outlook-repair-attribution-outlook)
12664 (gnus-outlook-repair-attribution-block)
12665 (gnus-outlook-repair-attribution-other): Remove redundant
12666 save-excursion.
12667
12668 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12669
12670 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12671 (spam-fetch-field-subject-fast)
12672 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12673 (spam-fetch-article-header): Add functions to deal with Gnus
12674 internals for fast retrieval of article header data.
12675 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12676
12677 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12678
12679 * pop3.el (pop3-md5): Remove.
12680 (pop3-apop): Replace pop3-md5 with md5.
12681
12682 * mm-bodies.el: base64 is always built-in.
12683
12684 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12685 with-current-buffer.
12686
12687 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12688
12689 * canlock.el (canlock-insert-header): Remove excessive grouping in
12690 regexp.
12691
12692 * gnus-sum.el (gnus-summary-read-document): Ditto.
12693
12694 * gnus-uu.el (gnus-uu-part-number): Ditto.
12695
12696 * html2text.el (html2text-remove-tags): Ditto.
12697 (html2text-format-tags): Ditto.
12698 (html2text-format-single-elements): Ditto.
12699
12700 * mml.el (mml-parse-1): Ditto.
12701
12702 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12703
12704 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12705
12706 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12707
12708 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12709
12710 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12711
12712 2003-11-15 Simon Josefsson <jas@extundo.com>
12713
12714 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12715 (pgg-gpg-lookup-key): Use regexp match instead of
12716 split-string (split-string is different between emacs 21.2 and
12717 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12718
12719 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12720
12721 * gnus-art.el (gnus-mime-view-all-parts)
12722 (gnus-article-part-wrapper, gnus-article-view-part): Use
12723 with-current-buffer.
12724
12725 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12726
12727 * spam.el (spam-disable-spam-split-during-ham-respool)
12728 (spam-spamoracle-database, spam-cache-lookups)
12729 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12730 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12731 (spam-group-ham-marks, spam-group-spam-marks)
12732 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12733 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12734 also add spam-use-blackholes to the statistical checks.
12735 (spam-fetch-field-fast): Add interface to fetching fields, may
12736 become a macro.
12737 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12738 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12739 (spam-insert-fake-headers): Fake an article when needed.
12740 (spam-find-spam): Fake article when possible.
12741 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12742 (spam-check-bogofilter-headers): Use message-fetch-field instead
12743 of nnmail-fetch-field.
12744
12745 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12746
12747 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12748
12749 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12750
12751 * spam.el (spam-split): Do not require spam-use-CHECK to be
12752 enabled if that check is passed to spam-split explicitly; also
12753 fix so 'spam doesn't get converted to spam-split-group when
12754 spam-split-symbolic-return is t.
12755 (spam-find-spam): Find registrations of the article and use those
12756 instead of re-running spam-split to find the spam/ham
12757 classification of the article.
12758 (spam-log-processing-to-registry, spam-log-registered-p)
12759 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12760 Use gnus-error instead of gnus-message.
12761 (spam-log-registration-type): Add function to determine the
12762 classification of a message based on registry entries; will
12763 return nil if both 'spam and 'ham are found.
12764 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12765 a reasonably fast local cache without the loading errors.
12766 (spam-cache-lookups): Set to t by default.
12767 (spam-find-spam): Don't try to guess spam-cache-lookups.
12768 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12769 spam-caches entry.
12770 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12771 caching of whitelist/blacklist entries.
12772 (spam-check-whitelist, spam-check-blacklist): Invoke
12773 spam-from-listed-p with a type, not a cache variable.
12774 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12775
12776 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12777
12778 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12779
12780 * nnmail.el (nnmail-split-fancy): do.
12781
12782 * mml.el (mml-parse): do.
12783
12784 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12785 (gnus-score-adaptive): do.
12786
12787 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12788
12789 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12790 (gnus-mime-button-map): Don't set keymap parent.
12791 (gnus-button-ctan-directory-regexp): Use shy grouping.
12792 (gnus-prev-page-map): Don't set keymap parent.
12793 (gnus-prev-page-map): Remove duplicated one.
12794 (gnus-next-page-map): Don't set keymap parent.
12795 (gnus-mime-security-button-map): Ditto.
12796
12797 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12798 version number.
12799
12800 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12801
12802 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12803
12804 * canlock.el (canlock-sha1-function): Remove.
12805 (canlock-sha1-function-for-verify): Remove.
12806 (canlock-openssl-program): Remove.
12807 (canlock-openssl-args): Remove.
12808 (canlock-ignore-errors): Remove.
12809 (canlock-sha1-with-openssl): Remove.
12810 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12811 (canlock-verify): Don't use canlock-ignore-errors.
12812
12813 * sha1-el.el (sha1-string-external): Make it can return a string
12814 in binary form.
12815 (sha1-region-external): Ditto.
12816 (sha1-string-internal): Ditto.
12817 (sha1-region-internal): Ditto.
12818 (sha1-region): Ditto.
12819 (sha1-string): Ditto.
12820 (sha1): Ditto.
12821
12822 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12823
12824 * spam.el (spam-report-articles-gmane): New command.
12825
12826 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12827
12828 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12829
12830 * run-at-time.el (run-at-time-saved): Remove.
12831 (run-at-time): Doc fix.
12832
12833 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12834
12835 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12836 (gnus-summary-limit-map): Add it.
12837 (gnus-summary-make-menu-bar): do.
12838
12839 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12840
12841 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12842 Make attempt at some caching support (done for BBDB only now).
12843 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12844 addresses to be checked.
12845 (spam-clear-cache-BBDB): Add function, to be invoked by
12846 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12847 (spam-check-BBDB): Check and use the caches, if
12848 spam-cache-lookups is on, remove superfluous (provide).
12849
12850 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12851
12852 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12853
12854 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12855
12856 * run-at-time.el (run-at-time-saved): Move to after the definition
12857 of `run-at-time'.
12858
12859 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12860
12861 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12862 mm-w3m-local-map-property.
12863
12864 * mm-view.el (mm-w3m-mode-map): Remove.
12865 (mm-w3m-local-map-property): Remove.
12866 (mm-inline-text-html-render-with-w3m): Don't use
12867 mm-w3m-local-map-property.
12868
12869 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12870
12871 * run-at-time.el: New file.
12872
12873 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12874 of gnus-set-text-properties.
12875
12876 * gnus-uu.el (gnus-uu-save-article): Ditto.
12877
12878 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12879
12880 * gnus-cite.el (gnus-cite-parse): Ditto.
12881
12882 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12883 of gnus-.
12884
12885 * gnus.el: Changed calls to nnheader-run-at-time and
12886 password-run-at-time throughout to use run-at-time directly.
12887
12888 * password.el: Removed definition of run-at-time.
12889
12890 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12891
12892 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12893 in prompt.
12894
12895 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12896
12897 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12898 XEmacs version.
12899
12900 * dns.el (dns-make-network-process): Use `open-network-stream'
12901 instead of `gnus-xmas-open-network-stream'.
12902
12903 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12904
12905 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12906
12907 * gnus-art.el (gnus-mime-display-alternative)
12908 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12909 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12910 Don't use gnus-local-map-property.
12911
12912 * gnus-util.el (gnus-local-map-property): Remove.
12913
12914 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12915 gnus-completing-read-maybe-default with completing-read.
12916
12917 * gnus-util.el (gnus-completing-read): do.
12918 (gnus-completing-read-maybe-default): Remove.
12919
12920 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12921
12922 * password.el: Only autoload `run-at-time' if not XEmacs.
12923 Only autoload the itimer functions if XEmacs.
12924
12925 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12926
12927 * gnus-art.el (gnus-read-string): Remove.
12928 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12929 read-string.
12930
12931 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12932
12933 * netrc.el: Autoload password-read.
12934 (netrc): Add configuration group.
12935 (netrc-encoding-method, netrc-openssl-path): Add
12936 variables for encoding and decoding of files with symmetric
12937 ciphers.
12938 (netrc-encode): Add assistant function to encode a file with
12939 netrc-encoding-method.
12940 (netrc-parse): Add interactive parameter, added optional
12941 decoding if netrc-encoding-method is non-nil but otherwise
12942 behavior is standard.
12943 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12944 Do s/encode/encrypt/ everywhere.
12945
12946 * spam.el: Remove executable-find autoload.
12947
12948 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12949
12950 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12951
12952 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12953
12954 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12955
12956 * gnus-art.el (gnus-treat-ansi-sequences,
12957 (article-treat-ansi-sequences): New variable and function.
12958 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12959
12960 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12961 Use it.
12962
12963 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12964
12965 * mm-util.el (mm-quote-arg): Remove.
12966
12967 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12968 shell-quote-argument.
12969
12970 * gnus-uu.el (gnus-uu-command): do.
12971
12972 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12973
12974 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12975 with make-char.
12976
12977 * mm-util.el (mm-make-char): Remove.
12978
12979 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12980 add-minor-mode.
12981
12982 * gnus-undo.el (gnus-undo-mode): do.
12983
12984 * gnus-topic.el (gnus-topic-mode): do.
12985
12986 * gnus-sum.el (gnus-dead-summary-mode): do.
12987
12988 * gnus-start.el (gnus-slave-mode): do.
12989
12990 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12991
12992 * gnus-ml.el (gnus-mailing-list-mode): do.
12993
12994 * gnus-gl.el (gnus-grouplens-mode): do.
12995
12996 * gnus-draft.el (gnus-draft-mode): do.
12997
12998 * gnus-dired.el (gnus-dired-mode): do.
12999
13000 * gnus-ems.el (gnus-add-minor-mode): Remove.
13001
13002 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13003 Replace gnus-char-width with char-width.
13004
13005 * gnus-ems.el (gnus-char-width): Remove.
13006
13007 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13008 Replace gnus-char-width with char-width.
13009
13010 * gnus-ems.el (gnus-char-width): Remove.
13011
13012 * spam-stat.el (with-syntax-table): Remove with-syntax-table
13013 definition.
13014 Remove Emacs 20 hash table compatibility code.
13015
13016 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13017 20 compatibility code.
13018
13019 * spam.el (spam-point-at-eol): Replace with point-at-eol.
13020
13021 * smime.el (smime-point-at-eol): Replace with point-at-eol.
13022
13023 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13024 with point-at-{eol,bol}.
13025
13026 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13027
13028 * imap.el (imap-point-at-eol): Replace with point-at-eol.
13029
13030 * flow-fill.el (fill-flowed-point-at-bol)
13031 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13032
13033 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13034 Replace with point-at-{eol,bol} throughout all files.
13035
13036 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13037
13038 * ntlm.el (ntlm-string-as-unibyte): New macro.
13039 (ntlm-build-auth-response): Use it.
13040
13041 Remove Emacs 20 stuff:
13042 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13043 of delq and copy-sequence.
13044 * gnus-art.el (popup-menu): Remove the compiler macro.
13045 * nnmail.el (nnmail-split-fancy): Don't support customizing with
13046 Emacs 20.
13047
13048 2004-01-05 Simon Josefsson <jas@extundo.com>
13049
13050 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13051 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13052 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13053 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13054 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13055 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13056 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13057 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13058 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13059 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13060 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13061 string-xor into ntlm-string-xor. Suggested by
13062 Jesper Harder <harder@myrealbox.com>.
13063
13064 * ntlm.el: Don't include poem.
13065
13066 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13067 Jesper Harder <harder@myrealbox.com>.
13068
13069 * sasl-ntlm.el, ntlm.el, md4.el: New files.
13070
13071 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13072 probably breaks emacs with DL patch, but do we care? Is anyone
13073 still using the DL stuff?)
13074
13075 * sieve-manage.el: Use the password package.
13076 (sieve-manage-read-passwd): Remove.
13077 (sieve-manage-interactive-login): Use password. Re-add
13078 condition-case around loop.
13079
13080 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13081 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13082 the password package.
13083
13084 2003-02-19 Simon Josefsson <jas@extundo.com>
13085
13086 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13087 token.
13088
13089 2002-08-07 Simon Josefsson <jas@extundo.com>
13090
13091 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13092 (sieve-manage-authenticators):
13093 (sieve-manage-authenticator-alist): Add some SASL mechs.
13094 (sieve-sasl-auth): New function.
13095 (sieve-manage-cram-md5-auth):
13096 (sieve-manage-plain-auth): Rewrite using SASL library.
13097 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13098 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13099 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13100 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13101
13102 2004-01-05 Simon Josefsson <jas@extundo.com>
13103
13104 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13105 New files.
13106
13107 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13108
13109 * gnus-group.el (gnus-no-groups-message): Update.
13110
13111 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13112
13113 2003-11-09 Simon Josefsson <jas@extundo.com>
13114
13115 * imap.el: Support for ID IMAP extension (RFC 2971).
13116 (imap-local-variables): Add imap-id.
13117 (imap-id): New variable.
13118 (imap-id): New function.
13119 (imap-parse-response): Parse untagged ID response.
13120 * nnimap.el (nnimap-id): New variable.
13121 (nnimap-open-connection): Use it.
13122
13123 2003-12-28 Simon Josefsson <jas@extundo.com>
13124
13125 * gnus-score.el (gnus-score-edit-all-score): New.
13126 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13127
13128 2004-01-04 Simon Josefsson <jas@extundo.com>
13129
13130 * password.el: Add.
13131
13132 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13133
13134 * dns.el: Add support for AAAA records (see RFC 3596)
13135
13136 * Fix typo PRT -> PTR
13137
13138 * Parse MX, PTR and SOA replies (see RFC 1035)
13139
13140 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13141
13142 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13143
13144 * Moved to Changelog.2.
13145
13146 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13147
13148 * gnus.el (gnus-version-number): Bump version.
13149
13150 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13151
13152 * gnus.el: No Gnus v0.1 is released.
13153
13154 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13155
13156 * gnus.el: No Gnus v0.0 is released.
13157
13158 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13159
13160 * gnus.el (gnus-version-number): Bump.
13161 (gnus-version): No.
13162
13163 See ChangeLog.2 for earlier changes.
13164
13165 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13166
13167 This file is part of GNU Emacs.
13168
13169 GNU Emacs is free software: you can redistribute it and/or modify
13170 it under the terms of the GNU General Public License as published by
13171 the Free Software Foundation, either version 3 of the License, or
13172 (at your option) any later version.
13173
13174 GNU Emacs is distributed in the hope that it will be useful,
13175 but WITHOUT ANY WARRANTY; without even the implied warranty of
13176 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13177 GNU General Public License for more details.
13178
13179 You should have received a copy of the GNU General Public License
13180 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13181
13182 ;; Local Variables:
13183 ;; coding: utf-8
13184 ;; fill-column: 79
13185 ;; add-log-time-zone-rule: t
13186 ;; End:
13187
13188 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4