]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Make saving and restoring of hidden threads work with overlays.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-07-30 Lawrence Mitchell <wence@gmx.li>
2
3 Make saving and restoring of hidden threads work with overlays.
4 Patch applied by Ted Zlatanov.
5
6 * gnus-sum.el (gnus-hidden-threads-configuration)
7 (gnus-restore-hidden-threads-configuration): Update to deal with text
8 properties, rather than searching for a magic character.
9
10 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11
12 New gnus-sync.el library for synchronization of marks.
13
14 * gnus-sync.el: New library for synchronization of marks.
15
16 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
17 renamed from `gnus-registry-grep-in-list'.
18
19 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
20
21 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
22
23 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
24
25 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
26 determining charset of text fails.
27
28 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
29
30 * nnmail.el (nnmail-get-new-mail-1): Revert.
31
32 * nnml.el (nnml-active-number): Make sure names of newly created groups
33 in nnml-group-alist are encoded.
34
35 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
36
37 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
38 containing non-ASCII characters in active file for nnml back end.
39
40 2010-07-24 David Engster <dengste@eml.cc>
41
42 * mml-smime.el (mml-smime-epg-verify): Also accept the older
43 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
44
45 2010-07-21 Daiki Ueno <ueno@unixuser.org>
46
47 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
48 tag (Bug#6654).
49
50 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
53 the article buffer, not the summary buffer.
54
55 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
56
57 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
58 Emacs 23 as well.
59
60 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
61
62 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
63 Patch applied by Karl Fogel.
64
65 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
66 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
67
68 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
69
70 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
71 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
72 C-w still not working correctly from Article buffers; Thierry's
73 patch to fix that will be applied after this.
74
75 * gnus-art.el (bookmark-make-record-function): New local variable.
76
77 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
78 article buffer.
79 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
80
81 2010-07-13 Karl Fogel <kfogel@red-bean.com>
82
83 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
84 on changes in bookmark.el.
85
86 2010-06-22 Mark A. Hershberger <mah@everybody.org>
87
88 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
89 the *other* type of HTML form submission.
90
91 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
92
93 * auth-source.el (auth-source-pick): If choice does not contain a
94 questioned keyword, set the check to t.
95
96 2010-06-12 Romain Francoise <romain@orebokech.com>
97
98 * gnus-util.el (gnus-date-get-time): Move up before first use.
99
100 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
103 (gnus-article-edit-part): Bind it to make last part that is substituted
104 or deleted visible.
105 (gnus-mime-display-single): Buttonize part of which id equals to
106 gnus-mime-buttonized-part-id.
107
108 2010-06-10 Dan Christensen <jdc@uwo.ca>
109
110 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
111 (gnus-dd-mmm): Use gnus-date-get-time.
112 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
113 simplify logic.
114 (gnus-summary-limit-to-age): Use gnus-date-get-time.
115 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
116
117 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
118
119 * auth-source.el (top): Autoload `secrets-list-collections',
120 `secrets-create-item', `secrets-delete-item'.
121 (auth-sources): Fix tag string.
122 (auth-get-source, auth-source-retrieve, auth-source-create)
123 (auth-source-delete): New defuns.
124 (auth-source-pick): Rewrite in order to avoid 2 passes.
125 (auth-source-forget-user-or-password): New parameter USERNAME.
126 (auth-source-user-or-password): New parameters CREATE-MISSING and
127 DELETE-EXISTING. Retrieve password interactively, if needed.
128
129 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
130
131 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
132 deleting unused directories when gnus-expert-user is t.
133
134 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
135
136 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
137 for each temp file when gnus-article-browse-delete-temp is ask.
138
139 2010-05-20 Kevin Ryde <user42@zip.com.au>
140
141 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
142
143 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
146 article unless decoding article to be saved.
147
148 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
149
150 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
151 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
152 generated within the mm-with-unibyte-current-buffer macro.
153
154 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
157 to nil when we're in a mml-preview buffer and no group is selected.
158
159 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
160
161 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
162 when catching the `C-g'. Reported by "Leo".
163
164 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
165
166 * message.el (message-forward-make-body-plain)
167 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
168 multibyte-string-p.
169
170 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
171
172 * message.el (message-forward-make-body-mml): Assume original message
173 is multibyte string; error on unibyte.
174 (message-forward-make-body-plain): Ditto; don't add excessive newline
175 in body end.
176
177 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
178
179 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
180 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
181
182 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
183
184 * mm-extern.el (mm-extern-url): Don't use
185 mm-with-unibyte-current-buffer.
186 (mm-extern-cache-contents): Use with-current-buffer instead of
187 save-excursion + set-buffer.
188
189 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
190
191 * mm-util.el (mm-emacs-mule): Remove.
192
193 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
194
195 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
196 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
197 change.
198
199 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
200
201 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
202 bind the default value of enable-multibyte-characters to nil.
203
204 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
205
206 * message.el (message-forward-make-body-plain)
207 (message-forward-make-body-mml):
208 Don't use mm-with-unibyte-current-buffer.
209
210 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
211
212 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
213 (Bug#5592).
214
215 2010-05-07 Julien Danjou <julien@danjou.info>
216
217 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
218 it to mm-pipe-part.
219
220 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
221 it is given.
222
223 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
224
225 * nnweb.el (nnweb-gmane-search)
226 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
227 XEmacs.
228
229 * gnus-art.el (gnus-article-browse-html-parts)
230 * gnus-group.el (gnus-read-ephemeral-gmane-group)
231 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
232 make-temp-file.
233
234 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
235 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
236 compiling.
237
238 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
239 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
240 XEmacs when compiling.
241
242 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
243 gnus-pick-mode-off-hook for XEmacs when compiling.
244 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
245 gnus-binary-mode-off-hook for XEmacs when compiling.
246
247 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
248 nil if char-charset is not available.
249
250 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
251 macro.
252
253 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
254 instead of encode-coding-string.
255
256 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
257 'xemacs) instead of mm-emacs-mule to switch function definitions.
258 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
259
260 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
261
262 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
263
264 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
265
266 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
267 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
268
269 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
270
271 * mm-util.el (mm-decompress-buffer): Use `delete-file';
272 alias `jka-compr-delete-temp-file' no longer exists.
273
274 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 Use define-minor-mode in Gnus where applicable.
277 * mml.el (mml-mode): Use define-minor-mode.
278 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
279 (gnus-undo-mode): Use define-minor-mode.
280 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
281 (gnus-dead-summary-mode): Use define-minor-mode.
282 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
283 Initialize in declaration.
284 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
285 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
286 (gnus-mailing-list-mode): Use define-minor-mode.
287 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
288 (gnus-draft-mode): Use define-minor-mode.
289 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
290 (gnus-dired-mode): Use define-minor-mode.
291
292 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
293
294 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
295 handles on recursive mml-to-mime translation and check them for
296 boundary delimiter collisions. Reported by Greg Troxel.
297
298 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
299
300 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
301
302 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * mm-util.el (mm-find-buffer-file-coding-system):
305 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
306
307 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
308
309 * message.el (message-generate-headers): Record insertion of optional
310 headers as well. Otherwise the check to prevent repeated insertion of
311 optional headers is a no-op.
312
313 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
314
315 * smime.el: Don't mention CVS.
316
317 * nnrss.el (nnrss-fetch): Don't mention CVS.
318
319 * nnir.el: Don't mention CVS.
320
321 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * gnus-sum.el (gnus-summary-bookmark-make-record):
324 Add `location' field.
325
326 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * gnus-sum.el: Add bookmark declarations to silence the compiler.
329 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
330 Use with-current-buffer to silence the byte-compiler.
331 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
332 bother to require `gnus'.
333 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
334
335 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
336
337 * gnus-sum.el (gnus-summary-bookmark-make-record)
338 (gnus-summary-bookmark-jump): New functions.
339 (gnus-summary-mode): Setup bookmark support.
340
341 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
342
343 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
344 if set.
345
346 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
347
348 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
349 gnus-article-browse-html-save-cid-image; make it work recursively for
350 forwarded messages as well.
351 (gnus-article-browse-html-parts): Work when prefix arg is given.
352 (gnus-article-browse-html-article): Doc fix.
353
354 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
355
356 * message.el (message-default-mail-headers):
357 (message-default-headers): Carry the value mail-default-headers over
358 into message-default-mail-headers, rather than message-default-headers.
359
360 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
361
362 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
363 charset.
364
365 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
366 charset into the <meta> tag when the article is encoded to utf-8.
367
368 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
369
370 * gnus-art.el (gnus-article-browse-delete-temp-files):
371 Delete directories as well.
372 (gnus-article-browse-html-parts): Work for images that do not specify
373 file names; delete temp directory when quitting; insert header at the
374 right place; use file: scheme for image files.
375
376 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
377
378 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
379 (gnus-article-browse-html-parts): Use it to make temporary cid image
380 files in addition to html file so that browser may display them.
381
382 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
383
384 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
385
386 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
387
388 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
389
390 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
391
392 * auth-source.el (auth-sources): Change default to be simpler.
393 Explain about Secret Service API sources. Improve Customize options.
394 (auth-source-pick): Change to accept any number of search parameters.
395 Implement fallbacks iteratively, not recursively. Add scoring on the
396 second pass and sort by score. Call Secret Service API when needed.
397 (auth-source-user-or-password): Use it. Call Secret Service API
398 directly when needed to get the user name and the password.
399
400 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
401
402 * message.el (message-interactive): Doc fix.
403 (message-qmail-inject-args): Reflow.
404 (message-kill-to-signature): Fix typo in docstring.
405
406 * smiley.el (smiley-buffer): Fix typo in docstring.
407
408 2010-03-24 Glenn Morris <rgm@gnu.org>
409
410 * mail-source.el (gnus-message): Declare.
411 (mail-source-delete-old-incoming): Require gnus-util.
412
413 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
414
415 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
416
417 * message.el (ecomplete-setup): Autoload it for Emacs <23.
418
419 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
420 password-cache's default if it is not bound.
421 (mml-secure-passphrase-cache-expiry): Default to 16 that is
422 password-cache-expiry's default if it is not bound.
423
424 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
425 available in Emacs 21.
426
427 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
428
429 * auth-source.el (auth-sources): Fix up definition so extra parameters
430 are always inline.
431
432 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
433
434 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
435 wasn't updated after mismatch. Clear cached mailbox info correctly
436 when uidvalidity changes.
437 (nnimap-group-prefixed-name): New function to avoid some code
438 duplication.
439 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
440 (nnimap-request-group): Use it.
441 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
442 (nnimap-update-unseen): Significantly improved speed of Gnus startup
443 with many imap folders. This is done by caching the group status from
444 the imap server persistently in a group parameter `imap-status'. (This
445 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
446 but not persistently, so every Gnus startup was still very slow.)
447
448 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
449
450 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
451 secrets.el dependency.
452 (auth-sources): Add optional user name. Add secrets.el configuration
453 choice (unused right now).
454
455 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
456
457 * gnus-sum.el (gnus-summary-make-menu-bar): Let
458 `gnus-registry-install-shortcuts' fill in the functions.
459
460 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
461 warnings.
462 (gnus-registry-misc-menus): Variable to hold registry mark menus.
463 (gnus-registry-install-shortcuts): Populate and use it in a
464 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
465
466 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
467
468 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
469 In-place substitutions for the group name encoding/decoding.
470 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
471 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
472 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
473 (nnimap-update-unseen, nnimap-request-list)
474 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
475 (nnimap-request-set-mark, nnimap-split-to-groups)
476 (nnimap-split-articles, nnimap-request-newgroups)
477 (nnimap-request-create-group, nnimap-request-accept-article)
478 (nnimap-request-delete-group, nnimap-request-rename-group)
479 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
480 `encoded-mbx' for consistency.
481 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
482 variable `imap-current-mailbox'.
483
484 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
485 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
486
487 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
488
489 * pop3.el (pop3-display-message-size-flag): Display message size byte
490 counts during POP3 download.
491 (pop3-movemail): Use it.
492 (pop3-list): Implement listing of available messages.
493
494 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
495
496 * nnir.el (nnir-get-article-nov-override-function): New function to
497 override the normal NOV retrieval.
498 (nnir-retrieve-headers): Use it.
499
500 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
501
502 * auth-source.el (netrc-machine-user-or-password): Autoload.
503
504 2010-03-19 Glenn Morris <rgm@gnu.org>
505
506 Stop message.el from loading about 40 libraries it doesn't always need.
507 The general approach is to autoload rather than require, and to
508 require in the specific functions rather than the file. (Bug#5642)
509
510 * gmm-utils.el: Don't require wid-edit.
511 (widget-create-child-value, widget-convert, widget-default-get):
512 Autoload.
513
514 * gnus-util.el: Don't require time-date, netrc.
515 (message-fetch-field, gnus-group-name-decode): Declare rather than
516 autoloading.
517 (gnus-fetch-field): Require message.
518 (gnus-decode-newsgroups): Require gnus-group.
519
520 * ietf-drums.el: Don't require time-date.
521
522 * message.el: Don't require hashcash, canlock, ecomplete.
523 Do require mail-utils. Require nnheader only when compiling.
524 (smtpmail-default-smtp-server): Remove declaration.
525 (message-send-mail-function): Check smtpmail-default-smtp-server
526 is bound rather than requiring smtpmail.
527 (message-auto-save-directory, message-insert-signature): Use
528 expand-file-name rather than nnheader-concat.
529 (nnheader-insert-file-contents): Autoload.
530 (hashcash-wait-async): Declare.
531 (message-send-mail): Only call gnus-setup-posting-charset if
532 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
533 (message-send-mail-with-sendmail): Require sendmail.
534 (canlock-password, canlock-password-for-verify): Declare.
535 (message-canlock-password): Require canlock.
536 (nnheader-get-report): Autoload.
537 (gnus-setup-posting-charset): Declare.
538 (message-send-news): Require gnus-msg.
539 (message-make-references, message-make-in-reply-to): Use mail-header-id
540 rather than the alias mail-header-message-id.
541 (ecomplete-add-item, ecomplete-save): Declare.
542 (message-put-addresses-in-ecomplete): Require ecomplete.
543 (ecomplete-display-matches): Autoload.
544
545 * mm-decode.el: Don't require mailcap, gnus-util.
546 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
547 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
548 Autoload.
549 (mailcap-mime-extensions): Declare.
550
551 * mm-encode.el: Don't require mailcap.
552 (mailcap-extension-to-mime): Autoload.
553
554 * mml-sec.el: Don't require password-cache.
555
556 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
557 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
558 (mml-minibuffer-read-type): Require mailcap.
559 (mml-preview): Require gnus-msg.
560
561 * mml1991.el: Require password-cache.
562 (password-cache-expiry): Remove declaration.
563
564 * mml2015.el: Require password-cache.
565 (password-cache-expiry): Remove declaration.
566
567 * nneething.el (mailcap): Require mailcap.
568
569 * nnheader.el (declare-function): Add compatibility stub.
570 (message-remove-header): Declare rather than autoload.
571 (nnheader-replace-header): Require message.
572
573 * nnimap.el (declare-function): Add compatibility stub.
574 (netrc-parse, netrc-machine-user-or-password): Declare.
575 (nnimap-open-connection): Require netrc.
576
577 * nntp.el (declare-function): Add compatibility stub.
578 (netrc-parse, netrc-machine, netrc-get): Declare.
579 (nntp-send-authinfo): Require netrc.
580
581 * rfc2047.el: Don't require qp.
582 (quoted-printable-encode-region, quoted-printable-decode-string):
583 Autoload.
584
585 * sieve-mode.el: Don't require easymenu.
586 (easy-menu-add-item): Autoload it.
587
588 * spam-stat.el (time-to-number-of-days): Autoload it.
589
590 2010-03-17 Kevin Ryde <user42@zip.com.au>
591
592 * mml.el (mml-read-tag): Unquote values with `read' to reverse
593 prin1 in mml-insert-tag (just stripping the quotes gave wrong
594 value if any backslash escapes).
595
596 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
597
598 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
599 if it is available. (bug#5647)
600
601 2010-02-26 Glenn Morris <rgm@gnu.org>
602
603 * message.el (message-send-mail-function): Change the default, so that
604 it inherits from a customized send-mail-function. (Bug#5643)
605
606 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
609 shell-command-to-string signals an error (bug#5299).
610
611 2010-02-24 Glenn Morris <rgm@gnu.org>
612
613 * message.el (message-smtpmail-send-it)
614 (message-send-mail-with-mailclient): Doc fixes.
615
616 2010-02-16 Glenn Morris <rgm@gnu.org>
617
618 * message.el (message-default-mail-headers): Change the default value
619 to ease the transition from mail-mode to message-mode. (Bug#5555)
620
621 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
622
623 * message.el (message-mail): Just pass yank-action on to message-setup.
624 (message-setup): Handle (FUN . ARGS) form of yank-action.
625 (message-with-reply-buffer, message-widen-reply)
626 (message-yank-original): Handle non-buffer values of
627 message-reply-buffer (Bug#4080).
628 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
629
630 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
631
632 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
633 Fix typo in docstring.
634
635 2010-01-08 Jason Rumney <jasonr@gnu.org>
636
637 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
638 response.
639
640 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
641
642 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
643
644 * message.el (message-check-news-header-syntax): Protect against a
645 string that `rfc822-addresses' returns when parsing fails.
646
647 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
648
649 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
650 (gnus-previous-char-property-change): New functions.
651
652 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
653
654 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
655
656 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
657 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
658
659 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
660
661 * message.el (message-exchange-point-and-mark): Rework last change to
662 avoid using optional arg of exchange-point-and-mark, for backward
663 compatibility.
664
665 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
666
667 * message.el (message-exchange-point-and-mark): Call
668 exchange-point-and-mark with an argument rather than setting
669 mark-active by hand (Bug#5175).
670
671 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
672
673 * nntp.el (nntp-service-to-port): Work for service expressed with
674 numeric string; replace [:digit:] with [0-9] for XEmacs.
675
676 2009-12-17 Glenn Morris <rgm@gnu.org>
677
678 * gnus-group.el (gnus-bug-group-download-format-alist):
679 Change emacs entry to debbugs.gnu.org. Bump :version.
680
681 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
682
683 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
684
685 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
686
687 * message.el (message-info): Explain why we use `Info-goto-node'.
688
689 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * message.el (message-completion-in-region): New compatibility function.
692 (message-expand-group): Use it.
693
694 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
695
696 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
697 with no unread article should be listed if the 2nd arg `predicate' is
698 given.
699
700 2009-11-29 Juri Linkov <juri@jurta.org>
701
702 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
703 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
704 on `gnus-recenter'. (Bug#4698, Bug#4981)
705
706 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
707
708 * message.el (message-from-style, message-interactive)
709 (message-signature): Always set default values from the corresponding
710 mail-* variables.
711 (message-cite-prefix-regexp, message-sendmail-envelope-from)
712 (message-yank-prefix, message-indentation-spaces)
713 (message-signature-file, message-default-headers): Use boundp rather
714 than (featurep 'xemacs) to check if the corresponding mail-* variables
715 exist.
716
717 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
718
719 * message.el (message-send-mail-with-sendmail): Revert last change.
720
721 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
722
723 * message.el (message-from-style, message-interactive)
724 (message-cite-prefix-regexp, message-sendmail-envelope-from)
725 (message-yank-prefix, message-indentation-spaces, message-signature)
726 (message-signature-file, message-default-headers): For GNU Emacs, set
727 default values from the corresponding mail-* variables.
728 (message-send-mail-with-sendmail): Use envelope-from only if
729 mail-specify-envelope-from is non-nil.
730
731 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
732
733 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
734 containing tspecial characters if they have been already quoted.
735
736 2009-10-24 Glenn Morris <rgm@gnu.org>
737
738 * gnus-art.el (help-xref-stack-item): Define for compiler.
739
740 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
741
742 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
743
744 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
745
746 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
747 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
748
749 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
750
751 * gnus.el (gnus-overlay-get): New alias to overlay-get.
752 (gnus-overlays-in): New alias to overlays-in.
753
754 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
755 gnus-overlay-get, and gnus-delete-overlay.
756 (gnus-summary-show-thread): Make it work as well for systems in which
757 next-single-char-property-change is not available.
758 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
759
760 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
761
762 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
763
764 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
765
766 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
767 and XEmacs that don't have `remove-overlays'.
768
769 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
772 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
773 selective display. Use overlays instead.
774
775 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
776
777 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
778
779 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
780
781 * spam-stat.el (spam-stat-load): Fix typo in message.
782
783 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
784
785 * gnus-art.el (gnus-article-encrypt-body):
786 * message.el (message-check-recipients):
787 * mm-util.el (mm-codepage-setup):
788 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
789 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
790
791 2009-09-22 Daiki Ueno <ueno@unixuser.org>
792
793 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
794 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
795 keys from the menu if mm-{sign,encrypt}-option is 'guided.
796 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
797 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
798
799 2009-09-18 Glenn Morris <rgm@gnu.org>
800
801 * gnus-diary.el (gnus-diary-check-message):
802 * message.el (message-insert-formatted-citation-line):
803 * nnbabyl.el (top-level):
804 * nndiary.el (nndiary-schedule):
805 Fix typos in condition-case handlers.
806
807 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
808
809 * gnus-art.el (gnus-article-edit-part): Work for the buffer
810 configuration that provides the sole article window in a frame;
811 position point correctly after deleting a part.
812
813 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
814
815 * spam.el (spam-unregister-on-reregister): Add boolean variable.
816 (spam-resolve-registrations-routine): Use it to unregister articles
817 that change status.
818
819 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
820
821 * nnrss.el (nnrss-request-article): Remove binding of
822 default-enable-multibyte-characters that has gotten needless by
823 the 2007-07-13 change in rfc2047-encode-message-header.
824
825 * mml.el (mml-insert-multipart): Error on the message header.
826 (mml-insert-part): Error on the message header; position point at
827 the end of a MIME tag.
828
829 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
830
831 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
832 (gnus-float-time): Alias to float-time if it exists.
833
834 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
835 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
836 float-time is available; suppress compile warning for time-to-seconds.
837
838 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
839
840 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
841 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
842 Add the optional argument `encoding' that overrides the default.
843
844 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
845 mm-encode-buffer.
846
847 2009-09-04 Glenn Morris <rgm@gnu.org>
848
849 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
850 mm-disable-multibyte, rather than default-enable-multibyte-characters.
851 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
852 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
853 * mm-util.el (mm-with-unibyte-current-buffer)
854 (mm-find-buffer-file-coding-system):
855 * yenc.el (yenc-decode-region): Use default-value rather than
856 default-enable-multibyte-characters.
857
858 2009-09-03 Glenn Morris <rgm@gnu.org>
859
860 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
861 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
862 than default-enable-multibyte-characters.
863
864 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
865
866 * gnus-art.el (gnus-article-read-summary-keys):
867 Fix gnus-buffer-configuration's value temporarily used.
868
869 2009-09-02 Glenn Morris <rgm@gnu.org>
870
871 * gnus-util.el (gnus-float-time): New function.
872 * gnus-delay.el (gnus-delay-article):
873 * gnus-sum.el (gnus-thread-latest-date):
874 * gnus-util.el (gnus-user-date): Use gnus-float-time.
875 * nnspool.el (nnspool-request-newgroups):
876 Use gnus-float-time rather than time-to-seconds.
877 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
878
879 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
880 (gnus-header-subject-face, gnus-header-newsgroups-face)
881 (gnus-header-name-face, gnus-header-content-face):
882 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
883 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
884 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
885 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
886 (gnus-cite-face-11):
887 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
888 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
889 (gnus-server-closed-face, gnus-server-denied-face)
890 (gnus-server-offline-face):
891 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
892 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
893 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
894 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
895 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
896 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
897 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
898 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
899 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
900 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
901 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
902 (gnus-summary-selected-face, gnus-summary-cancelled-face)
903 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
904 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
905 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
906 (gnus-summary-high-undownloaded-face)
907 (gnus-summary-low-undownloaded-face)
908 (gnus-summary-normal-undownloaded-face)
909 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
910 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
911 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
912 (gnus-splash-face):
913 * message.el (message-header-to-face, message-header-cc-face)
914 (message-header-subject-face, message-header-newsgroups-face)
915 (message-header-other-face, message-header-name-face)
916 (message-header-xheader-face, message-separator-face)
917 (message-cited-text-face, message-mml-face):
918 * sieve-mode.el (sieve-control-commands-face)
919 (sieve-action-commands-face, sieve-test-commands-face)
920 (sieve-tagged-arguments-face):
921 * spam.el (spam-face):
922 Mark face aliases with "-face" in the name as obsolete.
923
924 2009-09-01 Glenn Morris <rgm@gnu.org>
925
926 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
927 than goto-line.
928
929 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
930
931 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
932 Don't move point if the command is invoked inside the message header.
933
934 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
937 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
938 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
939 * nnir.el (nnir-swish-e-index-file):
940 * gnus-sum.el (gnus-summary-delete-marked-as-read)
941 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
942 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
943 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
944 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
945 (gnus-treat-display-xface): Add Emacs version of obsolescence.
946
947 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
948
949 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
950 Don't save excursion.
951
952 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * nnheader.el (nnheader-find-file-noselect):
955 * mm-util.el (mm-insert-file-contents):
956 Use (default-value 'major-mode) instead of default-major-mode.
957
958 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
961
962 2009-08-25 Glenn Morris <rgm@gnu.org>
963
964 * nnir.el (top-level): Don't require cl at run-time.
965 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
966 Replace cl-function substitute with gnus-replace-in-string.
967 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
968 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
969 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
970 simplified expansions.
971
972 2009-08-22 Glenn Morris <rgm@gnu.org>
973
974 * gnus-art.el (gnus-button-patch): Use forward-line rather than
975 goto-line.
976
977 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
978
979 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
980
981 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
982 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
983 (gnus-mm-display-part, gnus-mime-display-single)
984 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
985 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
986
987 * gnus-sum.el
988 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
989 (gnus-summary-move-article): Add expirable mark to articles copied or
990 moved to group that has auto-expire turned on if the option is non-nil.
991
992 2009-07-24 Glenn Morris <rgm@gnu.org>
993
994 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
995 Fix typo. (Bug#3903)
996
997 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
998
999 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1000 gnus-article-read-summary-keys rather than gnus-summary-edit-article
1001 that should not be used for draft articles.
1002 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1003 that has no concern in minor mode keys.
1004 (gnus-article-summary-command, gnus-article-summary-command-nosave):
1005 Abolish.
1006
1007 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
1008
1009 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1010 article without making inquiry to a user for unknown encoding.
1011
1012 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1013 (nnmaildir--scan): Assume i-node and device number that file-attributes
1014 returns might be cons-cell.
1015
1016 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
1017
1018 * auth-source.el: Remove docs now in auth.texi. Don't use
1019 `gnus-message' for logging. Add new variables `auth-source-debug' and
1020 `auth-source-hide-passwords' and use them.
1021
1022 2009-07-15 Glenn Morris <rgm@gnu.org>
1023
1024 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1025
1026 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1027
1028 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1029 excessive whitespace from the default values of title and description.
1030
1031 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
1032
1033 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1034 mail-fetch-field to fetch Content-Description header in order to
1035 exclude newlines.
1036
1037 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
1038
1039 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1040 to deleted part.
1041
1042 2009-05-30 David Engster <dengste@eml.cc>
1043
1044 * nnmairix.el: Remove old documentation in the commentary block.
1045 (nnmairix-request-group): Do not update active file for nnml back ends.
1046 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1047 end so that overview files are ignored.
1048 (nnmairix-update-groups): Make updating the groups more robust by using
1049 marks.
1050 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1051 with dollar characters in message-id.
1052
1053 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
1054
1055 * spam.el: Use dns-query instead of query-dns. Was renamed on
1056 2008-12-25 in dns.el.
1057
1058 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1061 could happen if the text is only composed of spaces and/or tabs.
1062
1063 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
1064
1065 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1066 when sending a queued message to avoid extra mml tags.
1067
1068 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
1069
1070 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1071
1072 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
1073
1074 * gnus-dired.el: Remove autoload for gnus-setup-message.
1075 (gnus-dired-attach): Fake this-command value to prevent Gnus from
1076 displaying Gnus logo; always use compose-mail.
1077
1078 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1079
1080 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1081
1082 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
1083
1084 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1085 (gnus-nocem-issuers): List currently active issuers; fix custom type.
1086 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1087 available.
1088 (gnus-nocem-epg-verify): New function.
1089
1090 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
1091
1092 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1093
1094 2009-02-15 Glenn Morris <rgm@gnu.org>
1095
1096 * gnus-util.el (rmail-insert-rmail-file-header)
1097 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1098 autoloads.
1099 (rmail-default-rmail-file): Remove unnecessary declaration.
1100 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1101
1102 2009-02-14 Glenn Morris <rgm@gnu.org>
1103
1104 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1105 variable (only used in gnus-util, which declares it anyway).
1106 (rmail-output-to-rmail-file): Remove autoload of deleted function,
1107 which was only needed by gnus-art (changed to not use it any more).
1108 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1109 only used in gnus-util, which autoloads it itself.
1110 (rmail-update-summary): Fix autoload.
1111
1112 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1113 rather than rmail-output-to-rmail-file.
1114
1115 2009-02-07 Glenn Morris <rgm@gnu.org>
1116
1117 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1118 autoload of function that no longer exists.
1119 (rmail-toggle-header): Declare.
1120 (message-forward-rmail-make-body): Handle mbox Rmail.
1121
1122 2009-01-31 Glenn Morris <rgm@gnu.org>
1123
1124 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1125 2009-01-09 change.
1126
1127 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
1128
1129 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1130 (auth-source-forget-all-cached): New convenience function.
1131 (auth-source-user-or-password): Accept list of modes or a single mode.
1132
1133 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1134 auth-source modes.
1135
1136 * nnimap.el (nnimap-open-connection): Use list of
1137 auth-source modes.
1138
1139 * nntp.el (nntp-send-authinfo): Use list of
1140 auth-source modes.
1141
1142 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1143
1144 * auth-source.el: Update docs to reflect epa-file-enable is to be used
1145 now.
1146
1147 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1148
1149 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1150 coding system in XEmacs; add a workaround for XEmacs.
1151
1152 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
1153
1154 * mm-util.el (mm-coding-system-priorities): Protect against nil value
1155 of current-language-environment.
1156
1157 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
1158
1159 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1160 available at runtime.
1161
1162 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
1163
1164 * gnus-art.el (article-date-ut): Fix end point of narrowing.
1165
1166 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
1167
1168 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1169 the greatest positive fixnum value doesn't work under an XEmacs with
1170 bignum support; use the most-positive-fixnum constant instead,
1171 available since Emacs 21.1 with cl and XEmacs 21.1.
1172
1173 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1174
1175 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1176 XEmacs gets not to work.
1177
1178 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1179
1180 * mm-util.el (mm-coding-system-priorities): Allow the value like
1181 "Japanese (UTF-8)" of current-language-environment.
1182
1183 2009-01-09 Glenn Morris <rgm@gnu.org>
1184
1185 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1186 with last-command-event.
1187
1188 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
1189
1190 * message.el (message-fix-before-sending): Amend comment.
1191
1192 2009-01-07 David Engster <dengste@eml.cc>
1193
1194 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1195 simplified server definitions by converting it via
1196 gnus-server-to-method.
1197
1198 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1199
1200 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1201 parameter's operands.
1202
1203 2009-01-06 David Engster <dengste@eml.cc>
1204
1205 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1206 primary select method (for gnus-group-mark-article-as-read).
1207
1208 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
1209
1210 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1211 `(gnus)Face', not `(gnus)X-Face'.
1212
1213 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1214
1215 * mm-util.el (mm-ucs-to-char): New function.
1216
1217 * mm-url.el (mm-url-decode-entities): Use it.
1218
1219 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
1220
1221 * message.el (message-fix-before-sending): Add `eight-bit' to
1222 illegible-text check.
1223
1224 2009-01-03 Michael Olson <mwolson@gnu.org>
1225
1226 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1227 `headers' is nil. This can occur if the IMAP server does not have
1228 permissions to read messages from a folder, but can write new messages
1229 to the folder.
1230 (nnimap-request-article-part): Do not insert `data' if it is nil.
1231
1232 2009-01-01 Dave Love <fx@gnu.org>
1233
1234 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1235
1236 * nnimap.el: Fix author email.
1237 (nnimap-split-rule): Add FIXME comment.
1238 (nnimap-debug): Fix doc string.
1239
1240 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1241
1242 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1243 overlay-arrow-position and overlay-arrow-string buffer-local; no need
1244 to check if those variables exist (first appeared in Emacs 18.50).
1245
1246 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248 * mm-util.el (mm-line-number-at-pos): New function.
1249
1250 * spam-report.el (spam-report-process-queue): Use it.
1251
1252 2008-12-24 David Engster <dengste@eml.cc>
1253
1254 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1255 parameters that haven't existed as variables as buffer-local variables.
1256
1257 2008-12-23 Dave Love <fx@gnu.org>
1258
1259 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1260 cadar.
1261
1262 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1263 imap-starttls-p.
1264 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1265
1266 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
1267
1268 * spam-report.el (spam-report-gmane-max-requests): New constant.
1269 (spam-report-gmane-wait): New variable.
1270 (spam-report-gmane-ham, spam-report-gmane-spam)
1271 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1272 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1273 the server.
1274
1275 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1276 Add explanations.
1277
1278 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1279 nnheader-accept-process-output and nnheader-read-timeout if available.
1280 (pop3-movemail): Use it.
1281
1282 * message.el (message-check-news-body-syntax): Fix signature check if
1283 there's an attachment.
1284
1285 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
1286
1287 * mm-util.el: Add comments to the mm- emulating functions.
1288
1289 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
1290
1291 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
1292 by Stephen Berman <stephen.berman@gmx.net>.
1293
1294 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1295
1296 * mm-util.el (mm-substring-no-properties): New function.
1297 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1298 (mm-special-display-p): Enable those lambda forms to be byte compiled.
1299 (mm-string-to-multibyte): Doc fix.
1300
1301 * mml.el (mml-attach-file): Use mm-substring-no-properties.
1302
1303 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1304
1305 * mml.el (mml-attach-file): Strip text properties from file name.
1306 (Bug#1574)
1307
1308 2008-12-16 Glenn Morris <rgm@gnu.org>
1309
1310 * mm-util.el (mm-charset-override-alist): Declare for compiler.
1311
1312 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1315 knows since the charset specified might be a bogus alias that
1316 mm-charset-synonym-alist provides.
1317
1318 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1319
1320 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1321 "ISO_8859-1".
1322
1323 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1324
1325 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1326
1327 * mm-util.el (mm-charset-eval-alist):
1328 Define it before mm-charset-to-coding-system.
1329 (mm-charset-to-coding-system): Add optional argument `silent';
1330 define it before mm-charset-override-alist.
1331 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1332 default value if it can be used in Emacs currently running;
1333 silence mm-charset-to-coding-system.
1334
1335 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1336
1337 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1338 `allow-override' which says whether to use `mm-charset-override-alist'.
1339 (rfc2047-decode-encoded-words): Use it.
1340
1341 * mm-util.el (mm-charset-override-alist): Fix custom type;
1342 add `(gb2312 . gbk)' to choices.
1343
1344 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1345
1346 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1347 fast.
1348
1349 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1350
1351 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
1352
1353 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1354 on links.
1355
1356 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1357
1358 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1359
1360 * message.el (message-idna-to-ascii-rhs-1): Protect against local
1361 users' addresses that don't have domain parts.
1362 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1363 rather than message-narrow-to-head since there will be the message
1364 header separator.
1365
1366 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1369 since the result is inserted in a unibyte buffer anyway.
1370 (nnimap-demule-use-string-to-multibyte): Remove.
1371 (nnimap-demule): Alias it to mm-string-to-multibyte.
1372
1373 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1374
1375 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1376 variable for debugging bug#464 and bug#1174.
1377 (nnimap-demule): Use it.
1378
1379 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1380
1381 * gnus-score.el (gnus-score-find-trace): Handle default score in total
1382 score calculation correctly.
1383
1384 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * message.el (message-send-mail): Just set the buffer to unibyte
1387 rather than use mm-with-unibyte-current-buffer which does a lot more.
1388 (message-send-mail-partially): Don't bother with
1389 mm-with-unibyte-current-buffer since it's already been made unibyte by
1390 message-send-mail.
1391
1392 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
1393
1394 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1395
1396 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1397
1398 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1399
1400 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1401
1402 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1403 require itself and to remove `with-no-warnings'.
1404
1405 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
1406
1407 * starttls.el (starttls-any-program-available): Get the name of the
1408 available TLS layer program.
1409 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1410 well as the host name in the "opening" message.
1411
1412 * auth-source.el (auth-source-cache, auth-source-do-cache)
1413 (auth-source-user-or-password): Cache passwords and logins by default,
1414 allow override with `auth-source-do-cache'.
1415 (auth-source-forget-user-or-password): Allow users to remove cache
1416 entries if needed.
1417
1418 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1419
1420 * ietf-drums.el (ietf-drums-remove-comments): Localize second
1421 condition-case to only the forward-sexp call.
1422
1423 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1424
1425 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1426 quotes contained. Make it more robust regardless by an extra
1427 condition-case wrapper.
1428
1429 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
1430
1431 * nnml.el (nnml-request-expire-articles): Check if the function set to
1432 `nnmail-expiry-target' returns the symbol `delete'.
1433
1434 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1435
1436 * nnmail.el (nnmail-expiry-target): Fix custom type.
1437
1438 2008-10-02 Glenn Morris <rgm@gnu.org>
1439
1440 * mm-util.el (mm-codepage-setup): Tweak codepage error.
1441 Silence compiler warning.
1442
1443 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * mml.el (mml-menu): Don't assume mml2015 is bound.
1446
1447 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1448
1449 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1450 exists.
1451
1452 2008-09-27 Glenn Morris <rgm@gnu.org>
1453
1454 * gnus-util.el (mail-header-remove-comments): Autoload it.
1455
1456 2008-09-27 Andreas Schwab <schwab@suse.de>
1457
1458 * gnus-util.el (gnus-split-references): Strip comments.
1459 (gnus-parent-id): Likewise.
1460
1461 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
1462
1463 * message.el (message-confirm-send): Fix version.
1464
1465 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1466
1467 * message.el (message-idna-to-ascii-rhs-1): Use
1468 mail-extract-address-components rather than mail-header-parse-addresses
1469 that is an alias by default to ietf-drums-parse-addresses that does not
1470 support non-ASCII names in headers' contents.
1471
1472 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1473
1474 * message.el (message-confirm-send): Fixed variable documentation to
1475 avoid the "y/n" wording.
1476
1477 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
1478
1479 * message.el (message-set-auto-save-file-name): Save to a different
1480 filename so multiple messages (especially drafts) can be recovered.
1481
1482 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
1483
1484 * message.el (message-confirm-send): Add appropriate version.
1485
1486 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1487
1488 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1489 defvar.
1490
1491 2008-09-22 Daiki Ueno <ueno@unixuser.org>
1492
1493 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1494 (mm-pkcs7-enveloped-magic): Ditto.
1495
1496 2008-09-17 Simon Josefsson <simon@josefsson.org>
1497
1498 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1499 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1500
1501 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
1502
1503 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1504 default, it's better.
1505
1506 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
1507
1508 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1509 summary line gnus-number property and ignore them (with a warning
1510 message).
1511
1512 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1513
1514 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1515 macro caddr in the interactive form since it won't be expanded.
1516
1517 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1518
1519 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1520 `charset'; fix name of function called recursively.
1521 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1522
1523 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1524
1525 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1526 (gnus-mime-set-charset-parameters): New function.
1527 (gnus-mime-view-part-as-charset): Use it to correctly display part
1528 specifying wrong charset.
1529
1530 2008-09-08 David Engster <dengste@eml.cc>
1531
1532 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1533 in completing-read for back end server.
1534
1535 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
1536
1537 * message.el (message-confirm-send): New variable to confirm sending a
1538 message.
1539 (message-send): Use it.
1540
1541 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
1542
1543 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1544
1545 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1546
1547 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1548
1549 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
1550
1551 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1552 prevent tracking too many groups.
1553 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1554 Use it.
1555
1556 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
1557
1558 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1559 moving point to the bottom of the window in order to avoid recentering.
1560
1561 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
1562
1563 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1564 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1565 (gnus-article-beginning-of-window): Fix calculation.
1566
1567 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
1568
1569 * gnus-msg.el (gnus-summary-supersede-article)
1570 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1571 value of gnus-newsgroup-charset to decode non-MIME encoded text in
1572 message header.
1573
1574 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1575
1576 * message.el:
1577 * gnus-start.el:
1578 * gnus-registry.el: Remove VMS support.
1579
1580 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1581
1582 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1583 macro.
1584 (rfc2104-hash): Use it.
1585
1586 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
1587
1588 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1589 (gnus-summary-sort-by-most-recent-date): New commands.
1590 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1591 and menu entries.
1592
1593 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
1594
1595 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1596 don't redisplay article for raw contents; remove plural articles stuff.
1597
1598 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1599 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1600 on gnus-summary-save-article; display results properly.
1601
1602 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1604 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1605
1606 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
1607
1608 * gnus-art.el (gnus-summary-save-in-pipe): Consider
1609 gnus-save-all-headers.
1610
1611 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1612
1613 * gnus-util.el (ns-focus-frame): Remove declaration.
1614 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
1615 like x.
1616
1617 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1618
1619 * rfc2104.el (rfc2104-zero): Delete defconst.
1620 (rfc2104-hex-alist): Likewise.
1621 (rfc2104-hex-to-int): Delete func.
1622 (rfc2104-hexstring-to-bitstring): Likewise.
1623 (rfc2104-nybbles): New defconst.
1624 (rfc2104-hash): Rewrite for speed.
1625
1626 2008-07-16 Glenn Morris <rgm@gnu.org>
1627
1628 * gnus-util.el (ns-focus-frame): Declare for compiler.
1629
1630 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1631
1632 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1633 set as a group parameter.
1634 (gnus-summary-save-in-pipe): Work when it is called independently.
1635 (gnus-summary-pipe-to-muttprint): Don't modify
1636 gnus-summary-pipe-output-default-command.
1637
1638 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * message.el (message-send-mail-with-sendmail):
1641 Display the error message.
1642
1643 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1644
1645 * gnus-art.el (gnus-default-article-saver):
1646 Add gnus-summary-save-in-pipe to choices.
1647 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1648 gnus-summary-pipe-output-default-command as the default command.
1649 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1650 instead of gnus-last-shell-command.
1651
1652 * gnus-sum.el (gnus-summary-pipe-output-default-command):
1653 New user option.
1654 (gnus-summary-muttprint-program): Mention the value will be changed.
1655 (gnus-summary-save-article): Force showing of all headers.
1656 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1657
1658 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
1659
1660 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1661
1662 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
1663
1664 * nnimap.el (nnimap-id):
1665 * sieve-manage.el (sieve-manage-open): Doc fixes.
1666
1667 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
1668
1669 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1670 if available.
1671
1672 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1675
1676 * nnkiboze.el (nnkiboze-generate-group):
1677 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1678
1679 * nnmairix.el: Require CL.
1680
1681 2008-06-15 David Engster <dengste@eml.cc>
1682
1683 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1684
1685 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
1686
1687 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1688 New macros that expand to an `aset'/`aref' call under Emacs, and to a
1689 runtime choice under XEmacs.
1690
1691 * gnus-sum.el (gnus-summary-set-display-table):
1692 Use `gnus-put-display-table', `gnus-get-display-table',
1693 `gnus-set-display-table' for the display table, instead of `aset'.
1694
1695 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1696
1697 * nnmairix.el: Add autoloads.
1698
1699 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1700
1701 * nnmairix.el (nnmairix-delete-recreate-group)
1702 (nnmairix-update-and-clear-marks): Fix error messages.
1703
1704 2008-06-14 David Engster <dengste@eml.cc>
1705
1706 * nnmairix.el: Upgrade to version 0.6.
1707 (nnmairix-group-toggle-propmarks-this-group)
1708 (nnmairix-group-toggle-readmarks-this-group)
1709 (nnmairix-group-delete-recreate-this-group)
1710 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1711 (nnmairix-remove-tick-mark-original-article): New commands.
1712 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1713 (nnmairix-propagate-marks-to-nnmairix-groups)
1714 (nnmairix-only-use-registry, nnmairix-allowfast-default)
1715 (nnmairix-marks-cache, nnmairix-version-output): New variables.
1716 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1717 functions needed for marks propagation and manipulation of read marks.
1718 (nnmairix-update-groups): New function.
1719 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1720 (nnmairix-determine-original-group-from-registry)
1721 (nnmairix-determine-original-group-from-path)
1722 (nnmairix-get-group-from-file-path, nnmairix-map-range)
1723 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1724 New helper functions.
1725 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1726 keystrokes for new commands.
1727 (nnmairix-delete-and-create-on-change): Doc string cleanup.
1728 (nnmairix-request-group): Check allow-fast group parameter.
1729 (nnmairix-request-create-group): Set allow-fast group parameter if
1730 nnmairix-allowfast-default is set.
1731 (nnmairix-close-group): Propagate marks upon closing if needed.
1732 (nnmairix-group-toggle-threads-this-group): Use new.
1733 nnmairix-group-toggle-parameter helper function.
1734 (nnmairix-search): Better check for empty search result.
1735 (nnmairix-goto-original-article): Use new helper functions for
1736 determining original article.
1737 (nnmairix-show-original-article): Make sure message-id is in brackets.
1738 (nnmairix-call-mairix-binary): Change variable name.
1739 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1740 helper function.
1741 (nnmairix-widget-toggle-activate): Fix doc string.
1742
1743 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
1744
1745 * nnir.el: Require edmacro when compiling with XEmacs.
1746 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1747 available in Emacs 21.
1748
1749 2008-06-11 Glenn Morris <rgm@gnu.org>
1750
1751 * gnus-util.el (x-focus-frame):
1752 * gnus.el (image-size):
1753 * mm-decode.el (image-size): Declare.
1754
1755 * gnus-picon.el (declare-function): Add compat definition.
1756 (image-size): Declare.
1757
1758 * gnus-group.el (tool-bar-map):
1759 * gnus-sum.el (tool-bar-map): Define for compiler.
1760
1761 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1762
1763 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1764
1765 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1766 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1767 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1768 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1769 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1770 * sieve-manage.el, spam-report.el, spam.el:
1771 Remove unnecessary eval-and-compile of autoloads.
1772
1773 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * auth-source.el: Precise Tramp doc.
1776
1777 2008-06-07 Glenn Morris <rgm@gnu.org>
1778
1779 * nnmairix.el: Remove unnecessary eval-when-compile.
1780
1781 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
1782
1783 * nnir.el: New file.
1784
1785 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * gnus-util.el (gnus-read-shell-command): New function.
1788 * mm-decode.el (mm-pipe-part):
1789 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1790
1791 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
1792
1793 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1794
1795 2008-06-03 Glenn Morris <rgm@gnu.org>
1796
1797 * pop3.el (nnheader-accept-process-output): Autoload it.
1798
1799 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
1800
1801 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1802 are not 2-digit hexadecimal characters that follow `%'s.
1803
1804 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
1805
1806 * message.el (message-bogus-recipient-p): Fix type in doc string.
1807 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1808 (message-bogus-addresses): Rename from message-bogus-address-regexp.
1809 Improve custom options.
1810 (message-bogus-recipient-p): Adjust accordingly.
1811
1812 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
1813
1814 * nnmairix.el: Require edmacro when compiling with XEmacs.
1815
1816 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1817
1818 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1819 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1820
1821 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1822
1823 * auth-source.el: Add more docs.
1824
1825 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1826
1827 * nnheader.el (nnheader-read-timeout): Change the default timeout from
1828 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
1829 retrieval faster in some cases, but might make CPU usage larger. If
1830 this has any bad side effects, we might revert this change.
1831
1832 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1833 seems to make mail retrieval much, much faster.
1834 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1835 unconditionally.
1836
1837 * gnus-draft.el (gnus-group-send-queue): Bind
1838 message-send-mail-partially-limit to nil to avoid being prompted.
1839
1840 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1841
1842 * mml.el (mml-attach-buffer): Prompt for `disposition'.
1843
1844 * message.el (message-bogus-address-regexp): Fix and improve custom
1845 type.
1846 (message-setup-hook): Add message-check-recipients as custom option.
1847
1848 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
1849
1850 * message.el (message-cite-function): Remove bogus autoload which crept
1851 in during merge from v5-10.
1852
1853 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
1854
1855 * nnimap.el (nnimap-open-connection): Fix login/password bug.
1856
1857 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1858
1859 * auth-source.el: Preliminary Tramp docs.
1860 (auth-sources): Change the default auth-sources to use
1861 EPA .gpg files.
1862
1863 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1864
1865 * nntp.el: Autoload `auth-source-user-or-password'.
1866 (nntp-send-authinfo): Use it.
1867
1868 * nnimap.el: Autoload `auth-source-user-or-password'.
1869 (nnimap-open-connection): Use it.
1870
1871 * auth-source.el: Added docs on using with url-auth. Import gnus-util
1872 for the gnus-message function.
1873 (auth-source-user-or-password): Use it.
1874
1875 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1878 rfc2104-hexstring-to-byte-list. Return a unibyte string.
1879 (rfc2104-hash): Use it.
1880
1881 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * gnus-art.el (gnus-article-toggle-truncate-lines):
1884 Don't use `iff' in docstring.
1885
1886 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
1887
1888 * gnus-registry.el: Adjusted copyright dates and added a keyword.
1889
1890 * gnus-util.el (gnus-extract-address-component-name)
1891 (gnus-extract-address-component-email): Convenience functions around
1892 `gnus-extract-address-components'.
1893
1894 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1895 Use `gnus-extract-address-component-email' to fix bug of comparing full
1896 sender name to `user-mail-address'.
1897
1898 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1899
1900 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1901 catch/throw to optimize.
1902 (gnus-registry-find-keywords): Just use member to find a keyword.
1903
1904 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1907 is current before calling gnus-server-prepare.
1908 (gnus-server-setup-buffer, gnus-server-update-server)
1909 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1910
1911 2008-05-04 Juri Linkov <juri@jurta.org>
1912
1913 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1914 (mailcap-file-default-commands): Use mailcap-replace-in-string
1915 instead of replace-regexp-in-string, and mailcap-delete-duplicates
1916 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
1917
1918 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
1919
1920 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1921
1922 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1923
1924 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1925 hooks.
1926 (gnus-update-read-articles): Speed up non-marks-using users.
1927 (gnus-use-marks): Define gnus-use-marks.
1928 (gnus-propagate-marks): Rename variable to something more sensible.
1929
1930 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1933 (gmm-image-load-path-for-library): Fix typos in docstrings.
1934 (gmm-message): Reflow docstring.
1935
1936 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
1937
1938 * mail-source.el (mail-source-set-1, mail-source-bind):
1939 Move auth-source code out of the macro to clean it up and fix bugs.
1940
1941 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
1942
1943 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1944 by sender if it's equal to user-mail-address, it's likely to be
1945 useless.
1946
1947 * mail-source.el (mail-source-bind): Don't use user or password if they
1948 are not bound. Unintern them if they are nil. Don't use server unless
1949 it's bound, and default it to empty string otherwise.
1950
1951 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1952
1953 * mail-source.el: Load auth-source.el.
1954 (mail-source-bind): Add comments. Call auth-source-user-or-password to
1955 get user name or password, if auth-sources is set up.
1956
1957 * gnus-registry.el (gnus-registry-split-strategy): New variable for
1958 strategy of splitting with parent.
1959 (gnus-registry-split-fancy-with-parent)
1960 (gnus-registry-post-process-groups): Use it and fix prior
1961 bug (returning a list as the split result).
1962
1963 * auth-source.el (auth-sources): Remove server parameter.
1964 (auth-source-pick, auth-source-user-or-password)
1965 (auth-source-user-or-password-imap)
1966 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1967 (auth-source-user-or-password-sftp)
1968 (auth-source-user-or-password-smtp): Remove server parameter.
1969
1970 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
1971
1972 * smime.el (smime-sign-region, smime-encrypt-region)
1973 (smime-decrypt-region):
1974 Remove redundant calls to `generate-new-buffer-name'.
1975
1976 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
1977
1978 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1979 Don't use QP for message/rfc822.
1980 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1981
1982 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * sieve-manage.el (sieve-string-bytes): Remove.
1985 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1986 correct byte-length only if the process's coding-system is the same as
1987 the one used internally by Emacs to represent strings.
1988
1989 2008-04-22 Juri Linkov <juri@jurta.org>
1990
1991 * mailcap.el (mailcap-file-default-commands): New function.
1992
1993 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1994
1995 * message.el (message-signature-separator, message-cite-function):
1996 Change custom version.
1997
1998 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1999
2000 * mm-decode.el (mm-display-external): Make temp file read-only.
2001
2002 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
2003
2004 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2005 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
2006 `C-c C-f d'.
2007
2008 2008-04-12 Adrian Aichner <adrian@xemacs.org>
2009
2010 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2011
2012 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2013
2014 * auth-source.el: Added docs.
2015 (auth-sources): Modify format to support server.
2016 (auth-source-pick, auth-source-user-or-password)
2017 (auth-source-user-or-password-imap)
2018 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2019 (auth-source-user-or-password-sftp)
2020 (auth-source-user-or-password-smtp): Add server parameter.
2021
2022 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
2023
2024 * gnus-registry.el: Initialize the registry when gnus-registry-install
2025 is t.
2026
2027 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
2028
2029 * compface.el (uncompface): Make buffer unibyte.
2030
2031 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * mail-source.el (mail-source-value):
2034 Prefer fboundp to functionp so it works with macros as well.
2035
2036 2008-04-05 Glenn Morris <rgm@gnu.org>
2037
2038 * gnus-ems.el (mm-disable-multibyte): Autoload it.
2039
2040 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
2043 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2044
2045 * nnheader.el (nnheader-init-server-buffer): Change buffer's
2046 multibyteness after rather than before erasing it.
2047
2048 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2049 mm-with-multibyte.
2050 (gnus-request-article-this-buffer): Make sure the proper decoding is
2051 used if gnus-original-article-buffer happens to be unibyte.
2052
2053 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2054 default-enable-multibyte-characters.
2055
2056 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2057 default-enable-multibyte-characters.
2058
2059 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2060
2061 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2062
2063 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2066 Fix last change in case the element is not even a symbol.
2067
2068 2008-04-02 Simon Josefsson <simon@josefsson.org>
2069
2070 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2071 imap-enable-exchange-bug-workaround.
2072 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2073
2074 2008-04-01 Simon Josefsson <simon@josefsson.org>
2075
2076 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2077 a 100 byte status-checks into a 2-3MB transfer for each group.
2078 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2079 to enable bug workaround or not.
2080 (nnimap-find-minmax-uid): Only enable workaround conditionally.
2081
2082 2008-03-31 Glenn Morris <rgm@gnu.org>
2083
2084 * message.el (mml2015-use): Declare for compiler.
2085 (message-info): Require mml2015 when appropriate.
2086
2087 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2090 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2091 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2092 (nntp-service-to-port): New function.
2093 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2094 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2095 (nntp-open-netcat-stream): New function.
2096 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2097
2098 2008-03-29 Sven Joachim <svenjoac@gmx.de>
2099
2100 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2101
2102 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2105
2106 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
2107
2108 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2109
2110 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2111
2112 * message.el (message-signature-separator): Change default.
2113 Improve custom type.
2114 (message-cite-function): Change default to
2115 message-cite-original-without-signature.
2116
2117 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2118 toggle.
2119
2120 * message.el (message-check-news-body-syntax): Fix signature check.
2121 (message-setup-1): Mark buffer as unmodified _after_ running
2122 message-setup-hook and handling message-alternative-emails.
2123 (message-shorten-references): Be more strict when building list of
2124 valid references to comply with GNKSA.
2125
2126 * gnus-group.el (gnus-read-ephemeral-bug-group)
2127 (gnus-read-ephemeral-debian-bug-group)
2128 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2129
2130 * message.el (message-info): Don't use booleanp which isn't supported
2131 in Emacs 21 and XEmacs.
2132
2133 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
2134
2135 * gnus-group.el (gnus-gmane-group-download-format): Rename from
2136 gnus-group-gmane-group-download-format.
2137 (gnus-group-read-ephemeral-gmane-group): Rename from
2138 gnus-group-read-ephemeral-gmane-group.
2139 (gnus-read-ephemeral-gmane-group-url): Rename from
2140 gnus-group-read-ephemeral-gmane-group-url.
2141 (gnus-bug-group-download-format-alist): New variable.
2142 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2143 (gnus-read-ephemeral-emacs-bug-group): New commands.
2144
2145 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
2146
2147 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2148 (gnus-visible-headers): Improve custom type.
2149
2150 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
2151
2152 * mml.el (mml-menu): Add workarounds for XEmacs.
2153
2154 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2155 X-Boundary header.
2156
2157 * message.el (message-simplify-recipients): Fix previous commit.
2158
2159 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * mm-util.el (mm-set-buffer-multibyte): New function.
2162 * mm-decode.el (mm-copy-to-buffer): Use it.
2163
2164 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2165 Prefer fboundp to functionp so it works with macros as well.
2166
2167 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2168
2169 * message.el (message-alter-recipients-discard-bogus-full-name):
2170 New function.
2171 (message-alter-recipients-function): New variable.
2172 (message-get-reply-headers): Use it.
2173 (message-replace-header): New helper function.
2174 (message-recipients-without-full-name): New variable.
2175 (message-simplify-recipients): New command.
2176
2177 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2178
2179 * message.el (message-info): Handle EasyPG manual.
2180
2181 * mml.el (mml-menu): Add entry for EasyPG.
2182
2183 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
2184
2185 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2186 parameter.
2187
2188 * message.el (message-disassociate-draft): Specify drafts group name
2189 fully.
2190
2191 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
2192
2193 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2194 unnecessary duplicates from the match list.
2195
2196 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
2197
2198 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2199 args of `how-many' of which the XEmacs version doesn't take; declare
2200 Info-index-next as function.
2201
2202 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
2203
2204 * gnus-score.el (gnus-score-headers): Fix handling of
2205 gnus-inhibit-slow-scoring.
2206
2207 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2208 string.
2209 (gnus-button-url-regexp): Improve handling of parenthesis.
2210 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2211 (gnus-button-handle-info-keystrokes): Handle index entries.
2212
2213 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
2214
2215 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2216 Incoming* files.
2217
2218 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2219
2220 * auth-source.el (auth-sources): Renamed from auth-source-choices.
2221 (auth-source-pick): Use it.
2222
2223 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2224
2225 * auth-source.el (auth-source-protocols)
2226 (auth-source-protocols-customize, auth-source-choices): Added and
2227 modified variable customizations and defaults.
2228 (auth-source-pick, auth-source-user-or-password)
2229 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2230 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2231 (auth-source-user-or-password-sftp)
2232 (auth-source-user-or-password-smtp): Use new variables and provide an
2233 interface to netrc.el.
2234
2235 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
2236
2237 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2238 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2239 Make sure the nntp port to specify is a string.
2240
2241 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * nntp.el: Use with-current-buffer.
2244 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2245 dubious mm-with-unibyte-current-buffer.
2246 (nntp-with-open-group-function): New function extracted from
2247 nntp-with-open-group macro.
2248 (nntp-with-open-group): Use the function, so it's easier to debug.
2249 Add indentation and debugging info.
2250 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2251 the use of the netcat alternatives.
2252
2253 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2254 Avoid mm-string-as-multibyte as well.
2255
2256 * nnweb.el (nnweb-insert-html):
2257 Remove use of nnheader-string-as-multibyte.
2258
2259 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2260 (nnheader-string-as-multibyte): Remove.
2261
2262 * mm-view.el: Use inhibit-read-only.
2263 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2264 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2265 or unibyte-string.
2266
2267 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2268 (mm-uu-yenc-extract): Use with-current-buffer.
2269
2270 * gnus-soup.el (gnus-soup-send-packet): Don't use
2271 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2272
2273 * nnmh.el: Use with-current-buffer.
2274 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2275 mm-string-as-multibyte on the output of mm-encode-coding-string.
2276
2277 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2278 (nnimap-request-move-article): Use with-current-buffer.
2279
2280 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2281 inserting the handle-buffer's text, so the implicit multibyte->unibyte
2282 conversion uses string-make-unibyte rather than string-as-unibyte.
2283
2284 * gnus-msg.el: Use with-current-buffer.
2285
2286 * message.el (message-ignored-resent-headers): Add "Delivered-To".
2287
2288 2008-03-10 Daiki Ueno <ueno@unixuser.org>
2289
2290 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2291 string for caching if it is 'PIN.
2292
2293 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
2294
2295 * mail-source.el (mail-source-delete-old-incoming-confirm):
2296 Change default to nil.
2297 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2298
2299 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
2300
2301 * gnus-art.el (gnus-narrow-to-page): Position point properly.
2302 (gnus-article-goto-prev-page): Work for articles having ^L's.
2303
2304 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2305
2306 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2307
2308 2008-03-07 Karl Fogel <kfogel@red-bean.com>
2309
2310 * gnus-bookmark.el: Adjust for renames in bookmark.el.
2311 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2312 (gnus-bookmark-jump): Adjust some variable names.
2313
2314 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
2315
2316 * auth-source.el: New package.
2317 (auth-source-choices): Add customization entry point variable.
2318
2319 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2320 bug.
2321
2322 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
2323
2324 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2325 (gnus-registry-initialize, gnus-registry-install-p): Use it.
2326 (gnus-registry-install-shortcuts): Rename from
2327 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
2328 the `gnus-registry-mark-map' keymap dynamically from
2329 `gnus-registry-marks'. The generated functions update the summary line
2330 when a registry mark is added or deleted, and will call
2331 `gnus-registry-install-p' (see the comments in the code).
2332 (gnus-registry-user-format-function-M): Use concat intelligently.
2333
2334 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2335 the registry mark functions.
2336
2337 2008-03-05 Glenn Morris <rgm@gnu.org>
2338
2339 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2340 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2341 gnus-art.
2342 (top-level): No need to load own source when compiling.
2343
2344 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2345
2346 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2347 Suggested by <chris.anderton@zetnet.co.uk>.
2348
2349 2008-03-04 Glenn Morris <rgm@gnu.org>
2350
2351 * gnus-sum.el (top-level): No need to require gnus when compiling,
2352 since unconditionally required near start of file.
2353 (gnus-summary-display-while-building): Move definition before use.
2354
2355 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
2356
2357 * gnus-registry.el (gnus-registry-user-format-function-M): Add
2358 formatting function.
2359
2360 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
2361
2362 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2363 with plists.
2364 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2365 Use new format.
2366
2367 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
2368
2369 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2370 `where-is-internal' that returns a range of key sequences.
2371
2372 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2375
2376 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2377 (gnus-summary-jump-to-group): Consider windows on other displayed
2378 frames as well. Similar changes might be needed elsewhere, but that's
2379 the one I've bumped into during my use.
2380
2381 * nndoc.el (nndoc-oe-dbx-type-p):
2382 * gnus-msg.el (gnus-debug):
2383 * gnus-group.el (gnus-update-group-mark-positions):
2384 Use mm-string-to-multibyte.
2385
2386 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
2387
2388 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2389 doesn't handle NotDashEscaped.
2390
2391 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
2392 (mml-dnd-attach-options): Fix typo in custom choice.
2393
2394 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2395 nndoc-article-type to mbox.
2396 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2397
2398 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
2399 to nil, instead of html2text.
2400
2401 * imap.el (imap-debug): Add `imap-ping-server'.
2402
2403 * gnus-bookmark.el: Add FIXMEs.
2404
2405 * message.el (message-form-letter-separator)
2406 (message-send-form-letter-delay): New variables.
2407 (message-send-form-letter): Use them. New command to send form
2408 letters. Requested by Uwe Siart.
2409 (message-send-mail-function): Doc fix. Add "Other" custom option.
2410
2411 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
2412
2413 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2414 empty author.
2415
2416 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
2417
2418 * gnus-registry.el (gnus-registry-marks): Add variable for
2419 customization of marks and their appearance.
2420 (gnus-registry-read-mark): Use it.
2421 (gnus-registry-do-marks): Add utility function to loop through
2422 `gnus-registry-marks'.
2423 (gnus-registry-install-shortcuts-and-menus): Add function to install
2424 shortcuts and menus.
2425 (gnus-registry-initialize): Use it.
2426 (gnus-registry-default-mark): Clarify documentation.
2427
2428 2008-02-29 Glenn Morris <rgm@gnu.org>
2429
2430 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2431 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2432 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2433 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2434 Change defcustom :version from 23.0 to 23.1.
2435
2436 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
2437
2438 * gnus-registry.el (gnus-registry-follow-group-p)
2439 (gnus-registry-post-process-groups): Add functions to aid registry
2440 splitting and improve logging. Clarify behavior in function
2441 documentation.
2442 (gnus-registry-split-fancy-with-parent): Use them.
2443
2444 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * gnus-art.el: Use with-current-buffer.
2447
2448 2008-02-27 David Engster <dengste@eml.cc>
2449
2450 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2451 Express real group name in the response.
2452
2453 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2454
2455 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2456 (nnmairix-last-server, nnmairix-current-server): Defvar them.
2457 (nnmairix-goto-original-article): Defvar gnus-registry-install and
2458 autoload gnus-registry-fetch-group when compiling.
2459 (nnmairix-request-group-with-article-number-correction): Remove
2460 unreferenced argument passed to nnmairix-call-backend.
2461
2462 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
2463
2464 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2465 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
2466 Wilde.
2467
2468 2008-02-27 Glenn Morris <rgm@gnu.org>
2469
2470 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2471 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2472 variables to defconsts. Convert comments to doc-strings.
2473 (nnmairix-last-server, nnmairix-current-server): Convert from free
2474 variables to defvars. Convert comments to doc-strings.
2475 (gnus-registry-fetch-group): Autoload.
2476 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2477 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2478 (nnmairix-widget-build-editable-fields): Use car cddr rather than
2479 caddr.
2480 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2481 nnmairix-request-group-with-article-number-correction call.
2482 (nnmairix-fast, nnmairix-group): New, less general names, for free
2483 variables passed from nnmairix-request-group to
2484 nnmairix-request-group-with-article-number-correction. Declare.
2485 (nnmairix-request-group-with-article-number-correction):
2486 Use nnmairix-fast, nnmairix-group rather than fast, group.
2487
2488 2008-02-26 David Engster <dengste@eml.cc>
2489
2490 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
2491 version 0.5.
2492
2493 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
2494
2495 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2496 instead of making an extra function call. Don't add the current group
2497 to articles only when they have the group. Use
2498 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2499 Reported by David <de_bb@arcor.de>.
2500
2501 2008-02-24 Miles Bader <miles@gnu.org>
2502
2503 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2504 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
2505 (mm-find-mime-charset-region):
2506 * mm-bodies.el (mm-encode-body):
2507 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
2508
2509 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
2510
2511 * mail-source.el (mail-source-delete-incoming): Change default.
2512 Supplement doc string.
2513
2514 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2515
2516 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
2517
2518 * nnmail.el (nnmail-message-id-cache-file): Derive from
2519 `gnus-home-directory'.
2520
2521 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
2522
2523 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2524 Document negative prefix.
2525
2526 * gnus-group.el (gnus-group-read-group): Document negative prefix.
2527
2528 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2529
2530 * message.el (message-unsent-separator): Add the Exim bounce
2531 separator.
2532
2533 2008-02-10 Daiki Ueno <ueno@unixuser.org>
2534
2535 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2536 list.
2537 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2538 recipient/signer list.
2539
2540 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
2541
2542 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2543 fbound (Emacs 23 unicode), signal an error.
2544
2545 2008-02-08 Glenn Morris <rgm@gnu.org>
2546
2547 * gnus-art.el (pgg-display-output-buffer): Declare as function.
2548
2549 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
2550
2551 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2552 ports to the calls to `netrc-machine-user-or-password' in addition to
2553 "imap" and "imaps".
2554
2555 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
2556
2557 * gnus.el (gnus-group-startup-message): Add `find-image' call before
2558 image-load-path is let-bound. Reported by Harald Hanche-Olsen
2559 <hanche@math.ntnu.no>.
2560
2561 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
2562
2563 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2564
2565 2008-02-01 Zhang Wei <id.brep@gmail.com>
2566
2567 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2568
2569 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2570
2571 2008-02-01 Miles Bader <miles@gnu.org>
2572
2573 * mml.el (mml-parse-1): Remove apparently vestigial use of
2574 `mm-hack-charsets'.
2575 * mm-bodies.el (mm-encode-body): Likewise.
2576
2577 2008-02-01 Kenichi Handa <handa@m17n.org>
2578
2579 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2580 rfc2104-hexstring-to-bitstring and changed to return a byte list.
2581 (rfc2104-hash): Convert the result of concat to unibyte string.
2582
2583 2008-02-01 Dave Love <fx@gnu.org>
2584
2585 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2586 coding-system-for-read.
2587 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2588
2589 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2590 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
2591 (mm-find-mime-charset-region): Remove hack-charsets stuff.
2592
2593 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
2594
2595 * mail-source.el (mail-sources): Add `group' choice.
2596
2597 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2598 parameter `in-group' to control into which group the articles go.
2599 Add treatment of `group' mail-source.
2600
2601 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2602
2603 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2604 * message.el (message-beginning-of-line): Use featurep instead of bound
2605 tests in order to resolve conditionals at compile time.
2606
2607 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2610
2611 * mm-decode.el (mm-dissect-buffer): Decode description.
2612
2613 * mml.el (mml-to-mime): Encode message header first.
2614
2615 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
2616
2617 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2618 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2619
2620 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
2621
2622 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2623
2624 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
2625
2626 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2627 prefix keys.
2628 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2629 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2630 gnus-xmas.el.
2631
2632 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
2633
2634 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2635 Add new variables for article mark management.
2636 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2637 list of extra data entries which, when present, will indicate that the
2638 article ID should not be trimmed from the registry.
2639 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2640 functions.
2641 (gnus-registry-read-mark): New function to read a mark name from the
2642 user.
2643 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2644 (gnus-registry-set-article-mark-internal): New functions to add and
2645 remove marks.
2646 (gnus-registry-get-article-marks): New function to show the marks for
2647 an article, or retrieve them for further use.
2648
2649 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2652 keys when no argument is given.
2653
2654 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
2655
2656 * gnus-sum.el (gnus-article-sort-by-random)
2657 (gnus-thread-sort-by-random): Fix doc strings. Reported by
2658 jidanni@jidanni.org.
2659
2660 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
2661
2662 * gnus-art.el (gnus-article-describe-bindings): New function.
2663 (gnus-article-read-summary-keys): Use it.
2664 (gnus-article-mode-map): Bind `C-h b' to it.
2665
2666 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2667
2668 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2669 XEmacs.
2670 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2671 against non-character events.
2672
2673 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2674
2675 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2676 command.
2677 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2678 instead of END. Change name of the temp file.
2679 (gnus-group-gmane-group-download-format): Add doc string. Make it
2680 customizable.
2681
2682 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2683
2684 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2685 bind `S W' to gnus-article-wide-reply-with-original; set default
2686 binding to gnus-article-read-summary-send-keys.
2687 (gnus-article-read-summary-keys): Fix the order of keys; display
2688 continuation keys correctly in the echo area; describe bindings
2689 correctly when keys end with `C-h'.
2690 (gnus-article-read-summary-send-keys): New function.
2691 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2692 for gnus-article-read-summary-send-keys; display continuation keys
2693 correctly in the echo area.
2694 (gnus-article-reply-with-original): Ignore prefix argument.
2695 (gnus-article-wide-reply-with-original): New function.
2696
2697 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
2698
2699 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2700 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2701
2702 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
2703
2704 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2705 (gnus-group-read-ephemeral-gmane-group): New command.
2706
2707 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2708
2709 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2710
2711 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
2712
2713 * message.el (message-send-mail-function): Increase custom version.
2714
2715 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2716 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
2717
2718 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
2719
2720 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2721 html parts correctly; support forwarded messages.
2722 (gnus-article-browse-html-article): Remove work buffers.
2723
2724 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2725 compiling.
2726 (netrc-bound-and-true-p): New macro.
2727 (netrc-parse): Use it instead of bound-and-true-p that is not available
2728 in XEmacs 21.4.
2729
2730 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2731
2732 * gnus-registry.el (gnus-registry-mark-article)
2733 (gnus-registry-article-marks): Add functionality to mark articles
2734 through the Gnus registry.
2735
2736 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2737 (netrc-parse): Use encrypt-file-alist to determine if
2738 encrypt-find-model or encrypt-insert-file-contents should be used.
2739
2740 2007-12-19 Glenn Morris <rgm@gnu.org>
2741
2742 * mml.el (message-options-set, message-narrow-to-head)
2743 (message-in-body-p, message-mail-p, message-encode-message-body):
2744 Autoload.
2745 (message-remove-header, message-narrow-to-headers-or-head)
2746 (message-subscribed-p, message-make-mail-followup-to)
2747 (message-position-on-field, message-news-p)
2748 (message-options-set-recipient, message-generate-headers)
2749 (message-sort-headers): Declare as functions.
2750
2751 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2752
2753 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2754 convention in doc string.
2755
2756 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2759 title to html parts.
2760 (gnus-article-browse-html-article): Pass message header to it.
2761
2762 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2763
2764 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
2765
2766 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2767 or password compatible with XEmacs.
2768
2769 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
2770
2771 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2772 format document.
2773 (gnus-mime-delete-part): Don't write description line if empty.
2774 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2775
2776 2007-12-14 Johan Bockgård <bojohan@gnu.org>
2777
2778 * gnus-sum.el (gnus-summary-mark-unread-as-read)
2779 (gnus-summary-mark-read-and-unread-as-read)
2780 (gnus-summary-mark-current-read-and-unread-as-read)
2781 (gnus-summary-mark-unread-as-ticked): Doc fix.
2782 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2783
2784 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
2785
2786 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
2787 Christoph Conrad <christoph.conrad@gmx.de>.
2788
2789 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
2790
2791 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2792 yes-or-no-p.
2793
2794 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
2795
2796 * mm-decode.el (mm-add-meta-html-tag): New function.
2797 (mm-save-part-to-file, mm-pipe-part): Use it.
2798
2799 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2800 gnus-y-or-n-p instead of y-or-n-p.
2801 (gnus-article-browse-html-parts): Work with message/external-body; use
2802 mm-add-meta-html-tag.
2803
2804 2007-12-11 Glenn Morris <rgm@gnu.org>
2805
2806 * gnus-cache.el: Require gnus-sum not just when compiling.
2807
2808 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2809
2810 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2811 definitions before use.
2812
2813 * mm-decode.el: Require gnus-util.
2814 (mm-remove-part): Only call delete-annotation on XEmacs.
2815
2816 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2817
2818 * nnmail.el: Require gnus-int.
2819
2820 * spam.el: Move `require's before `eval-when-compile's.
2821
2822 * gnus-ems.el (gnus-alive-p):
2823 * gnus-fun.el (message-goto-eoh):
2824 * gnus-util.el (gnus-group-name-decode):
2825 * mail-source.el (gnus-compress-sequence):
2826 * message.el (Info-goto-node, format-spec):
2827 * mm-bodies.el (message-options-get):
2828 * mm-decode.el (mm-view-pkcs7):
2829 * mm-util.el (gmm-write-region):
2830 * mml-smime.el (mml-compute-boundary)
2831 (gnus-completing-read-with-default):
2832 * mml.el (widget-button-press, gnus-make-hashtable):
2833 * mml1991.el (mm-decode-content-transfer-encoding)
2834 (mm-encode-content-transfer-encoding)
2835 (message-options-get, message-options-set):
2836 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2837 * nnfolder.el (gnus-request-group):
2838 * nnheader.el (ietf-drums-unfold-fws):
2839 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2840 * smime.el (gnus-run-mode-hooks):
2841 * spam-stat.el (gnus-message): Autoload.
2842
2843 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2844 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2845 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2846 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2847 Add declare-function compatibility definition.
2848
2849 * gnus-cache.el (nnvirtual-find-group-art):
2850 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2851 (gnus-add-image, gnus-add-wash-type):
2852 * gnus-group.el (nnkiboze-score-file):
2853 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2854 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2855 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2856 (message-tokenize-header, gnus-get-buffer-create)
2857 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2858 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2859 * gnus.el (gnus-group-decoded-name):
2860 * mail-source.el (imap-capability):
2861 * mm-bodies.el (message-options-set):
2862 * mm-decode.el (gnus-configure-windows):
2863 * mm-extern.el (message-goto-body):
2864 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2865 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2866 (epg-sub-key-validity, message-options-set):
2867 * mml.el (widget-event-point, gnus-configure-windows):
2868 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2869 * mml2015.el (epg-check-configuration, epg-configuration)
2870 (message-options-set):
2871 * nndb.el (nndb-request-article):
2872 * nnfolder.el (gnus-request-create-group):
2873 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2874 * nnmaildir.el (gnus-group-mark-article-read):
2875 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2876 * rfc1843.el (message-fetch-field):
2877 * spam.el (gnus-extract-address-components):
2878 Declare as functions.
2879
2880 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2881
2882 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2883
2884 2007-12-09 Glenn Morris <rgm@gnu.org>
2885
2886 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2887
2888 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2889 * message.el, mm-view.el, sieve-manage.el, smime.el:
2890 Add declare-function compatibility definition.
2891
2892 * gnus-art.el (w3-region, w3m-region, Info-menu):
2893 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2894 * gnus-sum.el (gnus-get-predicate):
2895 * gnus-util.el (mm-append-to-file, w32-focus-frame):
2896 * message.el (mail-abbrev-in-expansion-header-p):
2897 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2898 (w3m-detect-meta-charset, w3m-region):
2899 * sieve-manage.el (password-read, password-cache-add)
2900 (password-cache-remove):
2901 * smime.el (password-read-and-add): Declare as functions.
2902
2903 2007-12-08 David Kastrup <dak@gnu.org>
2904
2905 * gnus-sum.el (gnus-summary-simplify-subject-query):
2906 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2907 `message'.
2908
2909 2007-12-07 Glenn Morris <rgm@gnu.org>
2910
2911 * gnus-art.el (article-make-date-line): Revert previous change.
2912
2913 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
2914
2915 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2916
2917 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
2918
2919 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2920 Call gnus-add-to-range ranges only once with a prepared article-list.
2921
2922 2007-12-06 Paul Jarc <prj@po.cwru.edu>
2923
2924 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2925 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2926 group names with backslashes. Reported by Tassilo Horn
2927 <tassilo@member.fsf.org>.
2928
2929 2007-12-06 Deepak Goel <deego3@gmail.com>
2930
2931 * gnus-art.el (article-make-date-line):
2932 * gnus-start.el (gnus-load):
2933 * pop3.el (pop3-read-response): Fix buggy call to `error'.
2934
2935 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2936
2937 * gnus-art.el (gnus-use-idna)
2938 * gnus-start.el (gnus-site-init-file)
2939 * message.el (message-use-idna)
2940 * mm-uu.el (mm-uu-hide-markers)
2941 * smiley.el (smiley-style): Revert changes that suppress warnings.
2942
2943 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2944
2945 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2946 specify charset to html source. Reported by Christoph Conrad
2947 <christoph.conrad@gmx.de>.
2948
2949 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2950
2951 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2952 idna-program in order to suppress byte compile warning issued by XEmacs
2953 that came to byte compile the default value section of defcustom forms
2954 recently.
2955
2956 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2957 value of installation-directory.
2958
2959 * message.el (message-use-idna): Don't directly refer to the value of
2960 idna-program.
2961
2962 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2963
2964 * smiley.el (smiley-style): Don't directly call face-attribute.
2965
2966 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
2967
2968 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2969
2970 * gnus-dired.el: Reduce Gnus dependencies.
2971 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2972 require. Use autoloads instead.
2973 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2974 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2975 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2976 (gnus-dired-mode): Adjust doc string.
2977 (gnus-dired-mail-mode): New variable.
2978 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2979 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2980 (gnus-dired-mail-buffers): New function. Return mail or message
2981 composition buffers.
2982 (gnus-dired-attach): Use it.
2983 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2984 NO-DECODE.
2985 (gnus-dired-print): Use `gnus-print-buffer' depending on
2986 `gnus-dired-mail-mode'.
2987
2988 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2989
2990 * rfc2047.el (rfc2047-encoded-word-regexp)
2991 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2992 explaining what regexp patterns are for.
2993
2994 2007-12-04 Glenn Morris <rgm@gnu.org>
2995
2996 * password.el: Move to ../password-cache.el.
2997
2998 * mml1991.el (password-read, password-cache-add, password-cache-remove):
2999 * mml2015.el (password-read, password-cache-add, password-cache-remove):
3000 * mml-smime.el (password-read, password-cache-add)
3001 (password-cache-remove):
3002 No need to autoload, since mml-sec requires password.
3003
3004 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3005 * message.el (gnus-extract-address-components):
3006 * mml-smime.el (gnus-extract-address-components): Define for compiler.
3007
3008 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3009 password.
3010
3011 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
3012
3013 * mailcap.el: Reduce dependencies.
3014 (mail-header-parse-content-type): Autoload.
3015 (mailcap-delete-duplicates): New alias.
3016 (mailcap-mime-info): Add optional argument NO-DECODE.
3017 (mailcap-mime-types): Use mailcap-delete-duplicates.
3018
3019 * message.el (message-ignored-supersedes-headers): Add "X-ID".
3020
3021 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3022
3023 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3024 function.
3025
3026 * gnus-uu.el (gnus-uu-decode-yenc): New command.
3027 (gnus-uu-yenc-article): New function.
3028
3029 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3030
3031 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3032 buffer.
3033
3034 2007-12-02 Glenn Morris <rgm@gnu.org>
3035
3036 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
3037 Move to ../net.
3038
3039 * binhex.el, uudecode.el: Move to ../mail.
3040
3041 * encrypt.el: Remove file.
3042
3043 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
3044
3045 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3046 matches on patches.
3047
3048 * gnus-art.el (gnus-article-browse-html-article): Mention
3049 `mm-text-html-renderer' in the doc string.
3050
3051 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3052 string. Add comments.
3053
3054 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3055 if rhs is ASCII.
3056
3057 2007-12-01 Glenn Morris <rgm@gnu.org>
3058
3059 * dig.el, dns.el: Move to ../net.
3060 * format-spec.el, hex-util.el, sha1.el: Move to ../.
3061
3062 * mail-source.el (top-level): Require format-spec before
3063 eval-when-compile.
3064
3065 2007-11-30 Glenn Morris <rgm@gnu.org>
3066
3067 * encrypt.el: Require password, rather than autoloading password-read.
3068
3069 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
3070
3071 * gnus.el (gnus-method-to-server): Add an optional parameter so the
3072 caller can indicate whether the cache should be disregarded for this
3073 call. This way the result of the call is reproducible at all times and
3074 can be considered a canonical server name for the supplied method.
3075 (gnus-agent-method-p): Canonicalize server names by pushing their
3076 method through `gnus-method-to-server' using the no-cache argument.
3077
3078 * gnus-srvr.el (gnus-server-insert-server-line): Call
3079 `gnus-method-to-server' with `no-cache' argument.
3080
3081 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3082 gnus-agent-possibly-synchronize-flags as this should be called when the
3083 server is actually being opened.
3084 (gnus-agent-possibly-synchronize-flags)
3085 (gnus-agent-possibly-synchronize-flags-server): Move check for the
3086 flags file of an agentized server to the latter function.
3087
3088 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3089 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3090 after a connection has been established successfully.
3091
3092 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
3093
3094 * gnus-art.el (article-display-face): Force to display face if called
3095 interactively; check if gnus-article-x-face-too-ugly matches author.
3096 (article-display-x-face): Display face even if From header is missing
3097 as article-display-face does.
3098
3099 2007-11-28 Richard Stallman <rms@gnu.org>
3100
3101 * md4.el: Move to ../.
3102 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
3103
3104 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
3105
3106 * mail-source.el (mail-sources): Default to fetch from file for
3107 compatibility with default of nnmail-spool-file.
3108
3109 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
3110
3111 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3112 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3113 to look for encoded word that should be encoded again.
3114 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3115 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3116 encoding pattern.
3117 (rfc2047-decode-region): Switch strict regexp and loose one according
3118 to rfc2047-allow-irregular-q-encoded-words.
3119
3120 2007-11-26 Simon Josefsson <simon@josefsson.org>
3121
3122 * imap.el: Move to ../net directory.
3123
3124 2007-11-25 Romain Francoise <romain@orebokech.com>
3125
3126 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3127
3128 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3129
3130 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3131 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3132
3133 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3134 `nnmail-spool-file'.
3135
3136 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3137 `nnmail-spool-file'.
3138
3139 * gnus-move.el (gnus-change-server): Ditto.
3140
3141 * gnus-kill.el (gnus-batch-score): Ditto.
3142
3143 * gnus-cache.el (gnus-jog-cache): Ditto.
3144
3145 * gnus-msg.el (gnus-summary-reply):
3146 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3147
3148 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3149
3150 * gnus-cache.el (gnus-cache-generate-nov-databases):
3151 Use nnml-generate-nov-databases-directory instead of
3152 nnml-generate-nov-databases-1.
3153
3154 2007-11-24 Glenn Morris <rgm@gnu.org>
3155
3156 * message.el (message-tool-bar-retro): Update for rename
3157 mail_send.xpm->mail-send.xpm.
3158
3159 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3160
3161 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3162 `smime-ldap-search' for Emacs 22 and up.
3163
3164 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3165
3166 * hashcash.el: Move to ../mail directory.
3167
3168 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
3169
3170 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3171 `smime-ldap-search' for Emacs 22 and up.
3172
3173 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3176
3177 * message.el (message-send-mail-function): Fix error convention.
3178 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3179 (message-widen-reply, message-send-mail, message-talkative-question)
3180 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3181 (message-clone-locals, message-send-news): Use with-current-buffer.
3182 (message-insert-or-toggle-importance): Remove unused var `valid'.
3183 (message-make-references): Remove unused var `new-references'.
3184 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3185
3186 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
3187
3188 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3189 (spam-split-symbolic-return-positive): Reflow docstring.
3190 (spam-backends, spam-summary-exit-behavior)
3191 (spam-mark-ham-unread-before-move-from-spam-group)
3192 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3193 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3194 (spam-clear-cache, spam-backend-check, spam-install-backend)
3195 (spam-install-statistical-backend, spam-list-of-processors)
3196 (spam-group-processor-p, spam-split, spam-bogofilter-score)
3197 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3198 (spam-check-crm114, spam-initialize, spam-unload-hook):
3199 Fix typos in docstrings.
3200
3201 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3202
3203 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3204 been checked if they have never been read and those group levels are
3205 higher than the one that a user specified.
3206
3207 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3208
3209 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3210 foreign groups unless a group level is specified by a user.
3211 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3212
3213 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
3214
3215 * message.el (message-send-mail-function): Require sendmail.
3216
3217 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
3218
3219 * message.el (message-send-mail-function): Check for smtpmail too.
3220
3221 * utf7.el (utf7-encode, utf7-decode): Use coding system
3222 `utf-7'/`utf-7-imap' from utf-7.el' if available.
3223
3224 * message.el (message-send-mail-function): New function.
3225 (message-send-mail-function): Set default using
3226 message-send-mail-function. Adjust doc string.
3227 (message-send-mail-with-mailclient): New function.
3228
3229 2007-11-17 Richard Stallman <rms@gnu.org>
3230
3231 * assistant.el: Remove file.
3232
3233 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3234
3235 * smime.el (from):
3236 * rfc2047.el (message-posting-charset):
3237 * qp.el (mm-use-ultra-safe-encoding):
3238 * pop3.el (parse-time-months):
3239 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3240 * nnml.el (files):
3241 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3242 (jka-compr-compression-info-list, ange-ftp-path-format)
3243 (efs-path-regexp):
3244 * nndiary.el (files):
3245 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3246 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3247 (epg-digest-algorithm-alist, inhibit-redisplay)
3248 (password-cache-expiry):
3249 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3250 (pgg-output-buffer, password-cache-expiry):
3251 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3252 (efs-path-regexp):
3253 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3254 (inhibit-redisplay):
3255 * mm-uu.el (file-name, start-point, end-point, entry)
3256 (gnus-newsgroup-name, gnus-newsgroup-charset):
3257 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3258 (latin-unity-ucs-list):
3259 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3260 (mm-uu-binhex-decode-function):
3261 * message.el (gnus-message-group-art, gnus-list-identifiers)
3262 (rmail-enable-mime-composing, gnus-local-organization)
3263 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3264 (gnus-read-active-file, facemenu-add-face-function)
3265 (facemenu-remove-face-function, gnus-article-decoded-p)
3266 (tool-bar-mode):
3267 * mail-source.el (display-time-mail-function):
3268 * gnus-util.el (nnmail-pathname-coding-system)
3269 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3270 (gnus-original-article-buffer, gnus-user-agent)
3271 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3272 (xemacs-codename, sxemacs-codename, emacs-program-version):
3273 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3274 * gnus-start.el (gnus-agent-covered-methods)
3275 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3276 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3277 (gnus-newsgroup-headers, gnus-group-list-mode)
3278 (gnus-group-mark-positions, gnus-newsgroup-data)
3279 (gnus-newsgroup-unreads, nnoo-state-alist)
3280 (gnus-current-select-method, mail-sources)
3281 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3282 (nnmail-spool-file, gnus-cache-active-hashtb):
3283 * gnus-mh.el (mh-lib-progs):
3284 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3285 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3286 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3287 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3288 (gnus-group-buffer):
3289 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3290 (font-lock-set-defaults):
3291 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3292 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3293 (gnus-summary-post-menu, total-parts, type, condition, length):
3294 * gnus-agent.el (gnus-agent-read-agentview):
3295 * flow-fill.el (show-trailing-whitespace):
3296 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3297 eval-and-compile wrappers for byte compiler pacifiers.
3298
3299 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3300 (mm-display-inline-fontify): Check for featurep 'xemacs not
3301 extent-list.
3302
3303 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3304 itimer-list.
3305 (mm-create-image-xemacs): Only do something for XEmacs.
3306 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3307
3308 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3309
3310 * gnus-registry.el (gnus-adaptive-word-syntax-table):
3311 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3312
3313 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * nnimap.el (nnimap-split-download-body):
3316 * gnus-demon.el (gnus-demon):
3317 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3318
3319 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3320
3321 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3322 macros.
3323 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3324 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3325 copy data from unibyte buffer to multibyte current buffer.
3326 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3327 to copy data from unibyte current buffer to multibyte buffer.
3328 (nntp-make-process-buffer): Make process buffer unibyte.
3329
3330 * pop3.el (pop3-open-server): Fix typo in Lisp code.
3331
3332 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
3333
3334 * pop3.el (pop3-open-server): Accept and process data more robustly at
3335 connexion start to avoid spurious "POP SSL connexion failed" errors.
3336
3337 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3338
3339 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3340 read group names.
3341
3342 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
3343
3344 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3345
3346 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3347
3348 * nnmail.el (nnmail-parse-active): Make group names unibyte.
3349 (nnmail-save-active): Use a unibyte buffer when saving active file,
3350 which may contain non-ASCII group names.
3351
3352 * nnml.el (nnml-request-group): Decode group names in messages.
3353
3354 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
3355
3356 * message.el (message-citation-line-function)
3357 (message-insert-formatted-citation-line): Fix spelling of
3358 `message-insert-formated-citation-line'.
3359
3360 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
3361
3362 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3363
3364 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3365
3366 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3367 nnmail-pathname-coding-system.
3368
3369 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3370 that a user enters; decode group names in messages.
3371
3372 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3373
3374 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3375
3376 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3377
3378 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3379
3380 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3381 risky local variable.
3382
3383 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3384
3385 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3386
3387 * encrypt.el: Improve documentation to fix function name typo.
3388 Reported by Daiki Ueno <ueno@unixuser.org>.
3389
3390 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3391
3392 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3393 even if the point is not in the last page of an article.
3394 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3395 back to the previous page.
3396
3397 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
3398
3399 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3400
3401 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3402
3403 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3404
3405 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * message.el (message-check-news-body-syntax): Avoid
3408 mm-string-as-multibyte.
3409 (message-hide-headers): Don't assume (point-min)==1.
3410
3411 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3412
3413 * message.el (message-remove-blank-cited-lines): Fix if remove is
3414 given.
3415 (message-bogus-address-regexp): New variable.
3416 (message-bogus-recipient-p): New function.
3417 (message-check-recipients): New command.
3418 (message-syntax-checks): Add `bogus-recipient'.
3419 (message-fix-before-sending): Add `bogus-recipient'.
3420
3421 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3422 (gnus-treat-body-boundary): Don't test window-system.
3423
3424 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
3425
3426 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3427
3428 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3429
3430 * gnus.el: Bump version to Gnus v5.13.
3431
3432 2007-10-28 Miles Bader <miles@gnu.org>
3433
3434 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3435 at compile-time too.
3436
3437 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
3438
3439 * gnus-msg.el (gnus-message-setup-hook): Add
3440 `message-remove-blank-cited-lines' to options.
3441
3442 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3443
3444 * message.el (message-remove-blank-cited-lines): New function.
3445 Suggested by Karl Plästerer.
3446
3447 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3448
3449 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3450 mapc.
3451
3452 * imap.el (imap-open): Replace mapcar called for effect with mapc.
3453 (top-level): Use mapc to set functions to be traced for debugging.
3454
3455 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3456 called for effect with while loop.
3457
3458 * message.el (message-talkative-question): Replace mapcar called for
3459 effect with mapc.
3460
3461 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3462 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3463 called for effect with dolist.
3464
3465 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3466
3467 * nndiary.el: Use dolist instead of mapcar to add diary headers to
3468 gnus-extra-headers and nnmail-extra-headers.
3469
3470 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3471 called for effect with dolist.
3472 (top-level): Use mapc to set functions to be traced for debugging.
3473
3474 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3475 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3476 dolist.
3477
3478 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3479 Replace mapcar called for effect with mapc.
3480 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3481 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3482 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3483 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3484
3485 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3486 remove-if that's a cl function.
3487
3488 * webmail.el (webmail-debug): Replace mapcar called for effect with
3489 dolist.
3490
3491 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
3492
3493 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3494 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3495 with while loop.
3496
3497 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3498 functions from article-* functions.
3499 (gnus-multi-decode-header): Replace mapcar called for effect with
3500 dolist.
3501
3502 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3503 (gnus-bookmark-show-details): Replace mapcar called for effect with
3504 while loop.
3505
3506 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3507 called for effect with while loop.
3508
3509 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3510 with dolist.
3511
3512 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3513 mapcar called for effect with dolist.
3514
3515 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3516
3517 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3518 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3519 Replace mapcar called for effect with dolist.
3520 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3521 mapc.
3522
3523 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3524 Replace mapcar called for effect with dolist.
3525 (gnus-topic-list): Replace mapcar called for effect with mapc.
3526
3527 * gnus.el: Use mapc instead of mapcar to add autoloads.
3528
3529 2007-10-23 Richard Stallman <rms@gnu.org>
3530
3531 * gnus-group.el (gnus-group-highlight): Mark as risky.
3532
3533 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3534
3535 * gnus.el (gnus-server-to-method): Return method found first in
3536 gnus-newsrc-alist.
3537
3538 * gnus-art.el (gnus-article-highlight-signature)
3539 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3540 button overlay without the front stickiness.
3541
3542 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
3543
3544 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3545 overview buffer needed a catch to receive its throw.
3546 (gnus-agent-flush-cache): Declared as interactive to make this function
3547 easier to use.
3548
3549 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
3550
3551 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3552 `next-line'.
3553
3554 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3555
3556 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3557 exclude address matching message-dont-reply-to-names.
3558
3559 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3560
3561 * gnus-util.el (gnus-string<): New function.
3562
3563 * gnus-sum.el (gnus-article-sort-by-author)
3564 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3565
3566 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3567
3568 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3569 the frame-focus tag is set in gnus-buffer-configuration.
3570
3571 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3572
3573 * gnus-art.el (gnus-article-add-button): Make a button overlay without
3574 the front stickiness.
3575
3576 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3577
3578 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3579 url pattern; remove duplicate one.
3580 (gnus-article-extend-url-button): New function.
3581 (gnus-article-add-buttons): Use it.
3582 (gnus-button-push): Use concatenated url that it makes.
3583
3584 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3585
3586 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3587 (sieve-manage-open): Use `mapc' instead of `mapcar'.
3588
3589 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3592 Don't hardcode point-min==1.
3593
3594 2007-09-30 David Kastrup <dak@gnu.org>
3595
3596 * gnus-art.el (gnus-article-reply-with-original)
3597 (gnus-article-followup-with-original): When `transient-mark-mode' is
3598 off, refrain from active-region behavior for followups.
3599
3600 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3601
3602 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3603 Fix comment about "iso8859-1".
3604
3605 2007-10-08 Daiki Ueno <ueno@unixuser.org>
3606
3607 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3608 ones returned from the verify-function.
3609
3610 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3611 mml2015-extract-cleartext-signature if extraction failed.
3612
3613 2007-10-07 Daiki Ueno <ueno@unixuser.org>
3614
3615 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3616 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3617 failed.
3618
3619 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3620
3621 * Relicense "GPLv2 or later" files to "GPLv3 or later".
3622
3623 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3624
3625 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3626 to mark a thread as expirable. Add variable `hide' to handle hiding of
3627 thread for both the null and zero (kill/expire thread) universal prefix
3628 cases.
3629 (gnus-summary-expire-thread): Add new function to expire a thread,
3630 using gnus-summary-kill-thread.
3631 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3632 shortcuts for gnus-summary-expire-thread.
3633 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3634 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
3635
3636 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3637
3638 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3639 extras value, so an extras entry can be deleted.
3640 (gnus-registry-delete-extra-entry): Use it.
3641 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3642 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3643 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3644 storage through the gnus-registry, and provide an appropriate API for
3645 it.
3646
3647 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3648
3649 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3650 Suggested by Leo <sdl.web@gmail.com>.
3651
3652 * gnus.el: Do.
3653
3654 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3655
3656 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3657 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
3658
3659 * gnus-agent.el (gnus-agent-fetch-headers): Do.
3660
3661 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3662 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3663
3664 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3665
3666 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3667 newline.
3668 (nnmbox-request-accept-article): Don't change article in source buffer;
3669 narrow to header to use message-fetch-field rather than
3670 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3671 (nnmbox-request-replace-article): Quote lines that'll be misidentified
3672 as delimiters; make sure article ends with newline.
3673 (nnmbox-delete-mail): Correct last position of article to be deleted;
3674 ignore X-Gnus-Newsgroup header in article body.
3675 (nnmbox-save-mail): Quote lines looking like delimiters at the right
3676 positions; make sure article ends with newline.
3677
3678 * message.el (message-display-abbrev): Don't infloop when a user
3679 inserts SPC in the beginning of header.
3680
3681 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
3682
3683 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3684 list of groups not followed by default. Fix type to be regexp.
3685 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3686
3687 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
3688
3689 * hmac-def.el (define-hmac-function): Switch from old-style to
3690 new-style backquotes.
3691
3692 * md4.el (md4-make-step): Likewise.
3693
3694 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3695
3696 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3697 raw-text coding system when saving .newsrc file, which may contain
3698 non-ASCII group names.
3699
3700 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3701
3702 * gnus-cus.el (gnus-score-extra): New widget.
3703 (gnus-score-extra-convert): New function.
3704 (gnus-score-customize): Use it for Extra.
3705
3706 2007-08-31 Daiki Ueno <ueno@unixuser.org>
3707
3708 * mml2015.el (mml2015-extract-cleartext-signature): New function.
3709 (mml2015-mailcrypt-clear-verify): Use it.
3710 (mml2015-gpg-clear-verify): Use it.
3711 (mml2015-pgg-clear-verify): Use it.
3712 (mml2015-epg-clear-verify): Replace the current part with the output
3713 from GnuPG; don't extract the plaintext by itself.
3714
3715 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3716 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3717 mml2015-clear-verify-function; don't touch the armor headers or
3718 dash-escaped text here.
3719
3720 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
3721
3722 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3723 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3724 parts, or application/octet-stream as a last resort.
3725 (gnus-mime-view-part-as-type): Don't toggle display.
3726 (gnus-mime-view-part-as-charset): Don't turn off display before
3727 querying charset.
3728
3729 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3730 stuff to undisplayer function in Emacs.
3731 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3732
3733 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3734 text/calendar parts.
3735
3736 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
3737
3738 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3739 decoding text/calendar parts.
3740
3741 * message.el (message-forward-make-body-mime): Always mark body as
3742 having no illegible text; remove signed-or-encrypted argument.
3743 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3744
3745 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3746 (mml-generate-mime-1): Don't encode body if it is specified to be in
3747 raw form; don't make buffer be unibyte when inserting multibyte string.
3748
3749 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * sha1.el: Fix up comment style.
3752 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3753 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3754
3755 * hex-util.el: Fix up comment style.
3756 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3757
3758 * gnus-salt.el: Use with-current-buffer.
3759 (gnus-pick-setup-message): Fix long-standing typo.
3760
3761 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3762
3763 * imap.el (imap-logout-timeout): New variable.
3764 (imap-logout, imap-logout-wait): New functions.
3765 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3766
3767 * nnimap.el (nnimap-logout-timeout): New server variable.
3768 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3769 nnimap-logout-timeout.
3770
3771 * gnus-art.el (gnus-article-summary-command-nosave)
3772 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3773
3774 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
3775
3776 * gnus.el (gnus-maximum-newsgroup): New variable.
3777
3778 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3779 according to gnus-maximum-newsgroup.
3780
3781 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3782 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3783 Limit the range of articles according to gnus-maximum-newsgroup.
3784
3785 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
3786
3787 * gnus-art.el (gnus-sticky-article): Fixed problems described in
3788 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
3789 Don't perform gnus-configure-windows here; reuse existing sticky
3790 article buffer.
3791
3792 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3793 it doesn't exist in gnus-article-mode.
3794
3795 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
3796
3797 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3798 (gnus-agent-decoded-group-name): New function.
3799 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3800 (gnus-agent-expire-group-1): Use it; decode group name in messages.
3801
3802 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
3803
3804 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3805 Add binding for gnus-sticky-article.
3806 (gnus-summary-exit): Don't kill sticky article buffers.
3807
3808 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3809 article buffer.
3810 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3811 (gnus-kill-sticky-article-buffers): New commands.
3812
3813 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
3814
3815 * nntp.el (nntp-xref-number-is-evil): New server variable.
3816 (nntp-find-group-and-number): If it is non-nil, don't trust article
3817 numbers in the Xref header.
3818
3819 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3820
3821 * gnus-agent.el (gnus-agent-read-group): New function.
3822 (gnus-agent-flush-group, gnus-agent-expire-group)
3823 (gnus-agent-regenerate-group): Use it.
3824 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3825 nnmail-pathname-coding-system.
3826
3827 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3828
3829 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3830
3831 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3832 that are unread as unread, and also as selected so that information of
3833 marks having been changed by a user may be updated when exiting group.
3834
3835 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
3836
3837 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
3838
3839 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
3840
3841 * gnus-art.el (gnus-mime-display-single): Pass part number that is
3842 calculated ignoring signature parts to gnus-treat-article.
3843
3844 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3847 a point here in order to keep the window start.
3848 (gnus-insert-mime-security-button): Make a button overlay without the
3849 front stickiness.
3850 (gnus-mime-display-security): Goto the end of a button.
3851
3852 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3853
3854 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3855
3856 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3857 group-name-at-point.
3858 (gnus-group-completing-read): New function that offers decoded
3859 non-ASCII group names for completion.
3860 (gnus-fetch-group, gnus-group-read-ephemeral-group)
3861 (gnus-group-jump-to-group, gnus-group-make-group-simple)
3862 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3863 (gnus-group-fetch-control): Use it.
3864 (gnus-fetch-group): Use group-name-at-point for the initial value
3865 rather than the default value; use gnus-alive-p.
3866
3867 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3868 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3869 (gnus-summary-post-news): Use gnus-group-completing-read.
3870
3871 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3872 (gnus-read-move-group-name): Decode group name for completion.
3873
3874 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
3875
3876 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3877 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3878 Yamaoka slightly modified the code).
3879
3880 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3881
3882 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3883 (nnmail-split-incoming): Bind it.
3884
3885 * nnml.el (nnml-group-name-charset): New function.
3886 (nnml-decoded-group-name): Use it; don't decode group name if
3887 nnmail-group-names-not-encoded-p is non-nil.
3888 (nnml-encoded-group-name): New function.
3889 (nnml-group-pathname): Inline nnml-decoded-group-name.
3890 (nnml-request-expire-articles): Decode group name in message.
3891 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3892 nnmail-pathname-coding-system.
3893 (nnml-save-mail, nnml-active-number): Work with decoded group names and
3894 not decoded ones according to nnmail-group-names-not-encoded-p.
3895 (nnml-generate-active-info): Use nnml-encoded-group-name.
3896
3897 2007-08-08 Glenn Morris <rgm@gnu.org>
3898
3899 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3900 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3901 doc-strings and comments.
3902
3903 2007-07-25 Glenn Morris <rgm@gnu.org>
3904
3905 * Relicense all FSF files to GPLv3 or later.
3906
3907 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * gnus-sum.el (gnus-summary-move-article): Make
3910 gnus-summary-respool-article work.
3911
3912 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
3913
3914 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3915 string.
3916
3917 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
3918
3919 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
3920 that should be ignored when comparing distant RSS articles with local
3921 ones.
3922 (nnrss-make-hash-index): New function. Create a hash index according
3923 to the ignored fields.
3924 (nnrss-check-group): Use it.
3925
3926 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3927
3928 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3929
3930 * gnus-art.el (article-decode-group-name): Decode Xref header too.
3931
3932 * gnus-group.el (gnus-group-make-group): Encode group name here unless
3933 the new optional argument ENCODED is non-nil.
3934 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3935 coding system for encoding group name.
3936 (gnus-group-make-rss-group): Pass un-encoded group name to
3937 gnus-group-make-group.
3938 (gnus-group-set-info): Tell gnus-group-make-group that group name is
3939 encoded.
3940
3941 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3942 Encode group name to which articles are moved or copied.
3943 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3944 coding system for encoding Newsgroup, Followup-To and Xref headers.
3945
3946 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3947 marks; use nnheader-file-coding-system to write a file.
3948 (nnagent-retrieve-headers): Bind file-name-coding-system to
3949 nnmail-pathname-coding-system.
3950
3951 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3952
3953 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3954 (nnml-request-article, nnml-request-create-group)
3955 (nnml-request-rename-group, nnml-find-id)
3956 (nnml-possibly-change-directory, nnml-possibly-create-directory)
3957 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3958 (nnml-save-marks): Use nnml-group-pathname instead of
3959 nnmail-group-pathname.
3960
3961 (nnml-request-create-group, nnml-request-expire-articles)
3962 (nnml-request-move-article, nnml-request-delete-group)
3963 (nnml-deletable-article-p, nnml-possibly-create-directory)
3964 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3965 (nnml-open-marks): Bind file-name-coding-system to
3966 nnmail-pathname-coding-system.
3967
3968 (nnml-request-article): Pass server argument to nnml-find-group-number.
3969 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3970 server argument to nnml-possibly-create-directory.
3971 (nnml-request-accept-article): Pass server argument to
3972 nnml-active-number and nnml-save-mail.
3973 (nnml-find-group-number): Pass server argument to nnml-find-id.
3974 (nnml-request-update-info): Pass server argument to
3975 nnml-marks-changed-p.
3976
3977 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3978 (nnml-save-mail, nnml-active-number): Add server argument.
3979
3980 (nnml-request-delete-group): Warn if group is missing.
3981 (nnml-get-nov-buffer): Decode group name.
3982 (nnml-generate-active-info): Encode group name.
3983 (nnml-open-marks): Decode group name in messages.
3984
3985 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3986
3987 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3988 if it is not specified.
3989 (gnus-article-pipe-part, gnus-article-save-part)
3990 (gnus-article-interactively-view-part, gnus-article-copy-part)
3991 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3992 (gnus-article-inline-part, gnus-article-save-part-and-strip)
3993 (gnus-article-replace-part, gnus-article-delete-part)
3994 (gnus-article-view-part-as-type): Pass raw prefix argument to
3995 gnus-article-part-wrapper.
3996
3997 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
3998
3999 * gnus-agent.el (gnus-agent-save-active): Bind
4000 nnheader-file-coding-system to gnus-agent-file-coding-system.
4001
4002 * gnus-cache.el (gnus-cache-save-buffers)
4003 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4004 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4005 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4006 (gnus-cache-braid-nov, gnus-cache-braid-heads)
4007 (gnus-cache-generate-active, gnus-cache-rename-group)
4008 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4009 (gnus-cache-update-overview-total-fetched-for): Bind
4010 file-name-coding-system to nnmail-pathname-coding-system.
4011 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4012 variables.
4013 (gnus-cache-decoded-group-name): New function.
4014 (gnus-cache-file-name): Use it.
4015 (gnus-cache-generate-active): Use non-decoded group name for active.
4016
4017 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4018 right place.
4019 (gnus-write-active-file): Don't break non-ASCII group names.
4020
4021 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4022 nnmail-pathname-coding-system.
4023
4024 * gnus-uu.el (gnus-uu-decode-save): Typo.
4025
4026 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4027
4028 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4029
4030 2007-07-14 David Kastrup <dak@gnu.org>
4031
4032 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
4033 finishing actions if we did not edit the article.
4034
4035 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4036
4037 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4038 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4039 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4040 (gnus-agent-flush-group, gnus-agent-flush-cache)
4041 (gnus-agent-fetch-headers, gnus-agent-load-alist)
4042 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4043 (gnus-agent-retrieve-headers, gnus-agent-request-article)
4044 (gnus-agent-regenerate-group)
4045 (gnus-agent-update-files-total-fetched-for)
4046 (gnus-agent-update-view-total-fetched-for): Bind
4047 file-name-coding-system to nnmail-pathname-coding-system.
4048 (gnus-agent-group-pathname): Don't encode file names by
4049 nnmail-pathname-coding-system.
4050 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4051 coding-system-for-write instead of buffer-file-coding-system to
4052 gnus-agent-file-coding-system.
4053
4054 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4055 Decode group name.
4056
4057 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4058
4059 * gnus-start.el (gnus-update-active-hashtb-from-killed)
4060 (gnus-read-newsrc-el-file): Make group names unibyte.
4061
4062 * nnmail.el (nnmail-group-pathname): Don't encode file names by
4063 nnmail-pathname-coding-system.
4064
4065 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4066 (nnrss-request-delete-group): Bind file-name-coding-system to
4067 nnmail-pathname-coding-system.
4068 (nnrss-read-server-data, nnrss-read-group-data): Bind
4069 file-name-coding-system correctly.
4070 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4071
4072 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4073 (nntp-server-to-method-cache): New variable.
4074 (nntp-group-pathname): New function that decodes non-ASCII group names.
4075 (nntp-possibly-create-directory, nntp-marks-changed-p)
4076 (nntp-save-marks, nntp-open-marks): Use it.
4077 (nntp-possibly-create-directory, nntp-open-marks):
4078 Bind file-name-coding-system to nnmail-pathname-coding-system.
4079 (nntp-open-marks): Decode group names when bootstrapping marks.
4080
4081 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4082 Newsgroups and Folowup-To headers.
4083
4084 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4085
4086 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4087 (gnus-server-closed-face, gnus-server-denied-face)
4088 (gnus-server-offline-face): Remove variable.
4089 (gnus-server-font-lock-keywords): Use faces that are not aliases.
4090
4091 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4092 of modifying message-stack directly for XEmacs.
4093
4094 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4095 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4096 if the coding-system argument is nil for XEmacs.
4097
4098 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4099 mm-charset-override-alist.
4100
4101 * rfc2047.el: Don't require base64; require rfc2045 for the function
4102 rfc2045-encode-string.
4103 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4104 to quote the parameter value.
4105
4106 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4109 form in gnus-group-name-charset-method-alist.
4110
4111 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4112 overrides the default layout edit-form.
4113
4114 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4115
4116 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4117
4118 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4119
4120 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4121 as unfetched articles.
4122
4123 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
4124
4125 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4126
4127 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4128
4129 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4130 original back end that keeps marks in the local system.
4131
4132 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
4133
4134 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4135 arg of pop-to-buffer for XEmacs.
4136 (gnus-article-read-summary-keys): Ditto; don't restore window
4137 configuration if summary command ends up with neither article buffer
4138 nor summary buffer; describe bindings if summary keys end with C-h.
4139
4140 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4141
4142 * message.el (message-fix-before-sending): Skip raw message part to be
4143 forwarded while checking illegible text.
4144 (message-forward-make-body-mime, message-forward-make-body): Mark
4145 signed or encrypted raw message as having no illegible text.
4146
4147 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4148
4149 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4150 (gnus-message-with-timestamp-1): New macro.
4151 (gnus-message-with-timestamp): New function.
4152 (gnus-message): Use them.
4153
4154 * nnheader.el (nnheader-message): Use them.
4155
4156 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
4157
4158 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4159 .newsrc.eld file.
4160
4161 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * gnus-agent.el (gnus-agent-fetch-headers)
4164 (gnus-agent-retrieve-headers): Bind
4165 gnus-decode-encoded-address-function to identity.
4166
4167 * nntp.el (nntp-send-xover-command): Recognize an xover command is
4168 available also when the server returns simply a dot.
4169
4170 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4171
4172 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4173
4174 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4175
4176 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
4177
4178 * gnus-ems.el (gnus-x-splash): Make it work.
4179
4180 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4181 from being used.
4182
4183 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4184
4185 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4186 the front stickiness.
4187 (gnus-article-summary-command-nosave): Correct the order of the
4188 arguments passed to pop-to-buffer.
4189 (gnus-article-read-summary-keys): Ditto; make it work properly when the
4190 summary command ends up with the article buffer.
4191
4192 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4193 the same faces.
4194
4195 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4196
4197 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4198
4199 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4202 * gnus-sum.el (gnus-summary-highlight):
4203 * mail-source.el (mail-source-delete-old-incoming-confirm):
4204 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4205
4206 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
4207
4208 * gnus-art.el (gnus-mime-view-part-externally)
4209 (gnus-mime-view-part-internally): Fix predicate function passed to
4210 completing-read.
4211
4212 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4213
4214 * gnus.el (gnus-update-message-archive-method): Add :version.
4215
4216 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4217
4218 * gnus.el (gnus-update-message-archive-method): New variable.
4219
4220 * gnus-start.el (gnus-setup-news): Update saved "archive" method
4221 according to gnus-message-archive-method if
4222 gnus-update-message-archive-method is non-nil.
4223
4224 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4225
4226 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
4227 by Loic Dachary <loic@dachary.org>.
4228 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4229
4230 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
4231
4232 * message.el (message-pop-to-buffer): Add switch-function argument.
4233 (message-mail): Pass switch-function argument to it.
4234
4235 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
4236
4237 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4238 Improve doc string.
4239
4240 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4241
4242 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4243 (gnus-header-content)
4244 * gnus-cite.el (gnus-cite-10)
4245 * gnus-srvr.el (gnus-server-closed)
4246 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4247 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4248 (gnus-group-mail-3-empty, gnus-group-mail-low)
4249 (gnus-group-mail-low-empty, gnus-splash)
4250 * message.el (message-header-to, message-header-cc)
4251 (message-header-subject, message-header-other, message-header-name)
4252 (message-header-xheader, message-separator, message-cited-text)
4253 (message-mml): Lighten colors of faces used for dark background.
4254
4255 2007-05-24 Simon Josefsson <simon@josefsson.org>
4256
4257 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4258 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
4259
4260 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4261
4262 * message.el (message-narrow-to-headers-or-head):
4263 Ignore mail-header-separator in the body.
4264
4265 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
4266
4267 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4268 same as window size.
4269
4270 2007-05-22 Kevin Ryde <user42@zip.com.au>
4271
4272 * message.el (message-font-lock-keywords): Use message-header-xheader
4273 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
4274 ahead of the anything pattern, to get it recognised.
4275
4276 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
4277
4278 * gnus-sum.el (gnus-articles-to-read)
4279 (gnus-summary-insert-old-articles): Don't truncate group name for
4280 `read-string'.
4281
4282 * gnus-util.el (gnus-limit-string): Delete this function.
4283
4284 * gnus-sum.el (gnus-simplify-subject-fully): Use
4285 `truncate-string-to-width' instead.
4286
4287 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
4288
4289 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
4290 if, on summary exit, the next group has to be selected.
4291 (gnus-summary-exit): Use it.
4292
4293 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4294
4295 * gnus-art.el (gnus-article-mode): Fix comment about displaying
4296 non-break space.
4297
4298 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4299
4300 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4301 Check if group is not a directory.
4302 (nnfolder-request-expire-articles): Don't delete articles if the target
4303 group is not available.
4304
4305 * nnml.el (nnml-request-create-group): Properly check if group is not a
4306 file.
4307 (nnml-request-expire-articles): Don't delete articles if the target
4308 group is not available.
4309
4310 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4311 Don't quote characters that are within parentheses.
4312
4313 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
4314
4315 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4316 (gnus-handle-ephemeral-exit): Select article according to it.
4317
4318 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4319
4320 * message.el (message-insert-formated-citation-line): Remove newline.
4321 (message-citation-line-format): Add final \n here so that the user can
4322 avoid a blank line.
4323
4324 2007-05-03 Dan Christensen <jdc@uwo.ca>
4325
4326 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4327 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4328 Update lanl/arXiv support.
4329
4330 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4331
4332 * gnus.el: Bump version number.
4333
4334 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4335
4336 * gnus.el (gnus-version-number): Bump version.
4337
4338 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4339
4340 * gnus.el: No Gnus v0.6 is released.
4341
4342 2007-04-27 Didier Verna <didier@xemacs.org>
4343
4344 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4345 * gmm-utils.el (gmm-regexp-concat): here.
4346 * message.el: Don't require 'gnus-util.
4347 (message-dont-reply-to-names): Handle name change above.
4348 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4349
4350 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4351
4352 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4353 since the initial value varies according to the system.
4354
4355 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4356
4357 * mm-util.el (mm-charset-synonym-alist): Defcustom.
4358
4359 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4360
4361 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4362
4363 2007-04-24 Didier Verna <didier@xemacs.org>
4364
4365 Improve the type of gnus-ignored-from-addresses.
4366 * gnus-util.el (gnus-orify-regexp): New function.
4367 * message.el (gnus-util): Require it.
4368 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4369 * gnus-sum.el (gnus-ignored-from-addresses): New function.
4370 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4371
4372 2007-04-24 Didier Verna <didier@xemacs.org>
4373
4374 * gnus-sum.el:
4375 * gnus-utils.el: Fix some trailing whitespaces.
4376
4377 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4380 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4381 article's Message-ID; refer parent article in summary buffer.
4382
4383 * message.el (message-bounce): Call mime-to-mml.
4384
4385 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4386
4387 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4388
4389 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4390
4391 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4392 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4393 displayed of multipart/alternative part if it is invoked from summary
4394 buffer.
4395
4396 * mm-view.el (mm-inline-text-html-render-with-w3m)
4397 (mm-inline-text-html-render-with-w3m-standalone)
4398 (mm-inline-render-with-function): Use mail-parse-charset by default.
4399
4400 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
4401
4402 * parse-time.el (parse-time-string-chars): Check if CHAR
4403 is less than the length of parse-time-syntax.
4404
4405 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
4406
4407 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4408 from gnus-newsgroup-processable.
4409
4410 2007-04-16 Didier Verna <didier@xemacs.org>
4411
4412 * gnus-msg.el (gnus-configure-posting-styles): Handle
4413 message-signature-directory properly with :file syntax. Reported by
4414 "Leo".
4415
4416 2007-04-11 Didier Verna <didier@xemacs.org>
4417
4418 New user option: message-signature-directory.
4419 * gnus-msg.el (gnus-configure-posting-styles): Support it.
4420 * message.el (message-insert-signature): Ditto.
4421 * message.el (message-signature-file): Doc update.
4422 * message.el (message-signature-directory): New.
4423
4424 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * gnus-msg.el (gnus-inews-yank-articles): Use
4427 message-exchange-point-and-mark instead of exchange-point-and-mark.
4428
4429 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
4430
4431 * message.el (message-yank-original): Make sure cited text ends with
4432 newline; don't exchange point and mark.
4433
4434 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * tls.el (open-tls-stream): Properly handle case where there
4437 is no associated buffer.
4438
4439 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
4440
4441 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4442 message-yank-original, make sure (< mark TEXT point).
4443
4444 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4445
4446 * message.el (message-fill-column): New variable.
4447 (message-mode): Use it. Add comment on a possible new hook.
4448
4449 * nnmail.el (nnmail-spool-file): Mark as obsolete.
4450 (nnmail-get-new-mail): Reformat.
4451
4452 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4453
4454 * gmm-utils.el: Fix Commentary.
4455 (gmm-tool-bar-from-list): Fix typo in doc string.
4456
4457 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
4458
4459 * message.el (message-yank-original): Don't switch point and mark
4460 unnecessarily to put point and mark as documented.
4461
4462 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4463
4464 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4465 from the message heads.
4466
4467 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
4468
4469 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4470 article buffer does not have a window. This may not be the best
4471 solution but is certainly better than setting the start of the null,
4472 that is the current, window.
4473
4474 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4475
4476 * gnus-draft.el (gnus-draft-setup-hook): New hook.
4477 (gnus-draft-setup): Run it.
4478
4479 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4480 gnus-score-fast-scoring. Allow regexp.
4481 (gnus-score-headers): Use it.
4482
4483 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4484 XEmacs.
4485
4486 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4487 string.
4488 (gnus-button-alist): Also catch `<f1> k ...'.
4489 (gnus-treat-display-x-face): Fix doc string.
4490
4491 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4492
4493 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4494 evaluation of gnus-extended-version to ensure correct generation of the
4495 User-Agent header when message-generate-headers-first is used.
4496
4497 2007-03-24 Simon Josefsson <simon@josefsson.org>
4498
4499 * hashcash.el (hashcash-generate-payment-async): Don't crash if
4500 hashcash-path is nil. Don't call callback with incorrect number of
4501 parameters if val is 0.
4502
4503 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4504
4505 * message.el (message-required-news-headers):
4506 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4507
4508 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4509
4510 * message.el (message-generate-new-buffers): Change the meaning of the
4511 nil value; add `standard' to the choices; treat t as `unique'; improve
4512 doc string.
4513 (gnus-select-frame-set-input-focus): Autoload.
4514 (message-buffer-name): Search for the existing message buffer if
4515 message-generate-new-buffers is nil or `standard'; treat the value t of
4516 message-generate-new-buffers as `unique'.
4517 (message-pop-to-buffer): Raise the frame already displaying the message
4518 buffer; clear the echo area after querying.
4519 (message-setup): Pass the `continue' argument to compose-mail.
4520 (message-mail): Prefer `switch-function' if it is given; search for the
4521 existing message buffer if the `continue' argument is non-nil; pass
4522 continue and switch-function arguments to compose-mail by way of
4523 message-setup.
4524 (message-mail-other-window): Adjust argument of message-setup.
4525 (message-mail-other-frame): Ditto.
4526
4527 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4528
4529 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4530 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4531 to turn font-lock on when turning gnus-message-citation-mode on.
4532
4533 2007-03-06 Daiki Ueno <ueno@unixuser.org>
4534
4535 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4536 (mml-smime-function-alist): New variable; add epg as the backend.
4537 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4538 mml-smime- functions instead.
4539 * mm-view.el: Require smime.
4540
4541 2007-03-05 Didier Verna <didier@xemacs.org>
4542
4543 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4544 instead of just inheritance for posting styles.
4545 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4546
4547 2007-02-24 John Paul Wallington <jpw@pobox.com>
4548
4549 * tls.el (tls-certtool-program): Fix custom type.
4550
4551 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4552
4553 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4554 and point-at-eol instead of line-(beginning|end)-position.
4555
4556 * assistant.el (assistant-parse-buffer): Ditto.
4557
4558 2007-02-28 Daiki Ueno <ueno@unixuser.org>
4559
4560 * mml2015.el (mml2015-epg-find-usable-key): New function.
4561 (mml2015-epg-sign): Use it.
4562 (mml2015-epg-encrypt): Use it.
4563
4564 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4565
4566 * message.el (message-make-in-reply-to): Quote name containing
4567 non-ASCII characters. It will make the RFC2047 encoder cause an error
4568 if there are special characters. Reported by NAKAJI Hiroyuki
4569 <nakaji@jp.freebsd.org>.
4570
4571 2007-02-27 Didier Verna <didier@xemacs.org>
4572
4573 Include the group parameters as well as the topic ones in the
4574 inheritance filter process.
4575 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4576 argument GROUP-PARAMS-LIST.
4577 * gnus-topic.el (gnus-group-topic-parameters): Use it.
4578
4579 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4580
4581 * nntp.el (nntp-never-echoes-commands)
4582 (nntp-open-connection-functions-never-echo-commands): New variables.
4583 (nntp-send-command): Use them.
4584
4585 2007-02-20 Daiki Ueno <ueno@unixuser.org>
4586
4587 * mml2015.el (mml2015-epg-verify): Simplified.
4588
4589 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
4590
4591 * mml.el (mml-content-disposition-alist): New user option.
4592 (mml-content-disposition): New function.
4593 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4594 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4595
4596 2007-02-19 Daiki Ueno <ueno@unixuser.org>
4597
4598 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4599 verification.
4600
4601 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4602
4603 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4604 articles posted in the last 24 hours.
4605
4606 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4609
4610 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
4611
4612 * nntp.el (nntp-send-command): Don't wait for echoes when
4613 nntp-open-ssl-stream is used.
4614
4615 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
4616
4617 * gnus-cite.el (gnus-test-font-lock-add-keywords)
4618 (gnus-message-add-citation-keywords)
4619 (gnus-message-remove-citation-keywords): Remove.
4620 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4621 directly, make the variables in font-lock-defaults buffer-local, add
4622 gnus-message-citation-keywords to them and then update the value of
4623 font-lock-keywords.
4624
4625 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
4626
4627 * message.el (message-cite-original-1): Don't call
4628 gnus-article-highlight-citation.
4629
4630 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4631 citations; fix line count.
4632
4633 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
4634
4635 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4636 (gnus-message-add-citation-keywords)
4637 (gnus-message-remove-citation-keywords): Use it; fix the emulating
4638 versions of font-lock-add-keywords and font-lock-remove-keywords to
4639 work with XEmacs correctly.
4640
4641 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
4642
4643 * gnus-cite.el (gnus-cite-face-list): Set the values of
4644 gnus-message-max-citation-depth and gnus-message-citation-keywords.
4645 (gnus-message-max-citation-depth): Use defvar rather than defconst.
4646 (gnus-message-cite-prefix-regexp): New variable.
4647 (gnus-message-search-citation-line): Use it; protect against long
4648 citation prefix; fill match data with nil rather than 0 for XEmacs; set
4649 the 0th match data for Emacs.
4650 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4651 (gnus-message-add-citation-keywords): Append keywords rather than
4652 prepending; emulate font-lock-add-keywords if it is not available.
4653 (gnus-message-remove-citation-keywords): Emulate
4654 font-lock-remove-keywords if it is not available.
4655
4656 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4657
4658 * message.el (message-cite-prefix-regexp): Set the value of
4659 gnus-message-cite-prefix-regexp.
4660
4661 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4662
4663 * nnweb.el (nnweb-google-parse-1): Update parser.
4664
4665 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4668
4669 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4670
4671 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4672 regexp.
4673
4674 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
4675
4676 * uudecode.el (uudecode-string-to-multibyte): New function emulating
4677 string-to-multibyte.
4678 (uudecode-decode-region-internal): Use it.
4679
4680 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
4681
4682 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4683 custom choice.
4684
4685 * gnus-art.el (gnus-signature-limit): Fix custom choice.
4686
4687 2007-01-22 Daiki Ueno <ueno@unixuser.org>
4688
4689 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4690
4691 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4692 `write-region' to respect `mm-inhibit-file-name-handlers'.
4693
4694 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4695
4696 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4697 Use gnus-home-directory instead of "~/" or "$HOME".
4698
4699 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
4700
4701 * encrypt.el (encrypt-insert-file-contents): Add better prompt
4702 to mention filename.
4703 Add comments at beginning regarding usage.
4704 (encrypt-write-file-contents): Change interactive so a string is
4705 acceptable. If the file has no associated model, show an error instead
4706 of a nonsense prompt.
4707
4708 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4709
4710 * spam.el (spam-bsfilter-ham-switch): Fix typo.
4711 Thanks to Yoshihiko Yamada for kind notification of this typo.
4712
4713 2007-01-12 Kenichi Handa <handa@m17n.org>
4714
4715 * uudecode.el (uudecode-decode-region-internal): Make it work in a
4716 multibyte buffer.
4717
4718 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * gnus-score.el (gnus-score-fast-scoring): New variable.
4721 (gnus-score-headers): Use it.
4722
4723 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4724
4725 * message.el (message-cite-original-1): Call
4726 gnus-article-highlight-citation if requested.
4727 (message-make-from): Allow name and address as optional arguments.
4728
4729 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4730
4731 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4732 bugs to doc string.
4733 (gnus-button-alist): Add mid\\|message-id.
4734 (gnus-button-fetch-group): Extend for use in
4735 `browse-url-browser-function'.
4736 (gnus-button-url-regexp): Try to catch paired parentheses like in
4737 Wikipedia URLs.
4738
4739 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4740 Suggested by Simon Krahnke <overlord@gmx.li>.
4741
4742 2007-01-13 Romain Francoise <romain@orebokech.com>
4743
4744 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4745 Update copyright.
4746
4747 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
4748
4749 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4750
4751 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
4752
4753 * gnus-registry.el (gnus-registry-unfollowed-groups)
4754 (gnus-registry-split-fancy-with-parent): Fix documentation.
4755
4756 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4757
4758 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4759 from nnweb groups.
4760
4761 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4762
4763 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4764 Xref urls. Erase buffer before requesting head.
4765
4766 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4767
4768 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
4769
4770 * gnus-soup.el (gnus-soup): New custom group. Make user variables
4771 customizable.
4772
4773 2007-01-05 Daiki Ueno <ueno@unixuser.org>
4774
4775 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4776 no signing key is found.
4777 (mml2015-epg-encrypt): Ask user whether to skip or abort if
4778 no encrypting and/or signing key is found.
4779
4780 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4781
4782 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4783
4784 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4785
4786 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4787 headers read from disk with the ones newly found in the current search.
4788 This should no longer cause problems, because the article numbers in
4789 Gmane's `nov.php' output are ignored since the previous change.
4790
4791 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4792
4793 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4794
4795 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
4796
4797 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4798
4799 2007-01-01 Romain Francoise <romain@orebokech.com>
4800
4801 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4802
4803 2006-12-31 Steve Youngs <steve@sxemacs.org>
4804
4805 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4806 `define-minor-mode' macro definition expanded properly.
4807 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4808 exclude it there.
4809
4810 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4811 of 2006-12-30. The default is nil on (S)XEmacs already because of the
4812 `fboundp' test.
4813 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4814 This is OK to autoload in (S)XEmacs now.
4815
4816 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4817
4818 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4819 keystroke.
4820 (gnus-summary-limit-to-singletons): Fix typo.
4821
4822 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4823 else fails.
4824
4825 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4826
4827 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4828 docstring.
4829
4830 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4831 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4832 (gnus-summary-insert-dormant-articles): Fix typo in message.
4833
4834 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
4835
4836 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4837 nil for XEmacs.
4838 (gnus-message-citation-mode): Don't autoload in XEmacs.
4839
4840 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4841
4842 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
4843
4844 * nnimap.el (nnimap-expunge-search-string): Mention
4845 nnimap-search-uids-not-since-is-evil in docstring.
4846
4847 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
4848
4849 * spam.el: Revert to make-obsolete-variable because
4850 define-obsolete-variable-alias is not supported in Emacs 21.
4851
4852 * spam.el (spam-ifile-path, spam-ifile-database-path)
4853 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4854 make-obsolete-variable.
4855 (spam-bsfilter-path, spam-bsfilter-program)
4856 (spam-spamassassin-path, spam-spamassassin-program)
4857 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
4858 use "path" inappropriately.
4859 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4860 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4861 variable names.
4862
4863 2006-12-28 Daiki Ueno <ueno@unixuser.org>
4864
4865 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4866 summary buffer.
4867
4868 * password.el (password-cache-remove): Use clear-string to burn
4869 password, if available.
4870
4871 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
4872
4873 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4874
4875 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4876
4877 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4878 (gnus-message-highlight-citation): Move defcustom here from
4879 gnus-cite.el.
4880 (gnus-message-citation-mode): Autoload.
4881
4882 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
4883 checks to make it compile with XEmacs.
4884 (gnus-message-citation-mode): New minor mode.
4885 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4886 (gnus-message-highlight-citation): New variables.
4887 (gnus-message-search-citation-line)
4888 (gnus-message-add-citation-keywords)
4889 (gnus-message-remove-citation-keywords)
4890 (turn-on-gnus-message-citation-mode)
4891 (turn-off-gnus-message-citation-mode): New functions.
4892
4893 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
4894
4895 * gnus-cite.el: Enable highlighting of different citation levels in
4896 message-mode.
4897
4898 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
4899
4900 * message.el (message-make-fqdn): Fix comment.
4901 (message-bogus-system-names): Add ".local".
4902
4903 * spam.el (spam-ifile-path, spam-ifile-program)
4904 (spam-ifile-database-path, spam-ifile-database)
4905 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4906 Don't use "path" inappropriately.
4907 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4908 strings.
4909 (spam-check-ifile, spam-ifile-register-with-ifile)
4910 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4911 new variable names.
4912
4913 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4914 (gnus-treat-display-smileys): Simplify using
4915 gnus-image-type-available-p.
4916
4917 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4918 available.
4919
4920 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4921
4922 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4923 one after turning on the buffer's multibyteness instead of decoding
4924 them directly in the unibyte buffer that causes unexpected conversion
4925 in Emacs 23 (unicode).
4926
4927 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4928
4929 * message.el (message-generate-hashcash): Fix custom type.
4930
4931 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
4932
4933 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4934
4935 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
4936
4937 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4938 disconnect icons. Add help text.
4939
4940 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
4941
4942 * spam.el (spam-extra-header-to-number): CRM114 spam score is
4943 negated to be consistent with the others we handle.
4944
4945 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4946
4947 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4948 version of gnus-summary-buffer to something, so that we can use two
4949 article buffers at the same time.
4950
4951 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
4952
4953 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4954 trigger all the extra headers.
4955 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4956 sorting.
4957
4958 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4959
4960 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4961 solid groups.
4962
4963 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
4964
4965 * legacy-gnus-agent.el: Add Copyright notice.
4966
4967 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4970
4971 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4972
4973 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4974
4975 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4976 to make it work reliably in CVS Emacs.
4977 (gnus-summary-limit-strange-charsets-predicate)
4978 (gnus-summary-limit-to-predicate): New functions.
4979
4980 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4983 specifying array size.
4984 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4985 array if it is too small.
4986 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4987 (gnus-sort-threads-loop): New function.
4988
4989 2006-12-06 Chris Moore <dooglus@gmail.com>
4990
4991 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4992 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4993
4994 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
4995
4996 * mm-url.el (mm-url-predefined-programs): Call curl with correct
4997 options.
4998
4999 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
5001 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5002 DOS-ing the recipient.
5003
5004 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5005 the headers when creating the mapping to avoid mismappings.
5006 (nnweb-gmane-create-mapping): Always nix out old mapping.
5007
5008 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5011 and mm-verify-option to never.
5012
5013 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5014
5015 * message.el (message-signed-or-encrypted-p): New function.
5016 (message-forward-make-body): Use it.
5017
5018 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5019 Replace encode-coding-string with mm-encode-coding-string.
5020
5021 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5022
5023 * nneething.el (nneething-decode-file-name): Replace
5024 decode-coding-string with mm-decode-coding-string.
5025
5026 * gnus-int.el (gnus-open-server): Say failed server's name.
5027
5028 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5031 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5032
5033 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5034 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5035 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5036 (gnus-group-make-directory-group, gnus-group-transpose-groups):
5037 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5038 (gnus-subscribe-newsgroup, gnus-1):
5039 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5040 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5041 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5042 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5043
5044 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5045
5046 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5047 keystroke.
5048 (gnus-summary-limit-to-bodies): Implement headersp.
5049
5050 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5051
5052 * dns.el (query-dns): Protect against "Process dns deleted" strings.
5053
5054 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5055
5056 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5057
5058 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5059
5060 * message.el (message-generate-hashcash): Expand range of values to
5061 include `opportunistic'.
5062 (message-send-mail): Use it.
5063
5064 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5065
5066 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5067 and comment it.
5068
5069 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5070
5071 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
5072
5073 * gnus-util.el (gnus-extract-address-components): Improve comment.
5074
5075 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5076
5077 * gnus-util.el (gnus-extract-address-components): Work with address in
5078 which the name portion contains @.
5079
5080 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5081
5082 * gnus.el (gnus-start): Move custom group up.
5083 (gnus-select-method): Don't autoload, but make it available for
5084 `customize-variable'.
5085 (gnus-getenv-nntpserver): Don't autoload.
5086
5087 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
5088
5089 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5090
5091 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5092
5093 * message.el (message-sendmail-extra-arguments): New variable.
5094 (message-send-mail-with-sendmail): Use it.
5095
5096 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5097
5098 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5099 mm-with-unibyte-current-buffer to make string unibyte.
5100
5101 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5102 mm-string-as-multibyte.
5103
5104 2006-11-14 Daiki Ueno <ueno@unixuser.org>
5105
5106 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5107 Reported by Werner Koch <wk@gnupg.org>.
5108
5109 2006-11-14 Daiki Ueno <ueno@p360>
5110
5111 * mml2015.el: Autoload epa-select-keys when compiling.
5112
5113 2006-11-13 Daiki Ueno <ueno@unixuser.org>
5114
5115 * mml2015.el (mml2015-epg-sign): Save the signing keys in
5116 message-options.
5117 (mml2015-epg-encrypt): Save the recipient keys in message-options.
5118
5119 2006-11-13 Daiki Ueno <ueno@unixuser.org>
5120
5121 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5122 EasyPG (< 0.0.6).
5123 (mml2015-always-trust): New user option.
5124 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5125 prompt.
5126
5127 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5128
5129 * nntp.el (nntp-authinfo-force): New variable.
5130 (nntp-send-authinfo): Use it.
5131
5132 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5133
5134 * message.el (message-strip-subject-encoded-words): Allow _not_ to
5135 decode encoded words. Improve prompt. Add comment about forwarding.
5136 (message-replacement-char): Move up.
5137
5138 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5139
5140 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5141 instead of gnus-intersection because arguments of gnus-sorted-nunion
5142 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
5143
5144 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
5145
5146 * message.el (message-strip-subject-encoded-words): Reformat prompt.
5147 (message-simplify-subject-functions): Enable
5148 message-strip-subject-encoded-words by default.
5149
5150 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
5151
5152 * message.el (message-strip-subject-encoded-words): New function.
5153 (message-simplify-subject-functions): New variable.
5154 (message-simplify-subject): Use it. Fix typo in doc string.
5155 Support message-strip-subject-encoded-words.
5156
5157 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
5158
5159 * gnus-diary.el (gnus-diary-delay-format-function):
5160 * nndiary.el (nndiary-reminders):
5161 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5162
5163 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
5164
5165 * gnus-art.el (article-hide-boring-headers): Fetch date from
5166 gnus-original-article-buffer to avoid problems with localized date
5167 strings.
5168
5169 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5172
5173 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
5174
5175 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5176 New variables.
5177 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5178 (mm-charset-synonym-alist): Move some entries to
5179 mm-codepage-iso-8859-list.
5180 (mm-charset-synonym-alist, mm-charset-override-alist): Add
5181 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5182
5183 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
5184
5185 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5186
5187 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5188
5189 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5190 with Emacs 21 and XEmacs.
5191
5192 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
5193
5194 * spam.el (spam-parse-address): New function for better parsing,
5195 catching errors, etc.
5196 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5197
5198 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5199
5200 * mm-view.el: Add interactive arg to html2text autoload.
5201
5202 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
5203
5204 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5205
5206 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
5207
5208 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5209 variables.
5210 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5211 (mm-charset-synonym-alist): Move some entries to
5212 mm-codepage-iso-8859-list.
5213
5214 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5215
5216 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
5217
5218 * message.el (message-citation-line-format)
5219 (message-insert-formated-citation-line): Fix implementation of %E, %N
5220 and %n according to the doc string.
5221
5222 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
5223
5224 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5225 car-safe to avoid bad parses.
5226
5227 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5228
5229 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5230 names.
5231
5232 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5233
5234 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5235
5236 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5237 header.
5238
5239 * message.el (message-draft-headers): Add Date.
5240 (message-headers-to-generate): Fix typo in docstring.
5241
5242 * nndraft.el (nndraft-required-headers): New variable.
5243 (nndraft-generate-headers): Use it.
5244
5245 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5246
5247 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5248
5249 * gnus-registry.el (gnus-registry-wash-for-keywords)
5250 (gnus-registry-find-keywords): New functions to allow easy searching of
5251 articles that are in the registry.
5252
5253 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5254
5255 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5256 ietf-drums-parse-address instead of gnus-extract-address-components.
5257 Reported by Damien Elmes <damien@repose.cx>.
5258
5259 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
5260
5261 * gnus.el (gnus-mime): Remove unused custom group.
5262
5263 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5264
5265 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5266 "blank line" when searching for end of armor headers.
5267
5268 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5269
5270 * gmm-utils.el (gmm-write-region): Fix variable name.
5271
5272 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
5273
5274 * gmm-utils.el (gmm-write-region): New function based on compatibility
5275 code from `mm-make-temp-file'.
5276
5277 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5278
5279 * nnmaildir.el (nnmaildir--update-nov)
5280 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5281 Use `gmm-write-region'.
5282
5283 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5284
5285 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5286 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5287
5288 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5289
5290 * message.el (message-replacement-char): New variable.
5291 (message-fix-before-sending): Use it.
5292 (message-simplify-subject): New function to remove duplicate code.
5293 (message-reply, message-followup): Use it.
5294
5295 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5296 gnus-summary-limit-to-articles.
5297
5298 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5299
5300 * gnus-util.el (gnus-with-local-quit): New macro.
5301
5302 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5303
5304 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
5305
5306 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5307 ignore non-string data.
5308
5309 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
5310
5311 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5312 non-string data (needs to be done in the registry too).
5313
5314 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5315
5316 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5317 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5318 (gnus-registry-split-fancy-with-parent)
5319 (gnus-registry-fetch-simplified-message-subject-fast)
5320 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5321 Remove text properties on ingress into the registry and when it's saved.
5322 (gnus-registry-clean-empty-function): Fix bug with cleaning the
5323 registry from entries with no groups.
5324
5325 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5326
5327 * gnus-util.el (gnus-string-remove-all-properties): Add utility
5328 function to remove string properties.
5329
5330 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
5331
5332 * gmm-utils.el (gmm): Adjust custom version.
5333
5334 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5335 custom version.
5336
5337 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5338
5339 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
5340
5341 * gnus-art.el (gnus-insert-prev-page-button)
5342 (gnus-insert-next-page-button): Simplify. Reformat.
5343
5344 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5345
5346 * gnus-art.el (gnus-insert-prev-page-button)
5347 (gnus-insert-next-page-button): Apply gnus-article-button-face.
5348
5349 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
5350
5351 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5352
5353 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5354
5355 * gnus-art.el (gnus-insert-mime-button)
5356 (gnus-insert-mime-security-button):
5357 Apply gnus-article-button-face to MIME and security buttons.
5358
5359 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5360
5361 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5362 readable.
5363
5364 2006-09-20 Steve Youngs <steve@sxemacs.org>
5365
5366 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5367 `browse-url-of-file' instead of `browse-url'.
5368
5369 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5370
5371 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5372 regexp. Articles containing quotation were cut prematurely.
5373
5374 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5375
5376 * message.el (message-cite-original-1): Use nobody by default for the
5377 value of From header.
5378 (message-reply): Ditto.
5379
5380 2006-09-11 Daiki Ueno <ueno@unixuser.org>
5381
5382 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5383 to the gnus-info. This fixes a bug of inline-PGP message verification.
5384 Reported by Michael Piotrowski <mxp@dynalabs.de>.
5385
5386 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
5387
5388 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5389 mails in the doc string. Add some URLs in comment.
5390 (pop3-movemail): Warn about pop3-leave-mail-on-server.
5391
5392 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5393
5394 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5395 backslashes handling and the way to find boundaries of quoted strings.
5396
5397 2006-09-07 Daiki Ueno <ueno@unixuser.org>
5398
5399 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5400 mml1991-encrypt-to-self is set and mml1991-signers is not set.
5401 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5402 mml2015-encrypt-to-self is set and mml2015-signers is not set.
5403
5404 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
5405
5406 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
5407 doc string.
5408 (gnus-button-regexp, gnus-button-last): Remove unused variables.
5409
5410 2006-09-06 Simon Josefsson <jas@extundo.com>
5411
5412 * mml2015.el (mml2015-use): Doc fix, mention epg.
5413
5414 2006-09-06 Daiki Ueno <ueno@unixuser.org>
5415
5416 * mml2015.el (mml2015-use): Default to epg, if available.
5417
5418 2006-09-06 Daiki Ueno <ueno@unixuser.org>
5419
5420 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5421 message-sender.
5422 (mml1991-epg-encrypt): Ditto.
5423 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5424 message-sender.
5425 (mml2015-epg-encrypt): Ditto.
5426
5427 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
5428
5429 * message.el (message-send-mail-with-sendmail): Look for sendmail in
5430 several common directories.
5431
5432 2006-09-05 Daiki Ueno <ueno@unixuser.org>
5433
5434 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5435 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5436
5437 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5438
5439 * gnus-art.el (article-decode-encoded-words): Make it fast.
5440
5441 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5442
5443 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5444
5445 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5446 in quoted string into `\'.
5447
5448 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5449
5450 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5451 Use standard-syntax-table.
5452
5453 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * gnus-art.el (gnus-decode-address-function): New variable.
5456 (article-decode-encoded-words): Use it to decode headers which are
5457 assumed to contain addresses.
5458 (gnus-mime-delete-part): Remove useless `or'.
5459
5460 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5461 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5462 (gnus-nov-parse-line): Use it to decode From header.
5463 (gnus-get-newsgroup-headers): Ditto.
5464 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5465
5466 * mail-parse.el (mail-decode-encoded-address-region): New alias.
5467 (mail-decode-encoded-address-string): New alias.
5468
5469 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5470 New function.
5471 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5472 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5473 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5474 (rfc2047-decode-string): Ditto.
5475 (rfc2047-decode-address-region): New function.
5476 (rfc2047-decode-address-string): New function.
5477
5478 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
5479
5480 * message.el (message-caesar-buffer-body): Allow rotating headers.
5481
5482 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5483
5484 * message.el (message-insert-formated-citation-line): Fix %f.
5485 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5486
5487 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5488
5489 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5490 (gnus-bookmark-mouse-available-p): New macro.
5491 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5492 (gnus-bookmark-bmenu-show-infos): Use it.
5493 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5494 (gnus-bookmark-bmenu-hide-infos): Ditto.
5495 (gnus-bookmark-remove-properties): New function.
5496 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5497 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5498 (gnus-bookmark-write-file): Bind coding-system-for-write.
5499 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5500 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5501 group before selecting it.
5502 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5503 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5504 quit-window if it is not available; use gnus-mouse-2 and bind it to
5505 gnus-bookmark-bmenu-select-by-mouse.
5506 (gnus-bookmark-show-details): Remove unused variable `details-list'.
5507 (gnus-bookmark-bmenu-select-by-mouse): New function.
5508
5509 2006-08-13 Romain Francoise <romain@orebokech.com>
5510
5511 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5512 space.
5513
5514 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * compface.el (uncompface): Use binary rather than raw-text-unix.
5517
5518 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5519
5520 * compface.el (uncompface): Make sure the eol conversion doesn't take
5521 place when communicating with the external programs. Reported by
5522 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5523
5524 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
5525
5526 * nnheader.el (nnheader-insert-head): Fix typo in comment.
5527
5528 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5529
5530 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5531 Make it more robust by parsing author and date independently.
5532
5533 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
5534
5535 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5536
5537 2006-07-28 Daiki Ueno <ueno@unixuser.org>
5538
5539 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5540 first matching secret key.
5541 (mml2015-epg-encrypt): Ditto.
5542
5543 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5544 first matching secret key.
5545 (mml1991-epg-encrypt): Ditto.
5546
5547 * mml2015.el (mml2015-encrypt-to-self): New user option.
5548 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5549 mml2015-epg-encrypt-to-self is set.
5550
5551 * mml1991.el (mml1991-encrypt-to-self): New variable.
5552 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5553 mml1991-epg-encrypt-to-self is set.
5554
5555 * mml2015.el (mml2015-signers): New user option.
5556 (mml2015-epg-sign): Reflect the value of mml2015-signers.
5557 (mml2015-epg-encrypt): Allow to select signing keys.
5558
5559 * mml1991.el (mml1991-signers): New variable.
5560 (mml1991-epg-sign): Reflect the value of mml1991-signers.
5561 (mml1991-epg-encrypt): Allow to select signing keys.
5562
5563 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
5564
5565 * nnheader.el (nnheader-insert-head): Make it work even if the file
5566 uses CRLF for the line-break code.
5567
5568 2006-07-25 Daiki Ueno <ueno@unixuser.org>
5569
5570 * mml2015.el: Require mml-sec instead of password.
5571 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5572 (mml2015-cache-passphrase): Inherit the default value from
5573 mml-secure-cache-passphrase.
5574 (mml2015-passphrase-cache-expiry): Inherit the default value from
5575 mml-secure-passphrase-cache-expiry.
5576
5577 * mml1991.el: Require mml-sec instead of password.
5578 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5579 (mml1991-cache-passphrase): Inherit the default value from
5580 mml-secure-cache-passphrase.
5581 (mml1991-passphrase-cache-expiry): Inherit the default value from
5582 mml-secure-passphrase-cache-expiry.
5583
5584 * mml-sec.el: Require password.
5585 (mml-secure-verbose): New user option.
5586 (mml-secure-cache-passphrase): New user option.
5587 (mml-secure-passphrase-cache-expiry): New user option.
5588
5589 2006-07-24 Daiki Ueno <ueno@unixuser.org>
5590
5591 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5592 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
5593 andreas@altroot.de (Andreas Vögele).
5594
5595 FIXME: Use `tiny change'?
5596
5597 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5598
5599 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5600 workaround for the url package included with Emacs.
5601
5602 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5603
5604 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
5605
5606 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5607 correctly. This fixes a bug caused by the 2006-05-12 change.
5608
5609 2006-07-18 Karl Fogel <kfogel@red-bean.com>
5610
5611 * nnmail.el (nnmail-article-group): If splitting raises an error, give
5612 some information about the error when saying that the `bogus' mail
5613 group will be used.
5614
5615 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
5616
5617 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5618 string.
5619
5620 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
5621
5622 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5623
5624 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5625
5626 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5627
5628 2006-07-10 Daiki Ueno <ueno@unixuser.org>
5629
5630 * mml1991.el (mml1991-function-alist): Add epg.
5631 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5632 (mml1991-epg-encrypt): New functions.
5633
5634 2006-07-10 Daiki Ueno <ueno@unixuser.org>
5635
5636 * mml2015.el (mml2015-verbose): New variable.
5637 (mml2015-cache-passphrase): Ditto.
5638 (mml2015-passphrase-cache-expiry): Ditto.
5639 (mml2015-function-alist): Add epg.
5640 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5641 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5642 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5643 functions.
5644
5645 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5646
5647 * message.el (message-cite-original-1): Preserve region when removing
5648 quoted text due to X-No-Archive in order to avoid bogus attribution
5649 when citing multiple messages.
5650
5651 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5652
5653 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
5654 Kenneth Jacker <khj@be.cs.appstate.edu>.
5655
5656 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
5657
5658 * gnus-diary.el (gnus-user-format-function-d)
5659 (gnus-user-format-function-D): Autoload.
5660
5661 * imap.el (Commentary): Fix typo.
5662
5663 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5664 2006-04-22 contribution.
5665
5666 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5667
5668 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5669 It didn't really fix the bogosity I'm seeing with solid web groups.
5670
5671 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5672
5673 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5674 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5675 created using server names. If we use the feature without declaring
5676 it, Gnus does not properly manage server and group state.
5677
5678 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5679 bound.
5680
5681 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5682
5683 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5684 looking up the method using GROUP's prefix before inventing a new one.
5685 It is used on killed/unknown groups in various places where returning
5686 an all-new method isn't expected by the caller.
5687
5688 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5689 and match semantics of gnus-group-real-prefix.
5690
5691 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
5692
5693 * nnmail.el (nnmail-broken-references-mailers): New variable.
5694 (nnmail-ignore-broken-references): New function generalizing
5695 nnmail-fix-eudora-headers.
5696 (nnmail-fix-eudora-headers): Now obsolete.
5697
5698 * gnus-art.el (gnus-button-handle-custom): Support
5699 `customize-apropos*'.
5700
5701 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5702
5703 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5704
5705 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5706 articles.
5707
5708 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5709
5710 * message.el (message-cite-reply-above): New variable.
5711 (message-yank-original): Use it.
5712
5713 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
5714
5715 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5716
5717 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5720 as read.
5721
5722 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5723
5724 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5727 (gnus-bookmark-default-file): Use gnus-directory.
5728 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5729 Remove "*" in doc string.
5730 (gnus-bookmark-write-file): Simplify.
5731 (gnus-bookmark-maybe-sort-alist): Use `when'.
5732 (gnus-bookmark-get-bookmark): Fix typo in doc string.
5733 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5734 FIXME about Emacs 21 and XEmacs compatibility.
5735 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5736 compatibility.
5737 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5738 compatibility.
5739 (gnus-bookmark-menu-heading): Fix version.
5740
5741 2006-06-19 Bastien Guerry <bzg@altern.org>
5742
5743 * gnus-bookmark.el: New file.
5744
5745 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * message.el (message-syntax-checks): Doc fix.
5748
5749 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5750
5751 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5752 unsubscribed groups as if they were killed ones. It causes duplicate
5753 entries in gnus-newsrc-alist.
5754
5755 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
5756
5757 * message.el (message-syntax-checks): Doc fix.
5758 (message-send-mail): Add check for continuation headers.
5759 (message-check-news-header-syntax): Fix regexp used to check for
5760 continuation headers.
5761
5762 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
5763
5764 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5765
5766 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
5767
5768 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5769
5770 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5771
5772 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5773 default-truncate-lines.
5774
5775 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
5776
5777 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5778 to fill the utf-8 entry.
5779
5780 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5781
5782 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5783
5784 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
5785
5786 * gnus-agent.el (directory-files-and-attributes): Move all the way
5787 forward (the third and final move).
5788 (gnus-agent-read-agentview): Trap reconstruction errors due to
5789 nonexistent directory. Handle by returning nil.
5790
5791 2006-05-30 Didier Verna <didier@xemacs.org>
5792
5793 * message.el (message-dont-reply-to-names): Update the custom type.
5794 * message.el (message-dont-reply-to-names): New defsubst: potentially
5795 convert a list of regexps into a single one.
5796 * message.el (message-get-reply-headers): Use it.
5797 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5798
5799 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * gnus-agent.el (directory-files-and-attributes): Move forward.
5802
5803 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5804
5805 * gnus-ml.el (gnus-mailing-list-subscribe)
5806 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5807 (gnus-mailing-list-message): Fix doc strings.
5808
5809 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5810
5811 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5812 of doing it manually.
5813
5814 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5815
5816 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5817 comment.
5818
5819 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
5820
5821 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5822 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5823 (gnus-agent-read-local): All symbols allocated in my-obarray.
5824 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5825 (gnus-agent-regenerate-group): Check numeric names to see if they are
5826 messages or groups.
5827 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5828 better way of do this...)
5829
5830 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5831 'dummy.group' (there should be a better way of do this...)
5832
5833 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
5834
5835 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5836 (gnus-saved-headers): Ditto.
5837 (gnus-default-article-saver): Mention functions may have properties.
5838 (gnus-article-save): Override gnus-save-all-headers and
5839 gnus-saved-headers by :headers property which saver function may have.
5840 (gnus-summary-save-in-file): Add :headers property.
5841 (gnus-summary-write-to-file): Ditto.
5842
5843 * gnus-sum.el (gnus-summary-save-article): Bind
5844 gnus-prompt-before-saving to t when saving many articles in a file;
5845 always show all headers.
5846
5847 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5848
5849 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5850 marks.
5851
5852 * message.el (message-indent-citation): Add optional arguments to allow
5853 using it outside of message buffers.
5854
5855 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5856 (gnus-article-treat-unfold-headers): Use it.
5857 (gnus-article-truncate-lines): New variable.
5858 (gnus-article-mode): Use it.
5859 (gnus-article-toggle-truncate-lines): New function.
5860
5861 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5862 gnus-article-toggle-truncate-lines.
5863
5864 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5865 coding system in XEmacs, use binary.
5866
5867 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5870 after-load-alist.
5871
5872 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5873 this function should save decoded articles.
5874 (gnus-summary-write-to-file): Use property to specify this function
5875 should save decoded articles and specify gnus-summary-save-in-file
5876 should be used to save articles other than the first one when saving
5877 many articles.
5878 (gnus-summary-save-body-in-file): Use property to specify this
5879 function should save decoded articles.
5880 (gnus-summary-write-body-to-file): Use property to specify this
5881 function should save decoded articles and specify
5882 gnus-summary-save-body-in-file should be used to save articles other
5883 than the first one when saving many articles.
5884
5885 * gnus-sum.el (gnus-summary-save-article): Simplify.
5886
5887 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
5888
5889 * gnus-art.el (gnus-default-article-saver): Add
5890 gnus-summary-write-body-to-file.
5891 (gnus-article-save-coding-system): Don't use coding system object
5892 in XEmacs.
5893 (gnus-read-save-file-name): Add optional `dir-var' argument which
5894 specifies directory in which files are saved; work even if optional
5895 `variable' argument is not specified.
5896 (gnus-summary-write-to-file): Read file name.
5897 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5898 (gnus-summary-write-body-to-file): New function.
5899
5900 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5901 (gnus-summary-local-variables): Add it.
5902 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5903 (gnus-summary-save-article): Remove optional `decode' argument;
5904 determine whether to decode articles by the value of
5905 gnus-default-article-saver; when saving many files using
5906 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5907 it first and use gnus-summary-save-in-file or
5908 gnus-summary-save-body-in-file thereafter unless
5909 gnus-prompt-before-saving is always; move point to article which
5910 will be saved.
5911 (gnus-summary-save-article-file): Revert.
5912 (gnus-summary-write-article-file): Revert.
5913 (gnus-summary-save-article-body-file): Revert.
5914 (gnus-summary-write-article-body-file): New function.
5915
5916 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5917
5918 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5919
5920 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5921
5922 * gnus-art.el (gnus-default-article-saver): Doc fix.
5923 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5924 from gnus-summary-save-article-coding-system, and default to a
5925 certain coding system.
5926 (gnus-output-to-file): Add coding cookie and encode text according
5927 to gnus-article-save-coding-system; don't use mm-append-to-file.
5928
5929 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5930 gnus-art.el and rename to gnus-article-save-coding-system.
5931 (gnus-summary-save-article): Require gnus-art; don't show all
5932 headers if it decodes articles; don't add coding cookie here;
5933 don't bind mm-text-coding-system-for-write.
5934 (gnus-summary-save-article-file): Save decoded articles.
5935 (gnus-summary-write-article-file): When saving many files, use
5936 gnus-summary-write-to-file first and gnus-summary-save-in-file
5937 thereafter unless gnus-prompt-before-saving is always.
5938 (gnus-summary-save-article-body-file): Save decoded articles.
5939
5940 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5941
5942 * nnrss.el (nnrss-check-group): Bind hash-index.
5943
5944 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
5945
5946 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5947 its hash index. Store this hash in `nnrss-group-data'.
5948 (nnrss-read-group-data): Update accordingly.
5949
5950 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5951
5952 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5953 entry.
5954
5955 * gnus-sum.el (gnus-summary-make-menu-bar): Add
5956 gnus-article-browse-html-article.
5957
5958 2006-05-23 Hynek Schlawack <hynek@ularx.de>
5959
5960 * gnus-sum.el (gnus-summary-mime-map): Add
5961 gnus-article-browse-html-article.
5962 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5963
5964 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5965 suitable coding systems in customize.
5966
5967 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5968
5969 * mail-source.el (mail-sources): Fix custom type.
5970
5971 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
5972
5973 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5974 (gnus-summary-expire-articles-now): Shorten prompt.
5975
5976 * gmm-utils.el (wid-edit): Require.
5977 (defun-gmm): Renamed from `gmm-defun-compat'.
5978 (gmm-image-search-load-path): Use it.
5979 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
5980
5981 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
5982
5983 * gnus-sum.el (gnus-summary-save-article-coding-system): New
5984 variable.
5985 (gnus-summary-save-article): Add optional `decode' argument. If
5986 it is set and gnus-summary-save-article-coding-system is non-nil,
5987 save decoded article.
5988 (gnus-summary-write-article-file): Save decoded article if
5989 gnus-summary-save-article-coding-system is non-nil.
5990
5991 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5992 type.
5993
5994 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5995
5996 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5997
5998 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5999
6000 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6001 first to test gnus-single-article-buffer which may be buffer-local.
6002
6003 * gnus-sum.el (gnus-summary-setup-buffer): Make
6004 gnus-single-article-buffer buffer-local and nil in ephemeral
6005 group; make gnus-article-buffer, gnus-article-current, and
6006 gnus-original-article-buffer always buffer-local.
6007 (gnus-summary-exit): Kill article buffer belonging to ephemeral
6008 group.
6009 (gnus-handle-ephemeral-exit): Don't move to next summary line.
6010
6011 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
6012
6013 * nnml.el (nnml-request-compact-group): Compressed files might not
6014 have .gz extension.
6015
6016 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6019 (mm-copy-to-buffer): Use with-current-buffer.
6020 (mm-display-part): Simplify.
6021 (mm-inlinable-p): Add optional arg `type'.
6022
6023 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6026 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6027 Try harder to show the attachment internally or externally using
6028 gnus-mime-view-part-as-type.
6029
6030 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6031
6032 * message.el (message-from-style, message-signature-separator)
6033 (message-user-organization-file, message-send-mail-function)
6034 (message-citation-line-function, message-yank-prefix)
6035 (message-indent-citation-function, message-signature)
6036 (message-signature-file, message-signature-insert-empty-line):
6037 Remove autoloads.
6038
6039 * gnus-art.el (gnus-buttonized-mime-types): Remove
6040 "multipart/signed". Revert 2006-04-26 change.
6041
6042 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6043
6044 * gnus.el (gnus-version-number): Bump version.
6045
6046 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6047
6048 * gnus.el: No Gnus v0.5 is released.
6049
6050 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6051
6052 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6053 fetching articles by message-id.
6054
6055 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6056
6057 * message.el (hashcash): Require hashcash as normal.
6058
6059 * ecomplete.el (ecomplete-highlight-match-line): Use
6060 point-at-eol.
6061 (ecomplete-highlight-match-line): Use `highlight', because that
6062 face exists in both Emacs and XEmacs.
6063
6064 * message.el (message-display-abbrev): Use point-at-bol.
6065
6066 * mail-source.el: Don't require timer/timer-funcs.
6067
6068 * gnus-async.el: Ditto.
6069
6070 * password.el: Ditto.
6071
6072 * mm-url.el: Ditto.
6073
6074 * mm-util.el: Require timer/timer-funcs.
6075
6076 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6077
6078 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6079 Close.
6080
6081 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6084 unibyte after clear-decrypt function runs.
6085
6086 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6087 returns as a unibyte string.
6088
6089 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6090
6091 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6092 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6093 (mml1991-pgg-encrypt): Ditto.
6094
6095 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6096
6097 * message.el (message-user-organization-file): Check several
6098 locations of the organization file.
6099
6100 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6101 Add gnus-article-view-part-as-type.
6102
6103 * gnus-art.el (gnus-article-view-part-as-type): New function.
6104
6105 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6106 .mobi and .travel. Remove .nato, .bitnet and .uucp.
6107
6108 * mml.el: Simplify autoload.
6109 (mml-mode): defvar dnd-protocol-alist instead of using
6110 symbol-value.
6111 (mml-default-directory): New variable.
6112 (mml-minibuffer-read-file): Use it.
6113 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6114
6115 * message.el (message-citation-line-format): New variable.
6116 (message-insert-formated-citation-line): New function.
6117 (message-citation-line-function): Add
6118 `message-insert-formated-citation-line' to custom type.
6119
6120 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6121 to doc string.
6122
6123 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6124 depending on mm-verify-option.
6125
6126 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
6127
6128 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6129 binding pgg-* variables; reimplement the section which prevents
6130 MIME header from being signed.
6131 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6132 pgg-text-mode; remove a blank line at the top of body.
6133
6134 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6135 lines at the top of body; use gnus-newsgroup-charset if there's no
6136 Charset header.
6137
6138 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6139
6140 * message.el (message-self-insert-commands): Doc fix.
6141
6142 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6143 (mm-uu-pgp-encrypted-test): Ditto.
6144 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6145 between header and body; return application/pgp-encrypted handle
6146 if decryption failed; decode decrypted body by charset.
6147
6148 * mm-decode.el (mm-automatic-display): Don't make application/pgp
6149 element match to application/pgp-*.
6150
6151 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6152
6153 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6154 HTML.
6155
6156 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6157
6158 * mail-source.el (mail-source-call-script): Message the error
6159 string.
6160
6161 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6162
6163 * gnus-util.el (gnus-byte-compile): Use it.
6164
6165 2006-04-22 xyblor <fake@invalid.email> (tiny change)
6166
6167 * gnus-util.el (kill-empty-logs): New function.
6168
6169 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6170
6171 * message.el (message-mail-alias-type): Doc fix.
6172 (message-mail-alias-type-p): New function.
6173 (message-send): Use it.
6174 (message-mode): Ditto.
6175 (message-strip-forbidden-properties): Ditto.
6176
6177 * ecomplete.el (ecomplete-database-file-coding-system): New
6178 variable.
6179 (ecomplete-save): Use it.
6180 (ecomplete-setup): Use it.
6181
6182 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
6183
6184 * message.el (message-self-insert-commands): New variable.
6185 (message-strip-forbidden-properties): Use it.
6186
6187 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6188
6189 * message.el (message-put-addresses-in-ecomplete): Use a regexp
6190 that doesn't make XEmacs choke.
6191
6192 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6193
6194 * gnus-util.el (gnus-replace-in-string):
6195 Prefer replace-regexp-in-string over of replace-in-string.
6196
6197 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
6198
6199 * gnus-util.el (gnus-select-frame-set-input-focus):
6200 Use select-frame-set-input-focus if it is available in XEmacs; use
6201 definition defined in Emacs 22 for old Emacsen.
6202
6203 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
6204
6205 * mm-view.el (mm-inline-text): Use equal instead of equalp.
6206
6207 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
6208
6209 * gnus-registry.el (gnus-registry-cache-save): Remove text
6210 properties when saving via the temp buffer.
6211
6212 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
6213
6214 * message.el (message-generate-hashcash): Honor custom type.
6215
6216 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6217
6218 * message.el (message-generate-hashcash): Default to non-nil when
6219 hashcash is found.
6220
6221 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6222 (gnus-refer-thread-limit): Increase default to 500.
6223
6224 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6225
6226 * flow-fill.el (fill-flowed): Allow delete-space.
6227
6228 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
6229
6230 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6231 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6232 Remove autoloads.
6233
6234 2006-04-18 Simon Josefsson <jas@extundo.com>
6235
6236 * message.el (message-generate-hashcash): Default to.
6237
6238 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
6239
6240 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6241 concatenating segments rather than before concatenating them.
6242
6243 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6244
6245 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6246
6247 * imap.el (imap-quote-specials): New function.
6248 (imap-login-auth): Quote specials.
6249
6250 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6251
6252 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6253
6254 * message.el (message-forward-make-body-plain): Allow
6255 message-forward-ignored-headers to be a list.
6256 (message-remove-ignored-headers): Factor out into function.
6257 (message-forward-make-body-mml): Use it.
6258 * rfc2231.el (rfc2231-parse-string): Remove dead code.
6259 (rfc2231-parse-string): Allow concatanation of parameters that
6260 aren't contiguous. The test case is
6261 (mail-header-parse-content-type "message/external-body;
6262 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6263 access-type=LOCAL-FILE;
6264 name*1*=plugh%2fhello-sailor%2fbing.pdf")
6265
6266 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * nntp.el (nntp-accept-process-output): Return the value of
6269 `nnheader-accept-process-output'.
6270
6271 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6272
6273 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6274 (gnus-button-alist): Recognize more diff formats.
6275 (gnus-button-patch): Strip directory.
6276
6277 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6278
6279 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6280 Emacs 22 when setting focus.
6281
6282 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6283
6284 * gnus-art.el (gnus-article-treat-types): Do treatment of
6285 text/x-verbatim parts.
6286 (gnus-button-patch): New command.
6287
6288 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6289 addresses that contain invalid characters.
6290
6291 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6292
6293 * message.el (message-put-addresses-in-ecomplete): Use
6294 gnus-replace-in-string.
6295 (message-is-yours-p): Use the more correct
6296 mail-header-parse-address instead of
6297 mail-extract-address-components.
6298 (message-put-addresses-in-ecomplete): Fix typo.
6299
6300 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6301 keystroke.
6302
6303 * gnus-art.el (gnus-treatment-function-alist): Change order of
6304 newsgroups/generic header folding to avoid double-folding.
6305
6306 * message.el (message-hidden-headers): Add X-Draft-From.
6307
6308 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6309 command.
6310 (gnus-summary-repeat-search-article-backward): New command.
6311
6312 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6313 groups in the parent topic.
6314
6315 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
6316
6317 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6318 (spam-extra-header-to-number): Return the CRM114 number as a
6319 number instead of a string.
6320
6321 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6322
6323 * gnus-art.el (gnus-face-properties-alist): Moved here from
6324 gnus-fun.
6325
6326 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6327
6328 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6329
6330 * message.el (message-strip-forbidden-properties): Only display on
6331 self-insert-command.
6332
6333 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6334 reindent.
6335 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6336
6337 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
6338
6339 * smiley.el (smiley-style): Fix typo.
6340
6341 2006-03-23 Kenichi Handa <handa@m17n.org>
6342
6343 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6344 instead of set-buffer-multibyte.
6345
6346 2006-03-23 Kenichi Handa <handa@m17n.org>
6347
6348 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6349 buffer and then decode the buffer text if necessary.
6350 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6351 first, and after mm-encode-body, change the buffer to unibyte.
6352
6353 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6354
6355 * hashcash.el (hashcash-insert-payment-async-2): Use
6356 message-goto-eoh instead of doing it manually.
6357 (mail-add-payment): Use message-narrow-to-header instead of trying
6358 to do the same itself.
6359
6360 * message.el (message-hidden-headers): Add Face.
6361
6362 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6363 reparenting code.
6364 (gnus-summary-reparent-children): Refactored out code.
6365 (gnus-summary-thread-map): New keystroke.
6366 (gnus-summary-reparent-children): Make into command.
6367
6368 * smiley.el (smiley-style): Default to `medium' if using a large
6369 font.
6370
6371 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6372 does it itself.
6373
6374 * message.el (message-point-in-header-p): Simplify definition.
6375
6376 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6377
6378 * nnagent.el (nnagent-request-set-mark): Silence log file
6379 writing.
6380 (nnagent-request-set-mark): Use write-region instead of
6381 append-to-file.
6382
6383 * gnus-sum.el (gnus-read-header): Fudge article number if using a
6384 strange select method.
6385
6386 * ecomplete.el (ecomplete-display-matches): Get highlightling
6387 right.
6388 (ecomplete-display-matches): Use literals.
6389 (ecomplete-display-matches): Disable message logging.
6390
6391 * message.el (message-display-abbrev): Small optimization.
6392
6393 * ecomplete.el (ecomplete-display-matches): Allow automatic
6394 display.
6395
6396 * message.el (message-strip-forbidden-properties): Display
6397 abbrevs.
6398 (message-display-abbrev): Get automatic display right.
6399
6400 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6401 keystrokes.
6402
6403 2006-04-13 Romain Francoise <romain@orebokech.com>
6404
6405 TODO: Backport to v5-10!
6406
6407 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6408 Moved here (and renamed) from gnus-registry.el.
6409
6410 * gnus-registry.el: Require gnus-util.
6411 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6412
6413 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6414
6415 * gnus-group.el (gnus-group-catchup-current): Change
6416 if-then-else-if-then-else into cond.
6417 (gnus-group-catchup): Indent.
6418 (group-name-at-point): New function.
6419 (gnus-fetch-group): Provide default from thing at point.
6420
6421 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6422
6423 * message.el (message-display-abbrev): Fix regexp.
6424
6425 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6426 choosing.
6427 (ecomplete-highlight-match-line): Fix up code rewrite, remove
6428 dead variables.
6429
6430 * message.el (message-newline-and-indent): Remove debugging.
6431 (message-display-abbrev): Use new implementation.
6432
6433 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6434
6435 * gnus-art.el (gnus-article-mode): Set
6436 cursor-in-non-selected-windows to nil.
6437
6438 * smiley.el: Revert previous change.
6439 (smiley-data-directory): defvar it before using it in the
6440 defcustom of `smiley-style'.
6441
6442 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6443
6444 * message.el (message-newline-and-indent): New function.
6445
6446 * ecomplete.el: Implement more bits.
6447
6448 * message.el (message-put-addresses-in-ecomplete): Clean up the
6449 string.
6450
6451 * ecomplete.el (ecomplete-add-item): Chop off decimals.
6452
6453 * gnus-sum.el (gnus-summary-save-parts): Bind
6454 gnus-summary-save-parts-counter and use it to make unique file
6455 names.
6456
6457 * gnus-art.el (gnus-ignored-headers): Add some more headers.
6458
6459 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6460 parameter to say whether to actually parse the individual
6461 addresses.
6462
6463 * message.el (message-put-addresses-in-ecomplete): New function.
6464 (ecomplete): Require.
6465 (message-mail-alias-type): Add ecomplete as an option.
6466
6467 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
6468
6469 * flow-fill.el (fill-flowed): Remove trailing space from blank
6470 quoted lines.
6471
6472 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6473
6474 * smiley.el (smiley-style): Move definition later to avoid a
6475 compilation warning.
6476
6477 2006-04-12 Kenichi Handa <handa@m17n.org>
6478
6479 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6480 buffer and then decode the buffer text if necessary.
6481 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6482 first, and after mm-encode-body, change the buffer to unibyte.
6483 Use mm-disable-multibyte instead of set-buffer-multibyte.
6484
6485 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
6486
6487 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6488 Content-Type header instead of Content-Disposition header.
6489 (gnus-mime-inline-part): Ditto.
6490 (gnus-mime-view-part-as-charset): Ignore charset that the part
6491 specifies.
6492
6493 * mm-decode.el (mm-display-part): Work with external parts and
6494 usual parts similarly.
6495
6496 * mm-extern.el (mm-inline-external-body): Use mm-display-part
6497 instead of gnus-display-mime.
6498
6499 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6500 instead of with-temp-buffer.
6501
6502 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6503 tag to summarized topics part in order to encode non-ASCII text.
6504
6505 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6506
6507 * smiley.el (smiley-style): New variable.
6508 (smiley-directory): New function.
6509 (smiley-data-directory): Derive from `smiley-style' using
6510 `smiley-directory'.
6511 (smiley-regexp-alist): Add new entries.
6512
6513 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6514 (gnus-article-browse-delete-temp): Add :version.
6515
6516 2006-04-11 Arne Jørgensen <arne@arnested.dk>
6517
6518 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6519 the sieve region.
6520
6521 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6522
6523 * gnus.el (gnus-version-number): Bump version.
6524
6525 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6526
6527 * gnus.el: No Gnus v0.4 is released.
6528
6529 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6530
6531 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6532 layout.
6533
6534 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6535 unknown charset.
6536
6537 * message.el (message-header-synonyms): Add Original-To to the
6538 default.
6539
6540 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6541 optional parameter.
6542
6543 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6544
6545 * gnus-fun.el (gnus): Require it for gnus-directory.
6546
6547 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6548
6549 * gnus-fun.el (gnus-face-properties-alist): Add :version.
6550
6551 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6552
6553 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6554
6555 2006-04-05 Simon Josefsson <jas@extundo.com>
6556
6557 * password.el (password-reset): New function.
6558
6559 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6560
6561 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6562 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6563
6564 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6565
6566 * nnweb.el (nnweb-google-create-mapping): Update regexp.
6567 Some whitespace was matched into the url, which broke browsing hits
6568 > 100 when mm-url-use-external was nil.
6569
6570 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
6571
6572 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6573 gnus-extra-headers for 'Newsgroups.
6574
6575 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6576 bound.
6577
6578 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6579
6580 * pgg-gpg.el: Clean up process buffers every time gpg processes
6581 complete.
6582
6583 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6586 doc string.
6587
6588 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6589
6590 * pgg-gpg.el (pgg-gpg-process-filter)
6591 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6592
6593 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6594 lines, temporary fix.
6595
6596 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6597
6598 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6599
6600 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6601
6602 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6603 default-enable-multibyte-characters. This reverts the change from
6604 revision 6.17 which is no longer necessary because the passphrase
6605 is sent separately now. GnuPG messages are unreadable under
6606 multibyte locales with default-enable-multibyte-characters set to
6607 nil.
6608
6609 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6610
6611 * message.el (message-tool-bar-gnome): Move "spell".
6612
6613 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6614
6615 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6616 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
6617 instead.
6618
6619 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
6620
6621 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6622 newsgroups handling for NNTP overviews which don't include
6623 Newsgroups.
6624
6625 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6626
6627 * message.el (message-resend): Bind message-generate-hashcash to nil.
6628
6629 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6630
6631 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6632 when searching for already-paid recipients.
6633
6634 2006-03-27 Daiki Ueno <ueno@unixuser.org>
6635
6636 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6637 passphrases when it is not needed.
6638 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6639 passphrase stuff from gpg, should only be necessary when you use
6640 gpg with a smartcard.
6641
6642 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6643
6644 * mml.el (mml-insert-mime): Ignore cached contents of
6645 message/external-body part.
6646
6647 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6648 (mm-insert-part): Ditto.
6649
6650 2006-03-23 Simon Josefsson <jas@extundo.com>
6651
6652 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6653 Reiner.
6654 (pgg-gpg-use-agent-p): Use it again.
6655
6656 2006-03-23 Simon Josefsson <jas@extundo.com>
6657
6658 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6659 older emacsen.
6660 (pgg-gpg-use-agent-p): Don't use it.
6661
6662 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
6663
6664 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6665 if we can.
6666
6667 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
6668
6669 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6670 (pgg-gpg-update-agent): New function.
6671 (pgg-gpg-use-agent-p): New function.
6672 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6673 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6674 (pgg-gpg-sign-region): Use it.
6675
6676 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
6677
6678 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6679 Reported by Ralf Wachinger <rwachinger@gmx.de>.
6680
6681 2006-03-21 Simon Josefsson <jas@extundo.com>
6682
6683 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6684 <wilde@sha-bang.de>.
6685 (pgg-gpg-use-agent): New variable.
6686 (pgg-gpg-process-region): Use it.
6687 (pgg-gpg-encrypt-region): Likewise.
6688 (pgg-gpg-encrypt-symmetric-region): Likewise.
6689 (pgg-gpg-decrypt-region): Likewise.
6690 (pgg-gpg-sign-region): Likewise.
6691 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6692
6693 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6694
6695 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6696
6697 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6698 Add comment on version.
6699
6700 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6701
6702 * smiley.el: Add missing test smiley.
6703
6704 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6705
6706 * mm-decode.el (mm-with-part): New macro.
6707 (mm-get-part): Use it; work with message/external-body as well.
6708 (mm-save-part): Treat name and filename equally.
6709
6710 * mm-extern.el (mm-extern-cache-contents): New function.
6711 (mm-inline-external-body): Use it; force the part to be displayed;
6712 move undisplayer added to the cached handle to the parent.
6713
6714 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6715 (gnus-mime-view-part-as-type): Work with message/external-body.
6716
6717 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6718
6719 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6720
6721 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6722 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
6723 Emacs.]
6724
6725 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
6726
6727 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6728 path rather than symbol. Always return list of directories.
6729 Guarantee that image directory comes first. [Sync with image.el,
6730 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
6731
6732 * message.el (message-make-tool-bar): Adjust to new API of
6733 `gmm-image-load-path-for-library'.
6734
6735 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6736
6737 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6738
6739 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6740
6741 * gnus-art.el (gnus-article-only-boring-p):
6742 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6743 intangible text.
6744 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6745
6746 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
6747
6748 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
6749 `defun' instead of `gmm-defun-compat'.
6750
6751 2006-03-14 Simon Josefsson <jas@extundo.com>
6752
6753 * message.el (message-unique-id): Don't use message-number-base36
6754 if (user-uid) is a float.
6755 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6756
6757 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
6758
6759 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6760
6761 * gnus-art.el (gnus-mime-display-single): Make sure there is an
6762 empty line between a part and a message part.
6763
6764 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6765
6766 * smiley.el: Add more test smileys.
6767 (smiley-data-directory, smiley-regexp-alist)
6768 (gnus-smiley-file-types): Fix doc strings.
6769 (smiley-update-cache): Clear smiley-cached-regexp-alist before
6770 adding new elements.
6771 (smiley-mouse-map): Unused code. Make it a comment.
6772
6773 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6774
6775 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6776 scan latest NoCeM messages instead of old ones.
6777 (gnus-nocem-check-article): Fix regexps so as to match to PGP
6778 delimiters that are recently used.
6779 (gnus-nocem-load-cache): Add autoload cookie.
6780
6781 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6782
6783 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6784 level which is larger than gnus-use-nocem is specified.
6785
6786 * gnus-group.el (gnus-group-get-new-news): Ditto.
6787
6788 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6789
6790 * gnus-util.el (gnus-tool-bar-update): New function.
6791
6792 * gnus-group.el (gnus-group-update-tool-bar): New variable.
6793 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6794
6795 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6796
6797 * gnus-group.el (gnus-group-redraw-when-idle)
6798 (gnus-group-redraw-check): Remove.
6799 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6800
6801 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6802
6803 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6804 if optional last element is specified in splits (FIELD VALUE...).
6805
6806 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6807
6808 * message.el (message-make-tool-bar): Rename gmm-image-load-path
6809 to gmm-image-load-path-for-library. Call with no-error argument.
6810 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6811
6812 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6813
6814 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6815
6816 * gmm-utils.el (gmm-image-load-path): Remove alias.
6817
6818 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
6819
6820 * gmm-utils.el (gmm-image-load-path): Add alias.
6821
6822 * nnml.el (nnml-generate-nov-databases-directory): Rename from
6823 nnml-generate-nov-databases-1.
6824 (nnml-generate-nov-databases): Use it.
6825 (nnml-generate-nov-databases-directory): Document no-active
6826 argument.
6827
6828 * gmm-utils.el (gmm-image-load-path-for-library): Return single
6829 directory if path is t. Add no-error.
6830
6831 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6832 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6833
6834 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6835 resetting gnus-article-browse-html-temp-list.
6836
6837 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6838 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
6839 Add example to docstring. Rename local variables. Move error
6840 checks to default case in cond and simplify.
6841
6842 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
6843
6844 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6845 handle is multipart when calling it recursively.
6846 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6847
6848 2006-03-03 Daniel Pittman <daniel@rimspace.net>
6849
6850 * nnimap.el (nnimap-request-update-info-internal): Optimize.
6851 Don't `gnus-uncompress-range' to avoid excessive memory usage.
6852
6853 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6854
6855 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6856 is loaded.
6857
6858 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6859 loaded.
6860
6861 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6864 to "Emacs 23 (unicode)" in doc string.
6865
6866 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6867 "Emacs 23 (unicode)" in comment.
6868
6869 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6870
6871 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6872
6873 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6874 characters 160 through 255 in Emacs 23.
6875
6876 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6877
6878 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6879 gnus-article-browse-html-temp.
6880 (gnus-article-browse-delete-temp): Make it customizable. Add
6881 `file'. Adjust doc string.
6882 (gnus-article-browse-delete-temp-files): Add argument. Allow
6883 query for each file. Adjust doc string.
6884 (gnus-article-browse-html-parts): Add
6885 `gnus-article-browse-delete-temp-files' to
6886 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6887
6888 2006-03-02 Hynek Schlawack <hynek@ularx.de>
6889
6890 * gnus-art.el (gnus-article-browse-html-temp)
6891 (gnus-article-browse-delete-temp): New variables.
6892 (gnus-article-browse-delete-temp-files): New function.
6893 (gnus-article-browse-html-parts): Use it.
6894
6895 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6896
6897 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6898
6899 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6900 string.
6901
6902 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6903 gnus-summary-insert-new-articles when unplugged. Remove
6904 gnus-summary-search-article-forward.
6905
6906 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6907 display-visual-class instead of display-color-cells.
6908
6909 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6910
6911 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6912 message/* containing non-ASCII text properly.
6913
6914 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
6915
6916 * message.el: Require gmm-utils, remove autoloads.
6917 (message-tool-bar): Set default based on
6918 gmm-tool-bar-style.
6919 (message-tool-bar-gnome): Add gmm-customize-mode.
6920
6921 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6922 gmm-tool-bar-style.
6923 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6924
6925 * gnus-group.el (gnus-group-tool-bar): Set default based on
6926 gmm-tool-bar-style.
6927 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6928
6929 * gmm-utils.el (gmm-image-directory): Rename variable from
6930 gmm-image-load-path.
6931 (gmm-image-load-path): Use gmm-image-directory.
6932 (gmm-customize-mode): New function.
6933 (gmm-tool-bar-style): New variable.
6934
6935 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6936 gnus-group-redraw-line-number.
6937 (gnus-group-redraw-check): Simplify.
6938 (gnus-group-tool-bar-update): Remove redraw check.
6939 (gnus-group-make-tool-bar): Add redraw check.
6940
6941 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
6942
6943 * gnus-art.el (gnus-button): Add missing parentheses.
6944
6945 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6946
6947 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6948
6949 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
6950
6951 * gnus-art.el (gnus-button): New face.
6952 (gnus-article-button-face): Use it.
6953
6954 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6955 gnus-summary-next-page. Re-order.
6956
6957 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6958 next-node are now included.
6959 (gnus-group-redraw-line-number): New internal variable.
6960 (gnus-group-redraw-check): Helper function for updating the tool
6961 bar.
6962 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6963
6964 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6965
6966 * spam.el (spam-spamassassin-score-regexp): New internal variable.
6967 (spam-extra-header-to-number, spam-check-spamassassin-headers):
6968 Use it to match format of Spamassassin 3.0 and later. Reported by
6969 IRIE Tetsuya <irie@t.email.ne.jp>.
6970 (spam-check-bogofilter)
6971 (spam-bogofilter-register-with-bogofilter): Fix args of
6972 `gnus-error' calls.
6973
6974 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
6975
6976 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6977 unnecessary interaction when sending queued mails. Reported by
6978 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6979
6980 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6981
6982 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6983 first or last are nil.
6984
6985 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6986
6987 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6988
6989 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6990
6991 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6992
6993 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6994
6995 * dns.el (query-dns): Protect more against buggy tcp output.
6996
6997 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
6998
6999 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7000 nov.php.
7001
7002 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7003
7004 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7005 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7006 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
7007 output on the server side.
7008 (nnweb-google-create-mapping): Update regexps and add some
7009 progress indication.
7010
7011 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
7012
7013 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7014 gnus-agent-toggle-plugged. Re-order icons.
7015 (gnus-group-tool-bar-gnome): Add
7016 gnus-group-{prev,next}-unread-group.
7017 (gnus-group-tool-bar-gnome): Re-order icons.
7018
7019 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7020 gnus-summary-insert-new-articles.
7021
7022 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7023 comments.
7024
7025 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
7026 also available in Emacs 21.3.
7027
7028 * message.el (message-fix-before-sending): Change "Emacs 22" to
7029 "Emacs 23 (unicode)" in comment.
7030
7031 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7032 "Emacs 23 (unicode)" in comment.
7033
7034 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7035 comment.
7036 (mm-coding-system-p): Add comment about no-MULE XEmacs.
7037
7038 * mm-view.el (mm-fill-flowed): Add :version.
7039
7040 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7041
7042 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7043 and load-path.
7044
7045 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * message.el: Autoload gmm-image-load-path.
7048 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7049 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
7050 consitency.
7051
7052 * gmm-utils.el (gmm-image-load-path): Also search in
7053 "../etc/images". Don't set gmm-image-load-path if we don't find
7054 the image.
7055
7056 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
7057
7058 * gmm-utils.el (gmm-image-load-path): Don't make
7059 `gmm-image-load-path' include subdirectories which the second arg
7060 `image' might specify.
7061
7062 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7063 subdirectory to icon file names.
7064
7065 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7066
7067 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7068
7069 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7070 gmm-image-load-path calls.
7071
7072 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7073
7074 * message.el (message-make-tool-bar): Ditto.
7075
7076 * mml.el (mml-preview): Added comment concerning tool bar icons.
7077
7078 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7079 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7080
7081 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7082 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7083
7084 * message.el (message-tool-bar-gnome): Use new icon names.
7085 (message-make-tool-bar): Use `gmm-image-load-path'.
7086
7087 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7088 functions from MH-E.
7089 (gmm-image-load-path): New variable from MH-E.
7090 (gmm-image-load-path): New function from MH-E. Added arguments
7091 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
7092 *-image-load-path-called-flag.
7093
7094 2006-02-21 Milan Zamazal <pdm@brailcom.org>
7095
7096 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7097
7098 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
7099
7100 * nnimap.el (nnimap-request-move-article): Change folder back to
7101 source group before deleting.
7102
7103 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7106
7107 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7108 mm-url.
7109
7110 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7111
7112 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
7113
7114 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7115 coding system which mm-charset-to-coding-system returns for a
7116 given charset is valid.
7117
7118 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7119
7120 * html2text.el (html2text-remove-tag-list):
7121 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7122
7123 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7124
7125 * gnus-cus.el: Revert 2005-10-17 change.
7126
7127 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
7128
7129 * gnus-art.el (article-strip-banner): Call
7130 article-really-strip-banner only when the regexp match is made.
7131
7132 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
7133
7134 * gnus-art.el (article-strip-banner): Use
7135 gnus-extract-address-components instead of
7136 mail-header-parse-addresses to make it work with non-ASCII text;
7137 remove mail-encode-encoded-word-string.
7138
7139 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7140 values which are surrounded with \"...\"; make it never cause a
7141 Lisp error; give up parsing of parameters if it failed in
7142 extracting type.
7143
7144 2006-02-14 Arne Jørgensen <arne@arnested.dk>
7145
7146 * smime.el (smime-cert-by-ldap-1): Fix bug where
7147 `smime-ldap-search' returns results without userCertificates.
7148
7149 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
7150
7151 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7152
7153 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7154
7155 * spam.el (spam-check-spamassassin-headers): Adapt format for
7156 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
7157 <ari@mbf.ocn.ne.jp>.
7158 (spam-list-of-processors): Add spam-use-gmane.
7159
7160 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7163 make-temp-file; make it work with XEmacs as well.
7164
7165 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7166 mm-make-temp-file.
7167
7168 * mm-decode.el (mm-display-external): Use the 3rd arg of
7169 mm-make-temp-file.
7170 (mm-create-image-xemacs): Ditto.
7171
7172 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
7173
7174 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7175 with message-narrow-to-headers.
7176 (gnus-draft-setup): Narrow to header to run message-fetch-field.
7177 (gnus-draft-check-draft-articles): New function.
7178 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7179
7180 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
7181
7182 * gnus-art.el (gnus-article-browse-html-parts):
7183 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7184 Don't use suffix argument for mm-make-temp-file for Emacs 21
7185 compatibility. Remove useless `format'.
7186
7187 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7188
7189 * nnweb.el (nnweb-google-wash-article): Update regexps.
7190 (nnweb-group-alist): Use defvoo instead of defvar.
7191
7192 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7193
7194 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7195 re-loading nn* modules.
7196
7197 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7198
7199 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7200 for `tool-bar-mode' and don't check it's default-value.
7201
7202 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7203
7204 * message.el (message-make-tool-bar): Ditto.
7205
7206 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7207 `substring'. Shorten tmp-file name.
7208
7209 * gnus.el: Remove bogus comment.
7210
7211 2006-02-10 Hynek Schlawack <hynek@ularx.de>
7212
7213 * gnus-art.el (gnus-article-browse-html-parts): New function.
7214 (gnus-article-browse-html-article): New function for viewing html
7215 articles with a browser.
7216
7217 2006-02-09 Daiki Ueno <ueno@unixuser.org>
7218
7219 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7220 (mml2015-pgg-encrypt): Ditto.
7221
7222 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7223 (mml1991-pgg-encrypt): Ditto.
7224
7225 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7226
7227 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7228 message-make-date instead of current-time-string.
7229
7230 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7231 to gnus-decoded which mm-uu might set.
7232
7233 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7234
7235 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7236 don't decode quoted parameters; remove misimported Emacs code.
7237 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7238 (rfc2231-decode-encoded-string): Don't use split-string which
7239 behaves differently according to Emacs version; use
7240 mm-decode-coding-region to convert charset to coding-system.
7241 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7242 (rfc2231-encode-string): Remove misimported Emacs code.
7243
7244 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7245
7246 * gnus-art.el (article-decode-charset): Don't use ignore-errors
7247 when calling mail-header-parse-content-type.
7248 (article-de-quoted-unreadable): Ditto.
7249 (article-de-base64-unreadable): Ditto.
7250 (article-wash-html): Ditto.
7251
7252 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7253 calling mail-header-parse-content-type and
7254 mail-header-parse-content-disposition.
7255 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7256 mail-header-parse-content-type.
7257
7258 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7259 insert charset and format parameters; encode description after
7260 inserting it to buffer.
7261 (mml-insert-parameter): Fold lines properly even if a parameter is
7262 segmented into two or more lines; change the max column to 76.
7263
7264 * rfc1843.el (rfc1843-decode-article-body): Don't use
7265 ignore-errors when calling mail-header-parse-content-type.
7266
7267 * rfc2231.el (rfc2231-parse-string): Return at least type if
7268 possible; don't cause an error even if it fails in parsing of
7269 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7270 (rfc2231-encode-string): Don't break lines at the beginning, leave
7271 it to mml-insert-parameter.
7272
7273 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7274 calling mail-header-parse-content-type.
7275
7276 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
7277
7278 * spam-report.el (spam-report-gmane-use-article-number):
7279 Improve doc string.
7280 (spam-report-gmane-internal): Check if a suitable header was found
7281 in the article.
7282
7283 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
7284
7285 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7286 (rfc2231-encode-string): Make param*=value always begin with LWSP.
7287
7288 2006-02-05 Romain Francoise <romain@orebokech.com>
7289
7290 Update copyright notices of all files in the gnus directory.
7291
7292 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7293
7294 * nnweb.el (nnweb-request-group): Avoid growing overview files.
7295
7296 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
7297
7298 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7299 segmented lines of parameter value to cope with Thunderbird 1.5
7300 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7301 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7302 (rfc2231-encode-string): Don't make lines exceeding 76 column.
7303
7304 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
7305
7306 * mml.el (mml-generate-mime-1): Correct the order of inline signed
7307 parts.
7308
7309 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7310
7311 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7312 there's only one active file for all servers.
7313 (nnweb-request-scan): Make sure nnweb-articles is initialized on
7314 solid groups. Gnus might have used a FAST request to select the group.
7315 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7316 and nnweb-search redundantly in the active file.
7317 (nnweb-request-list): Don't list bogus groups. There can only be one.
7318 (nnweb-request-create-group): Don't use ARGS.
7319 (nnweb-possibly-change-server, nnweb-request-group): Remove some
7320 initialisations. Let nnoo do the work.
7321
7322 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
7323
7324 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7325 Say the part has been decoded.
7326
7327 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7328
7329 2006-01-31 Kevin Ryde <user42@zip.com.au>
7330
7331 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7332 mailcap-viewer-test-cache when there's no 'test clause, since that
7333 will invert the meaning of a "nil" test previously determined by
7334 mailcap-mailcap-entry-passes-test.
7335
7336 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7339 compiling.
7340
7341 * gnus-sum.el: Ditto.
7342
7343 * message.el: Don't bind tool-bar-map when compiling.
7344
7345 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
7346
7347 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7348
7349 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7350
7351 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7352 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7353 current Google Groups.
7354
7355 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
7356
7357 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7358 and tool-bar-mode.
7359
7360 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7361 and tool-bar-mode.
7362
7363 * message.el (message-tool-bar-update): Simplify.
7364 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7365
7366 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7367 gnus-summary-buffer.
7368 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7369 gnus-summary-reply.
7370
7371 * gmm-utils.el (gmm): Add :version.
7372
7373 2006-01-26 Steve Youngs <steve@sxemacs.org>
7374
7375 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7376 autoload.
7377
7378 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
7379
7380 * gmm-utils.el (gmm-verbose): Add :group.
7381
7382 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
7383
7384 * message.el: Change some comments WRT tool-bars.
7385
7386 * gnus-sum.el (gnus-summary-tool-bar)
7387 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7388 (gnus-summary-tool-bar-zap-list): New variables.
7389 (gnus-summary-make-tool-bar): Complete rewrite using
7390 `gmm-tool-bar-from-list'.
7391
7392 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7393 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7394 variables.
7395 (gnus-group-make-tool-bar): Complete rewrite using
7396 `gmm-tool-bar-from-list'.
7397 (gnus-group-tool-bar-update): New function.
7398
7399 * message.el (message-mode-field-menu): Add "Show hidden Headers".
7400
7401 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
7402
7403 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7404 is dissected into a single part of which the type is the same as
7405 the given one; decode charset.
7406
7407 2006-01-21 Kevin Ryde <user42@zip.com.au>
7408
7409 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7410 into alists as symbol not string, since that's what
7411 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7412 look for.
7413
7414 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
7415
7416 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7417 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7418
7419 * message.el (message-tool-bar-gnome): Use gmm-ignore.
7420
7421 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7422
7423 * gnus-art.el (gnus-mime-security-button-commands): New variable.
7424 (gnus-mime-security-button-menu): New definition.
7425 (gnus-mime-security-button-map): Use them.
7426 (gnus-mime-security-button-menu): New function.
7427 (gnus-insert-mime-security-button): Addition to help echo.
7428 (gnus-mime-security-run-function, gnus-mime-security-save-part)
7429 (gnus-mime-security-pipe-part): New functions.
7430
7431 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7432 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7433
7434 * mm-decode.el (mm-handle-set-disposition): Remove.
7435 (mm-handle-set-description): Remove.
7436
7437 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7438
7439 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7440 (mm-w3m-standalone-supports-m17n-p): New function.
7441 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7442 w3m usage.
7443
7444 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7445 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7446
7447 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7448
7449 * message.el (message-tool-bar-zap-list): Use
7450 gmm-tool-bar-zap-list as custom type.
7451 (message-tool-bar-update): New function.
7452 (message-tool-bar, message-tool-bar-gnome)
7453 (message-tool-bar-retro): Add message-tool-bar-update.
7454 (message-tool-bar-gnome): Add flyspell-buffer.
7455
7456 * gnus-util.el (gnus-error): Describe `args'.
7457
7458 * gmm-utils.el (gmm-error): Describe `args'.
7459 (gmm-tool-bar-zap-list): New widget.
7460 (gmm-tool-bar-from-list): Improve description of `zap-list'.
7461
7462 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7463
7464 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7465 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7466 the number of recursive calls.
7467
7468 * mm-decode.el (mm-handle-set-disposition): New macro.
7469 (mm-handle-set-description): New macro.
7470
7471 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7472
7473 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7474 encoding.
7475
7476 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
7477
7478 * message.el (message-tool-bar-zap-list, message-tool-bar)
7479 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7480 (message-tool-bar-local-item-from-menu): Remove.
7481 (message-tool-bar-map): Replace by `message-make-tool-bar'.
7482 (message-make-tool-bar): New function.
7483 (message-mode): Use `message-make-tool-bar'.
7484
7485 * gmm-utils.el: New file.
7486 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7487 (gmm-lazy): New widget copied from `nnmail.el'.
7488 (gmm-tool-bar-from-list): New function for creating customizable
7489 tool bars.
7490 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
7491 output.
7492 (gmm): Add :prefix to defgroup.
7493
7494 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
7495
7496 * gmm-utils.el (gmm-widget-p): New function.
7497
7498 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
7499
7500 * mml.el (mml-attach-file): Describe `description' in doc string.
7501 (mml-menu): Add Emacs MIME manual and PGG manual.
7502
7503 2006-01-20 Richard M. Stallman <rms@gnu.org>
7504
7505 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7506
7507 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
7508
7509 * nntp.el (nntp-end-of-line): Doc fix.
7510
7511 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
7512
7513 * imap.el (imap-open): Handle case where buffer is a buffer
7514 object.
7515
7516 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * gnus-delay.el (gnus-delay): Don't autoload.
7519 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7520 to be re-loaded when customizing the `gnus-delay' group.
7521
7522 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
7523
7524 * message.el (message-insert-citation-line): Use newlines.
7525
7526 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
7527
7528 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7529
7530 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7531
7532 2006-01-19 Mark D. Baushke <mdb@gnu.org>
7533
7534 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7535
7536 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * mm-decode.el (mm-inlined-types): Add application/pgp.
7539 (mm-automatic-display): Ditto.
7540
7541 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7542 part as text.
7543
7544 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7545
7546 * nnrss.el: Update copyright.
7547 (nnrss-opml-import): Query whether to subscribe to each entry.
7548
7549 * gnus-art.el:
7550 * gnus-sum.el:
7551 * mm-uu.el:
7552 * mm-view.el: Update copyright.
7553
7554 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
7555
7556 * message.el (message-info): New function.
7557 (message-mode-menu): Add it.
7558 Update copyright.
7559
7560 * ChangeLog: Fix and update copyright.
7561
7562 2006-01-13 Romain Francoise <romain@orebokech.com>
7563
7564 * message.el (message-forward-subject-name-subject): Prefer the
7565 address to 'nowhere' if the sender has no name.
7566 Fix typo. Update copyright year.
7567
7568 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7569
7570 * gnus-art.el (article-wash-html): Use
7571 gnus-summary-show-article-charset-alist if a numeric arg is given.
7572 (gnus-article-wash-html-with-w3m-standalone): New function.
7573
7574 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7575 mm-inline-text-html-render-with-w3m-standalone.
7576 (mm-text-html-washer-alist): Map w3m-standalone to
7577 gnus-article-wash-html-with-w3m-standalone.
7578 (mm-inline-text-html-render-with-w3m-standalone): New function.
7579
7580 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7581
7582 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7583 Improve LaTeX.
7584
7585 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7586
7587 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7588 (nnrss-request-article): Render text/plain parts as HTML.
7589
7590 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7591 the buffer.
7592
7593 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7594
7595 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7596 custom definition of `gnus-posting-styles'.
7597
7598 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7599 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7600
7601 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7602
7603 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7604 Use nntp for bug archive.
7605
7606 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7607
7608 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7609 parts.
7610 (nnrss-normalize-date): New function converts ISO 8601 date into
7611 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7612 (nnrss-check-group): Use it.
7613
7614 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
7615
7616 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7617
7618 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7619 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7620 (nnrss-insert-w3): Ditto.
7621
7622 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7625 the articles to be forwarded including the case where neither a
7626 number of articles nor a region is specified.
7627
7628 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * nnrss.el (nnrss-request-article): Fix last change; fill
7631 text/plain parts.
7632
7633 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7636 in text/plain part.
7637 (nnrss-check-group): Don't add excessive newline to dc:subject.
7638
7639 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
7640
7641 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7642 article.
7643
7644 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7645
7646 * nnml.el: Don't require gnus-bcklg. Autoload it.
7647 (nnml-use-compressed-files, nnml-save-mail): Support other
7648 comression programs such as bzip2.
7649
7650 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7651
7652 * dns.el (query-dns): Make sure we check the buffer size before
7653 removing tcp headers.
7654
7655 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7656
7657 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7658 remove MIME buttons associated with multipart/alternative parts.
7659 (gnus-mime-display-alternative): Tag buttons using `article-type'
7660 text property.
7661
7662 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7663 associated with multipart/alternative parts.
7664
7665 * gnus-art.el (gnus-signature-separator): Fix custom type.
7666
7667 * mm-decode.el (mm-inlined-types): Fix custom type.
7668 (mm-keep-viewer-alive-types): Ditto.
7669 (mm-automatic-display): Ditto.
7670 (mm-attachment-override-types): Ditto.
7671 (mm-inline-override-types): Ditto.
7672 (mm-automatic-external-display): Ditto.
7673
7674 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7675
7676 * spam-report.el (spam-report-user-mail-address)
7677 (spam-report-user-agent): New variables.
7678 (spam-report-url-ping-plain): Use spam-report-user-agent.
7679
7680 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
7681
7682 * gnus-art.el (gnus-button-handle-custom): Do not just use
7683 `customize-apropos' for any "M-x customize-*" button but the
7684 function called for. Accept both the function name and its
7685 argument in order to achieve this.
7686 (gnus-button-alist): Remove support for "custom:" URL's. Pass
7687 function name to `gnus-button-handle-custom' in case of "M-x
7688 customize-*" buttons.
7689
7690 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7693 multipart/alternative and add xref to mm-discouraged-alternatives
7694 in doc string.
7695
7696 * mm-decode.el (mm-discouraged-alternatives): Add xref to
7697 gnus-buttonized-mime-types in doc string.
7698
7699 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7700
7701 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7702 Suggest image/.* in the doc string.
7703
7704 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7705
7706 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7707 message-marks (Debian bug #342521).
7708
7709 2005-12-12 Simon Josefsson <jas@extundo.com>
7710
7711 * password.el (password-read-from-cache): Add.
7712 (password-read): Use it.
7713
7714 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
7715
7716 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7717 us-ascii as a MIME charset.
7718
7719 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7720 against the case where the 2nd arg TYPE is nil.
7721
7722 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7723
7724 * pop3.el (pop3-stream-type): Fix custom version.
7725
7726 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7727
7728 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7729
7730 * mm-decode.el (mm-display-external): Add missing cdr.
7731
7732 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * mm-decode.el (mm-display-external): Use nametemplate (defined in
7735 RFC1524) if it is in mailcap or add a suffix according to
7736 mailcap-mime-extensions when generating a temp filename; postpone
7737 deleting a temp file for 2 seconds for some wrappers, shell
7738 scripts, and so on, which might exit right after having started a
7739 viewer command as a background job.
7740
7741 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7742
7743 * nntp.el (nntp-marks-directory): Fix custom group.
7744
7745 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7746 steps when < 10.
7747
7748 * gnus-start.el (gnus-no-server-1): Mention
7749 `gnus-level-default-subscribed' in doc string.
7750
7751 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7752
7753 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7754 parens.
7755
7756 2005-11-26 Dave Love <fx@gnu.org>
7757
7758 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7759 (tls-program, tls-success): Provide openssl alternative.
7760
7761 * starttls.el: Doc fixes.
7762 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7763 SERVICE to PORT.
7764
7765 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
7766 port null or service name.
7767 (starttls-negotiate): Autoload.
7768
7769 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7770
7771 * message.el (message-kill-to-signature): Fix interactive spec.
7772
7773 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * pop3.el (pop3-open-server): Recognize a string as a service name.
7776
7777 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
7778
7779 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7780
7781 2005-11-23 Dave Love <fx@gnu.org>
7782
7783 Add pop3s, pop3/starttls.
7784
7785 * pop3.el (pop3-authentication-scheme): Clarify doc.
7786 (open-tls-stream, starttls-open-stream): Autoload.
7787 (pop3-stream-type): New.
7788 (pop3-open-server): Use it.
7789
7790 * mail-source.el (mail-sources): Fix some :types. Add stream type
7791 for POP.
7792 (mail-source-keyword-map): Add :stream for POP.
7793 (mail-source-fetch-pop): Use pop3-stream-type.
7794
7795 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7796
7797 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7798 of current-time-string.
7799
7800 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
7801
7802 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7803 date header.
7804
7805 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
7806
7807 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7808 it can seriously impact performance as it bypasses the agent's
7809 local caches.
7810
7811 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
7812
7813 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7814 must be explicitly online rather than "not explicitly offline" for
7815 its flags to be synchronized.
7816
7817 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7818 that gnus-uu-unmark-thread will function correctly.
7819
7820 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7821 1024K is instead displayed as 1M.
7822
7823 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7824
7825 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7826
7827 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
7828
7829 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7830
7831 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
7832
7833 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7834 error message to display actual error condition.
7835 (gnus-agent-save-local): Avoid saving symbols that are bound to
7836 nil as they simply result in a warning message in
7837 gnus-agent-read-local.
7838
7839 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
7840
7841 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7842 rather than make-variable-buffer-local for file-precious-flag.
7843
7844 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
7845
7846 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7847 for duplicates which are removed. The invalid sort check then
7848 triggers a rescan after the sort as sorting may have moved
7849 duplicate entries such that they can be cheaply detected.
7850
7851 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
7852
7853 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7854
7855 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
7856
7857 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7858 internal variable to a custom variable. Changed default value
7859 from compressed(2) to uncompressed(1).
7860 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7861 support for uncompressed agentview files. Taken together, reading
7862 the agentview file should now be 6-7 times faster.
7863
7864 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
7865
7866 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7867 as a buffer-local variable. This avoids creating truncated
7868 dribble files as a result of a hang up, eg.
7869
7870 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7871
7872 * gnus-start.el (gnus-start-draft-setup): Enforce
7873 `gnus-draft-mode' for nndraft:drafts at startup.
7874
7875 * gnus.el (gnus-splash): Change custom group.
7876 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7877 allow-list argument.
7878
7879 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7880 string.
7881
7882 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7883
7884 * gnus-art.el (gnus-default-article-saver): Add user-defined
7885 `function' to custom type.
7886
7887 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7888
7889 * imap.el (imap-open): Handle case where buffer is a buffer
7890 object.
7891
7892 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7893
7894 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7895 long lines.
7896 (gnus-cache-delete-group): Wrap doc strings.
7897
7898 * gnus-agent.el (gnus-agent-rename-group)
7899 (gnus-agent-delete-group): Wrap doc strings.
7900
7901 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7902
7903 * gnus-start.el (gnus-1): Add "native" to
7904 gnus-predefined-server-alist.
7905
7906 * gnus.el (gnus-method-to-server): Don't add "native" to the
7907 lists here, because that leads to problems when
7908 gnus-select-method is bound.
7909
7910 2005-11-09 Simon Josefsson <jas@extundo.com>
7911
7912 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7913 use (not sort-by-date) instead.
7914
7915 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * gnus-delay.el (gnus-delay-group): Don't autoload.
7918 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7919 to be re-loaded when customizing the `gnus-delay' group.
7920
7921 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7922
7923 * message.el: Revert last changes.
7924 (message-insert-citation-line): Use newlines.
7925
7926 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7927
7928 * message.el (message-courtesy-message)
7929 (message-mark-insert-begin, message-mark-insert-end)
7930 (message-elide-ellipsis, message-cancel-message)
7931 (message-add-header, message-change-subject)
7932 (message-cross-post-followup-to-header)
7933 (message-cross-post-insert-note, message-reduce-to-to-cc)
7934 (message-widen-reply, message-delete-not-region)
7935 (message-kill-to-signature, message-insert-signature)
7936 (message-insert-importance-high, message-insert-importance-low)
7937 (message-insert-or-toggle-importance)
7938 (message-insert-disposition-notification-to)
7939 (message-indent-citation, message-yank-original)
7940 (message-cite-original-without-signature, message-cite-original)
7941 (message-insert-citation-line, message-position-on-field)
7942 (message-fix-before-sending, message-send-mail-partially)
7943 (message-send-mail, message-send-mail-with-sendmail)
7944 (message-send-mail-with-qmail, message-send-news)
7945 (message-check-news-header-syntax, message-generate-headers)
7946 (message-insert-courtesy-copy, message-fill-address)
7947 (message-fill-header, message-shorten-references)
7948 (message-setup-1, message-cancel-news)
7949 (message-forward-make-body-plain, message-forward-make-body-mime)
7950 (message-forward-make-body-mml, message-encode-message-body)
7951 (message-forward-make-body-digest-plain)
7952 (message-forward-make-body-digest-mime)
7953 (message-use-alternative-email-as-from): Insert `hard-newline'
7954 instead of ordinary newlines.
7955
7956 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
7957
7958 * message.el (message-generate-headers): Downcase the argument
7959 given to message-check-element.
7960
7961 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
7962
7963 * nntp.el (nntp-authinfo-rejected): New error condition.
7964 (nntp-wait-for): Use new error condition to signal authentication
7965 error.
7966 (nntp-retrieve-data): Rethrow new error condition to break out of
7967 recursive call to nntp-send-authinfo.
7968
7969 2005-11-08 Romain Francoise <romain@orebokech.com>
7970
7971 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7972 (gnus-summary-exit-map): Bind to `Z p'.
7973 (gnus-summary-make-menu-bar): Add menu item.
7974
7975 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
7976
7977 * gnus-art.el (gnus-article-treat-custom): Add `first'.
7978 (gnus-treat-*): Add `first' in all doc strings.
7979
7980 * gnus-group.el (gnus-group-compact-group): Fix typo.
7981
7982 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * gnus.el (gnus-parameters-case-fold-search): New variable.
7985 (gnus-parameters-get-parameter): Use it.
7986
7987 * gnus-score.el (gnus-home-score-file): Doc fix.
7988
7989 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7990
7991 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7992
7993 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
7994
7995 * mm-util.el (mm-special-display-p): New function.
7996
7997 * mml.el (mml-preview): Use it; doc fix.
7998
7999 2005-10-29 Romain Francoise <romain@orebokech.com>
8000
8001 * message.el (message-fix-before-sending): Fix comment.
8002
8003 2005-10-29 Jari Aalto <jari.aalto@cante.net>
8004
8005 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8006
8007 2005-10-29 Jari Aalto <jari.aalto@cante.net>
8008
8009 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8010 Used in gnus-score.el.
8011
8012 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8013
8014 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8015
8016 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8017
8018 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8019 whitespace removed in revision 7.8. Use concatenated string to
8020 protect trailing whitespace.
8021
8022 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
8023
8024 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8025 (nnimap-request-expire-articles): Use it to avoid sending 'UID
8026 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8027 Courier IMAP ("some version from 2004"). Mostly based on similar
8028 code in the same function.
8029
8030 2005-10-26 Didier Verna <didier@xemacs.org>
8031
8032 * gnus-group.el (gnus-group-compact-group): Invalidate original
8033 article buffer.
8034 * gnus-srvr.el (gnus-server-compact-server): Ditto.
8035 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8036 NOV database and in article itself.
8037 Invalidate article backlog.
8038
8039 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8040
8041 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8042
8043 2005-10-26 Simon Josefsson <jas@extundo.com>
8044
8045 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8046 part of 2004-07-25 change.
8047
8048 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8049
8050 * message.el (message-display-completion-list): New function.
8051 (message-expand-group): Use it; make sure the Completions buffer
8052 is modifiable.
8053
8054 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8055
8056 * imap.el (imap-open): Handle case where buffer is a buffer object.
8057
8058 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8059
8060 * pgg-def.el:
8061 * pgg-gpg.el:
8062 * pgg-parse.el:
8063 * pgg-pgp.el:
8064 * pgg-pgp5.el:
8065 * pgg.el: Move to the parent lisp directory.
8066
8067 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8070 user-mail-name is an empty string.
8071
8072 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8073
8074 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8075 depending on gnus-score-decay-constant.
8076
8077 * encrypt.el (encrypt-insert-file-contents)
8078 (encrypt-write-file-contents): Don't use `gnus-message'.
8079
8080 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8081 arguments.
8082 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
8083 arguments to mm-uu-verbatim-marks-extract.
8084 (mm-uu-hide-markers): New variable.
8085 (mm-uu-extract): Use face similar to `gnus-cite-3'.
8086
8087 * gnus-fun.el (gnus-convert-image-to-x-face-command)
8088 (gnus-convert-image-to-face-command): Use "convert" by default to
8089 allow other input image formats.
8090 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8091 accordingly.
8092
8093 2005-10-23 Simon Josefsson <jas@extundo.com>
8094
8095 * imap.el (imap-gssapi-program): Align command line parameters
8096 with latest GNU SASL.
8097 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8098
8099 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8100
8101 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8102 HTML.
8103 (nnslashdot-request-article): Ditto.
8104
8105 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
8106
8107 * mail-source.el (mail-source-fetch-pop): Require pop3.
8108 (mail-source-check-pop): Ditto.
8109
8110 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8111
8112 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8113 errors.
8114
8115 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8116
8117 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8118 (gnus-treat-strip-leading-blank-lines): Improve doc string.
8119
8120 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8121
8122 * mm-bodies.el (mm-decode-string): Call
8123 `mm-charset-to-coding-system' with allow-override argument.
8124
8125 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8126
8127 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8128 (rfc2047-charset-to-coding-system): New function.
8129 (rfc2047-decode-encoded-words): New function.
8130 (rfc2047-decode-region): Use them.
8131 (rfc2047-decode-cte): Remove.
8132 (rfc2047-parse-and-decode): Remove.
8133 (rfc2047-decode): Remove.
8134
8135 2005-10-15 Kenichi Handa <handa@m17n.org>
8136
8137 * rfc2047.el (rfc2047-decode-cte): New function.
8138 (rfc2047-decode-region): Change the way to decode successive
8139 encoded-words: decode B- or Q-encoding in each encoded-word,
8140 concatenate them, and decode it as charset.
8141
8142 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8143
8144 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
8145 widget-move-and-invoke.
8146 (gnus-custom-mode): Use gnus-custom-map.
8147
8148 2005-10-15 Bill Wohler <wohler@newt.com>
8149
8150 * message.el (message-tool-bar-map): Renamed image file from
8151 mail_send to mail/send.
8152
8153 2005-10-16 Masatake YAMATO <jet@gyve.org>
8154
8155 * message.el (message-expand-group): Pass the common
8156 prefix substring of completion to `display-completion-list'.
8157
8158 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
8159
8160 * mml-sec.el (mml-secure-method): New internal variable.
8161 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8162 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8163 functions using mml-secure-method.
8164
8165 * mml.el (mml-mode-map): Add key bindings for those functions.
8166 (mml-menu): Simplify security menu entries. Suggested by Jesper
8167 Harder <harder@myrealbox.com>.
8168 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8169 end of message if point is the headers of the message.
8170
8171 * message.el (message-in-body-p): New function.
8172
8173 * assistant.el: Autoload gnus-util and netrc.
8174
8175 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8176 Use `mm-charset-override-alist' only when decoding.
8177
8178 * mm-bodies.el (mm-decode-body): Call
8179 `mm-charset-to-coding-system' with allow-override argument.
8180
8181 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8182 `filename' from Content-Disposition if Content-Type doesn't
8183 provide `name'.
8184 (gnus-mime-view-part-as-type): Set default instead of
8185 initial-input.
8186
8187 2005-10-09 Daniel Brockman <daniel@brockman.se>
8188
8189 * format-spec.el (format-spec): Propagate text properties of % spec.
8190
8191 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8192
8193 * gnus-art.el (gnus-treat-predicate): Add `first'.
8194
8195 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
8196
8197 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8198 (mm-charset-override-alist): New variable.
8199 (mm-charset-to-coding-system): Use it.
8200 (mm-codepage-setup): New helper function.
8201 (mm-charset-eval-alist): New variable.
8202 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
8203 about unknown charsets.
8204
8205 2005-10-04 David Hansen <david.hansen@gmx.net>
8206
8207 * nnrss.el (nnrss-request-article): Add support for the comments tag.
8208 (nnrss-check-group): Ditto.
8209
8210 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8211
8212 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8213 Rename x-gnus-verbatim to x-verbatim.
8214 (mm-uu-type-alist): Fix regexp for verbatim-marks.
8215
8216 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8217 x-verbatim.
8218
8219 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8220
8221 * gnus-util.el (gnus-remove-duplicates): Remove.
8222
8223 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8224 instead of gnus-remove-duplicates.
8225
8226 * message.el (message-remove-duplicates): Remove.
8227 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8228 message-remove-duplicates.
8229
8230 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8231 available, else use implementation from `delete-dups'.
8232
8233 * message.el (message-insert-expires): New function.
8234 (message-mode-map): Add key binding.
8235 (message-mode-field-menu): Add menu entry.
8236 (message-mode): Document it.
8237 (message-make-expires-date): Use `message-make-date'.
8238
8239 2005-10-04 Josh Huber <huber@alum.wpi.edu>
8240
8241 * message.el (message-make-expires-date): New function.
8242
8243 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * time-date.el: Autoload parse-time-string, XEmacs needs it.
8246
8247 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8250 function rather than the diff-mode.el package.
8251 (mm-display-external): Use with-current-buffer.
8252 (mm-viewer-completion-map, mm-viewer-completion-map):
8253 Move initialization inside declaration.
8254
8255 2005-09-29 Simon Josefsson <jas@extundo.com>
8256
8257 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
8258 autoload mail-check-payment.
8259 (spam-check-hashcash): Define unconditionally, since hashcash.el
8260 is part of Gnus now. Ignore errors from payment checking.
8261
8262 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8263
8264 * message.el (message-bold-region, message-unbold-region): Rename
8265 from `bold-region' and `unbold-region'.
8266
8267 * message.el: Remove useless autoloads.
8268
8269 2005-09-28 Simon Josefsson <jas@extundo.com>
8270
8271 * message.el (message-use-idna): Default to t.
8272 (message-use-idna): Test whether encoding works too. Doc fix.
8273
8274 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8275
8276 * nntp.el (nntp-warn-about-losing-connection): Remove.
8277
8278 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8279
8280 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8281 customizable. Change default value.
8282 (mm-uu-diff-groups-regexp): Change default value.
8283 (mm-uu-type-alist): Add doc string.
8284 (mm-uu-configure): Add doc string. Make it interactive.
8285 (mm-uu-tex-groups-regexp): New variable.
8286 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8287 (mm-uu-type-alist): Add LaTeX documents.
8288 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8289 of "text/verbatim".
8290 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8291
8292 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8293 instead of "text/verbatim".
8294
8295 * message.el (message-mark-inserted-region)
8296 (message-mark-insert-file): Use slrn style marks when called with
8297 prefix argument.
8298
8299 2005-09-27 Simon Josefsson <jas@extundo.com>
8300
8301 * message.el (message-idna-to-ascii-rhs-1): Reformat.
8302
8303 2005-09-27 Arne Jørgensen <arne@arnested.dk>
8304
8305 * message.el (message-remove-duplicates): New function.
8306 Implementation borrowed from `gnus-remove-duplicates'.
8307 (message-idna-to-ascii-rhs): Also encode idna addresses in
8308 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8309 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8310 only ask about the same idna domain once per header and also tell
8311 in what header to replace the idna domain.
8312
8313 * gnus-art.el (article-decode-idna-rhs): Also decode idna
8314 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8315 (article-decode-idna-rhs): Fix regexp so that all idna-address in
8316 a header is decoded and not just the last one.
8317
8318 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8319
8320 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8321 has been decoded.
8322
8323 * mm-decode.el (mm-automatic-display): Add text/verbatim.
8324 (mm-insert-part): Don't modify text if it has been decoded.
8325
8326 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8327 decoded.
8328
8329 * mm-view.el (mm-inline-text): Don't strip text props unless
8330 decoding enriched or richtext parts.
8331
8332 2005-09-25 Romain Francoise <romain@orebokech.com>
8333
8334 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8335 * gnus-start.el (gnus-subscribe-interactively):
8336 * gnus-uu.el (gnus-uu-grab-articles):
8337 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8338 space.
8339
8340 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8341
8342 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8343 * mm-view.el (mm-view-pkcs7-decrypt):
8344 * gnus-sum.el (gnus-summary-limit-to-extra)
8345 (gnus-summary-respool-article, gnus-read-move-group-name):
8346 * gnus-score.el (gnus-summary-increase-score):
8347 * gnus-util.el (gnus-completing-read-with-default):
8348 * gnus-art.el (gnus-read-save-file-name)
8349 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8350 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8351 * message.el (message-check-news-header-syntax):
8352 Follow convention for reading with the minibuffer.
8353
8354 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
8355
8356 * spam-report.el (spam-report-url-ping-plain):
8357 Use gnus-extended-version as User-Agent.
8358
8359 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8360 default value is nil.
8361
8362 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8363 (mm-uu-verbatim-marks-extract): New function.
8364 (mm-uu-extract): New face.
8365 (mm-uu-copy-to-buffer): Use it.
8366
8367 * spam-report.el (spam-report-gmane-ham): Renamed from
8368 `spam-report-gmane-unspam'.
8369 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8370 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
8371
8372 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8373 Autoload.
8374 (spam-report-gmane-unregister-routine): Renamed
8375 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8376
8377 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
8378
8379 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8380 (spam-report-gmane-unregister-routine): Add support for gmane
8381 unregistration.
8382
8383 * spam-report.el (spam-report-gmane-unspam)
8384 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8385 (spam-report-gmane): Change to take a single article and do unspam
8386 registration.
8387
8388 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8389
8390 * mm-url.el (mm-url-decode-entities): Fix regexp.
8391
8392 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8393
8394 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8395 default to nil, to be able to use Gnus at all. If the default
8396 switches to something else, then the function should be fixed not
8397 be exceedingly slow.
8398
8399 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
8400
8401 * gnus-start.el (gnus-activate-group): If the server is nil, don't
8402 fail hard.
8403
8404 * spam-report.el: Add better Keywords line.
8405
8406 * spam.el: Add Maintainer and better Keywords line.
8407
8408 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8409
8410 * gnus-art.el (gnus-article-replace-part)
8411 (gnus-mime-replace-part): New functions.
8412 (gnus-mime-action-alist, gnus-mime-button-commands)
8413 (gnus-mime-save-part-and-strip): Added file argument.
8414 (gnus-article-part-wrapper): Added interactive argument.
8415
8416 * gnus-sum.el (gnus-summary-mime-map): Add
8417 `gnus-article-replace-part'.
8418
8419 2005-09-19 Didier Verna <didier@xemacs.org>
8420
8421 The nnml compaction feature:
8422 * nnml.el (nnml-request-compact-group): New function.
8423 * nnml.el (nnml-request-compact): New function.
8424 * gnus-int.el (gnus-request-compact-group): New function.
8425 * gnus-int.el (gnus-request-compact): New function.
8426 * gnus-group.el (gnus-group-compact-group): New function.
8427 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8428 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8429 * gnus-srvr.el (gnus-server-compact-server): New function.
8430 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8431 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8432
8433 2005-09-18 Deepak Goel <deego@gnufans.org>
8434
8435 * sieve.el (sieve-help): Fix `message' call: first arg should be a
8436 format spec.
8437
8438 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * gnus.el (gnus-group-startup-message): Bind image-load-path.
8441
8442 2005-09-15 Romain Francoise <romain@orebokech.com>
8443
8444 * message.el (message-fill-paragraph): Clarify docstring.
8445
8446 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8447
8448 * gnus-art.el (gnus-mime-display-part): Protect against broken
8449 MIME messages.
8450
8451 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8452
8453 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8454 before parsing header.
8455
8456 2005-09-11 Jari Aalto <jari.aalto@cante.net>
8457
8458 * html2text.el (html2text-replace-list): Add new entities.
8459
8460 2005-09-11 Romain Francoise <romain@orebokech.com>
8461
8462 * message.el (message-alternative-emails): Improve docstring.
8463 (message-setup-1): Call `message-use-alternative-email-as-from'
8464 after `message-setup-hook' to give it precedence over posting
8465 styles, etc.
8466 (message-use-alternative-email-as-from): Add docstring. Remove
8467 the original From header if present.
8468
8469 * nnml.el (nnml-compressed-files-size-threshold): New variable.
8470 (nnml-save-mail): Use it.
8471
8472 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8473 articles. Add new argument `silent'.
8474 (gnus-uu-mark-all): Report the total number of marked articles.
8475
8476 2005-09-10 Romain Francoise <romain@orebokech.com>
8477
8478 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8479 (gnus-uu-mark-series): Likewise.
8480
8481 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8482
8483 * spam-report.el (spam-report-gmane): Fix generation of spam
8484 report URL.
8485
8486 2005-09-10 Simon Josefsson <jas@extundo.com>
8487
8488 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8489 t, based on discussion on the ding list with Robert Epprecht
8490 <epprecht@solnet.ch>.
8491
8492 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8493
8494 * spam-report.el (spam-report-gmane): Make it work without
8495 X-Report-Spam header. Gmane now only provides Archived-At.
8496 This is only used if `spam-report-gmane-use-article-number' is nil.
8497 (spam-report-gmane-spam-header): Remove. Not used anymore.
8498
8499 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8500 make `gnus-summary-sort-by-recipient' work with threading.
8501
8502 * nnweb.el (nnweb-google-wash-article): Print a message if article
8503 is not available.
8504
8505 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8506
8507 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8508 change. Decode text/* parts content before displaying.
8509
8510 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8511
8512 * mml-smime.el: Remove defvar of gnus-extract-address-components.
8513
8514 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8515
8516 * mm-view.el (mm-display-inline-fontify): Disable support modes.
8517
8518 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
8519
8520 * message.el (message-tab-body-function): Fix mismatched custom type.
8521
8522 * gnus.el (gnus-group-change-level-function): Ditto.
8523
8524 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8525
8526 * gnus-art.el (gnus-signature-limit)
8527 (gnus-article-mime-part-function): Ditto.
8528
8529 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8530
8531 * mml.el (mml-mode): Silence the byte compiler.
8532
8533 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8534 using `(sit-for 0)' before moving the point to the specified part;
8535 skip unbuttonized parts.
8536 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8537 return to the summary window if gnus-auto-select-part is non-nil.
8538
8539 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8540
8541 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8542 variables.
8543 (mml-dnd-attach-file, mml-mode): Use them.
8544
8545 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8546 Make fetching article by MID work again for Google Groups. Added
8547 FIXME concerning gnus-group-make-web-group.
8548
8549 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8550 Don't depend on Gnus by using mail-extract-address-components if
8551 gnus-extract-address-components is not bound.
8552
8553 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8554
8555 * gnus-art.el (gnus-mime-display-security): Don't display the
8556 signature, but only the signed part.
8557
8558 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8559
8560 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8561
8562 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8563 list, not listp.
8564
8565 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
8566
8567 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8568 when encoding.
8569
8570 * mm-bodies.el (mm-decode-content-transfer-encoding):
8571 De-canonicalize CRLF for all text content types, not just
8572 text/plain.
8573
8574 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8577 valid article; point arrow and cursor at the MIME button.
8578
8579 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
8580
8581 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8582 Suggested by Dan Christensen <jdc@uwo.ca>.
8583
8584 * mm-decode.el (mm-save-part): Enable change of prompt.
8585
8586 2005-08-29 Jari Aalto <jari.aalto@cante.net>
8587
8588 * gnus-msg.el (gnus-inews-add-send-actions): Made
8589 `message-post-method' lambda parameter ARG `&optional'.
8590
8591 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8592
8593 * gnus-sum.el (gnus-summary-mime-map): Added
8594 gnus-article-save-part-and-strip, gnus-article-delete-part and
8595 gnus-article-jump-to-part.
8596
8597 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8598 (gnus-article-edit-part): Use it.
8599 (gnus-article-part-wrapper): Added no-handle argument.
8600 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8601 functions.
8602
8603 2005-08-29 Romain Francoise <romain@orebokech.com>
8604
8605 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8606 docstring.
8607 (gnus-face-from-file): Likewise.
8608
8609 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8610
8611 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8612 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8613 non-nil.
8614 (gnus-auto-select-part): New variable.
8615 (gnus-article-jump-to-part): New function.
8616 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8617 (gnus-mime-delete-part): Allow selecting specified part after
8618 deleting or stripping parts.
8619 (gnus-article-jump-to-part): Don't use `read-number'. Use last
8620 part if argument is bogus.
8621
8622 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
8623
8624 * gnus-art.el (w3m-minor-mode-map):
8625 * gnus-spec.el (gnus-newsrc-file-version):
8626 * gnus-util.el (nnmail-active-file-coding-system)
8627 (gnus-original-article-buffer, gnus-user-agent):
8628 * gnus.el (gnus-ham-process-destinations)
8629 (gnus-parameter-ham-marks-alist)
8630 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8631 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8632 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8633 * mm-decode.el (gnus-current-window-configuration):
8634 * mm-extern.el (gnus-article-mime-handles):
8635 * mm-url.el (url-current-object, url-package-name)
8636 (url-package-version):
8637 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8638 (smime-keys, w3m-cid-retrieve-function-alist)
8639 (w3m-current-buffer, w3m-display-inline-images)
8640 (w3m-minor-mode-map):
8641 * mml-smime.el (gnus-extract-address-components):
8642 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8643 (gnus-newsrc-hashtb, message-default-charset)
8644 (message-deletable-headers, message-options)
8645 (message-posting-charset, message-required-mail-headers)
8646 (message-required-news-headers):
8647 * mml1991.el (mc-pgp-always-sign):
8648 * mml2015.el (mc-pgp-always-sign):
8649 * nnheader.el (nnmail-extra-headers):
8650 * rfc1843.el (gnus-decode-encoded-word-function)
8651 (gnus-decode-header-function, gnus-newsgroup-name):
8652 * spam-stat.el (gnus-original-article-buffer): Add defvars.
8653
8654 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
8655
8656 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8657 the end of the date treatments.
8658
8659 2005-08-15 Simon Josefsson <jas@extundo.com>
8660
8661 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8662 it in url-handlers.el and XEmacs in url.el. Reported by Luca
8663 Capello and Romain Francoise.
8664 (pgg-fetch-key-function): Removed, not used?
8665 (pgg-insert-url-with-w3): Require url, to get
8666 url-insert-file-contents regardless of where it is defined.
8667
8668 2005-08-13 Romain Francoise <romain@orebokech.com>
8669
8670 * message.el (message-cite-original-1): New function.
8671 (message-cite-original): Use it.
8672 (message-cite-original-without-signature): Ditto.
8673
8674 2005-08-08 Romain Francoise <romain@orebokech.com>
8675
8676 * message.el (message-yank-empty-prefix): New variable.
8677 (message-indent-citation): Use it.
8678 (message-cite-original-without-signature): Respect X-No-Archive.
8679
8680 2005-08-08 Simon Josefsson <jas@extundo.com>
8681
8682 * pgg.el: Autoload url-insert-file-contents instead of loading
8683 w3/url.
8684 (pgg-insert-url-with-w3): Don't load url here.
8685
8686 2005-08-07 Jesper Harder <harder@phys.au.dk>
8687
8688 * message.el (message-kill-to-signature): Don't insert newline at
8689 bol.
8690 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8691
8692 2005-08-06 Romain Francoise <romain@orebokech.com>
8693
8694 * message.el (message-user-fqdn): Fix typo in docstring.
8695
8696 2005-08-05 Daiki Ueno <ueno@unixuser.org>
8697
8698 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8699
8700 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8701
8702 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
8703
8704 * mm-bodies.el (mm-encode-body): Use coding system rather than
8705 charset to encode text.
8706
8707 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8708 number of charsets if utf-8 is available (XEmacs).
8709
8710 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8711
8712 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8713 taken from `gnus-button-mid-or-mail-regexp'.
8714 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8715 (gnus-button-alist): Improve regexp for domain part of the MIDs
8716 for news:localpart@domain buttons.
8717 (gnus-button-ctan-directory-regexp): Update.
8718
8719 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8720
8721 * sieve-manage.el (sieve-manage-interactive-login): Use
8722 make-local-variable rather than make-variable-buffer-local.
8723 (sieve-manage-open): Ditto.
8724 (sieve-manage-authenticate): Ditto.
8725
8726 * mml.el (mml-generate-mime-1): Make the content type default to
8727 text/plain if the filename is not specified.
8728
8729 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8730
8731 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8732 instead of insert-buffer.
8733
8734 * message.el (message-yank-original): Ditto; set the mark at the
8735 end of the yanked message.
8736
8737 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8740 lines to scroll rather than to stop it.
8741
8742 * mml.el (mml-generate-default-type): Add doc string.
8743 (mml-generate-mime-1): Use mm-default-file-encoding or make it
8744 default to application/octet-stream when determining the content
8745 type if it is not specified for the part or the mml contents; add
8746 a comment about mml-generate-default-type.
8747
8748 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
8749
8750 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8751 make it default to application/octet-stream when determining the
8752 content type if it is not specified for the external contents.
8753
8754 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8755
8756 * rfc2231.el (rfc2231-parse-string): Take care that not only a
8757 segmented parameter but also other parameters might be there.
8758
8759 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8760
8761 * mm-decode.el (mm-display-external): Delete temp file, directory
8762 and buffer immediately if the external process is exited.
8763
8764 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8767 fewer lines than that of scroll-margin.
8768 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8769
8770 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
8771
8772 * gnus-art.el (gnus-article-next-page): Revert.
8773 (gnus-article-beginning-of-window): New macro.
8774 (gnus-article-next-page-1): Use it.
8775 (gnus-article-prev-page): Ditto.
8776 (gnus-article-edit-part): Use insert-buffer-substring instead of
8777 insert-buffer.
8778 (gnus-article-edit-exit): Ditto.
8779
8780 * gnus-util.el (gnus-beginning-of-window): Remove.
8781 (gnus-end-of-window): Remove.
8782
8783 2005-07-25 Simon Josefsson <jas@extundo.com>
8784
8785 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8786 to have the url package without w3. Reported by Daiki Ueno
8787 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8788
8789 2005-07-20 Didier Verna <didier@xemacs.org>
8790
8791 * gnus-diary.el: Remove the description comment (nndiary is now
8792 properly documented in the Gnus manual).
8793 Fix the spelling of "Back End".
8794 * nndiary.el: Ditto.
8795 Fix the copyright notice.
8796
8797 2005-07-18 Romain Francoise <romain@orebokech.com>
8798
8799 * gnus-sum.el (gnus-summary-to-prefix)
8800 (gnus-summary-newsgroup-prefix): New variables.
8801 (gnus-summary-from-or-to-or-newsgroups): Use them.
8802
8803 2005-07-17 Romain Francoise <romain@orebokech.com>
8804
8805 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8806 space as it's generally not especially interesting to the user.
8807
8808 2005-07-16 Romain Francoise <romain@orebokech.com>
8809
8810 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8811 nil to avoid prompting and file modification if one of the
8812 messages at the top of the nnfolder file contains a copyright
8813 notice.
8814 Update copyright notice.
8815
8816 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8817 instead of `current-time-string' as the latter creates a time
8818 string that is not RFC 2822 compliant (it lacks the zone).
8819 Update copyright notice.
8820
8821 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8824 for text/rtf. Display default in prompt. Pass default for M-n.
8825
8826 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8827
8828 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8829
8830 * gnus-msg.el (gnus-button-mailto): Remove
8831 save-selected-window-window hackery because it relies on
8832 save-selected-window internals.
8833
8834 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8837 (gnus-article-next-page-1): Use gnus-beginning-of-window.
8838 (gnus-article-prev-page): Ditto.
8839
8840 * gnus-util.el (gnus-beginning-of-window): New function.
8841 (gnus-end-of-window): New function.
8842
8843 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
8844
8845 * gnus-score.el (gnus-score-edit-all-score): Set
8846 gnus-score-edit-exit-function to gnus-score-edit-done and call
8847 gnus-message.
8848
8849 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8850
8851 * gnus-msg.el (gnus-button-mailto): Remove
8852 save-selected-window-window hackery because it relies on
8853 save-selected-window internals.
8854
8855 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8856
8857 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8858 add-minor-mode.
8859 (gnus-binary-mode): Ditto.
8860
8861 * gnus-topic.el (gnus-topic-mode): Ditto.
8862
8863 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
8864
8865 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8866 (gnus-article-prev-page): Take scroll-margin into consideration.
8867
8868 2005-07-04 Lute Kamstra <lute@gnu.org>
8869
8870 Update FSF's address in GPL notices.
8871
8872 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
8873
8874 * gnus.el (gnus-exit):
8875 * gnus-group.el (gnus-group-icons):
8876 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8877
8878 * gnus-nocem.el (gnus-nocem):
8879 * message.el (message-various, message-buffers, message-sending)
8880 (message-interface, message-forwarding, message-insertion)
8881 (message-headers, message-news, message-mail):
8882 * pgg-gpg.el (pgg-gpg):
8883 * pgg-parse.el (pgg-parse):
8884 * pgg-pgp.el (pgg-pgp):
8885 * pgg-pgp5.el (pgg-pgp5):
8886 * pop3.el (pop3): Finish `defgroup' description with period.
8887
8888 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8889
8890 * gnus-art.el (article-display-face): Improve the efficiency.
8891 (article-display-x-face): Ditto; remove grey x-face stuff.
8892
8893 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
8894
8895 * gnus-art.el (article-display-face): Correct the position in
8896 which Faces are inserted.
8897
8898 2005-06-29 Didier Verna <didier@xemacs.org>
8899
8900 * gnus-art.el (article-display-face): Display faces in correct
8901 order.
8902
8903 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8906 (gnus-fill-real-hashtb): Use hash table instead of obarray.
8907 (gnus-nocem-check-article): Fetch the Type header.
8908 (gnus-nocem-message-wanted-p): Fix the way to examine types.
8909 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8910 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8911 make sure gnus-nocem-hashtb is initialized.
8912 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8913 (gnus-nocem-unwanted-article-p): Ditto.
8914
8915 * pgg.el (pgg-verify): Return the verification result.
8916
8917 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8918
8919 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8920 is ascii.
8921
8922 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
8923
8924 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8925 `show-nonbreak-escape'.
8926
8927 2005-06-23 Lute Kamstra <lute@gnu.org>
8928
8929 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8930
8931 * dig.el (dig-mode):
8932 * smime.el (smime-mode): Use gnus-run-mode-hooks.
8933
8934 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * nnimap.el (nnimap-split-download-body): Fix spellings.
8937
8938 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * gnus-art.el (gnus-article-encrypt-body):
8941 * gnus-cus.el (gnus-score-customize):
8942 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8943 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8944
8945 2005-06-16 Arne Jørgensen <arne@arnested.dk>
8946
8947 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8948 header by looking for magic "MII" at the beginnig.
8949
8950 2005-06-16 Miles Bader <miles@gnu.org>
8951
8952 * assistant.el (assistant-field): Remove "-face" suffix from face name.
8953 (assistant-field-face): New backward-compatibility alias for renamed
8954 face.
8955 (assistant-render-text): Use renamed assistant-field face.
8956
8957 * spam.el (spam): Remove "-face" suffix from face name.
8958 (spam-face): New backward-compatibility alias for renamed face.
8959 (spam-face, spam-initialize): Use renamed spam face.
8960
8961 * message.el (message-header-to, message-header-cc)
8962 (message-header-subject, message-header-newsgroups)
8963 (message-header-other, message-header-name)
8964 (message-header-xheader, message-separator, message-cited-text)
8965 (message-mml): Remove "-face" suffix from face names.
8966 (message-header-to-face, message-header-cc-face)
8967 (message-header-subject-face, message-header-newsgroups-face)
8968 (message-header-other-face, message-header-name-face)
8969 (message-header-xheader-face, message-separator-face)
8970 (message-cited-text-face, message-mml-face):
8971 New backward-compatibility aliases for renamed faces.
8972 (message-font-lock-keywords): Use renamed message faces.
8973
8974 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8975 (sieve-test-commands, sieve-tagged-arguments):
8976 Remove "-face" suffix from face names.
8977 (sieve-control-commands-face, sieve-action-commands-face)
8978 (sieve-test-commands-face, sieve-tagged-arguments-face):
8979 New backward-compatibility aliases for renamed faces.
8980 (sieve-control-commands-face, sieve-action-commands-face)
8981 (sieve-test-commands-face, sieve-tagged-arguments-face):
8982 Use renamed sieve faces.
8983
8984 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8985 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8986 (gnus-group-news-3-empty, gnus-group-news-4)
8987 (gnus-group-news-4-empty, gnus-group-news-5)
8988 (gnus-group-news-5-empty, gnus-group-news-6)
8989 (gnus-group-news-6-empty, gnus-group-news-low)
8990 (gnus-group-news-low-empty, gnus-group-mail-1)
8991 (gnus-group-mail-1-empty, gnus-group-mail-2)
8992 (gnus-group-mail-2-empty, gnus-group-mail-3)
8993 (gnus-group-mail-3-empty, gnus-group-mail-low)
8994 (gnus-group-mail-low-empty, gnus-summary-selected)
8995 (gnus-summary-cancelled, gnus-summary-high-ticked)
8996 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8997 (gnus-summary-high-ancient, gnus-summary-low-ancient)
8998 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8999 (gnus-summary-low-undownloaded)
9000 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9001 (gnus-summary-low-unread, gnus-summary-normal-unread)
9002 (gnus-summary-high-read, gnus-summary-low-read)
9003 (gnus-summary-normal-read, gnus-splash):
9004 Remove "-face" suffix from face names.
9005 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9006 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9007 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9008 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9009 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9010 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9011 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9012 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9013 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9014 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9015 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9016 (gnus-summary-selected-face, gnus-summary-cancelled-face)
9017 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9018 (gnus-summary-normal-ticked-face)
9019 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9020 (gnus-summary-normal-ancient-face)
9021 (gnus-summary-high-undownloaded-face)
9022 (gnus-summary-low-undownloaded-face)
9023 (gnus-summary-normal-undownloaded-face)
9024 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9025 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9026 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9027 (gnus-splash-face):
9028 New backward-compatibility aliases for renamed faces.
9029 (gnus-group-startup-message): Use renamed gnus faces.
9030
9031 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9032 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9033 (gnus-server-agent): Remove "-face" suffix from face names.
9034 (gnus-server-agent-face, gnus-server-opened-face)
9035 (gnus-server-closed-face, gnus-server-denied-face)
9036 (gnus-server-offline-face):
9037 New backward-compatibility aliases for renamed faces.
9038 (gnus-server-agent-face, gnus-server-opened-face)
9039 (gnus-server-closed-face, gnus-server-denied-face)
9040 (gnus-server-offline-face): Use renamed gnus faces.
9041
9042 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9043 Remove "-face" suffix from face names.
9044 (gnus-picon-xbm-face, gnus-picon-face):
9045 New backward-compatibility aliases for renamed faces.
9046
9047 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9048 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9049 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9050 (gnus-cite-11): Remove "-face" suffix from face names.
9051 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9052 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9053 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9054 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9055 New backward-compatibility aliases for renamed faces.
9056 (gnus-cite-attribution-face, gnus-cite-face-list)
9057 (gnus-article-boring-faces): Use renamed gnus faces.
9058
9059 * gnus-art.el (gnus-signature, gnus-header-from)
9060 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9061 (gnus-header-content): Remove "-face" suffix from face names.
9062 (gnus-signature-face, gnus-header-from-face)
9063 (gnus-header-subject-face, gnus-header-newsgroups-face)
9064 (gnus-header-name-face, gnus-header-content-face):
9065 New backward-compatibility aliases for renamed faces.
9066 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9067
9068 * gnus-sum.el (gnus-summary-selected-face)
9069 (gnus-summary-highlight): Use renamed gnus faces.
9070 * gnus-group.el (gnus-group-highlight): Likewise.
9071
9072 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
9073
9074 * gnus-sieve.el (gnus-sieve-article-add-rule):
9075 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9076 * spam-stat.el (spam-stat-buffer-change-to-spam)
9077 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9078
9079 * message.el (message-is-yours-p):
9080 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9081
9082 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9083
9084 * mm-view.el (mm-inline-text): Withdraw the last change.
9085
9086 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
9087
9088 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9089 executing enriched-decode.
9090
9091 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9092
9093 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9094 charset of tar files.
9095
9096 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9097
9098 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9099
9100 2005-06-04 Lute Kamstra <lute@gnu.org>
9101
9102 * nnfolder.el (nnfolder-read-folder): Make sure that undo
9103 information is never recorded.
9104
9105 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9108
9109 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9110
9111 * pop3.el (pop3-apop): Run md5 in the binary mode.
9112
9113 * starttls.el (starttls-set-process-query-on-exit-flag):
9114 Use eval-and-compile.
9115
9116 2005-05-31 Simon Josefsson <jas@extundo.com>
9117
9118 * smime.el (smime-replace-in-string): Define.
9119 (smime-cert-by-ldap-1): Use it.
9120
9121 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
9122
9123 * gnus-art.el (article-display-x-face): Replace
9124 process-kill-without-query by gnus-set-process-query-on-exit-flag.
9125
9126 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9127 set-process-query-on-exit-flag or process-kill-without-query.
9128
9129 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9130 loop instead of replace-regexp.
9131
9132 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9133 instead of process-kill-without-query if it is available.
9134
9135 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9136 instead of find-file-hooks if it is available.
9137
9138 * mml1991.el: Bind pgg-default-user-id when compiling.
9139
9140 * mml2015.el: Bind pgg-default-user-id when compiling.
9141
9142 * nndraft.el (nndraft-request-associate-buffer):
9143 Use write-contents-functions instead of write-contents-hooks if it is
9144 available.
9145
9146 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9147 instead of find-file-hooks if it is available.
9148
9149 * nntp.el (nntp-open-connection): Replace
9150 process-kill-without-query by gnus-set-process-query-on-exit-flag.
9151 (nntp-open-ssl-stream): Ditto.
9152 (nntp-open-tls-stream): Ditto.
9153
9154 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9155 set-process-query-on-exit-flag or process-kill-without-query.
9156 (starttls-open-stream-gnutls): Use it instead of
9157 process-kill-without-query.
9158 (starttls-open-stream): Ditto.
9159
9160 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
9161
9162 * smime.el (smime-cert-by-ldap-1): Don't use
9163 replace-regexp-in-string.
9164
9165 2005-05-31 Arne Jørgensen <arne@arnested.dk>
9166
9167 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9168
9169 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9170 in PEM format. Adjust to the XEmacs compability.
9171
9172 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9173
9174 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9175 by `string-to-number'.
9176 * gnus-agent.el (gnus-agent-regenerate-group)
9177 (gnus-agent-fetch-articles): Ditto.
9178 * gnus-art.el (gnus-button-fetch-group): Ditto.
9179 * gnus-cache.el (gnus-cache-generate-active)
9180 (gnus-cache-articles-in-group): Ditto.
9181 * gnus-group.el (gnus-group-set-current-level)
9182 (gnus-group-insert-group-line): Ditto.
9183 * gnus-score.el (gnus-score-set-expunge-below)
9184 (gnus-score-set-mark-below, gnus-summary-score-effect)
9185 (gnus-summary-score-entry): Ditto.
9186 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9187 (gnus-soup-pack): Ditto.
9188 * gnus-spec.el (gnus-xmas-format): Ditto.
9189 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9190 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9191 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9192 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9193 * nndb.el (nndb-get-remote-expire-response): Ditto.
9194 * nndiary.el (nndiary-parse-schedule-value)
9195 (nndiary-string-to-number, nndiary-request-replace-article)
9196 (nndiary-request-article): Ditto.
9197 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9198 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9199 * nneething.el (nneething-make-head): Ditto.
9200 * nnfolder.el (nnfolder-request-article)
9201 (nnfolder-retrieve-headers): Ditto.
9202 * nnheader.el (nnheader-file-to-number): Ditto.
9203 * nnkiboze.el (nnkiboze-request-article): Ditto.
9204 * nnmail.el (nnmail-process-unix-mail-format)
9205 (nnmail-process-babyl-mail-format): Ditto.
9206 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9207 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9208 (nnmh-request-create-group, nnmh-request-list-1)
9209 (nnmh-request-group, nnmh-request-article): Ditto.
9210 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9211 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9212 * nnsoup.el (nnsoup-make-active): Ditto.
9213 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9214 * nntp.el (nntp-find-group-and-number)
9215 (nntp-retrieve-headers-with-xover): Ditto.
9216 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9217 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9218 (pgg-format-key-identifier): Ditto.
9219 * pop3.el (pop3-last, pop3-stat): Ditto.
9220 * qp.el (quoted-printable-decode-region): Ditto.
9221
9222 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9223 of concat.
9224
9225 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9226
9227 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9228
9229 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9230
9231 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9232
9233 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9234
9235 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9236
9237 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9238
9239 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9240 (gnus-carpal-mode): Ditto.
9241
9242 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9243 (gnus-browse-mode): Ditto.
9244
9245 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9246
9247 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9248
9249 2005-05-29 Richard M. Stallman <rms@gnu.org>
9250
9251 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9252
9253 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
9254
9255 * gnus-util.el (gnus-run-mode-hooks): New function.
9256
9257 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9258
9259 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9260
9261 * gnus-agent.el (gnus-agent-make-mode-line-string):
9262 Use mode-line-highlight as mouse-face.
9263
9264 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9265
9266 * canlock.el (canlock): Change the parent group to news.
9267
9268 * deuglify.el (gnus-outlook-deuglify): Add :group.
9269
9270 * dig.el (dig): Add :group.
9271
9272 * dns-mode.el (dns-mode): Add :group.
9273
9274 * encrypt.el (encrypt): Add :group.
9275
9276 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9277 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9278 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9279 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9280 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9281
9282 * gnus-diary.el (gnus-diary): Add :group.
9283
9284 * gnus.el (gnus-group-news-1-face): Add :group.
9285 (gnus-group-news-1-empty-face): Ditto.
9286 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9287 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9288 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9289 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9290 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9291 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9292 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9293 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9294 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9295 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9296 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9297 (gnus-summary-high-ticked-face): Ditto.
9298 (gnus-summary-low-ticked-face): Ditto.
9299 (gnus-summary-normal-ticked-face): Ditto.
9300 (gnus-summary-high-ancient-face): Ditto.
9301 (gnus-summary-low-ancient-face): Ditto.
9302 (gnus-summary-normal-ancient-face): Ditto.
9303 (gnus-summary-high-undownloaded-face): Ditto.
9304 (gnus-summary-low-undownloaded-face): Ditto.
9305 (gnus-summary-normal-undownloaded-face): Ditto.
9306 (gnus-summary-high-unread-face): Ditto.
9307 (gnus-summary-low-unread-face): Ditto.
9308 (gnus-summary-normal-unread-face): Ditto.
9309 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9310 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9311
9312 * hashcash.el (hashcash): New custom group.
9313 (hashcash-default-payment): Add :group.
9314 (hashcash-payment-alist): Ditto.
9315 (hashcash-default-accept-payment): Ditto.
9316 (hashcash-accept-resources): Ditto.
9317 (hashcash-path): Ditto.
9318 (hashcash-extra-generate-parameters): Ditto.
9319 (hashcash-double-spend-database): Ditto.
9320 (hashcash-in-news): Ditto.
9321
9322 * message.el (message-minibuffer-local-map): Add :group.
9323
9324 * netrc.el (netrc): Add :group.
9325
9326 * sieve-manage.el (sieve-manage-log): Add :group.
9327 (sieve-manage-default-user): Diito.
9328 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9329 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9330 (sieve-manage-authenticators): Ditto.
9331 (sieve-manage-authenticator-alist): Ditto.
9332 (sieve-manage-default-port): Ditto.
9333
9334 * sieve-mode.el (sieve-control-commands-face): Add :group.
9335 (sieve-action-commands-face): Ditto.
9336 (sieve-test-commands-face): Ditto.
9337 (sieve-tagged-arguments-face): Ditto.
9338
9339 * smime.el (smime): Add :group.
9340
9341 * spam-report.el (spam-report): Add :group.
9342
9343 * spam.el (spam, spam-face): Add :group.
9344
9345 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346
9347 * nntp.el (nntp-next-result-arrived-p): Some news servers may
9348 return \n.\n.\n at the end of articles. Protect against that.
9349 (nntp-with-open-group): Allow debugging.
9350
9351 * nnheader.el (mail-header-set-extra): Make into a function
9352 because I just could't understand how to quote the list properly.
9353
9354 * dns.el (query-dns-cached): New function.
9355
9356 2005-05-26 Lute Kamstra <lute@gnu.org>
9357
9358 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9359
9360 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9361
9362 * gnus-art.el: Don't autoload mail-extract-address-components.
9363
9364 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9365 eval-and-compile to evaluate it.
9366
9367 * hashcash.el: Don't autoload executable-find.
9368
9369 * nndb.el: Don't declare the nndb back end two or more times; don't
9370 autoload news-reply-mode, news-setup, cancel-timer and telnet.
9371
9372 * nntp.el: Autoload format-spec instead of format; use
9373 eval-and-compile to evaluate autoload forms.
9374
9375 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
9376
9377 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9378
9379 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9380
9381 * gnus.el (gnus-version-number): Bump version.
9382
9383 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9384
9385 * gnus.el: No Gnus v0.3 is released.
9386
9387 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * gnus-art.el (gnus-article-edit-part): Disable undo.
9390
9391 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9392
9393 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9394 gnus-article-date-lapsed-new-header is t if date timer is active;
9395 skip headers in which the original date value is empty.
9396 (gnus-article-save-original-date): Redefine it as a macro.
9397 (gnus-display-mime): Use it.
9398
9399 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9400
9401 * gnus-art.el (article-date-ut): Support converting date in
9402 forwarded parts as well.
9403 (gnus-article-save-original-date): New function.
9404 (gnus-display-mime): Use it.
9405
9406 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
9407
9408 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9409 enclosure element of <item>.
9410
9411 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
9412
9413 * message.el (message-kill-buffer-query): Renamed from
9414 `message-kill-buffer-query-if-modified'. Added :version.
9415
9416 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9417
9418 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9419 window layout.
9420
9421 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9422
9423 * mml.el: Autoload dnd when compiling.
9424
9425 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9426
9427 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9428 x-dnd-*.
9429
9430 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9431
9432 * qp.el (quoted-printable-encode-region): Save excursion.
9433
9434 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
9435
9436 * message.el (message-kill-buffer-query-if-modified): Add new variable
9437 so the user can kill a modified message buffer quickly.
9438 (message-kill-buffer): Use it.
9439
9440 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
9441
9442 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
9443 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9444
9445 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9446
9447 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9448 contained in text because xml.el decodes entities) with LFs.
9449
9450 2005-04-11 Lute Kamstra <lute@gnu.org>
9451
9452 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9453 differently.
9454
9455 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * mm-util.el (mm-detect-coding-region): Typo.
9458
9459 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
9460
9461 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9462
9463 2005-04-06 Deepak Goel <deego@gnufans.org>
9464
9465 * spam-stat.el (spam-stat-score-buffer): Add a call to a
9466 user-function allow user modifications of the scores.
9467 (spam-stat-score-buffer-user): New function, to allow
9468 user-computed modifications to the score.
9469 (spam-stat-score-buffer-user-functions): List of additional
9470 scoring functions.
9471 (spam-stat-error-holder): Global temporary error holder.
9472 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9473 variable.
9474
9475 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
9476
9477 * gnus-registry.el (gnus-registry-clean-empty-function)
9478 (gnus-registry-trim, gnus-registry-fetch-groups)
9479 (gnus-registry-delete-group): Groups that match
9480 `gnus-registry-ignored-groups' are removed from the registry
9481 entries, not just ignored for splitting. This helps clean up the
9482 registry. Also, `gnus-registry-fetch-groups' is a convenient way
9483 to get all the groups a message ID is in.
9484
9485 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9486 (spam-stat-split-fancy): Change "threshhold" to "threshold".
9487 (spam-stat-score-buffer-user-functions): Add :number custom type.
9488
9489 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9490
9491 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9492 argument in XEmacs.
9493
9494 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9495 (nnrss-request-group): Decode group name first.
9496 (nnrss-request-article): Make a text/plain article if mml-to-mime
9497 failed.
9498 (nnrss-get-encoding): Return a compatible encoding according to
9499 nnrss-compatible-encoding-alist.
9500 (nnrss-find-el): Use consp instead of listp.
9501 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9502
9503 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9504
9505 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9506 which Emacs 20 doesn't support.
9507 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9508
9509 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9510
9511 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9512 silence the byte compiler inside the defun.
9513
9514 * gnus-demon.el (parse-time-string): Add autoload.
9515
9516 * gnus-delay.el (parse-time-string): Add autoload.
9517
9518 * gnus-art.el (parse-time-string): Add autoload.
9519
9520 * nnultimate.el (parse-time): Require for `parse-time-string'.
9521
9522 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9523
9524 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9525
9526 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9527
9528 * smime.el (smime-ldap-host-list): Add :version.
9529
9530 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9531
9532 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9533 pass it to `gnus-browse-read-group'.
9534 (gnus-browse-read-group): Add NUMBER argument and pass it to
9535 `gnus-group-read-ephemeral-group'.
9536
9537 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9538 argument and pass it to `gnus-group-read-group'.
9539
9540 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
9541
9542 * mm-util.el (mm-xemacs-find-mime-charset): Only call
9543 mm-xemacs-find-mime-charset-1 if we have the mule feature
9544 available at runtime.
9545
9546 2005-03-25 Werner Lemberg <wl@gnu.org>
9547
9548 * nnmaildir.el: Replace `illegal' with `invalid'.
9549
9550 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * gnus-start.el (gnus-display-time-event-handler):
9553 Check display-time-timer at runtime rather than only at load time
9554 in case display-time-mode is turned off in the mean time.
9555
9556 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9557
9558 * nnimap.el (nnimap-open-connection): Print which authinfo file is
9559 used.
9560
9561 * nneething.el (nneething-map-file-directory): Derive from
9562 `gnus-directory'.
9563
9564 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9565 the To/Cc button.
9566
9567 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9568
9569 * nnmaildir.el (nnmaildir-request-accept-article):
9570 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9571
9572 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9573
9574 * gnus-async.el: Require timer-funcs at compile time when in
9575 XEmacs for `run-with-idle-timer'.
9576
9577 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9578
9579 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9580 autoloaded function.
9581
9582 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9585
9586 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
9587
9588 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9589
9590 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9591
9592 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9593 gnus-expert-user to default.
9594
9595 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
9596
9597 * nnimap.el (nnimap-open-server): Ditto.
9598
9599 * imap.el (imap-authenticate): Fix typo.
9600
9601 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
9602
9603 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9604 buffer (since IMAP server might return FETCH response out of
9605 order, and the nntp buffer must be sorted).
9606
9607 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
9608
9609 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9610 comparison on string.
9611
9612 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9613 (gnus-agent-score): Renamed category keywords to match gnus-cus.
9614 (gnus-agent-summary-fetch-series): Modified to protect against
9615 gnus-agent-summary-fetch-group clearing processable flags.
9616 (gnus-agent-synchronize-group-flags): Update live group buffer as
9617 synchronization may occur due to the user toggle the plugged
9618 status.
9619 (gnus-agent-fetch-group-1): Clear downloadable flag when article
9620 successfully downloaded.
9621 (gnus-agent-expire-group-1): Avoid using markers when the overview
9622 is in ascending order; greatly improves performance.
9623 (gnus-agent-regenerate-group): Use
9624 gnus-agent-synchronize-group-flags to reset read status in both
9625 gnus and server.
9626 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9627
9628 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9629
9630 * message.el: Don't autoload former message-utils variables.
9631 (message-strip-subject-trailing-was): Change doc string.
9632
9633 * nnweb.el: Fixes for `gnus-group-make-web-group'.
9634 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
9635 (nnweb-google-search): Add "hl=en" here.
9636 (nnweb-google-parse-1, nnweb-google-create-mapping):
9637 Don't hardcode URL.
9638
9639 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9640
9641 * message.el (message-get-reply-headers, message-followup):
9642 Mention related variables `message-use-followup-to' and
9643 `message-use-mail-followup-to', in the information buffer.
9644
9645 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9646 of broken groups(-beta).google.com.
9647
9648 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9649
9650 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9651 parameter to invoked gnus-request-move-article; remove the
9652 redundant gnus-sum-hint-move-is-internal variable; apply the marks
9653 all at once instead of once per article.
9654 (gnus-summary-remove-process-mark): Accept a list of articles as
9655 well as a single article for processing.
9656
9657 * gnus-int.el (gnus-request-move-article): Add move-is-internal
9658 parameter.
9659
9660 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9661
9662 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9663
9664 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9665 parameter.
9666
9667 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9668 parameter.
9669
9670 * nnimap.el (nnimap-request-move-article): Add move-is-internal
9671 parameter and remove the gnus-sum-hint-move-is-internal variable.
9672
9673 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9674 parameter.
9675
9676 * nndraft.el (nndraft-request-move-article): Add move-is-internal
9677 parameter.
9678
9679 * nndiary.el (nndiary-request-move-article): Add move-is-internal
9680 parameter.
9681
9682 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9683
9684 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9685 parameter.
9686
9687 * nnagent.el (nnagent-request-move-article): Add move-is-internal
9688 parameter.
9689
9690 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9693 a more conservative way.
9694
9695 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9698 buffer, so it moves the window's cursor.
9699
9700 2005-02-26 Arne Jørgensen <arne@arnested.dk>
9701
9702 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9703 `mm-dissect-multipart' and receive the from field as an (optional)
9704 argument from `mm-dissect-multipart'.
9705 (mm-dissect-multipart): Receive the from field as an argument and
9706 pass it on when we call `mm-dissect-buffer' on MIME parts.
9707 Fixes verification/decryption of signed/encrypted MIME parts.
9708
9709 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
9710
9711 * gnus-sum.el (gnus-summary-move-article): Set
9712 gnus-sum-hint-move-is-internal for gnus-request-move-article and
9713 whatever it calls (right now, only nnimap-request-move article
9714 respects it).
9715
9716 * nnimap.el (nnimap-request-move-article): When
9717 gnus-sum-hint-move-is-internal is set, don't do the extra
9718 nnimap-request-article.
9719
9720 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
9721
9722 * nnheader.el (nnheader-find-file-noselect): Add doc string.
9723
9724 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9725 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9726
9727 * gnus-sum.el (gnus-summary-caesar-message):
9728 Apply `gnus-treat-article' after rotation.
9729
9730 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9731 doc string.
9732
9733 2005-02-22 Simon Josefsson <jas@extundo.com>
9734
9735 * encrypt.el (encrypt-password-cache-expiry): Remove (use
9736 `password-cache-expiry' instead). Reported by Arne Jørgensen
9737 <arne@arnested.dk>.
9738 (encrypt): Add password-cache and password-cache-expiry as group
9739 members.
9740
9741 2005-02-22 Arne Jørgensen <arne@arnested.dk>
9742
9743 * smime.el (smime-ldap-host-list): Doc fix.
9744 (smime-ask-passphrase): Use `password-read-and-add' to read (and
9745 cache) password.
9746 (smime-sign-region): Use it.
9747 (smime-decrypt-region): Use it.
9748 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9749 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9750 fails.
9751 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9752 certificate from DER to PEM format rather than calling openssl.
9753
9754 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9755
9756 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9757 for signing/encryption.
9758
9759 * mml.el (mml-parse-1): Use them.
9760
9761 2005-02-21 Arne Jørgensen <arne@arnested.dk>
9762
9763 * nnrss.el (nnrss-verbose): Removed.
9764 (nnrss-request-group): Use `nnheader-message' instead.
9765
9766 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
9767
9768 * nnrss.el (nnrss-verbose): New variable.
9769 (nnrss-request-group): Make it say nnrss is requesting a group.
9770
9771 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
9772
9773 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9774 Handle news URL with given port correctly.
9775
9776 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9779 containing special characters.
9780
9781 * gnus-sum.el (gnus-summary-edit-article): Ditto.
9782
9783 * mml.el (mime-to-mml): Ditto.
9784
9785 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9786 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9787 (rfc2047-decode-region): Quote decoded words containing special
9788 characters when rfc2047-quote-decoded-words-containing-tspecials
9789 is non-nil.
9790
9791 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
9792
9793 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9794
9795 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9796
9797 2005-02-15 Simon Josefsson <jas@extundo.com>
9798
9799 * nnimap.el (nnimap-debug): Doc fix.
9800
9801 * imap.el (imap-debug): Doc fix.
9802
9803 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9806
9807 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9808
9809 * gnus.el (spam-contents): Improve docs for spam-contents
9810 parameter in its variable incarnation.
9811
9812 2005-02-14 Simon Josefsson <jas@extundo.com>
9813
9814 * smime-ldap.el: Use require instead of load-library for ldap.
9815 (smime-ldap-search): Indent.
9816 (smime-ldap-search-internal): Shorten line.
9817
9818 * smime.el (smime-cert-by-dns): Add doc-string.
9819 (smime-cert-by-ldap-1): Indent.
9820
9821 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9822 mml-smime-get-dns-ldap.
9823 (mml-smime-encrypt-query): Use new function. Default to ldap.
9824
9825 2005-02-14 Arne Jørgensen <arne@arnested.dk>
9826
9827 * smime.el: Require smime-ldap.
9828 (smime-ldap-host-list): New variable.
9829 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9830
9831 * mml-smime.el (mml-smime-encrypt-query): New function.
9832 (mml-smime-encrypt-query): Use it.
9833
9834 * smime-ldap.el: New file.
9835
9836 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9837
9838 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9839
9840 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9841
9842 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9843 argument in doc string. Make query for type more clear.
9844
9845 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9846
9847 * gnus.el (gnus-group-startup-message): Search for gnus images in
9848 etc/images/gnus.
9849 * mm-util.el (mm-image-load-path): Likewise.
9850 * smiley.el (smiley-data-directory): Search for smilies in
9851 etc/images/smilies.
9852
9853 2005-02-09 Kim F. Storm <storm@cua.dk>
9854
9855 Change Emacs release version from 21.4 to 22.1 throughout.
9856 Change Emacs development version from 21.3.50 to 22.0.50.
9857
9858 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
9859
9860 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9861
9862 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9863 non-Mule XEmacs as well.
9864 (mm-decompress-buffer): Signal an error intentionally if it does
9865 not decompress compressed data because auto-compression-mode is
9866 disabled.
9867
9868 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
9869
9870 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9871 an ID in the registry even if it has no groups.
9872
9873 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
9874
9875 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9876 merge it into mm-decompress-buffer.
9877 (gnus-mime-copy-part): Use the MIME part charset, the value which
9878 a user specified or gnus-newsgroup-charset for decoding, like
9879 gnus-mime-inline-part does; set buffer-file-coding-system to tell
9880 save-buffer what was used. Suggested by Kevin Ryde
9881 <user42@zip.com.au>.
9882 (gnus-mime-inline-part): Allow the name parameter as well as the
9883 filename parameter; force decompressing of compressed data; always
9884 display contents being not decoded as unibyte.
9885
9886 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9887 as well as the filename parameter.
9888
9889 * mm-util.el (mm-decompress-buffer): Merge
9890 gnus-mime-jka-compr-maybe-uncompress.
9891 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9892 of compressed data.
9893
9894 2005-02-08 Simon Josefsson <jas@extundo.com>
9895
9896 * imap.el (imap-log): Doc fix.
9897
9898 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9901 the coding cookies; decompress compressed parts.
9902
9903 * mml.el (mml-generate-mime-1): Add the charset parameter according
9904 to the value which a user specified manually or the coding cookie.
9905
9906 * mm-util.el (mm-string-to-multibyte): New function.
9907 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9908 (mm-coding-system-to-mime-charset): New function.
9909 (mm-decompress-buffer): New function.
9910 (mm-find-buffer-file-coding-system): New function.
9911
9912 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9913 (mm-display-inline-fontify): Rewrite for decoding and decompressing
9914 parts.
9915
9916 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9917
9918 * mm-view.el (mm-display-inline-fontify): Decode a part according
9919 to the charset parameter.
9920
9921 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
9922
9923 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9924 prefix arg is neither nil nor a number, as info specifies.
9925
9926 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
9927
9928 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9929 timestamps.
9930
9931 2005-02-02 Jari Aalto <jari.aalto@cante.net>
9932
9933 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9934 groups error checking and notify user.
9935
9936 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
9937
9938 * message.el (message-send-mail-function): Check existence of
9939 sendmail-program first before using default value
9940 `message-send-mail-with-sendmail'. Otherwise use more generic
9941 `smtpmail-send-it'.
9942
9943 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9944
9945 * nntp.el (nntp-request-update-info): Always return nil.
9946
9947 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9950
9951 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * message.el (message-beginning-of-line): Change the behavior when
9954 invoked between BOL and : so that it first moves backward.
9955
9956 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
9957
9958 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9959 article buffer when editing of the article is discarded.
9960 (gnus-article-prepare): Revert.
9961
9962 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
9963
9964 * gnus-art.el (gnus-article-prepare):
9965 Remove message-strip-forbidden-properties from the local hook.
9966
9967 2005-01-27 Simon Josefsson <jas@extundo.com>
9968
9969 * password.el (password-cache-add): Only start one timer per key.
9970 Reported by Derek Atkins <warlord@MIT.EDU>.
9971
9972 2005-01-26 Steve Youngs <steve@sxemacs.org>
9973
9974 * run-at-time.el: Removed. It is no longer needed as
9975 timer-funcs.el in the xemacs-base package has a working version of
9976 `run-at-time'.
9977
9978 * password.el: Require timer-funcs instead of run-at-time in
9979 XEmacs.
9980 Remove `password-run-at-time' macro.
9981 (password-cache-add): Use `run-at-time' instead of
9982 `password-run-at-time'.
9983
9984 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9985 for `run-with-idle-timer'.
9986
9987 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9988 for `run-at-time'.
9989
9990 * mm-url.el: Require timer-funcs at compile time when in XEmacs
9991 for `with-timeout'.
9992
9993 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9994
9995 * mml.el (mml-generate-mime-1): Convert string into unibyte when
9996 inserting " *mml*" buffer's contents into a unibyte temp buffer.
9997
9998 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
9999
10000 * mail-source.el (mail-source-fetch-imap): Search for ^From case
10001 sensitively.
10002
10003 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
10004
10005 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10006
10007 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
10008
10009 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10010 which will be inserted according to the multibyteness of a buffer
10011 rather than the type of contents. Suggested by ARISAWA Akihiro
10012 <ari@mbf.ocn.ne.jp>.
10013
10014 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10015 of string which old xml.el may return rather than a string.
10016
10017 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10018
10019 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10020
10021 2005-01-16 Simon Josefsson <jas@extundo.com>
10022
10023 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10024 idn/idna.el isn't available.
10025 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
10026 <michael@waxrat.com>.
10027
10028 * hashcash.el: Remove non-FSF copyright header.
10029
10030 * hashcash.el (hashcash-extra-generate-parameters): New variable.
10031 (hashcash-generate-payment): Use it.
10032 (hashcash-generate-payment-async): Use it.
10033
10034 2005-01-15 Simon Josefsson <jas@extundo.com>
10035
10036 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10037 Suggested by Raymond Scholz <ray-2005@zonix.de>.
10038
10039 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10040 gnus-summary-idna-message.
10041 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10042 (gnus-summary-idna-message): New function.
10043
10044 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10045
10046 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10047 gnus-novice-user.
10048
10049 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
10050
10051 * nnrss.el (nnrss-request-delete-group): Delete entries in
10052 nnrss-group-alist as well.
10053 (nnrss-save-server-data): Insert newline.
10054
10055 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
10056
10057 * gnus.el (gnus-user-agent): Use list of symbols instead of
10058 symbols. Display full version number for (S)XEmacs. Optionally
10059 display (S)XEmacs codename.
10060
10061 * gnus-util.el (gnus-emacs-version): Update for new
10062 `gnus-user-agent'.
10063
10064 * gnus-msg.el (gnus-extended-version): Make it possible to omit
10065 Gnus version.
10066
10067 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10068
10069 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
10070 which is unreadable in some setups.
10071
10072 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10073
10074 * gnus-spec.el (gnus-update-format-specifications): Flush the
10075 group format spec cache if it doesn't support decoded group names.
10076
10077 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10078
10079 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10080 Allow to apply decay on score files matching a regexp.
10081
10082 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
10083
10084 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10085 compatibility in %g and %c.
10086
10087 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
10088
10089 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10090 name for only %g and %c.
10091 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10092 of gnus-tmp-group to decoded group name.
10093 (gnus-group-make-rss-group): Exclude `/'s from group names.
10094
10095 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
10096
10097 * nnrss.el (nnrss-get-encoding): Fix regexp.
10098
10099 2004-12-27 Simon Josefsson <jas@extundo.com>
10100
10101 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10102 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10103 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
10104
10105 2004-12-17 Kim F. Storm <storm@cua.dk>
10106
10107 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10108
10109 * gnus-sum.el (gnus-summary-mode-map): Likewise.
10110
10111 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10112
10113 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10114
10115 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
10116
10117 * nnrss.el: Require rfc2047 and mml.
10118 (nnrss-file-coding-system): New variable.
10119 (nnrss-format-string): Redefine it as an inline function.
10120 (nnrss-decode-group-name): New function.
10121 (nnrss-string-as-multibyte): Remove.
10122 (nnrss-retrieve-headers): Decode group name; don't use
10123 nnrss-format-string.
10124 (nnrss-request-group): Decode group name.
10125 (nnrss-request-article): Decode group name; allow a Message-ID as
10126 well as an article number; don't use nnrss-format-string; encode a
10127 Message-ID string which may contain non-ASCII characters; use
10128 mml-to-mime to compose a MIME article.
10129 (nnrss-request-expire-articles): Decode group name.
10130 (nnrss-request-delete-group): Decode group name.
10131 (nnrss-fetch): Clarify error message.
10132 (nnrss-read-server-data): Use insert-file-contents instead of load;
10133 bind file-name-coding-system; use multibyte buffer.
10134 (nnrss-save-server-data): Bind coding-system-for-write to the
10135 value of nnrss-file-coding-system; bind file-name-coding-system;
10136 add coding cookie.
10137 (nnrss-read-group-data): Use insert-file-contents instead of load;
10138 bind file-name-coding-system; use multibyte buffer.
10139 (nnrss-save-group-data): Bind coding-system-for-write to the
10140 value of nnrss-file-coding-system; bind file-name-coding-system.
10141 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10142 make it work with non-ASCII text.
10143 (nnrss-find-el): Make it work with old xml.el as well.
10144
10145 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10146
10147 * nnrss.el (nnrss-get-encoding): New function.
10148 (nnrss-fetch): Use unibyte buffer initially; bind
10149 coding-system-for-read while performing mm-url-insert; remove ^Ms;
10150 decode contents according to the encoding attribute.
10151 (nnrss-save-group-data): Add coding cookie.
10152 (nnrss-mime-encode-string): New function.
10153 (nnrss-check-group): Use it to encode subject and author.
10154
10155 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
10156
10157 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10158 imaginary variable.
10159
10160 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10161
10162 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10163 correctly even if there are wide characters.
10164
10165 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10166
10167 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10168 downcased symbol names; make a new cache instead of reusing
10169 bbdb-hashtable.
10170
10171 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10174 concatenating segments rather than before concatenating them.
10175 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10176
10177 * message.el (message-get-reply-headers): Bind `extra'.
10178
10179 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10180
10181 * message.el (message-extra-wide-headers): New variable.
10182 (message-get-reply-headers): Use it.
10183
10184 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10185
10186 * gnus-agent.el (gnus-agent-group-path): Decode group name.
10187 (gnus-agent-group-pathname): Ditto.
10188
10189 * gnus-cache.el (gnus-cache-file-name): Decode group name.
10190
10191 * gnus-group.el (gnus-group-make-group): Decode group name.
10192 (gnus-group-make-rss-group): Register the group data after opening
10193 the nnrss group.
10194
10195 2004-12-17 Paul Jarc <prj@po.cwru.edu>
10196
10197 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10198 by expiry now get marked as read.
10199
10200 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10201
10202 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10203
10204 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
10205
10206 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10207 unify Latin characters in XEmacs.
10208 (mm-find-mime-charset-region): Use it.
10209
10210 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10211
10212 * gnus-util.el (gnus-delete-directory): New function.
10213
10214 * gnus-agent.el (gnus-agent-delete-group): Use it.
10215
10216 * gnus-cache.el (gnus-cache-delete-group): Use it.
10217
10218 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
10219
10220 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10221 names.
10222
10223 2004-12-16 Simon Josefsson <jas@extundo.com>
10224
10225 * hashcash.el (hashcash-payment-alist): Fix custom :type.
10226
10227 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10228
10229 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10230
10231 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10232 (gnus-group-set-current-level): Decode group name.
10233
10234 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
10235
10236 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10237 failed.
10238
10239 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
10240
10241 * gnus-group.el (gnus-group-delete-group): Decode group name.
10242 (gnus-group-make-rss-group): Encode group name.
10243 (gnus-group-catchup-current): Decode group name.
10244 (gnus-group-kill-group): Decode group name.
10245
10246 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10249
10250 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
10251
10252 * gnus-group.el (gnus-group-make-rss-group):
10253 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10254
10255 * gnus-start.el (gnus-setup-news): Honor user's setting to
10256 gnus-message-archive-method. Suggested by Lute Kamstra
10257 <lute@gnu.org>.
10258
10259 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
10260
10261 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10262 global counterparts of the buffer-local variables.
10263
10264 2004-11-16 Romain Francoise <romain@orebokech.com>
10265
10266 * gnus-sum.el (gnus-summary-exit): Don't clear the global
10267 counterparts of the buffer-local variables.
10268
10269 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10270
10271 * message.el (message-forbidden-properties): Fixed typo in doc
10272 string.
10273
10274 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10275
10276 * gnus-util.el (gnus-replace-in-string): Added doc string.
10277
10278 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10279 to avoid problems when splitting mails with many recipients.
10280
10281 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10284 pop-to-buffer, covered by the subsequent gnus-configure-windows.
10285
10286 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
10287
10288 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10289 if there is no hashtable in memory or file modification time is
10290 newer than cached timestamp.
10291
10292 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10293
10294 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10295 not-matching option.
10296
10297 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
10298
10299 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10300 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10301 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10302 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10303 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
10304 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10305
10306 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * message.el (message-forward-make-body-mml): Remove headers
10309 according to message-forward-ignored-headers if a message is decoded.
10310
10311 2004-12-02 Romain Francoise <romain@orebokech.com>
10312
10313 * message.el (message-forward-make-body-plain): Always remove
10314 headers according to message-forward-ignored-headers.
10315
10316 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
10317
10318 * spam.el (spam-summary-prepare-exit): Remove the
10319 gnus-summary-limit pop for now, it has problems with ham marks for
10320 me.
10321
10322 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
10323
10324 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10325 correctly.
10326
10327 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
10328
10329 * format-spec.el (format-spec): Message the char.
10330
10331 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10332
10333 * gnus-art.el (gnus-split-methods): Reformat comments.
10334
10335 * spam.el (spam-summary-prepare-exit): Remove article limits
10336 before exiting the summary buffer.
10337
10338 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10339
10340 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10341 order to silence the byte compiler.
10342
10343 * spam.el: Fix the way to silence the byte compiler, which
10344 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10345 bbdb-search-simple, spam-BBDB-register-routine,
10346 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10347 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10348 spam-stat-buffer-is-spam, spam-stat-load,
10349 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10350 spam-stat-save and spam-stat-split-fancy.
10351
10352 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10353
10354 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10355 which may confuse users.
10356 (canlock-password-for-verify): Ditto.
10357
10358 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10359
10360 * gnus-art.el (gnus-emphasis-alist): Ditto.
10361
10362 * gnus-registry.el (gnus-registry-max-entries): Ditto.
10363
10364 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10365
10366 * gnus-start.el (gnus-save-killed-list): Ditto.
10367
10368 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10369 (gnus-sum-thread-tree-root): Ditto.
10370 (gnus-sum-thread-tree-false-root): Ditto.
10371 (gnus-sum-thread-tree-single-indent): Ditto.
10372
10373 * message.el (message-courtesy-message): Ditto.
10374 (message-archive-note): Ditto.
10375 (message-subscribed-address-file): Ditto.
10376 (message-user-fqdn): Ditto.
10377
10378 * spam-report.el (spam-report-gmane-regex): Ditto.
10379
10380 * spam.el (spam-blackhole-good-server-regex): Ditto.
10381
10382 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10383
10384 * mml.el (mml-preview): Widen the message buffer before copying
10385 the contents to the preview buffer; sort headers before previewing.
10386
10387 * message.el (message-hidden-headers): Fix the way to avoid a bug
10388 in the `repeat' widget in Emacs 21.3 or earlier.
10389
10390 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10391
10392 * message.el (message-hidden-headers): Default to "^References:".
10393 Improve customization type. Suggested by Reiner Steib
10394 <Reiner.Steib@gmx.de>.
10395
10396 2004-11-25 Romain Francoise <romain@orebokech.com>
10397
10398 * message.el (message-strip-forbidden-properties): Remove check for
10399 obsolete `message-hidden' text property, hidden headers are not
10400 accessible in the buffer anymore.
10401
10402 2004-11-22 Romain Francoise <romain@orebokech.com>
10403
10404 * message.el (message-header-format-alist): Add `From' in list
10405 so that it can be sorted.
10406 (message-fix-before-sending): Widen and sort headers before
10407 sending.
10408 (message-hide-headers): Use narrowing to hide headers by moving
10409 them to the top of the buffer and narrowing to the region
10410 underneath.
10411
10412 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10413
10414 * message.el (message-strip-forbidden-properties): Bind
10415 buffer-read-only (etc) to nil.
10416
10417 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
10418
10419 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10420 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10421
10422 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
10423
10424 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10425
10426 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10427
10428 * dns.el (query-dns): Use sit-for to time instead of
10429 accept-process-output, since that doesn't seem to work on udp
10430 sockets.
10431
10432 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10433
10434 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10435
10436 2004-11-15 Jesper Harder <harder@ifa.au.dk>
10437
10438 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10439 doc string. Improve doc string.
10440
10441 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10442
10443 * nntp.el (nntp-request-update-info): Return nil if
10444 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10445 may not call gnus-activate-group which uselessly issues the GROUP
10446 commands for all nntp groups and wastes time. Reported by Romain
10447 Francoise <romain@orebokech.com>.
10448
10449 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10450
10451 2004-11-15 Simon Josefsson <jas@extundo.com>
10452
10453 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10454 headers separately.
10455 (gnus-button-openpgp): New function, inspired by Jochen Küpper
10456 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10457
10458 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10459
10460 * gnus-start.el (gnus-convert-old-newsrc):
10461 Assign legacy-gnus-agent to 5.10.7.
10462
10463 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10464
10465 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10466 start of the lines.
10467
10468 2004-11-14 Magnus Henoch <mange@freemail.hu>
10469
10470 * hashcash.el (hashcash-default-payment): Change default to 20.
10471 (hashcash-default-accept-payment): Change default to 20.
10472 (hashcash-process-alist): New variable.
10473 (hashcash-generate-payment-async): Add.
10474 (hashcash-already-paid-p): Add.
10475 (hashcash-insert-payment): Don't generate payments twice.
10476 (hashcash-insert-payment-async): Add.
10477 (hashcash-insert-payment-async-2): Add.
10478 (hashcash-cancel-async): Add.
10479 (hashcash-wait-async): Add.
10480 (hashcash-processes-running-p): Add.
10481 (hashcash-wait-or-cancel): Add.
10482 (mail-add-payment): New optional argument. Conditionally start
10483 asynchronous calculation.
10484 (mail-add-payment-async): Add.
10485
10486 * message.el (message-send-mail): Wait for asynchronous hashcash
10487 results. Don't clobber existing X-Hashcash headers.
10488 (message-setup-1): Call mail-add-payment-async when
10489 message-generate-hashcash is non-nil.
10490
10491 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10492
10493 * message.el (message-use-alternative-email-as-from): Examine the
10494 From header as well; use message-make-from in order to include a
10495 user's full name.
10496
10497 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10498
10499 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10500 default; improve customization type.
10501 (gnus-emphasis-custom-with-format): New macro.
10502 (gnus-emphasis-custom-value-to-external): New function.
10503 (gnus-emphasis-custom-value-to-internal): New function.
10504
10505 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10506
10507 * dns.el (query-dns): Resolve reverse addresses.
10508
10509 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10510
10511 * gnus-group.el (gnus-group-get-new-news): Use it.
10512
10513 * gnus-start.el (gnus-check-reasonable-setup): New function.
10514
10515 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
10516
10517 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10518 "Args out of range" error. Reported by Arnaud Giersch
10519 <arnaud.giersch@free.fr>.
10520
10521 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
10522
10523 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10524
10525 2004-11-04 Richard M. Stallman <rms@gnu.org>
10526
10527 * spam.el (spam group): Add :version.
10528
10529 * pgg-def.el (pgg group): Add :version.
10530
10531 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10532
10533 * gnus-art.el (gnus-article-edit-article): Don't associate the
10534 article buffer with a draft file. This is a temporary measure
10535 against the 2004-08-22 change to gnus-article-edit-mode.
10536
10537 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10538
10539 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10540 (html2text-format-tags): Remove unused variable `attr'.
10541
10542 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10543
10544 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10545
10546 * spam-stat.el (spam-stat): Add :version.
10547
10548 * sieve.el (sieve): Add :version.
10549
10550 * sha1.el (sha1): Add :version.
10551 (sha1-use-external): Remove redundant version.
10552
10553 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10554 (nnmail-cache-ignore-groups, nnmail-spool-hook)
10555 (nnmail-split-fancy-match-partial-words)
10556 (nnmail-split-lowercase-expanded): Add :version.
10557
10558 * nndiary.el (nndiary): Add :version.
10559
10560 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10561
10562 * mml-sec.el (mml-default-sign-method)
10563 (mml-default-encrypt-method, mml-signencrypt-style-alist):
10564 Add :version.
10565
10566 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10567
10568 * mm-url.el (mm-url-use-external, mm-url-program)
10569 (mm-url-arguments): Add :version.
10570
10571 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10572 (mm-attachment-file-modes, mm-decrypt-option)
10573 (mm-w3m-safe-url-regexp): Add :version.
10574
10575 * message.el (message-cite-prefix-regexp)
10576 (message-sendmail-envelope-from, message-minibuffer-local-map)
10577 (message-user-fqdn, message-completion-alist): Add :version.
10578
10579 * gnus-win.el (gnus-configure-windows-hook)
10580 (gnus-use-frames-on-any-display): Add :version.
10581
10582 * gnus-art.el (gnus-article-address-banner-alist)
10583 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10584 (gnus-treat-from-picon, gnus-treat-mail-picon)
10585 (gnus-treat-x-pgp-sig): Add :version.
10586
10587 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10588 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10589 (gnus-summary-article-delete-hook)
10590 (gnus-summary-display-while-building): Add :version.
10591
10592 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10593 (gnus-get-top-new-news-hook): Add :version.
10594
10595 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10596 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10597
10598 * gnus-registry.el (gnus-registry): Add :version.
10599
10600 * gnus-spec.el (gnus-use-correct-string-widths)
10601 (gnus-make-format-preserve-properties): Add :version.
10602
10603 * gnus.el (gnus-group-charter-alist)
10604 (gnus-group-fetch-control-use-browse-url)
10605 (gnus-install-group-spam-parameters): Add :version.
10606
10607 * gnus-diary.el (gnus-diary): Add :version.
10608
10609 * gnus-delay.el (gnus-delay): Add :version.
10610
10611 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10612 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10613 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10614 Add :version.
10615
10616 * gnus-agent.el (gnus-agent-max-fetch-size)
10617 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10618 (gnus-agent-prompt-send-queue): Add :version.
10619
10620 * deuglify.el (gnus-outlook-deuglify): Add :version.
10621
10622 * html2text.el: Beautify code. Improve doc strings. Some
10623 checkdoc cleanup.
10624 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10625
10626 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10627
10628 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10629
10630 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
10631
10632 * gnus-registry.el (gnus-registry-hashtb): Create the registry
10633 when package is loaded.
10634
10635 * spam.el (spam-summary-score-preferred-header): Add global preference
10636 for people who want to override the default SpamAssassin over
10637 Bogofilter preference (when both are set).
10638 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10639 (spam-user-format-function-S): Check
10640 spam-summary-score-preferred-header.
10641 (spam-extra-header-to-number): Add X-Bogosity header parsing.
10642 (spam-user-format-function-S): Format the score correctly.
10643
10644 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10645
10646 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10647 signature file. Suggested by Manoj Srivastava
10648 <srivasta@golden-gryphon.com>.
10649
10650 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10651 iso-2022-jp even in the Japanese language environment.
10652 Suggested by Jason Rumney <jasonr@gnu.org>.
10653
10654 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
10655
10656 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10657 use the same characters as the dummy marks; make it free from
10658 getting affected by the language environment.
10659 (gnus-summary-read-group-1): Update mark positions only when the
10660 format spec is updated.
10661
10662 * gnus-spec.el (gnus-update-format-specifications): Return a list
10663 of updated types.
10664
10665 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
10666
10667 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10668 of boundp to check if display-warning is available.
10669
10670 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
10671
10672 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10673
10674 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
10675
10676 * nnspool.el (nnspool-spool-directory): Use news-path if the
10677 news-directory variable is not bound.
10678
10679 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10680 function instead of display-warning if it is not available.
10681
10682 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10683
10684 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10685 v5-10: Use `point-at-bol'.
10686
10687 2004-10-26 Simon Josefsson <jas@extundo.com>
10688
10689 * hashcash.el: Fix URL in comment, reported by Cheng Gao
10690 <chenggao@gmail.com>.
10691
10692 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10693
10694 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
10695 instead.
10696
10697 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
10698
10699 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10700 to remove a server from the nnimap-server-buffer-alist.
10701 (nnimap-open-connection, nnimap-close-server): Use it.
10702
10703 * gnus-encrypt.el: Remove file in favor of encrypt.el.
10704
10705 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
10706
10707 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10708 running the major-mode function.
10709
10710 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10711
10712 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10713 dummy marks in the right way.
10714
10715 2004-10-18 David Edmondson <dme@dme.org>
10716
10717 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10718 excessively.
10719
10720 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
10721
10722 * gnus-util.el (gnus-split-references): Accept a nil references
10723 string and go on blissfully.
10724
10725 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10726 cases where the references string is non-nil but has no references.
10727
10728 * encrypt.el: Add autoload tags.
10729
10730 * spam.el (spam-resolve-registrations-routine): Remove article
10731 from unregistration list too. Reported by David Hanak
10732 <dhanak@isis.vanderbilt.edu>
10733
10734 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
10735
10736 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10737 nil. Changed custom type.
10738
10739 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
10740
10741 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10742
10743 * gnus-sum.el (gnus-summary-move-article): Use it.
10744
10745 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
10746
10747 * encrypt.el: Add autoload cookies.
10748
10749 * spam.el (spam-backend-article-list-property)
10750 (spam-backend-get-article-todo-list)
10751 (spam-backend-put-article-todo-list)
10752 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10753 Resolve registrations separately.
10754 (spam-register-routine): Format comments.
10755 (spam-unregister-routine, spam-register-routine): Always call with
10756 specific-articles, no default list.
10757 (spam-summary-prepare-exit): Use the spam-classifications function.
10758
10759 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10760 gnus-encrypt.el.
10761
10762 * encrypt.el: Copied from gnus-encrypt.el.
10763
10764 * gnus-encrypt.el: Commented that it's obsolete.
10765
10766 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10767
10768 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10769 (gnus-score-save): Use it.
10770
10771 * message.el (message-bury): Use `window-dedicated-p'.
10772
10773 2004-10-15 Simon Josefsson <jas@extundo.com>
10774
10775 * pop3.el (top-level): Don't require nnheader.
10776 (pop3-read-timeout): Add.
10777 (pop3-accept-process-output): Add.
10778 (pop3-read-response, pop3-retr): Use it.
10779
10780 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
10781
10782 * spam.el (spam-register-routine): Move comment.
10783 (spam-verify-bogofilter): Use 'unknown for the initial
10784 spam-bogofilter-valid state, not 'never.
10785
10786 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10787 for netrc-machine.
10788
10789 * nnimap.el (nnimap-open-connection): Use
10790 netrc-machine-user-or-password.
10791
10792 2004-10-17 Richard M. Stallman <rms@gnu.org>
10793
10794 * gnus-registry.el (gnus-registry-unload-hook):
10795 Set as a variable with add-hook.
10796
10797 * nnspool.el (nnspool-spool-directory): Use news-directory instead
10798 of news-path.
10799
10800 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10801
10802 * spam.el: Delete duplicate `provide'.
10803 (spam-unload-hook): Set as a variable with add-hook.
10804
10805 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10806
10807 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10808 in the doc string.
10809
10810 * message.el (message-ignored-news-headers)
10811 (message-ignored-supersedes-headers)
10812 (message-ignored-resent-headers)
10813 (message-forward-ignored-headers): Improve custom type.
10814
10815 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
10816
10817 * message.el (message-tokenize-header): Fix 2004-09-06 change
10818 which used point-min in the wrong place.
10819
10820 2004-10-12 Simon Josefsson <jas@extundo.com>
10821
10822 * tls.el (tls-certtool-program): New variable.
10823 (tls-certificate-information): New function, based on
10824 ssl-certificate-information.
10825
10826 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10827
10828 * compface.el: Move the version of ELisp-based uncompface program
10829 to the contrib directory because of the copyright problem.
10830
10831 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10832
10833 * message.el (message-kill-buffer): Raise the current frame.
10834
10835 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
10836
10837 * gnus-sum.el: Mention that multibyte characters don't work as marks.
10838
10839 * gnus.el (message-y-or-n-p): Autoload.
10840
10841 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10842 (pop3-password-required, pop3-authentication-scheme)
10843 (pop3-leave-mail-on-server): Made customizable.
10844 (pop3): New custom group.
10845 (pop3-retr): Remove `sleep-for' statements.
10846 Suggested by Dave Love <fx@gnu.org>.
10847
10848 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10849 Windows/DOS.
10850
10851 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10852 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
10853 Dave Love <fx@gnu.org>.
10854
10855 * mml.el (mml-minibuffer-read-disposition): Require match.
10856 Suggested by Dave Love <fx@gnu.org>.
10857
10858 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
10859
10860 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
10861 doc string.
10862
10863 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
10864
10865 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10866
10867 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10868
10869 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10870 instead of calling `mm-insert-inline', to decode text/* parts
10871 before displaying them.
10872
10873 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
10874
10875 * mm-uu.el (mm-uu-text-plain-type): New variable.
10876 (mm-uu-pgp-signed-extract-1): Use it.
10877 (mm-uu-pgp-encrypted-extract-1): Use it.
10878 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10879 bind mm-uu-text-plain-type with that value.
10880 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10881 mm-uu-dissect.
10882
10883 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
10884
10885 * gnus-group.el (gnus-update-group-mark-positions):
10886 * gnus-sum.el (gnus-update-summary-mark-positions):
10887 * message.el (message-check-news-body-syntax):
10888 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10889 of string-as-multibyte.
10890
10891 2004-10-05 Juri Linkov <juri@jurta.org>
10892
10893 * gnus-group.el (gnus-update-group-mark-positions):
10894 * gnus-sum.el (gnus-update-summary-mark-positions):
10895 * message.el (message-check-news-body-syntax):
10896 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10897 8-bit unibyte values to a multibyte string for search functions.
10898
10899 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
10900
10901 * mm-uu.el (mm-uu-dissect): Allow optional arg.
10902 (mm-uu-dissect-text-parts): New function.
10903
10904 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10905 dissect text parts.
10906
10907 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10908 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10909
10910 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10911
10912 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10913 gnus-current-topics instead of gnus-current-topic.
10914
10915 2004-10-06 Jesper Harder <harder@ifa.au.dk>
10916
10917 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10918
10919 2004-10-05 Jesper Harder <harder@ifa.au.dk>
10920
10921 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10922 where approriate.
10923
10924 * nnml.el (nnml-generate-active-info): do.
10925
10926 * nndiary.el (nndiary-generate-active-info): do.
10927
10928 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10929 (gnus-topic-move): do.
10930
10931 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10932 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10933
10934 * gnus-srvr.el (gnus-server-prepare)
10935 (gnus-server-open-all-servers): do.
10936
10937 * gnus-msg.el (gnus-summary-cancel-article)
10938 (gnus-summary-resend-message)
10939 (gnus-summary-mail-crosspost-complaint): do.
10940
10941 * gnus-move.el (gnus-change-server): do.
10942
10943 * gnus-group.el (gnus-group-unmark-all-groups)
10944 (gnus-group-set-current-level): do.
10945
10946 2004-10-04 Simon Josefsson <jas@extundo.com>
10947
10948 * message.el (message-generate-hashcash): Doc fix.
10949
10950 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
10951
10952 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10953 avoid infinite recursion via gnus-get-function.
10954
10955 2004-10-02 Jesper Harder <harder@ifa.au.dk>
10956
10957 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10958
10959 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10960
10961 * nnmail.el (nnmail-split-history): do.
10962
10963 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10964 (nnml-request-delete-group): do.
10965
10966 * nnslashdot.el (nnslashdot-read-groups): do.
10967
10968 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10969 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10970
10971 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10972 (nnspool-sift-nov-with-sed): Use last.
10973 (nnspool-retrieve-headers-with-nov): Use mapc.
10974 (nnspool-request-newgroups): Use dolist.
10975 (nnspool-request-group): Use last.
10976
10977 * nntp.el (nntp-read-server-type): Use dolist.
10978
10979 * nnvirtual.el (nnvirtual-create-mapping)
10980 (nnvirtual-update-read-and-marked): Use dolist.
10981 (nnvirtual-convert-headers): Simplify.
10982
10983 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
10984
10985 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10986 support for sync'ing tick marks.
10987
10988 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
10989
10990 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10991 there's no visible header.
10992
10993 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
10994
10995 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10996 necessary, pass full group name to gnus-request-set-marks.
10997
10998 2004-10-01 Simon Josefsson <jas@extundo.com>
10999
11000 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
11001 acroread.
11002
11003 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11004
11005 * spam-report.el (spam-report-gmane): Fix interactive.
11006
11007 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11008
11009 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11010 when writing file.
11011 (gnus-agent-synchronize-flags): Don't default to being
11012 interactive.
11013
11014 2004-09-30 Simon Josefsson <jas@extundo.com>
11015
11016 * message.el (message-generate-hashcash): Add.
11017 (message-send-mail): Use it, call mail-add-payment.
11018
11019 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11020
11021 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11022
11023 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
11024
11025 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11026 gnus-requst-update-info with explicit code to sync the in-memory
11027 info read flags with the marks being sync'd to the backend.
11028
11029 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11030
11031 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11032
11033 * spam.el (spam-verify-bogofilter): Add new function.
11034 (spam-check-bogofilter)
11035 (spam-bogofilter-register-with-bogofilter): Use it.
11036 (spam-verify-bogofilter): Add small fixes.
11037
11038 2004-09-28 Simon Josefsson <jas@extundo.com>
11039
11040 * hashcash.el (hashcash-generate-payment): Revert.
11041
11042 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11043
11044 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11045 gnus-extract-references instead of gnus-split-references.
11046
11047 * gnus-util.el (gnus-extract-references): Add new function, analogous
11048 to gnus-split-references but extracts only the message-ID without
11049 anything extra.
11050
11051 * hashcash.el (hashcash-generate-payment)
11052 (hashcash-check-payment): Do the right thing if hashcash-path is
11053 nil (because the hashcash program could not be found).
11054
11055 * spam.el (spam-use-hashcash): Remove comment.
11056
11057 2004-09-27 Jesper Harder <harder@ifa.au.dk>
11058
11059 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11060 (gnus-cache-enter-article, gnus-cache-remove-article)
11061 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11062
11063 * gnus-async.el (gnus-async-prefetch-remove-group): do.
11064
11065 * gnus-art.el (article-hide-boring-headers)
11066 (article-translate-strings, article-display-face)
11067 (gnus-article-mime-match-handle-first)
11068 (gnus-article-highlight-headers)
11069 (gnus-article-add-buttons-to-head): do.
11070
11071 2004-09-27 Simon Josefsson <jas@extundo.com>
11072
11073 * hashcash.el: New version, from
11074 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
11075 ../contrib/.
11076
11077 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11078
11079 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11080
11081 2004-09-26 Jesper Harder <harder@ifa.au.dk>
11082
11083 * gnus-dup.el (gnus-dup-open): Use mapc.
11084 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11085
11086 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11087 Reported by Stefan Wiens <s.wi@gmx.net>.
11088
11089 * gnus.el (gnus-shutdown): Use dolist.
11090
11091 * gnus-undo.el (gnus-undo): Use mapc.
11092
11093 * nnrss.el (nnrss-generate-active): do.
11094
11095 * message.el (message-cite-original-without-signature)
11096 (message-cite-original): Use mapc.
11097 (message-do-actions, message-make-forward-subject): Use dolist.
11098
11099 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11100
11101 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11102 deletion to remove entire duplicate line. Fixes merged article
11103 number bug.
11104
11105 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11106
11107 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11108 servers that are offline. Avoids having gnus-agent-toggle-plugged
11109 first ask if you want to open a server and then, even when you
11110 responded with no, asking if you want to synchronize the server's
11111 flags.
11112 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11113 multi-line expressions.
11114 (gnus-agent-synchronize-group-flags): New internal function.
11115 Updates marks in memory (in the info structure) AND in the
11116 backend.
11117
11118 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11119
11120 * nnagent.el (nnagent-request-set-mark): Use
11121 gnus-agent-synchronize-group-flags, not backend's request-set-mark
11122 method, to ensure that synchronization updates marks in the
11123 backend and in the info (in memory) structure.
11124
11125 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
11126
11127 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11128 convention fully; don't miss the root article of a thread; make
11129 the X-Draft-From header with correct article numbers.
11130
11131 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
11132
11133 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11134 unless plugged. Disable the agent so that an open failure causes
11135 an error.
11136
11137 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11138 Reverted 2004-09-21 change. The backend must be opened while
11139 synchronizing flags even when the backend stores the flags
11140 locally.
11141
11142 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
11143
11144 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11145 in `header' match. Reported by Svend Tollak Munkejord.
11146
11147 * message.el (message-cite-original): Fix use of
11148 `message-cite-articles-with-x-no-archive'.
11149
11150 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
11151
11152 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11153 (gnus-window-to-buffer): Ditto.
11154
11155 * mml.el (mml-preview-buffer): New variable.
11156 (mml-preview): Manage window layout with gnus-buffer-configuration.
11157
11158 * gnus-msg.el (gnus-setup-message): Put article numbers into the
11159 X-Draft-From header even if those articles aren't quoted.
11160
11161 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
11162
11163 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11164 (gnus-request-set-mark, gnus-request-update-mark): Use new
11165 g-s-t-u-l-m to decide to use backend even when unplugged.
11166
11167 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
11168
11169 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11170 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
11171
11172 2004-09-20 Simon Josefsson <jas@extundo.com>
11173
11174 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11175 "utf-16-le".
11176
11177 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11178
11179 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11180
11181 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11182
11183 * uudecode.el (uudecode-use-external): Add :version.
11184
11185 * smime.el (smime-CA-file, smime-encrypt-cipher)
11186 (smime-dns-server): Add :version.
11187
11188 * smiley.el (gnus-smiley-file-types): Add :version.
11189
11190 * sha1.el (sha1-use-external): Add :version.
11191
11192 * pgg-def.el (pgg-query-keyserver): Add :version.
11193
11194 * nnmail.el (nnmail-fancy-expiry-targets)
11195 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11196 Add :version.
11197
11198 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11199 (nnimap-retrieve-groups-asynchronous): Add :version.
11200 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
11201
11202 * mml.el (mml-content-disposition-parameters)
11203 (mml-insert-mime-headers-always): Add :version.
11204
11205 * mm-util.el (mm-coding-system-priorities): Add :version.
11206
11207 * mm-decode.el (mm-inline-text-html-with-images)
11208 (mm-keep-viewer-alive-types, mm-external-terminal-program)
11209 (mm-verify-option): Add :version.
11210 (mm-text-html-renderer): Change :version.
11211
11212 * message.el (message-fcc-externalize-attachments)
11213 (message-required-headers, message-draft-headers)
11214 (message-subject-trailing-was-query)
11215 (message-subject-trailing-was-ask-regexp)
11216 (message-subject-trailing-was-regexp, message-mark-insert-begin)
11217 (message-mark-insert-end, message-archive-header)
11218 (message-archive-note, message-cross-post-default)
11219 (message-cross-post-note, message-followup-to-note)
11220 (message-cross-post-note-function, message-use-mail-followup-to)
11221 (message-subscribed-address-functions)
11222 (message-subscribed-address-file, message-subscribed-addresses)
11223 (message-subscribed-regexps, message-allow-no-recipients)
11224 (message-yank-cited-prefix, message-signature-insert-empty-line)
11225 (message-hidden-headers, message-hierarchical-addresses)
11226 (message-mail-user-agent, message-use-idna)
11227 (message-valid-fqdn-regexp)
11228 (message-strip-special-text-properties, message-header-synonyms)
11229 (message-beginning-of-line, message-tab-body-function): Add :version.
11230 (message-insert-canlock, message-wide-reply-confirm-recipients):
11231 Change :version.
11232
11233 * mail-source.el (mail-source-ignore-errors): Add :group, :type
11234 and :version.
11235 (mail-source-delete-old-incoming-confirm)
11236 (mail-source-movemail-program): Add :version.
11237
11238 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11239 (gnus-agent-cache, gnus-agent): Change :version.
11240
11241 * gnus-util.el (gnus-use-byte-compile): Change :version.
11242
11243 * gnus-sum.el (gnus-summary-make-false-root-always)
11244 (gnus-summary-default-high-score)
11245 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11246 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11247 (gnus-read-all-available-headers, gnus-article-emulate-mime)
11248 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11249 (gnus-sum-thread-tree-single-indent)
11250 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11251 (gnus-sum-thread-tree-leaf-with-other)
11252 (gnus-sum-thread-tree-single-leaf): Add :version.
11253 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11254 (gnus-article-loose-mime): Change :version.
11255
11256 * gnus-start.el (gnus-backup-startup-file)
11257 (gnus-save-startup-file-via-temp-buffer): Add :version.
11258
11259 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11260 (gnus-server-offline-face): Add :version.
11261
11262 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11263
11264 * gnus-msg.el (gnus-gcc-externalize-attachments)
11265 (gnus-debug-files, gnus-debug-exclude-variables)
11266 (gnus-discouraged-post-methods): Change :version.
11267 (gnus-confirm-mail-reply-to-news)
11268 (gnus-confirm-treat-mail-like-news): Add :version.
11269
11270 * gnus-int.el (gnus-server-unopen-status): Add :version.
11271
11272 * gnus-group.el (gnus-group-jump-to-group-prompt)
11273 (gnus-large-ephemeral-newsgroup)
11274 (gnus-fetch-old-ephemeral-headers): Add :version.
11275
11276 * gnus-fun.el (gnus-x-face-directory)
11277 (gnus-convert-pbm-to-x-face-command)
11278 (gnus-convert-image-to-x-face-command)
11279 (gnus-convert-image-to-face-command): Add :version.
11280
11281 * gnus-delay.el (gnus-delay-default-hour): Add :version.
11282
11283 * gnus-cite.el (gnus-cite-blank-line-after-header)
11284 (gnus-article-boring-faces): Add :version.
11285
11286 * gnus-art.el (gnus-buttonized-mime-types)
11287 (gnus-inhibit-mime-unbuttonizing)
11288 (gnus-treat-display-face)
11289 (gnus-treat-body-boundary): Change :version.
11290 (gnus-body-boundary-delimiter, gnus-picon-databases)
11291 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11292 (gnus-treat-date-english, gnus-treat-fold-headers)
11293 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11294 (gnus-treat-mail-picon, gnus-treat-wash-html)
11295 (gnus-article-encrypt-protocol)
11296 (gnus-use-idna, gnus-article-over-scroll)
11297 (gnus-mime-display-multipart-alternative-as-mixed)
11298 (gnus-mime-display-multipart-related-as-mixed)
11299 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11300 (gnus-ctan-url, gnus-button-ctan-handler)
11301 (gnus-button-handle-ctan-bogus-regexp)
11302 (gnus-button-ctan-directory-regexp)
11303 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11304 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11305 (gnus-button-man-level, gnus-button-emacs-level)
11306 (gnus-button-message-level, gnus-button-browse-level): Add :version.
11307
11308 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11309 (gnus-agent-go-online): Change :version.
11310 (gnus-agent-expire-unagentized-dirs)
11311 (gnus-agent-auto-agentize-methods): Add :version.
11312
11313 * flow-fill.el (fill-flowed-display-column)
11314 (fill-flowed-encode-column): Add :version.
11315
11316 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11317 (gnus-outlook-deuglify-unwrap-max)
11318 (gnus-outlook-deuglify-cite-marks)
11319 (gnus-outlook-deuglify-unwrap-stop-chars)
11320 (gnus-outlook-deuglify-no-wrap-chars)
11321 (gnus-outlook-deuglify-attrib-cut-regexp)
11322 (gnus-outlook-deuglify-attrib-verb-regexp)
11323 (gnus-outlook-deuglify-attrib-end-regexp)
11324 (gnus-outlook-display-hook): Add :version.
11325
11326 * binhex.el (binhex-use-external): Add :version.
11327
11328 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
11329
11330 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11331 and `invisible'.
11332
11333 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11334
11335 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11336 in gnus-registry-trim.
11337
11338 2004-09-13 Simon Josefsson <jas@extundo.com>
11339
11340 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11341
11342 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11343
11344 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11345 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11346 <yamaoka@jpl.org>.
11347 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11348 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11349 <yamaoka@jpl.org>.
11350
11351 * sieve.el (sieve-manage-mode): Ditto.
11352
11353 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
11354
11355 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11356
11357 2004-09-11 Simon Josefsson <jas@extundo.com>
11358
11359 * dns-mode.el: Add.
11360
11361 * mm-view.el (mm-display-dns-inline): Add.
11362
11363 * mm-decode.el (mm-inline-media-tests): Add text/dns.
11364 (mm-automatic-display): Ditto.
11365
11366 * mailcap.el (mailcap-mime-data): Add text/dns.
11367 (mailcap-mime-extensions): Map .soa to text/dns.
11368
11369 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
11370
11371 * gnus-art.el (article-decode-mime-words, article-babel)
11372 (gnus-article-highlight-signature, gnus-article-add-buttons)
11373 (gnus-signature-toggle): Remove unnecessary bindings of
11374 `inhibit-read-only' inherited from v5.10 merge.
11375
11376 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11377
11378 * nntp.el (nntp): New customization group.
11379 (nntp-authinfo-file): Add customization group.
11380
11381 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11382
11383 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11384
11385 * gnus.el (to-address, to-list, subscribed)
11386 (large-newsgroup-initial): Ditto.
11387
11388 * flow-fill.el (fill-flowed-display-column)
11389 (fill-flowed-encode-column): Ditto.
11390
11391 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * message.el (message-tokenize-header, message-send-mail-with-qmail):
11394 Use point-min rather than 1.
11395 (message-send-mail): Use buffer-size rather than point-max.
11396
11397 * gnus-sum.el (gnus-summary-search-article-forward):
11398 Signal a specific `search-failed' rather than a generic `error'.
11399
11400 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11401 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11402 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11403
11404 2004-09-10 Simon Josefsson <jas@extundo.com>
11405
11406 * nndb.el (require): Remove tcp and duplicate cl.
11407
11408 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11409
11410 * gnus-agent.el (directory-files-and-attributes): Move forward.
11411
11412 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11413
11414 * gnus-agent.el (directory-files-and-attributes): Optionally
11415 defined to support XEmacs.
11416
11417 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11418
11419 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11420 to avoid run-time CL dependencies.
11421 (gnus-agent-unfetch-articles): New function.
11422 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11423 article numbers even when local .overview file is missing.
11424 (gnus-agent-read-article-number): New function. Only accepts
11425 27-bit article numbers.
11426 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11427 gnus-agent-read-article-number.
11428 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11429 from backend while recognizing that article numbers in .overview
11430 must be valid.
11431 (gnus-agent-update-files-total-fetched-for): Use
11432 directory-files-and-attributes to improve performance.
11433 * gnus-int.el (gnus-request-move-article): Use
11434 gnus-agent-unfetch-articles in place of gnus-agent-expire to
11435 improve performance.
11436
11437 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11438 some users confused by references to .newsrc when they only have a
11439 .newsrc.eld file.
11440 (gnus-convert-mark-converter-prompt)
11441 (gnus-convert-converter-needs-prompt): Fixed use of property list.
11442 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11443 New function. Used internally to only display 'gnus converting
11444 files' message when actually necessary.
11445
11446 * gnus-sum.el (): Removed (require 'gnus-agent) as required
11447 methods now autoloaded.
11448
11449 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11450
11451 * gnus-sum.el (gnus-summary-insert-subject): Remove list
11452 identifiers.
11453
11454 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
11455
11456 * gnus-picon.el: Fix indentation and closing parenthesis.
11457
11458 2004-09-01 Simon Josefsson <jas@extundo.com>
11459
11460 * message.el (message-canlock-generate): Require sha1, not
11461 sha1-el. (Can we get rid of this require altogether? It is ugly
11462 to require within a function. Sadly, if sha1.el isn't loaded, the
11463 let binding in m-c-g will hide the defcustom definition, which is
11464 bad.)
11465
11466 * canlock.el: Require sha1, not sha1-el.
11467
11468 * message.el: Don't autoload sha1 (there is a autoload cookie in
11469 sha1.el).
11470
11471 * sha1-el.el: Renamed to sha1.el.
11472
11473 2004-08-30 Juanma Barranquero <lektu@terra.es>
11474
11475 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11476
11477 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11480
11481 2004-08-30 Kim F. Storm <storm@cua.dk>
11482
11483 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11484
11485 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11486 Add :group 'nnimap.
11487
11488 2004-08-30 Andreas Schwab <schwab@suse.de>
11489
11490 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11491 ?* and ?\;.
11492
11493 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11494 and ?\' to symbol instead of whitespace.
11495
11496 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11497
11498 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11499
11500 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11501 instead of re-search-forward.
11502
11503 * gnus-uu.el (gnus-uu-save-article): Ditto.
11504 (gnus-uu-post-encode-uuencode): Ditto.
11505
11506 * html2text.el (html2text-clean-list-items): Ditto.
11507 (html2text-clean-dtdd): Ditto.
11508 (html2text-format-tags): Ditto.
11509
11510 * message.el (message-send-mail-with-sendmail): Fix regexp.
11511 (message-fill-field-general): Use search-forward instead of
11512 re-search-forward.
11513 (unbold-region): Ditto.
11514
11515 * nnrss.el (nnrss-request-article): Ditto.
11516
11517 * nnslashdot.el (nnslashdot-request-article): Ditto.
11518
11519 * nnweb.el (nnweb-gmane-wash-article): Ditto.
11520
11521 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11522 "Unrecognized menu descriptor" error in XEmacs.
11523
11524 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
11525
11526 * gnus-sum.el (gnus-read-header): Don't remove a header for the
11527 parent article of a sparse article in the thread hashtb.
11528
11529 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
11530
11531 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11532 (nnmail-expand-newtext): Lowercase expanded entries if
11533 nnmail-split-lowercase-expanded is non-nil.
11534
11535 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
11536
11537 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11538
11539 * gnus-group.el (gnus-group-line-format-alist): Convert the value
11540 of gnus-tmp-news-method into string under XEmacs. It will be
11541 passed to gnus-correct-length which takes only a string argument.
11542
11543 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11544
11545 * gnus-util.el (gnus-bind-print-variables): New macro.
11546 (gnus-prin1): Use it.
11547 (gnus-prin1-to-string): Use it.
11548 (gnus-pp): New function.
11549 (gnus-pp-to-string): New function.
11550
11551 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11552 Replace pp-to-string with gnus-pp-to-string.
11553 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11554 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11555 * gnus-msg.el (gnus-debug): Ditto.
11556 * gnus-score.el (gnus-score-save): Ditto.
11557 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11558 gnus-pp-to-string.
11559 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11560 with gnus-pp.
11561 * score-mode.el (gnus-score-pretty-print): Ditto.
11562 * webmail.el (webmail-debug): Ditto.
11563
11564 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11565
11566 * gnus-art.el (article-display-face, article-display-x-face):
11567 Use buffer-read-only.
11568
11569 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
11570
11571 * gnus-art.el (article-hide-list-identifiers):
11572 Bind inhibit-read-only as t.
11573
11574 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
11575
11576 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11577
11578 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11581 (gnus-narrow-to-page): Don't assume point-min == 1.
11582 (gnus-article-edit-mode): Derive from message-mode.
11583
11584 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11585 point-min == 1.
11586
11587 * imap.el (imap-parse-address-list, imap-parse-body-ext):
11588 Disable incorrect use of `assert'.
11589
11590 * message.el (message-mode): Set comment-start-skip.
11591
11592 2004-08-22 Sam Steingold <sds@gnu.org>
11593
11594 * pop3.el (pop3-leave-mail-on-server): New user variable.
11595 (pop3-movemail): Delete mail only when it is nil.
11596
11597 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
11598
11599 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11600
11601 * mml.el (mml-preview): Use `pop-to-buffer'.
11602
11603 * message.el (message-goto-mail-followup-to): Insert after "To".
11604 (message-carefully-insert-headers): Add comment.
11605
11606 * gnus.el: Remove unused variable `gnus-article-check-size'.
11607
11608 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11609
11610 * gnus-art.el (gnus-button-alist): Improve
11611 `gnus-button-handle-library' entry.
11612
11613 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
11614
11615 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11616 downcase, since XEmacs capitalizes error messages differently.
11617
11618 2004-08-18 Jesper Harder <harder@ifa.au.dk>
11619
11620 * nntp.el: Add (require 'gnus) due to reference to
11621 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
11622
11623 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
11624
11625 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11626 `mm-fill-flowed'.
11627
11628 * mm-decode.el (mm-dissect-singlepart): Check it.
11629
11630 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
11631
11632 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11633 'imap' for netrc parsing.
11634
11635 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
11636
11637 * mailcap.el (mailcap-mime-data): Mark as risky.
11638
11639 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11640
11641 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11642 may be included in the encoded word.
11643 (rfc2047-encode): Don't append a space if the encoded word
11644 includes close parenthesis.
11645
11646 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11647
11648 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11649 of text within parentheses.
11650
11651 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
11652
11653 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11654 (gnus-encrypt-write-file-contents): Make the password key the file
11655 name PLUS the cipher, not just the cipher. Also remove failed
11656 passwords from the cache.
11657
11658 2004-08-06 Simon Josefsson <jas@extundo.com>
11659
11660 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
11661 fix.
11662
11663 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11664
11665 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11666 LWSP.
11667
11668 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
11669
11670 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11671 to append in-reply-to: data to the references: header.
11672
11673 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
11674 (netrc-parse): Use gnus-encrypt.el functions.
11675
11676 * gnus-encrypt.el: Add new file for encryption support; currently
11677 does only a few GPG ciphers and an internal XOR cipher.
11678
11679 * password.el: Add comments on using password-read-and-add.
11680 (password-read-and-add): Add function to read and add the
11681 password to the cache at once.
11682
11683 2004-07-28 Simon Josefsson <jas@extundo.com>
11684
11685 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11686 parameter (but don't use it, for now).
11687
11688 * imap.el (imap-ssl-open): Use imap-process-connection-type,
11689 instead of hard coding to nil.
11690
11691 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11692
11693 * mm-view.el (mm-inline-image-emacs): Open lines under an image
11694 as mm-inline-image-xemacs does.
11695
11696 2004-07-26 Simon Josefsson <jas@extundo.com>
11697
11698 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11699 Revert part of 2004-07-17 change below.
11700
11701 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11702
11703 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
11704 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11705
11706 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11707
11708 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11709 quotes that actually start with ">" at the beginning of the
11710 lines.
11711
11712 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11713
11714 * rfc2047.el (rfc2047-encode-region): Fix last change.
11715 (rfc2047-encode-parameter): Remove useless concat.
11716
11717 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11718
11719 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11720 encode special characters; fix some kind of misconfigured headers;
11721 signal a real error if debug-on-quit or debug-on-error is non-nil.
11722 (rfc2047-encode-max-chars): New variable.
11723 (rfc2047-encode-1): Use it.
11724 (rfc2047-encode-parameter): New function.
11725
11726 * mml.el (mml-insert-parameter): Remove an excessive space.
11727
11728 2004-07-17 Simon Josefsson <jas@extundo.com>
11729
11730 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11731 Kai Grossjohann <kai@emptydomain.de>.
11732 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11733 (gnus-group-make-menu-bar): Ditto.
11734
11735 * gnus-util.el (gnus-group-server): Add.
11736
11737 2004-07-16 Jesper Harder <harder@ifa.au.dk>
11738
11739 * message.el (message-clone-locals): Clone sendmail and smtp
11740 variables.
11741
11742 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
11743
11744 * rfc2047.el (rfc2047-encode-region): Fix last change.
11745
11746 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
11747
11748 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11749 characters as non-special.
11750
11751 2004-07-09 Simon Josefsson <jas@extundo.com>
11752
11753 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11754 Users will lose all flag changes made while unplugged with
11755 e.g. nntp unless flag synchronization happens, thus `nil' is not a
11756 good default. See numerous reports on ding mailing list.
11757
11758 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
11759
11760 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11761 add generate-head-function and generate-article-function to the
11762 rfc822-forward entry.
11763 (nndoc-rfc822-forward-generate-article): New function.
11764 (nndoc-rfc822-forward-generate-head): New function.
11765
11766 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11767
11768 2004-07-06 Dan Christensen <jdc@uwo.ca>
11769
11770 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11771 respect display group parameter and gnus-summary-expunge-below.
11772 (gnus-articles-to-read): Remove unused reference to display group
11773 parameter.
11774
11775 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11776
11777 * nnheader.el (nnheader-uniquify-message-id): New experimental
11778 variable.
11779 (nnheader-nov-read-message-id): Use it.
11780
11781 * spam-report.el (spam-report-gmane): Add interactive.
11782
11783 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11784
11785 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11786 qp-or-base64 for the application/* types.
11787
11788 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
11789
11790 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11791
11792 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
11793
11794 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11795 trim value.
11796
11797 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11798
11799 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11800 New macro and function.
11801 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11802
11803 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11806 after-load-alist.
11807
11808 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11809
11810 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11811 update info that isn't there.
11812
11813 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
11814
11815 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11816 entry.
11817
11818 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11819
11820 * mm-view.el (mm-inline-render-with-function): Use multibyte
11821 buffer; decode html source by charset.
11822
11823 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11824
11825 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11826 Mule-UCS is loaded under XEmacs.
11827 (mm-mime-mule-charset-alist): Avoid duplicated entries.
11828
11829 2004-06-28 Jesper Harder <harder@ifa.au.dk>
11830
11831 * nnheader.el (nnheader-max-head-length): Increase to 8192.
11832
11833 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
11834
11835 * mm-util.el (mm-coding-system-p): Return a coding-system.
11836 (mm-mime-mule-charset-alist): Use shift_jis instead of
11837 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11838 entries for the mime charsets iso-2022-jp-3 and shift_jis.
11839 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11840 instead of japanese-shift-jis and iso-latin-1 respectively in
11841 order to share the default value with both Emacs and XEmacs-mule.
11842 (mm-mule-charset-to-mime-charset): Make
11843 mm-coding-system-priorities effective.
11844 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11845 while predicating of candidates upon the priorities.
11846
11847 2004-06-27 Jesper Harder <harder@ifa.au.dk>
11848
11849 * gnus-sum.el (gnus-summary-make-menu-bar): Add
11850 gnus-uu-invert-processable.
11851
11852 * gnus.el: Autoload gnus-uu-invert-processable.
11853
11854 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
11855
11856 * mm-util.el (mm-with-multibyte-buffer): New macro.
11857
11858 * rfc2047.el (rfc2047-encode-string): Use it.
11859 (rfc2047-encode-region): Move point to the end of the region after
11860 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11861
11862 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
11863
11864 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11865 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11866
11867 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
11868
11869 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11870 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
11871 Karl Chen <quarl@nospam.quarl.org>.
11872
11873 2004-06-23 Jesper Harder <harder@ifa.au.dk>
11874
11875 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11876 invalid addresses.
11877
11878 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
11879
11880 * spam.el: Change section markers, revise TODO list.
11881 (spam-backends): Make new master list of all installed backends.
11882 (spam-summary-exit-behavior): Add new variable to determine how
11883 messages moves are done at summary exit.
11884 (spam-move-spam-nonspam-groups-only)
11885 (spam-process-ham-in-nonham-groups)
11886 (spam-process-ham-in-spam-groups): Remove variables, the
11887 spam-summary-exit-behavior variable should be used to manage this
11888 behavior.
11889 (spam-old-ham-articles, spam-old-spam-articles): Remove.
11890 (spam-old-articles): Add variable, replacing spam-old-ham-articles
11891 and spam-old-spam-articles.
11892 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11893 Add empty variables, placeholders for the backends they represent.
11894 (spam-set-difference): Move, unchanged.
11895 (spam-list-of-processors): Declare OBSOLETE, not used anymore
11896 unless the user has a processor variable.
11897 (spam-classifications, spam-classification-valid-p)
11898 (spam-backend-properties, spam-backend-property-valid-p)
11899 (spam-backend-function-type-valid-p)
11900 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11901 (spam-report-articles-gmane, spam-report-articles-resend):
11902 Remove functions, they are not needed.
11903 (spam-install-backend-super, spam-backend-list)
11904 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11905 (spam-backend-function, spam-backend-ham-registration-function)
11906 (spam-backend-spam-registration-function)
11907 (spam-backend-ham-unregistration-function)
11908 (spam-backend-spam-unregistration-function)
11909 (spam-backend-statistical-p, spam-backend-mover-p)
11910 (spam-install-backend-alias, spam-install-checkonly-backend)
11911 (spam-install-mover-backend, spam-install-nocheck-backend)
11912 (spam-install-backend, spam-install-statistical-backend)
11913 (spam-install-statistical-checkonly-backend): Add backend installation
11914 support.
11915 (spam-summary-prepare-exit): Rewrite to use the new backend code.
11916 (spam-group-processor-p): Use the new backend code and respect the
11917 summary exit behavior.
11918 (spam-mark-spam-as-expired-and-move-routine): Remove.
11919 (spam-summary-prepare): Change to use the new spam-old-articles
11920 variable.
11921 (spam-copy-or-move-routine, spam-copy-spam-routine)
11922 (spam-move-spam-routine, spam-copy-ham-routine)
11923 (spam-move-ham-routine): Add code to copy/move ham or spam.
11924 (spam-fetch-field-fast): Improve doc and code, plus allow the
11925 'number request.
11926 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11927 variables.
11928 (spam-split, spam-find-spam): Use the new backend code.
11929 (spam-registration-functions): Remove variable.
11930 (spam-unregister-routine): Add convenience wrapper.
11931 (spam-log-undo-registration, spam-register-routine)
11932 (spam-log-processing-to-registry)
11933 (spam-log-unregistration-needed-p): Rename "check" to "backend"
11934 where possible.
11935 (spam-check-gmane-xref, spam-check-regex-headers)
11936 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11937 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11938 (spam-check-bogofilter-headers, spam-check-spamoracle)
11939 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11940 (spam-check-crm114-headers): Use the spam-split-group that
11941 spam-split prepares, no need to determine it every time.
11942
11943 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11944 to the nnheader-parse-naked-head call.
11945
11946 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11947
11948 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11949 the nnheader-nov-read-message-id call.
11950
11951 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
11952
11953 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11954 gnus-activate-group twice. Suggested by Markus Peter
11955 <warp@spin.de>.
11956
11957 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
11958
11959 * gnus-art.el (gnus-article-time-format): Exchange the order of
11960 day and month in the default value; fix customization type.
11961 (article-date-ut): Use add-text-properties.
11962 (article-make-date-line): Use message-make-date instead of
11963 current-time-string.
11964
11965 * message.el (message-fetch-field): Don't use set-text-properties.
11966 (message-make-date): Simplify.
11967
11968 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
11969
11970 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11971 (rfc2047-encode-region): Treat text within parentheses as special;
11972 show the original text when error has occurred.
11973
11974 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11975 already-computed method to gnus-activate-group.
11976
11977 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11978 same select-methods identical Lisp objects.
11979
11980 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11981 object when modifying the info.
11982
11983 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11984
11985 * gnus-srvr.el (gnus-server-set-info): Remove the server from
11986 gnus-opened-servers since it has never been opened with the new
11987 configuration yet.
11988
11989 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11990
11991 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11992 arg to nnheader-generate-fake-message-id.
11993
11994 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
11995
11996 * nnheader.el (nnheader-generate-fake-message-id): Accept a
11997 number and build a fake message ID localized to a group and
11998 article number (so it's repeatable from that point on).
11999 (nnheader-fake-message-id-p): Change regex to accommodate new fake
12000 ID format.
12001
12002 * gnus-sum.el (gnus-get-newsgroup-headers): Call
12003 nnheader-generate-fake-message-id with the article number.
12004
12005 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
12006
12007 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12008 end-of-buffer.
12009
12010 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12011
12012 * message.el (message-ignored-supersedes-headers): Add Approved.
12013
12014 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12015
12016 * rfc2047.el (rfc2047-encode-message-header): Remove useless
12017 goto-char.
12018 (rfc2047-encode): Fold the line before encoding.
12019
12020 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12021
12022 * rfc2047.el (rfc2047-encode-message-header): Disabled header
12023 folding -- not all headers can be folded, and this should be done
12024 by the message composition mode. Probably. I think.
12025
12026 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
12027
12028 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12029 fast.
12030
12031 * gnus-ems.el (gnus-remove-image): Don't use
12032 message-text-with-property; remove only the image found first.
12033
12034 2004-06-09 Jesper Harder <harder@ifa.au.dk>
12035
12036 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12037
12038 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12039
12040 * message.el (message-text-with-property): Make it fast and accept
12041 optional arguments.
12042 (message-strip-forbidden-properties): Use it.
12043 (message-fix-before-sending): Follow the m-t-w-p change.
12044
12045 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12046
12047 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
12048
12049 * gnus-art.el (article-hide-headers): Don't change the buffer
12050 mistakenly when performing mml-preview even if
12051 gnus-single-article-buffer is nil.
12052
12053 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
12054
12055 * message.el (message-expand-name-databases): New user option.
12056 (message-expand-name): Use it.
12057
12058 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
12059
12060 * spam.el (spam-report-articles-resend)
12061 (spam-report-resend-register-routine): Allow ham reporting.
12062 (spam-report-resend-register-ham-routine): Add wrapper.
12063 (spam-registration-functions): Add ham resending functions.
12064 (spam-list-of-processors): Add ham resend processor.
12065
12066 * gnus.el (ham-resend-to): Add new group parameter.
12067 (spam-process): Add ham resend option.
12068
12069 * spam-report.el (spam-report-resend): Allow reporting ham.
12070 (spam-report-resend-ham): Add wrapper.
12071
12072 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12073
12074 * message.el (message-cite-articles-with-x-no-archive): New
12075 variable.
12076 (message-cite-original): Use it.
12077
12078 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12079
12080 * message.el (message-cite-original): Respect X-No-Archive.
12081
12082 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
12083
12084 * gnus-art.el (article-hide-headers): Refer to the values for
12085 gnus-ignored-headers and gnus-visible-headers in the summary
12086 buffer since a user may have set them as group parameters.
12087
12088 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
12089
12090 * assistant.el (assistant-node-name): Add convenience function.
12091 (assistant-render-text, assistant-render-node): Add error handling,
12092 plus handle multiple next nodes.
12093 (assistant-find-next-node): Comment out for now.
12094 (assistant-find-next-nodes): Add function, returns list of next
12095 nodes.
12096
12097 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
12098
12099 * mail-source.el (mail-source-directory): Fix doc-string.
12100
12101 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
12102
12103 * assistant.el (assistant-render-text, assistant-eval): Add :set
12104 widget type, which is different because it takes and returns a
12105 list. Much hilarity ensues.
12106
12107 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
12108
12109 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12110
12111 * gnus-group.el (gnus-group-get-new-news-this-group): Added
12112 doc-string.
12113
12114 * gnus-start.el (gnus-activate-group): Added doc-string.
12115
12116 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
12117
12118 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12119
12120 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
12121
12122 * assistant.el (assistant-render-text): Try to add a :set
12123 widget, more to come.
12124
12125 * spam.el (spam-group-spam-contents-p): Handle empty groupname
12126 strings.
12127 (spam-report-articles-resend)
12128 (spam-register-routine): Do registration iff any articles warrant
12129 it.
12130 (spam-summary-prepare-exit): Change log message for nil group
12131 destinations.
12132
12133 2004-05-27 Daniel Pittman <daniel@rimspace.net>
12134
12135 * spam.el (spam-report-resend-register-routine): Allow
12136 spam-report-resend-to to be a group parameter or a global value.
12137
12138 2004-05-26 Simon Josefsson <jas@extundo.com>
12139
12140 * starttls.el: Merge with my GNUTLS based starttls.el.
12141 (starttls-gnutls-program, starttls-use-gnutls)
12142 (starttls-extra-arguments, starttls-process-connection-type)
12143 (starttls-connect, starttls-failure, starttls-success): New
12144 variables.
12145 (starttls-program, starttls-extra-args): Doc fix.
12146 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12147 functions.
12148 (starttls-negotiate, starttls-open-stream): Check
12149 `starttls-use-gnutls' and pass on to corresponding *-gnutls
12150 function if it is set.
12151
12152 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12153
12154 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12155 structured fields.
12156
12157 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12158
12159 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12160
12161 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
12162
12163 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12164 variable.
12165 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
12166 assigning the spam-mark to new messages.
12167
12168 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
12169
12170 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12171
12172 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12173
12174 * rfc2047.el (rfc2047-encodable-p): Don't move point.
12175 (rfc2047-decode): Treat the ascii coding-system as raw-text by
12176 default.
12177
12178 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
12179
12180 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12181 correct data.
12182
12183 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
12184
12185 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12186 (spam-group-processor-p): Fix function.
12187 (spam-group-processor-multiple-p)
12188 (spam-group-spam-processor-report-gmane-p)
12189 (spam-group-spam-processor-report-resend-p)
12190 (spam-group-spam-processor-bogofilter-p)
12191 (spam-group-spam-processor-blacklist-p)
12192 (spam-group-spam-processor-ifile-p)
12193 (spam-group-ham-processor-ifile-p)
12194 (spam-group-spam-processor-spamoracle-p)
12195 (spam-group-spam-processor-crm114-p)
12196 (spam-group-ham-processor-bogofilter-p)
12197 (spam-group-spam-processor-stat-p)
12198 (spam-group-ham-processor-stat-p)
12199 (spam-group-ham-processor-whitelist-p)
12200 (spam-group-ham-processor-BBDB-p)
12201 (spam-group-ham-processor-spamoracle-p)
12202 (spam-group-ham-processor-copy-p): Remove functions with some
12203 prejudice against unneeded code.
12204 (spam-report-articles-resend)
12205 (spam-report-resend-register-routine): Allow the group/topic
12206 spam-resend-to value to override spam-report-resend-to.
12207 (spam-summary-prepare-exit): Invoke spam-group-processor-p
12208 properly now.
12209
12210 * gnus.el (spam-resend-to): Add group/topic parameter.
12211 (spam-process): Move the OBSOLETE processors to the end of the
12212 choices.
12213
12214 2004-05-24 Daniel Pittman <daniel@rimspace.net>
12215
12216 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12217 with resend-to set to nil, and then ask the user if necessary.
12218 (spam-report-resend): spam-report-resend takes a list of articles, not
12219 separate article numbers.
12220
12221 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
12222
12223 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12224 addition to emacs-w3m.
12225
12226 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12227
12228 * assistant.el (assistant-authinfo-data): New function.
12229 (assistant-eval): Eval for entire assistant.
12230
12231 * netrc.el (netrc-services-file): New variable.
12232 (netrc-parse-services): New function.
12233 (netrc-find-service-name): New function.
12234 (netrc-find-service-number): New function.
12235 (netrc-port-equal): New function.
12236 (netrc-machine): Use it.
12237
12238 * nnimap.el (nnimap-open-connection): Use netrc.
12239
12240 * gnus-util.el (gnus-netrc-get): Remove aliases.
12241
12242 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12243
12244 * assistant.el (wid-edit): Fix compilation.
12245
12246 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12247
12248 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
12249
12250 * gnus-util.el (gnus-set-file-modes): New function. (small
12251 patch).
12252
12253 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12254
12255 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12256
12257 * assistant.el (assistant-render-node): Fix up rendering and
12258 read-only text.
12259 (assistant-render-node): Reset.
12260 (assistant-make-read-only): Not sticky.
12261
12262 2004-05-20 Danny Siu <dsiu@adobe.com>
12263
12264 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12265 centered even when gnus-auto-center-summary is t
12266
12267 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12268
12269 * dns.el (dns-get-txt-answer): New function.
12270 (dns-read-txt): Ditto.
12271 (query-dns): Use it.
12272
12273 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
12274
12275 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12276 active for foreign groups even if the group level is higher than
12277 the specified value.
12278
12279 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12280
12281 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12282 non-active groups.
12283
12284 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12285
12286 2004-05-20 Magnus Henoch <mange@freemail.hu>
12287
12288 * dns.el (dns-read-type): Add support for SVR. (small patch)
12289
12290 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12291
12292 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12293 (spam-crm114-header, spam-crm114-spam-switch)
12294 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12295 (spam-crm114-positive-spam-header)
12296 (spam-crm114-database-directory, spam-list-of-processors)
12297 (spam-group-spam-processor-crm114-p)
12298 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12299 (spam-generic-score, spam-list-of-checks)
12300 (spam-list-of-statistical-checks, spam-registration-functions)
12301 (spam-check-crm114-headers, spam-crm114-score)
12302 (spam-check-crm114, spam-crm114-register-with-crm114)
12303 (spam-crm114-register-spam-routine)
12304 (spam-crm114-unregister-spam-routine)
12305 (spam-crm114-register-ham-routine)
12306 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
12307 asjo@koldfront.dk (Adam Sjøgren).
12308
12309 * gnus.el: Add spam-use-crm114.
12310
12311 * spam.el (spam-list-of-processors, spam-registration-functions):
12312 Add spam-use-resend.
12313 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12314 (spam-report-articles-gmane): Add doc fix.
12315 (spam-report-articles-resend, spam-report-resend-register-routine):
12316 Add wrappers around spam-report-resend-to.
12317
12318 * spam-report.el (spam-report-resend-to, spam-report-resend):
12319 Add support for resending spam.
12320 (spam-report-gmane): Fix line length >80.
12321
12322 * gnus.el (spam-process): Add spam-use-resend.
12323
12324 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12325
12326 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12327 number of processed spam messages.
12328 (spam-ham-copy-or-move-routine): Return the number of processed
12329 ham messages.
12330 (spam-summary-prepare-exit): Use the above values to decide
12331 whether status messages shouled be displayed.
12332
12333 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
12334
12335 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12336 `rfc2047-encoding-function-alist' in order to avoid conflicting
12337 with the old version.
12338 (rfc2047-encode-region): Concatenate words containing non-ASCII
12339 characters in structured fields; don't encode space-delimited
12340 ASCII words even in unstructured fields; don't break words at
12341 char-category boundaries.
12342 (rfc2047-encode-1): New function.
12343 (rfc2047-encode): Use it; encode text so that it occupies the
12344 maximum width within 76-column; work correctly on Q encoding for
12345 iso-2022-* charsets.
12346 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12347 sure not to break a line just after the header name.
12348 (rfc2047-b-encode-region): Removed.
12349 (rfc2047-b-encode-string): New function.
12350 (rfc2047-q-encode-region): Removed.
12351 (rfc2047-q-encode-string): New function.
12352
12353 * mm-util.el (mm-replace-in-string): New function.
12354
12355 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12356
12357 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12358 get it right.
12359 (gnus-inews-make-draft): Really.
12360
12361 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
12362
12363 * nnmh.el (nnmh-request-list-1): Don't check the link count
12364 before descending. (small patch)
12365
12366 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12367
12368 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12369 stuff.
12370
12371 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12372 on real group name.
12373
12374 * gnus-art.el (gnus-signature-limit): Doc fix.
12375
12376 * gnus-msg.el (gnus-inews-make-draft): Quote list.
12377
12378 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12379
12380 * gnus-draft.el (gnus-draft-send): Bind
12381 rfc2047-encode-encoded-words.
12382
12383 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12384 (rfc2047-encodable-p): Say that =? needs encoding.
12385 (rfc2047-encode-encoded-words): New variable.
12386
12387 * gnus-group.el (gnus-group-select-group): Doc fix.
12388
12389 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12390
12391 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12392 to nil.
12393
12394 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12395
12396 * nnheader.el (nnheader-get-lines-and-char): New function.
12397
12398 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
12399
12400 * gnus-msg.el (gnus-summary-followup-with-original): Document
12401 yanking of region when active.
12402
12403 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
12404
12405 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12406 groups if the group level is higher than the specified value.
12407
12408 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12409
12410 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12411 (gnus-group-jump-to-group): Added prefix argument using
12412 `gnus-group-jump-to-group-prompt'. Query before jumping to
12413 non-active group.
12414
12415 * compface.el (uncompface): Be verbose when changing
12416 `uncompface-use-external'.
12417
12418 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12419 handle manual section.
12420
12421 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12422
12423 * gnus-art.el (gnus-button-alist): Revert previous change.
12424
12425 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12426
12427 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12428
12429 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12430
12431 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12432 whether backend can accept message.
12433
12434 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12435
12436 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
12437
12438 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12439 Avoid creating directory when nntp-marks-is-evil is true.
12440 Reported by Reiner Steib.
12441
12442 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12443
12444 * gnus-picon.el (gnus-picon-style): New variable.
12445 (gnus-picon-insert-glyph): Added optional `nostring' argument.
12446 (gnus-picon-transform-address): Support `gnus-picon-style'. From
12447 Jesper Harder <harder@ifa.au.dk>.
12448
12449 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12450
12451 * message.el (message-fill-field): Return point.
12452 (message-generate-headers): Go to end of field.
12453
12454 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12455 stuff for non-living groups.
12456
12457 2004-05-18 Jesper Harder <harder@ifa.au.dk>
12458
12459 * gnus-art.el (gnus-article-followup-with-original)
12460 (gnus-article-reply-with-original): gnus-mark-active-p ->
12461 gnus-region-active-p.
12462
12463 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
12464
12465 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12466 only when there is spam or ham to be processed.
12467
12468 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12469
12470 * mail-source.el (mail-source-delete-crash-box): Refactor.
12471 (mail-source-fetch): Use it.
12472 (mail-source-fetch-file): Ditto.
12473 (mail-source-fetch-directory): Run postscript in loop.
12474 (mail-source-fetch-pop): Delete.
12475 (mail-source-fetch-maildir): Ditto.
12476 (mail-source-fetch-imap): Ditto.
12477
12478 * imap.el (imap-authenticators): Comment out sasl.
12479
12480 * message.el (message-skip-to-next-address): New function.
12481 (message-fill-header-address): Refactor.
12482 (message-fill-address): Use it.
12483 (message-delete-address): Use it.
12484 (message-fill-header-general): Refactor.
12485 (message-fill-field-address): Rename.
12486 (message-narrow-to-field): Find the start of the header.
12487 (message-header-format-alist): Don't pre-fill.
12488 (message-fill-header): Removed.
12489 (message-insert-header): New function.
12490 (message-shorten-references): Use it.
12491
12492 * rfc2047.el (rfc2047-field-value): Strip props.
12493
12494 * mail-parse.el (mail-header-make-address): New alias.
12495
12496 * ietf-drums.el (ietf-drums-make-address): New function.
12497
12498 * imap.el: Add compiler directives.
12499
12500 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12501
12502 * gnus-art.el (article-decode-idna-rhs): Don't use
12503 message-idna-inside-rhs-p.
12504
12505 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12506
12507 * message.el (message-idna-inside-rhs-p): Removed.
12508 (message-idna-to-ascii-rhs-1): Use proper address parsing.
12509
12510 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12511 false positives.
12512
12513 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12514
12515 * imap.el (imap-sasl-make-mechanisms): Use sasl.
12516
12517 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12518
12519 * nneething.el (nneething-file-name): Don't create spurious
12520 files.
12521
12522 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12523 (gnus-inews-do-gcc): Remove sleep.
12524
12525 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12526 part under point.
12527
12528 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12529 (gnus-agent-regenerate-group): Using nil messages aren't valid.
12530
12531 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
12532
12533 * spam.el (spam-summary-prepare-exit): Fixed (length).
12534
12535 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12536
12537 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12538 as expired without moving it" message when there are spam
12539 messages left.
12540
12541 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
12542
12543 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12544 header is not nil.
12545
12546 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
12547
12548 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12549 nntp-possibly-create-directory, not nntp-possibly-change-group.
12550 (nntp-marks-changed-p): New arg SERVER.
12551 (nntp-request-update-info): Adjust caller.
12552
12553 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
12554
12555 * nntp.el (nntp-save-marks): Pass missing arg.
12556
12557 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
12558
12559 * nntp.el: Support marks.
12560 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12561 (nntp-marks-modtime, nntp-marks-directory): New variables.
12562 (nntp-request-set-mark, nntp-request-update-info)
12563 (nntp-possibly-create-directory, nntp-marks-changed-p)
12564 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12565 functions.
12566
12567 2004-05-12 Jesper Harder <harder@ifa.au.dk>
12568
12569 * gnus-score.el (gnus-score-insert-help): Use
12570 gnus-select-lowest-window.
12571
12572 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12573 appt-select-lowest-window and rename to gnus-select-lowest-window.
12574
12575 * gnus.el: do.
12576
12577 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12578
12579 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12580 encodings of MIME-encoded words, in order to improve
12581 interoperability with several broken MUAs.
12582
12583 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12584
12585 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12586 tags, only when charsets are not specified in headers.
12587 (mm-inline-text-html-render-with-w3m): Ditto.
12588
12589 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12590
12591 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12592 instead of MIME-decoded from fields when checking
12593 `gnus-article-address-banner-alist'.
12594
12595 2004-05-03 Jesper Harder <harder@ifa.au.dk>
12596
12597 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12598 description rather than subject.
12599
12600 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12601
12602 * gnus.el (gnus-version-number): Bump.
12603
12604 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12605
12606 * gnus.el: No Gnus v0.2 is released.
12607
12608 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12609
12610 * gnus-agent.el (gnus-agent-read-agentview): Inline
12611 gnus-uncompress-range.
12612
12613 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12614
12615 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12616 `exec-installed-p'.
12617
12618 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12619
12620 * gnus.el (spam-process, spam-autodetect-methods): Add
12621 bsfilter and bsfilter-headers.
12622
12623 * spam.el (spam-bsfilter): New customize group.
12624 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12625 (spam-bsfilter-header, spam-bsfilter-probability-header)
12626 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12627 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12628 (spam-bsfilter-database-directory): New options.
12629 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12630 (spam-list-of-statistical-checks, spam-registration-functions):
12631 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12632 (spam-bsfilter-score): New command.
12633 (spam-check-bsfilter-headers, spam-check-bsfilter)
12634 (spam-bsfilter-register-with-bsfilter)
12635 (spam-bsfilter-register-spam-routine)
12636 (spam-bsfilter-unregister-spam-routine)
12637 (spam-bsfilter-register-ham-routine)
12638 (spam-bsfilter-unregister-ham-routine): New functions.
12639 (spam-generic-score): Support bsfilter; Accept an optional argument
12640 to recalcurate spam score even if scoring header has already been
12641 added.
12642 (spam-bogofilter-score, spam-spamassassin-score): Accept an
12643 optional argument to recalcurate spam score even if scoring header
12644 has already been added.
12645
12646 2004-04-29 Jesper Harder <harder@ifa.au.dk>
12647
12648 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12649 strings! Reported by David D. Smith <davidsmith@acm.org>.
12650 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12651 link is missing.
12652
12653 2004-04-28 Jesper Harder <harder@ifa.au.dk>
12654
12655 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12656 (html2text-get-attr): Rewrite.
12657
12658 * message.el (message-setup-1): Remove redundant put-text-property
12659 on mail-header-separator.
12660
12661 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
12662
12663 * gnus-registry.el (gnus-registry-cache-whitespace)
12664 (gnus-registry-action, gnus-registry-spool-action)
12665 (gnus-registry-split-fancy-with-parent): Change message levels
12666 from 5 to 3 or 7, as needed.
12667
12668 * spam.el (spam-summary-prepare-exit)
12669 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12670 (spam-split, spam-find-spam, spam-log-undo-registration)
12671 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12672 level from 5 to 6.
12673
12674 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12675
12676 * gnus-ems.el: Autoload appt-select-lowest-window (revert
12677 2004-03-04 change).
12678
12679 2004-04-25 Jesper Harder <harder@ifa.au.dk>
12680
12681 * sieve-manage.el (sieve-manage-open):
12682 * nnweb.el (nnweb-insert-html):
12683 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12684 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12685 * nnspool.el (nnspool-request-group):
12686 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12687 * nnml.el (nnml-request-update-info):
12688 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12689 (nnmh-request-create-group, nnmh-update-gnus-unreads):
12690 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12691 (nnimap-request-set-mark):
12692 * nnfolder.el (nnfolder-request-update-info):
12693 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12694 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12695 * gnus-uu.el (gnus-uu-find-articles-matching):
12696 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12697 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12698 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12699 * gnus-nocem.el (gnus-nocem-scan-groups):
12700 * gnus-int.el (gnus-start-news-server):
12701 * gnus-group.el (gnus-group-make-kiboze-group)
12702 (gnus-group-browse-foreign-server):
12703 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12704 Use mapc when appropriate.
12705
12706 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
12707
12708 FIXME: Make separate entries for each person.
12709
12710 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12711 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12712 <shields@msrl.com>:
12713
12714 * spam.el (spam-necessary-extra-headers): Get the extra headers we
12715 may need for spam sorting and scoring.
12716 (spam-user-format-function-S): Add user format function suitable for
12717 general use.
12718 (spam-article-sort-by-spam-status): Add sorting function for summary
12719 sorting.
12720 (spam-extra-header-to-number): Add function to get a score from a
12721 header.
12722 (spam-summary-score): Add function to get a numeric score from the
12723 headers.
12724 (spam-generic-score): Fix function doc, was in wrong place.
12725 (spam-initialize): Take symbols when it's run, and install the
12726 extra headers that spam-necessary-extra-headers thinks we need.
12727
12728 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
12729
12730 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12731 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12732
12733 2004-04-17 Jesper Harder <harder@ifa.au.dk>
12734
12735 * gnus-sum.el (gnus-set-global-variables)
12736 (gnus-build-all-threads, gnus-get-newsgroup-headers)
12737 (gnus-article-get-xrefs, gnus-summary-best-group)
12738 (gnus-summary-next-article, gnus-summary-enter-digest-group)
12739 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12740 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12741 Use with-current-buffer.
12742
12743 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
12744
12745 * spam.el (spam-summary-prepare-exit): Simplify logic.
12746 (spam-fetch-article-header): Read the article header if it's not
12747 available.
12748 (spam-list-articles): Simplify logic.
12749 (spam-filelist-register-routine): Fix bug with unregister-list.
12750
12751 * gnus-registry.el: Fix comments at beginning.
12752
12753 2004-04-16 Jesper Harder <harder@ifa.au.dk>
12754
12755 * message.el (message-cater-to-broken-inn): Remove.
12756 (message-shorten-references): Make sure the total folded length of
12757 References is shorter than 998 characters to cater to a bug in INN
12758 2.3. Also, don't pretend that references aren't folded -- this
12759 hasn't worked for a while.
12760
12761 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
12762
12763 * gnus-agent.el (gnus-agentize):
12764 gnus-agent-send-mail-real-function no longer set to current value
12765 of message-send-mail-function but rather a lambda that calls
12766 message-send-mail-function. The change makes the agent real-time
12767 responsive to user changes to message-send-mail-function.
12768
12769 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
12770
12771 * legacy-gnus-agent.el
12772 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12773 help from Florian Weimer <fw@deneb.enyo.de>
12774
12775 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
12776
12777 * nnmail.el (nnmail-cache-insert): Revert last change.
12778
12779 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
12780
12781 * nnmail.el (nnmail-cache-insert): Always check whether
12782 nnmail-cache-ignore-groups matches a group name.
12783
12784 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
12785
12786 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12787 (spam-find-spam, spam-log-processing-to-registry)
12788 (spam-log-registered-p, spam-log-unregistration-needed-p)
12789 (spam-log-undo-registration): Use gnus-message instead of
12790 gnus-error, none of these errors are fatal.
12791
12792 * gnus-registry.el (gnus-registry-clean-empty-function)
12793 (gnus-registry-clean-empty): Remove only empty entries without
12794 extra data.
12795
12796 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
12797
12798 * spam-stat.el (spam-stat-buffer-change-to-spam)
12799 (spam-stat-buffer-change-to-non-spam): Change (error) to
12800 (gnus-message 8) invocation.
12801
12802 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12803
12804 * nntp.el (nntp-via-netcat-command): New variable.
12805 (nntp-via-netcat-switches): New variable.
12806 (nntp-open-via-rlogin-and-netcat): New function.
12807 (nntp-open-connection-function): Doc fix.
12808 (nntp-telnet-command): Doc fix.
12809 (nntp-end-of-line): Doc fix.
12810 (nntp-via-rlogin-command): Doc fix.
12811 (nntp-via-user-name): Doc fix.
12812 (nntp-via-address): Doc fix.
12813
12814 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
12815
12816 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12817 error in Emacs 21.1.
12818
12819 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
12820
12821 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12822
12823 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
12824
12825 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12826 (gnus-agent-with-refreshed-group): New macro.
12827 (gnus-agent-rename-group): New function.
12828 (gnus-agent-delete-group): New function.
12829 (gnus-agent-save-group-info): Use gnus-command-method when
12830 `method' parameter is nil. Don't write nil entries into the
12831 active file.
12832 (gnus-agent-get-group-info): New function.
12833 (gnus-agent-fetch-articles): Use
12834 gnus-agent-update-files-total-fetched-for to increment disk space
12835 used.
12836 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12837 gnus-agent-update-view-total-fetched-for to increment disk space
12838 used.
12839 (gnus-agent-get-local): Added optional parameters to avoid calling
12840 gnus-group-real-name and gnus-find-method-for-group.
12841 (gnus-agent-set-local): Delete stored entry if either min, or max,
12842 are nil.
12843 (gnus-agent-fetch-session): Reworded error/quit messages. On
12844 quit, use gnus-agent-regenerate-group to record existence of any
12845 articles fetched to disk before the quit occurred.
12846 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12847 gnus-agent-update-view-total-fetched-for, and
12848 gnus-agent-update-files-total-fetched-for to decrement disk space
12849 used.
12850 (gnus-agent-retrieve-headers): Use
12851 gnus-agent-update-view-total-fetched-for to increment disk space
12852 used.
12853 (gnus-agent-regenerate-group): Replace gnus-group-update-group
12854 with gnus-agent-update-files-total-fetched-for to decrement disk
12855 space and fresh group buffer.
12856 (gnus-agent-inhibit-update-total-fetched-for): New variable.
12857 (gnus-agent-need-update-total-fetched-for): New variable.
12858 (gnus-agent-update-files-total-fetched-for): New function.
12859 (gnus-agent-update-view-total-fetched-for): New function.
12860 (gnus-agent-total-fetched-for): New function.
12861
12862 * gnus-cache.el (gnus-cache-save-buffers): Use
12863 gnus-cache-update-overview-total-fetched-for to change disk space
12864 used by this group.
12865 (gnus-cache-possibly-enter-article): Use
12866 gnus-cache-update-file-total-fetched-for to increment disk space
12867 used by this group.
12868 (gnus-cache-possibly-remove-article): Use
12869 gnus-cache-update-file-total-fetched-for to decrement disk space
12870 used by this group.
12871 (gnus-cache-generate-nov-databases): Purge total fetched cache.
12872 (gnus-cache-rename-group): New function.
12873 (gnus-cache-delete-group): New function.
12874 (gnus-cache-inhibit-update-total-fetched-for): New variable.
12875 (gnus-cache-need-update-total-fetched-for): New variable.
12876 (gnus-cache-with-refreshed-group): New macro.
12877 (gnus-cache-update-file-total-fetched-for): New function.
12878 (gnus-cache-update-overview-total-fetched-for): New function.
12879 (gnus-cache-rename-group-total-fetched-for): New function.
12880 (gnus-cache-delete-group-total-fetched-for): New function.
12881 (gnus-cache-total-fetched-for): New function.
12882
12883 * gnus-group.el: Require gnus-sum and autoload functions to
12884 resolve warnings when gnus-group.el compiled alone.
12885 (gnus-group-line-format): Documented new %F.
12886 (size of Fetched data) group line format; identifies disk space
12887 used by agent and cache.
12888 (gnus-group-line-format-alist): Defined new F format.
12889 (gnus-total-fetched-for): New function.
12890 (gnus-group-delete-group): No longer update
12891 gnus-cache-active-altered as gnus-request-delete-group now keeps
12892 the cache in sync.
12893 (gnus-group-list-active): Let the agent store a server's active
12894 list if currently plugged.
12895
12896 * gnus-int.el (gnus-request-delete-group):
12897 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12898 local disk in sync with the server.
12899 (gnus-request-rename-group):
12900 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12901 local disk in sync with the server.
12902
12903 * gnus-start.el (gnus-get-unread-articles):
12904 Cosmetic simplification to logic.
12905
12906 * gnus-util.el (gnus-rename-file): New function.
12907
12908 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
12909
12910 * mm-util.el (mm-image-load-path): Handle nil in load-path.
12911
12912 2004-04-07 Jesper Harder <harder@ifa.au.dk>
12913
12914 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12915 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
12916
12917 2004-04-06 Jesper Harder <harder@ifa.au.dk>
12918
12919 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12920 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
12921
12922 2004-04-03 Jesper Harder <harder@ifa.au.dk>
12923
12924 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12925
12926 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
12927
12928 * spam.el (spam-set-difference): Add function to replace
12929 gnus-set-difference in spam.el.
12930 (spam-summary-prepare-exit): Use spam-set-difference.
12931
12932 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12933
12934 * gnus-registry.el (gnus-registry-cache-file): Update to use
12935 gnus-dribble-directory OR gnus-home-directory OR ~.
12936 (gnus-registry-split-fancy-with-parent): Fix doc.
12937
12938 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
12939
12940 * message.el (message-exchange-point-and-mark): Use
12941 message-mark-active-p. Suggested by Jesper Harder
12942 <harder@ifa.au.dk>.
12943
12944 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
12945
12946 * message.el (message-exchange-point-and-mark): Don't activate
12947 region if it was inactive. Suggested by Hiroshi Fujishima
12948 <pooh@nature.tsukuba.ac.jp>.
12949
12950 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
12951
12952 * gnus-art.el (article-display-face): Display Faces in the same
12953 order as X-Faces.
12954
12955 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
12956
12957 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12958
12959 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12960
12961 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12962 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12963 (gnus-article-mime-hierarchy): Remove.
12964 (gnus-article-mime-hierarchy-next): Remove.
12965 (gnus-article-mode): Revert 2004-03-19 change.
12966 (gnus-article-setup-buffer): Revert 2004-03-19 change.
12967 (gnus-insert-mime-button): Revert 2004-03-19 change.
12968 (gnus-mime-accumulate-hierarchy): Remove.
12969 (gnus-mime-enter-multipart): Remove.
12970 (gnus-mime-leave-multipart): Remove.
12971 (gnus-mime-display-part): Revert 2004-03-19 change.
12972 (gnus-mime-display-alternative): Revert 2004-03-19 change.
12973
12974 * mml.el (mml-preview): Revert 2004-03-19 change.
12975
12976 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
12977
12978 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12979
12980 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12981
12982 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12983 t while entering a file name using the mm-with-multibyte macro.
12984 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12985
12986 * mm-util.el (mm-with-multibyte): New macro.
12987
12988 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
12989
12990 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12991 user option.
12992 (gnus-mime-multipart-functions): Doc and customization fix.
12993 (gnus-article-mime-hierarchy): New variable.
12994 (gnus-article-mime-hierarchy-next): New variable.
12995 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12996 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12997 gnus-article-mime-hierarchy-next to nil.
12998 (gnus-insert-mime-button): Show hierarchy numbers.
12999 (gnus-mime-accumulate-hierarchy): New function.
13000 (gnus-mime-enter-multipart): New function.
13001 (gnus-mime-leave-multipart): New function.
13002 (gnus-mime-display-part): Recompute hierarchical MIME structure.
13003 (gnus-mime-display-alternative): Show hierarchy numbers.
13004
13005 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13006 gnus-article-mime-hierarchy-next to nil.
13007
13008 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
13009
13010 * dns.el: Don't require gnus-xmas.
13011
13012 2004-03-17 Jesper Harder <harder@ifa.au.dk>
13013
13014 * mml.el (mml-generate-mime-1): Don't use format=flowed with
13015 inline PGP.
13016 (mml-menu): Disable mml-quote-region if mark is inactive.
13017
13018 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13019
13020 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13021 when the group's active is not available.
13022
13023 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13024
13025 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13026 error.
13027
13028 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
13029
13030 * imap.el (imap-store-password): New variable.
13031 (imap-interactive-login): Use it.
13032 Suggested by Mark Plaksin <happy@mcplaksin.org>.
13033
13034 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13035
13036 * gnus-art.el (gnus-article-read-summary-keys): Restore new
13037 window-start and hscroll to summary window.
13038
13039 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
13040
13041 * gnus-start.el (gnus-convert-old-newsrc): Only write the
13042 conversion message to newsrc-dribble when an actual conversion is
13043 performed.
13044
13045 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
13046
13047 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13048
13049 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13050
13051 * mm-decode.el (mm-complicated-handles): New function reviving
13052 former definition of mm-multiple-handles.
13053
13054 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13055 (gnus-mime-delete-part): Use it.
13056
13057 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
13058
13059 * gnus-agent.el (gnus-agent-read-local): Bind
13060 nnheader-file-coding-system to gnus-agent-file-coding-system to
13061 avoid the implicit assumption that they will always be equal.
13062 (gnus-agent-save-local): Bind buffer-file-coding-system, not
13063 coding-system-for-write, as the with-temp-file macro first prints
13064 to a buffer then saves the buffer.
13065
13066 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
13067
13068 * gnus-art.el (gnus-article-edit-part): New function.
13069 (gnus-mime-save-part-and-strip): Use it; do query instead of
13070 signaling an error; don't use mm-multiple-handles.
13071 (gnus-mime-delete-part): Ditto.
13072
13073 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
13074
13075 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13076 old file versions.
13077 (gnus-group-prepare-hook): Removed function that converted list
13078 form of gnus-agent-expire-days to group properties.
13079
13080 * gnus-int.el: Autoload gnus-agent-regenerate-group.
13081 (gnus-request-accept-article): Re-indented.
13082
13083 * gnus-start.el (gnus-convert-old-newsrc): Registered new
13084 converters to handle old agent file formats. Added logic for a
13085 "backup before upgrading warning".
13086 (gnus-convert-mark-converter-prompt): Developers can mark
13087 functions as needing (default), or not needing,
13088 gnus-convert-old-newsrc's "backup before upgrading warning".
13089 (gnus-convert-converter-needs-prompt): Tests whether the user
13090 should be protected from potentially irreversable changes by the
13091 function.
13092
13093 * legacy-gnus-agent.el: New. Provides converters that are only
13094 loaded when gnus-convert-old-newsrc needs to call them.
13095
13096 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13097
13098 * mail-source.el (mail-source-touch-pop): Doc fix.
13099
13100 * message.el (message-smtpmail-send-it): Doc fix.
13101
13102 2004-03-05 Jesper Harder <harder@ifa.au.dk>
13103
13104 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13105
13106 * nnmail.el (nnmail-split-fancy): do.
13107
13108 * gnus-kill.el (gnus-kill, gnus-execute): do.
13109
13110 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
13111
13112 * gnus-sum.el (gnus-widget-reversible-match)
13113 (gnus-widget-reversible-to-internal)
13114 (gnus-widget-reversible-to-external): New functions.
13115 (gnus-widget-reversible): New widget.
13116 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13117
13118 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
13119
13120 * gnus-sum.el (gnus-thread-sort-functions)
13121 (gnus-article-sort-functions): Document `(not F)' items.
13122
13123 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13124
13125 * spam.el (spam-use-gmane-xref): Add new backend.
13126 (spam-gmane-xref-spam-group): Add variable to control the name of the
13127 Gmane spam group.
13128 (spam-blackhole-servers, spam-blackhole-good-server-regex)
13129 (spam-regex-headers-spam, spam-regex-headers-ham)
13130 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13131 (spam-list-of-checks): Add spam-use-gmane-xref to list of
13132 backends and checks.
13133 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13134
13135 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13136 an autodetect method.
13137
13138 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
13139
13140 * gnus-int.el (gnus-request-accept-article): Inform the agent that
13141 articles are being added to a group.
13142 (gnus-request-replace-article): Inform the agent that articles
13143 need to be uncached as the cached contents are no longer valid.
13144
13145 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
13146
13147 * binhex.el: Don't autoload executable-find.
13148
13149 * canlock.el: Don't autoload mail-fetch-field.
13150
13151 * gnus-ems.el: Don't autoload appt-select-lowest-window.
13152
13153 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13154 rmail-dont-reply-to and rmail-output.
13155
13156 * gnus-score.el: Don't autoload ffap-string-at-point.
13157
13158 * gnus-setup.el: Don't autoload sc-cite-original.
13159
13160 * imap.el: Don't autoload base64-decode-string,
13161 base64-encode-string and md5.
13162
13163 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13164 and rmail-msg-restore-non-pruned-header.
13165
13166 * mm-decode.el: Don't autoload executable-find.
13167
13168 * mm-url.el: Don't autoload executable-find.
13169
13170 * mm-view.el: Don't autoload diff-mode.
13171
13172 * nndb.el: Don't autoload news-reply-mode, news-setup,
13173 cancel-timer and telnet.
13174
13175 * password.el: Don't autoload run-at-time for Emacs.
13176
13177 * sha1-el.el: Don't autoload executable-find.
13178
13179 * sieve-mode.el: Don't autoload c-mode.
13180
13181 * uudecode.el: Don't autoload executable-find.
13182
13183 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
13184
13185 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13186 (gnus-agent-possibly-alter-active): Avoid null in numeric
13187 comparison.
13188 (gnus-agent-set-local): Refuse to save null in local object table.
13189 (gnus-agent-regenerate-group): The REREAD parameter can now be a
13190 list of articles that will be marked as unread.
13191
13192 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
13193
13194 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13195
13196 2004-03-04 Jesper Harder <harder@ifa.au.dk>
13197
13198 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13199 language tags.
13200
13201 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
13202
13203 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13204 Don't bind "obarray".
13205
13206 * gnus-sum.el (gnus-thread-sort-functions): Added
13207 `gnus-thread-sort-by-most-recent-number' and
13208 `gnus-thread-sort-by-most-recent-date'.
13209 Reported by Kai Grossjohann <kai@emptydomain.de>.
13210
13211 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13212
13213 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13214
13215 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
13216
13217 * gnus-cus.el (gnus-agent-customize-category): Removed
13218 ignore-errors macro reference that required cl to be loaded at
13219 run-time.
13220
13221 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13222 single-interval range of the form (min . max). Previously the
13223 range had to look like ((min . max)). Likewise, return
13224 (min . max) rather than ((min . max)).
13225 (gnus-range-map): Use gnus-range-normalize to accept
13226 single-interval range.
13227
13228 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13229 the cache, but not the agent, now appear with their usual face.
13230
13231 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
13232
13233 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13234 w3m-safe-url-regexp variable buffer-local.
13235
13236 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13237
13238 2004-02-27 Simon Josefsson <jas@extundo.com>
13239
13240 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13241 gnus-group-real-prefix.
13242 (gnus-summary-move-article): Use it, instead of
13243 gnus-group-real-prefix.
13244
13245 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13246
13247 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13248 w3m-safe-url-regexp variable buffer-local and set it as the value
13249 of mm-w3m-safe-url-regexp.
13250
13251 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13252
13253 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13254 parsing gnus-posting-styles when the message is not for replying.
13255
13256 * nnrss.el (nnrss-opml-export): Use
13257 mm-set-buffer-file-coding-system instead of
13258 set-buffer-file-coding-system.
13259
13260 2004-02-27 Jesper Harder <harder@ifa.au.dk>
13261
13262 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13263 of checkdoc.el).
13264 * nnrss.el: do.
13265 * gnus-mlspl.el: do.
13266 * gnus-ml.el: do.
13267 * gnus-srvr.el: do.
13268
13269 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13270
13271 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
13272
13273 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13274 Corrections to custom-manual links.
13275
13276 * gnus-art.el (gnus-article): Ditto.
13277
13278 * mm-decode.el (mime-display, mime-security): Ditto.
13279
13280 2004-02-26 Jesper Harder <harder@ifa.au.dk>
13281
13282 * flow-fill.el: Typo.
13283
13284 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
13285
13286 * spam-wash.el: New file.
13287
13288 2004-02-26 Mark A. Hershberger <mah@everybody.org>
13289
13290 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13291
13292 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13293
13294 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13295 to be run with new-articles as LIST1, not LIST2.
13296 (spam-registration-functions): Add spam-use-ham-copy as a nil
13297 registration backend.
13298
13299 2004-02-26 Jesper Harder <harder@ifa.au.dk>
13300
13301 * spam-stat.el (spam-stat-washing-hook): New option.
13302 (spam-stat-buffer-words): Use it.
13303 (spam-stat-process-directory, spam-stat-test-directory): Use
13304 insert-file-contents-literally.
13305 (spam-stat-coding-system): New variable.
13306 (spam-stat-load, spam-stat-save): Use it.
13307
13308 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
13309
13310 * spam-report.el (spam-report-plug-agent): Quote
13311 spam-report-url-to-file and spam-report-url-ping-plain.
13312
13313 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
13314
13315 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13316 / in mailto URLs.
13317
13318 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13319
13320 * spam-report.el (spam-report-process-queue): Fix interactive use.
13321 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13322 (spam-report-unplug-agent): Doc fixes.
13323 (spam-report-url-ping-mm-url, spam-report-url-to-file)
13324 (spam-report-agentize, spam-report-deagentize): Autoload
13325
13326 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
13327
13328 * message.el (message-setup-fill-variables): Add mml tags to
13329 paragraph-start and paragraph-separate. Suggested by Andrew Korty
13330 <ajk@iu.edu>.
13331 (message-mode): Don't modify paragraph-separate there.
13332
13333 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13334
13335 * compface.el (uncompface-use-external): Default to undecided.
13336 (uncompface-use-external-threshold): New variable.
13337 (uncompface-float-time): New macro.
13338 (uncompface): Determine whether to use the external decoder if
13339 uncompface-use-external is undecided.
13340
13341 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13342
13343 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13344 after images.
13345
13346 * gnus-art.el (gnus-mime-display-single): Remove dead code.
13347
13348 2004-02-14 Jesper Harder <harder@ifa.au.dk>
13349
13350 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13351
13352 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13353
13354 * gnus-sum.el (gnus-summary-limit-to-age)
13355 (gnus-summary-limit-children): do.
13356
13357 * gnus-int.el (gnus-request-scan): do.
13358
13359 * gnus-group.el (gnus-group-suspend): do.
13360
13361 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13362
13363 * gnus-cite.el (gnus-cite-parse-attributions): do.
13364
13365 * gnus-agent.el (gnus-summary-set-agent-mark)
13366 (gnus-agent-regenerate-group): do.
13367
13368 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13369
13370 * binhex.el (binhex-decode-region-internal): do.
13371
13372 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13373
13374 * gnus-fun.el (gnus-face-properties-alist): New user option.
13375 (gnus-display-x-face-in-from): Use it.
13376
13377 * gnus-art.el (article-display-face): Ditto.
13378
13379 * compface.el (uncompface-use-external): Default to nil.
13380
13381 2004-02-12 Jesper Harder <harder@ifa.au.dk>
13382
13383 * nntp.el (nntp-erase-buffer): New function.
13384 (nntp-retrieve-data, nntp-send-command)
13385 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13386 (nntp-possibly-change-group): Use it.
13387
13388 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13389 with-current-buffer.
13390
13391 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
13392
13393 * compface.el: Merge the ELisp-based uncompface program.
13394 (compface): New customization group.
13395 (uncompface-use-external): New user option.
13396 (uncompface): Call uncompface-internal if uncompface-use-external
13397 is nil.
13398 (uncompface-internal): New function. Note that there are also
13399 some other functions and variables added for this function.
13400
13401 2004-02-10 Jesper Harder <harder@ifa.au.dk>
13402
13403 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13404 if necessary.
13405
13406 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
13407
13408 * spam-report.el (spam-report-unplug-agent)
13409 (spam-report-plug-agent, spam-report-deagentize)
13410 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13411 Add support for the Agent in spam-report: when unplugged, report to a
13412 file; when plugged, submit all the requests.
13413
13414 * spam.el (spam-register-routine): Fix message about
13415 registration.
13416
13417 2004-02-09 Jesper Harder <harder@ifa.au.dk>
13418
13419 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13420 dependencies.
13421 (rfc2047-encode): Use it.
13422
13423 * gnus-art.el (gnus-button-marker-list): Move before first
13424 reference.
13425
13426 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13427 (imap-parse-body): Fix format string mismatch.
13428
13429 * gnus-score.el (gnus-summary-increase-score): do.
13430
13431 * nnrss.el (nnrss-close): New function.
13432
13433 2004-02-08 Jesper Harder <harder@ifa.au.dk>
13434
13435 * nnrss.el (nnrss-make-filename): New function.
13436 (nnrss-request-delete-group, nnrss-read-server-data)
13437 (nnrss-save-server-data, nnrss-read-group-data)
13438 (nnrss-save-group-data): Use it.
13439 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13440 (nnrss-read-server-data, nnrss-read-group-data): Use load.
13441 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13442
13443 2004-02-07 Jesper Harder <harder@ifa.au.dk>
13444
13445 * mml.el (mml-compute-boundary-1): Don't uncompress files.
13446
13447 2004-02-06 Jesper Harder <harder@ifa.au.dk>
13448
13449 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13450 files.
13451
13452 * message.el (message-generate-headers-first): Don't quote nil
13453 and t in docstrings.
13454
13455 * imap.el (imap-id): do.
13456
13457 * gnus-agent.el (gnus-agent-consider-all-articles)
13458 (gnus-agent-queue-mail): do.
13459
13460 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
13461
13462 * spam-report.el (spam-report-process-queue): New function.
13463 Process requests from `spam-report-requests-file'.
13464 (spam-report-process-queue): Doc fix.
13465
13466 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
13467
13468 * spam.el (spam-register-routine)
13469 (spam-log-processing-to-registry, spam-log-registered-p)
13470 (spam-log-unregistration-needed-p, spam-log-undo-registration):
13471 Change "check" to "spam-check" for semi-clarity.
13472
13473 2004-02-05 Jesper Harder <harder@ifa.au.dk>
13474
13475 * pop3.el: Require nnheader.
13476
13477 * mml-smime.el: Require cl. Autoload message-fetch-field.
13478
13479 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13480
13481 * gnus-picon.el: Require cl.
13482
13483 * gnus-fun.el: Require gnus-ems and gnus-util.
13484
13485 * gnus.el (gnus-method-to-server): Move defsubst before first use.
13486
13487 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13488
13489 * gnus-art.el (gnus-article-edit-mode): Define before first
13490 reference.
13491
13492 2004-02-04 Jesper Harder <harder@ifa.au.dk>
13493
13494 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13495 (gnus-uu-post-encoded): Use point-at-bol.
13496
13497 * gnus-topic.el (gnus-group-active-topic-p): do.
13498
13499 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13500
13501 * gnus-group.el (gnus-group-kill-region): do.
13502
13503 * gnus-art.el (article-date-ut): do.
13504
13505 * message.el (message-fetch-field): Remove redundant
13506 case-fold-search binding.
13507 (message-narrow-to-field): Simplify.
13508
13509 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13510
13511 * spam.el (spam-directory): Derive from `gnus-directory'.
13512
13513 * spam-report.el (spam-report-url-to-file)
13514 (spam-report-requests-file): New function and variable for offline
13515 reporting.
13516 (spam-report-url-ping-function): Add `spam-report-url-to-file'
13517 and user defined function.
13518 (spam-report-url-ping-mm-url): Remove doubled slash.
13519
13520 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
13521
13522 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13523
13524 2004-02-03 Jesper Harder <harder@ifa.au.dk>
13525
13526 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13527 format string mismatch.
13528
13529 * sieve.el (sieve-deactivate-all): do.
13530
13531 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13532
13533 * nnlistserv.el (nnlistserv-kk-wash-article): do.
13534
13535 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13536
13537 * mm-bodies.el (mm-7bit-chars): Don't include \r.
13538
13539 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
13540
13541 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13542 the list of checks.
13543
13544 2004-01-31 Jesper Harder <harder@ifa.au.dk>
13545
13546 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13547 padding.
13548
13549 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
13550
13551 * mm-view.el (mm-fill-flowed): New variable.
13552 (mm-inline-text): Use it.
13553
13554 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
13555
13556 * spam.el (spam-spamassassin-register-ham-routine)
13557 (spam-spamassassin-register-spam-routine): Fix function names.
13558
13559 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
13560
13561 * gnus.el (gnus-tmp-grouplens): Remove.
13562 (gnus-summary-line-format): Remove grouplens.
13563
13564 * gnus-group.el (gnus-group-line-format): Ditto.
13565
13566 * gnus-spec.el (gnus-format-specs): Ditto.
13567 (gnus-update-format-specifications): Flush the group format spec
13568 cache if there's the grouplens stuff.
13569 (gnus-parse-simple-format): Replace %l with the empty string.
13570
13571 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
13572
13573 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13574 omission.
13575
13576 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13577
13578 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13579 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13580
13581 2004-01-25 Paul Jarc <prj@po.cwru.edu>
13582
13583 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13584 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13585 New macros and functions.
13586 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13587 Handle > NLINK_MAX messages.
13588 * nnmaildir.el (nnmaildir-request-set-mark): Use
13589 nnmaildir--emlink-p and nnmaildir--eexist-p.
13590
13591 2004-01-25 Alex Schroeder <alex@gnu.org>
13592
13593 * spam-stat.el (spam-stat-process-directory-age): New option.
13594 (spam-stat-process-directory): Use it.
13595
13596 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
13597
13598 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13599 (spam-stat-save): Accept prefix argument.
13600
13601 2004-01-23 Paul Jarc <prj@po.cwru.edu>
13602
13603 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13604 links" error.
13605
13606 2004-01-23 Jesper Harder <harder@ifa.au.dk>
13607
13608 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13609 compatibility with old .newsrc.eld files.
13610
13611 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13612
13613 * gnus-start.el (gnus-1): do.
13614
13615 * gnus-group.el (gnus-group-line-format-alist): do.
13616
13617 * gnus.el (gnus-use-grouplens, gnus-visual): do.
13618
13619 * gnus-gl.el: Remove.
13620
13621 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
13622
13623 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13624 marks consisting of a single range {for example, (3 . 5)} rather
13625 than a list of a single range { ((3 . 5)) }.
13626
13627 2004-01-23 Jesper Harder <harder@ifa.au.dk>
13628
13629 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13630 with-current-buffer.
13631 (spam-stat-store-current-buffer): Use insert-buffer-substring to
13632 avoid consing a string.
13633
13634 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13635 Remove obsolete entries for big5 and gb2312.
13636
13637 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
13638
13639 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13640 uncompressed list.
13641
13642 2004-01-22 Jesper Harder <harder@ifa.au.dk>
13643
13644 * spam-stat.el (spam-stat-strip-xref): New function.
13645 (spam-stat-process-directory): Use it.
13646
13647 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13648 here -- it's done in message-fetch-field.
13649
13650 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
13651
13652 * gnus-agent.el (gnus-agent-queue-mail)
13653 (gnus-agent-prompt-send-queue): New variables.
13654 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13655 * gnus-draft.el (gnus-group-send-queue): Pass the group name
13656 "nndraft:queue" along to gnus-draft-send. Use
13657 gnus-agent-prompt-send-queue.
13658 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13659 is "nndraft:queue". Suggested by Gaute Strokkenes
13660 <gs234@srcf.ucam.org>
13661
13662 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
13663 (agent-enable-undownloaded-faces): Added.
13664 (gnus-agent-cat-groups): Use eval-and-compile, not
13665 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13666 method of gnus-agent-cat-groups even when the buffer has been
13667 evaled.
13668 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13669 delete gnus-agent-save-active-1.
13670 (gnus-agent-save-groups): Deleted. Identical to
13671 gnus-agent-save-active.
13672 (gnus-agent-write-active): No longer adjust agent's copy of active
13673 file as agent's adjustments are now stored in their own
13674 file. Removed optional parameter.
13675 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13676 servers. Add use of min/max range limits from server's local
13677 file.
13678 (gnus-agent-save-alist): Removed unused optional argument.
13679 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13680 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13681 (gnus-agent-set-local): A per-server file that keeps min/max range
13682 limits for articles known to the agent. Provides a fast mechanism
13683 for altering many active ranges.
13684 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13685 active file (local makes it unnecessary).
13686 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13687
13688 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
13689 (agent-enable-undownloaded-faces): Added.
13690
13691 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13692 disable it when sending to "nndraft:queue".
13693 (gnus-group-send-queue): Add safety check to avoid sending queue
13694 when unplugged.
13695
13696 * gnus-group.el (gnus-group-catchup): Use new
13697 gnus-sequence-of-unread-articles, not
13698 gnus-list-of-unread-articles, to avoid exhausting memory with huge
13699 numbers of articles. Use gnus-range-map to avoid having to
13700 uncompress the unread list.
13701 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13702 Fixed invalid ange-ftp reference.
13703
13704 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13705 (gnus-sorted-range-intersection): Intersection of two ranges
13706 without requiring that they first be uncompressed.
13707
13708 * gnus-start.el (gnus-activate-group): Unless blocked by the
13709 caller, possibly expand the active range to include both cached
13710 and agentized articles.
13711 (gnus-convert-old-newsrc): Rewrote in anticipation of having
13712 multiple version-dependent converters.
13713 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13714 gnus-agent-save-active.
13715 (gnus-save-newsrc-file): Save dirty agent range limits.
13716
13717 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13718 gnus-agent-possibly-alter-active.
13719 (gnus-adjust-marked-articles): Faster handling of simple lists
13720
13721 2004-01-21 Jesper Harder <harder@ifa.au.dk>
13722
13723 * spam-stat.el (spam-stat-test-directory): New optional argument
13724 displays a list of files detected. Suggested by Andrew Cohen
13725 <cohen@andy.bu.edu>.
13726 (spam-stat-buffer-words-with-scores): Don't narrow and change
13727 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
13728
13729 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
13730
13731 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13732 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13733 (spam-spamassassin-arguments)
13734 (spam-spamassassin-spam-flag-header)
13735 (spam-spamassassin-positive-spam-flag-header)
13736 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13737 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13738 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13739 (spam-list-of-processors, spam-list-of-checks)
13740 (spam-list-of-statistical-checks, spam-registration-functions)
13741 (spam-check-spamassassin-headers, spam-check-spamassassin)
13742 (spam-spamassassin-score)
13743 (spam-spamassassin-register-with-sa-learn)
13744 (spam-spamassassin-register-spam-routine)
13745 (spam-spamassassin-register-ham-routine)
13746 (spam-assassin-register-spam-routine)
13747 (spam-assassin-register-ham-routine): Add SpamAssassin support.
13748 (spam-bogofilter-score): Fix to show article before scoring.
13749
13750 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
13751
13752 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13753 default scoring function.
13754 (spam-generic-score): Call spam-spamassassin-score if
13755 spam-use-spamassassin or spam-use-spamassassin-headers is on;
13756 spam-bogofilter-score otherwise.
13757
13758 * gnus.el (spam-process, spam-autodetect-methods): Add
13759 spamassassin and spamassassin-headers.
13760
13761 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
13762
13763 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13764 Suppress unnecessary messages.
13765
13766 2004-01-20 Jesper Harder <harder@ifa.au.dk>
13767
13768 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13769 make-hash-table.
13770
13771 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * canlock.el (base64-encode-string): Don't autoload it.
13774
13775 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13776
13777 * run-at-time.el: Remove useless (require 'itimer),
13778 eval-and-compile and (featurep 'xemacs).
13779
13780 2004-01-16 Jesper Harder <harder@ifa.au.dk>
13781
13782 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13783 GROUP is a virtual group.
13784
13785 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
13786
13787 * gnus.el: Autoload `message-y-or-n-p'.
13788
13789 2004-01-15 Jesper Harder <harder@ifa.au.dk>
13790
13791 * pgg-parse.el: Remove unnecessary (require 'custom).
13792
13793 * pgg-def.el: do.
13794
13795 * nnmail.el: do.
13796
13797 * gnus-undo.el: do.
13798
13799 * gnus-picon.el: do.
13800
13801 * gnus-util.el: do.
13802
13803 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
13804
13805 * gnus-sum.el (gnus-pick-line-number): Add autoload.
13806
13807 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
13808
13809 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13810 handle, as well as a list.
13811
13812 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13813 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13814 (mm-w3m-cid-retrieve): Simplify.
13815
13816 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
13817
13818 * message.el (message-kill-to-signature): Allow prefix arg to
13819 specify number of lines to keep before signature.
13820
13821 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
13822
13823 * message.el (message-kill-to-signature): Change docstring.
13824
13825 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
13826
13827 * canlock.el: Always require sha1-el.
13828 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13829
13830 * message.el: Autoload sha1 only when compiling.
13831
13832 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13833
13834 * message.el (message-canlock-generate): Require sha1-el.
13835
13836 2004-01-13 Jesper Harder <harder@ifa.au.dk>
13837
13838 * message.el (message-expand-name): Silence the byte compiler.
13839
13840 2004-01-13 Simon Josefsson <jas@extundo.com>
13841
13842 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13843 Invoke gnus-score-mode. Reported by
13844 bojohan+news@dd.chalmers.se (Johan Bockgård).
13845
13846 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
13847 Jim Blandy <jimb@redhat.com> (tiny change).
13848
13849 2004-01-12 Jesper Harder <harder@ifa.au.dk>
13850
13851 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13852
13853 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
13854
13855 * spam.el (spam-get-article-as-string): Update to use
13856 gnus-request-article-this-buffer, much simpler.
13857 (spam-get-article-as-buffer): Remove.
13858
13859 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
13860
13861 * message.el (message-expand-name): Use EUDC if the user uses that.
13862
13863 2004-01-12 Jesper Harder <harder@ifa.au.dk>
13864
13865 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13866 character for the encoding to avoid consing a string.
13867
13868 * rfc2047.el (rfc2047-decode-string): Don't cons a string
13869 unnecessarily.
13870
13871 * mm-util.el (mm-replace-chars-in-string): Remove.
13872
13873 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13874 of mm-replace-chars-in-string.
13875
13876 2004-01-11 Jesper Harder <harder@ifa.au.dk>
13877
13878 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13879
13880 * mm-util.el (mm-subst-char-in-string): Support inplace.
13881
13882 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13883 a new string in every iteration. Use shy groups.
13884
13885 2004-01-10 Jesper Harder <harder@ifa.au.dk>
13886
13887 * gnus-srvr.el (gnus-browse-unsubscribe-group):
13888 * gnus-soup.el (gnus-soup-group-brew):
13889 * gnus-msg.el (gnus-put-message):
13890 * gnus-move.el (gnus-group-move-group-to-server):
13891 * gnus-kill.el (gnus-batch-score):
13892 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13893 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13894 (gnus-group-update-group, gnus-group-read-group)
13895 (gnus-group-make-group, gnus-group-make-help-group)
13896 (gnus-group-make-archive-group, gnus-group-make-directory-group)
13897 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13898 (gnus-group-sort-by-unread, gnus-group-catchup)
13899 (gnus-group-unsubscribe-group, gnus-group-kill-group)
13900 (gnus-group-yank-group, gnus-group-set-info)
13901 (gnus-group-list-groups):
13902 * gnus.el (gnus-generate-new-group-name):
13903 * gnus-delay.el (gnus-delay-send-queue):
13904 * nnvirtual.el (nnvirtual-catchup-group):
13905 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13906 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13907 (gnus-group-prepare-topics, gnus-topic-check-topology):
13908 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13909 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13910 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13911 (gnus-group-make-articles-read):
13912 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13913 (gnus-group-change-level, gnus-kill-newsgroup)
13914 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13915 (gnus-get-unread-articles, gnus-make-articles-unread)
13916 (gnus-make-ascending-articles-unread): Use accessor
13917 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13918 to get group information for improved readability.
13919
13920 2004-01-09 Jesper Harder <harder@ifa.au.dk>
13921
13922 * gnus-art.el (article-decode-mime-words, article-babel)
13923 (gnus-article-highlight-signature, gnus-article-add-buttons)
13924 (gnus-signature-toggle): Use gnus-with-article-buffer.
13925
13926 * gnus-art.el (gnus-article-highlight-headers)
13927 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13928
13929 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13930 (gnus-article-set-globals, gnus-request-article-this-buffer)
13931 (gnus-button-message-id, gnus-article-maybe-hide-headers)
13932 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13933 (gnus-mime-display-alternative): Use with-current-buffer.
13934
13935 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
13936
13937 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13938 also under 80 char limit, and call gnus-error if needed.
13939 (spam-fetch-article-header): Fix - it was a
13940 buffer-local variable (gnus-newsgroup-data).
13941 (spam-find-spam): Use spam-generate-fake-headers, forget about
13942 spam-insert-fake-headers.
13943 (spam-insert-fake-headers): Remove.
13944
13945 2004-01-09 Jesper Harder <harder@ifa.au.dk>
13946
13947 * deuglify.el (gnus-article-outlook-unwrap-lines)
13948 (gnus-outlook-rearrange-article)
13949 (gnus-outlook-repair-attribution-outlook)
13950 (gnus-outlook-repair-attribution-block)
13951 (gnus-outlook-repair-attribution-other): Remove redundant
13952 save-excursion.
13953
13954 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
13955
13956 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13957 (spam-fetch-field-subject-fast)
13958 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13959 (spam-fetch-article-header): Add functions to deal with Gnus
13960 internals for fast retrieval of article header data.
13961 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13962
13963 2004-01-09 Jesper Harder <harder@ifa.au.dk>
13964
13965 * pop3.el (pop3-md5): Remove.
13966 (pop3-apop): Replace pop3-md5 with md5.
13967
13968 * mm-bodies.el: base64 is always built-in.
13969
13970 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13971 with-current-buffer.
13972
13973 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13974
13975 * canlock.el (canlock-insert-header): Remove excessive grouping in
13976 regexp.
13977
13978 * gnus-sum.el (gnus-summary-read-document): Ditto.
13979
13980 * gnus-uu.el (gnus-uu-part-number): Ditto.
13981
13982 * html2text.el (html2text-remove-tags): Ditto.
13983 (html2text-format-tags): Ditto.
13984 (html2text-format-single-elements): Ditto.
13985
13986 * mml.el (mml-parse-1): Ditto.
13987
13988 2004-01-08 Jesper Harder <harder@ifa.au.dk>
13989
13990 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13991
13992 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13993
13994 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13995
13996 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13997
13998 2003-11-15 Simon Josefsson <jas@extundo.com>
13999
14000 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14001 (pgg-gpg-lookup-key): Use regexp match instead of
14002 split-string (split-string is different between emacs 21.2 and
14003 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
14004
14005 2004-01-08 Jesper Harder <harder@ifa.au.dk>
14006
14007 * gnus-art.el (gnus-mime-view-all-parts)
14008 (gnus-article-part-wrapper, gnus-article-view-part): Use
14009 with-current-buffer.
14010
14011 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14012
14013 * spam.el (spam-disable-spam-split-during-ham-respool)
14014 (spam-spamoracle-database, spam-cache-lookups)
14015 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14016 (spam-group-ham-mark-p, spam-group-spam-mark-p)
14017 (spam-group-ham-marks, spam-group-spam-marks)
14018 (spam-group-spam-contents-p, spam-group-ham-contents-p)
14019 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14020 also add spam-use-blackholes to the statistical checks.
14021 (spam-fetch-field-fast): Add interface to fetching fields, may
14022 become a macro.
14023 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14024 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14025 (spam-insert-fake-headers): Fake an article when needed.
14026 (spam-find-spam): Fake article when possible.
14027 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14028 (spam-check-bogofilter-headers): Use message-fetch-field instead
14029 of nnmail-fetch-field.
14030
14031 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14032
14033 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14034
14035 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14036
14037 * spam.el (spam-split): Do not require spam-use-CHECK to be
14038 enabled if that check is passed to spam-split explicitly; also
14039 fix so 'spam doesn't get converted to spam-split-group when
14040 spam-split-symbolic-return is t.
14041 (spam-find-spam): Find registrations of the article and use those
14042 instead of re-running spam-split to find the spam/ham
14043 classification of the article.
14044 (spam-log-processing-to-registry, spam-log-registered-p)
14045 (spam-log-unregistration-needed-p, spam-log-undo-registration):
14046 Use gnus-error instead of gnus-message.
14047 (spam-log-registration-type): Add function to determine the
14048 classification of a message based on registry entries; will
14049 return nil if both 'spam and 'ham are found.
14050 (spam-check-BBDB): Expand all the BBDB macros here so we can have
14051 a reasonably fast local cache without the loading errors.
14052 (spam-cache-lookups): Set to t by default.
14053 (spam-find-spam): Don't try to guess spam-cache-lookups.
14054 (spam-enter-whitelist, spam-enter-blacklist): Clear the
14055 spam-caches entry.
14056 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14057 caching of whitelist/blacklist entries.
14058 (spam-check-whitelist, spam-check-blacklist): Invoke
14059 spam-from-listed-p with a type, not a cache variable.
14060 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14061
14062 2004-01-07 Jesper Harder <harder@ifa.au.dk>
14063
14064 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14065
14066 * nnmail.el (nnmail-split-fancy): do.
14067
14068 * mml.el (mml-parse): do.
14069
14070 * gnus-score.el (gnus-enter-score-words-into-hashtb)
14071 (gnus-score-adaptive): do.
14072
14073 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14074
14075 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14076 (gnus-mime-button-map): Don't set keymap parent.
14077 (gnus-button-ctan-directory-regexp): Use shy grouping.
14078 (gnus-prev-page-map): Don't set keymap parent.
14079 (gnus-prev-page-map): Remove duplicated one.
14080 (gnus-next-page-map): Don't set keymap parent.
14081 (gnus-mime-security-button-map): Ditto.
14082
14083 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14084 version number.
14085
14086 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14087
14088 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14089
14090 * canlock.el (canlock-sha1-function): Remove.
14091 (canlock-sha1-function-for-verify): Remove.
14092 (canlock-openssl-program): Remove.
14093 (canlock-openssl-args): Remove.
14094 (canlock-ignore-errors): Remove.
14095 (canlock-sha1-with-openssl): Remove.
14096 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14097 (canlock-verify): Don't use canlock-ignore-errors.
14098
14099 * sha1-el.el (sha1-string-external): Make it can return a string
14100 in binary form.
14101 (sha1-region-external): Ditto.
14102 (sha1-string-internal): Ditto.
14103 (sha1-region-internal): Ditto.
14104 (sha1-region): Ditto.
14105 (sha1-string): Ditto.
14106 (sha1): Ditto.
14107
14108 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14109
14110 * spam.el (spam-report-articles-gmane): New command.
14111
14112 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14113
14114 * gnus.el: Don't make unnecessary *Group* buffer when loading.
14115
14116 * run-at-time.el (run-at-time-saved): Remove.
14117 (run-at-time): Doc fix.
14118
14119 2004-01-07 Jesper Harder <harder@ifa.au.dk>
14120
14121 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14122 (gnus-summary-limit-map): Add it.
14123 (gnus-summary-make-menu-bar): do.
14124
14125 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
14126
14127 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14128 Make attempt at some caching support (done for BBDB only now).
14129 (spam-find-spam): Set spam-cache-lookups if there are more than 2
14130 addresses to be checked.
14131 (spam-clear-cache-BBDB): Add function, to be invoked by
14132 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14133 (spam-check-BBDB): Check and use the caches, if
14134 spam-cache-lookups is on, remove superfluous (provide).
14135
14136 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14137
14138 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14139
14140 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
14141
14142 * run-at-time.el (run-at-time-saved): Move to after the definition
14143 of `run-at-time'.
14144
14145 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14146
14147 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14148 mm-w3m-local-map-property.
14149
14150 * mm-view.el (mm-w3m-mode-map): Remove.
14151 (mm-w3m-local-map-property): Remove.
14152 (mm-inline-text-html-render-with-w3m): Don't use
14153 mm-w3m-local-map-property.
14154
14155 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14156
14157 * run-at-time.el: New file.
14158
14159 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14160 of gnus-set-text-properties.
14161
14162 * gnus-uu.el (gnus-uu-save-article): Ditto.
14163
14164 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14165
14166 * gnus-cite.el (gnus-cite-parse): Ditto.
14167
14168 * gnus-art.el (gnus-button-push): Use set-text-properties instead
14169 of gnus-.
14170
14171 * gnus.el: Changed calls to nnheader-run-at-time and
14172 password-run-at-time throughout to use run-at-time directly.
14173
14174 * password.el: Removed definition of run-at-time.
14175
14176 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
14177
14178 * mml.el (mml-minibuffer-read-disposition): Show attachment type
14179 in prompt.
14180
14181 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
14182
14183 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14184 XEmacs version.
14185
14186 * dns.el (dns-make-network-process): Use `open-network-stream'
14187 instead of `gnus-xmas-open-network-stream'.
14188
14189 * .cvsignore: Add auto-autoloads.el, custom-load.el.
14190
14191 2004-01-06 Jesper Harder <harder@ifa.au.dk>
14192
14193 * gnus-art.el (gnus-mime-display-alternative)
14194 (gnus-insert-mime-button, gnus-insert-mime-security-button)
14195 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14196 Don't use gnus-local-map-property.
14197
14198 * gnus-util.el (gnus-local-map-property): Remove.
14199
14200 * mm-view.el (mm-view-pkcs7-decrypt): Replace
14201 gnus-completing-read-maybe-default with completing-read.
14202
14203 * gnus-util.el (gnus-completing-read): do.
14204 (gnus-completing-read-maybe-default): Remove.
14205
14206 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
14207
14208 * password.el: Only autoload `run-at-time' if not XEmacs.
14209 Only autoload the itimer functions if XEmacs.
14210
14211 2004-01-06 Jesper Harder <harder@ifa.au.dk>
14212
14213 * gnus-art.el (gnus-read-string): Remove.
14214 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14215 read-string.
14216
14217 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
14218
14219 * netrc.el: Autoload password-read.
14220 (netrc): Add configuration group.
14221 (netrc-encoding-method, netrc-openssl-path): Add
14222 variables for encoding and decoding of files with symmetric
14223 ciphers.
14224 (netrc-encode): Add assistant function to encode a file with
14225 netrc-encoding-method.
14226 (netrc-parse): Add interactive parameter, added optional
14227 decoding if netrc-encoding-method is non-nil but otherwise
14228 behavior is standard.
14229 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14230 Do s/encode/encrypt/ everywhere.
14231
14232 * spam.el: Remove executable-find autoload.
14233
14234 2004-01-05 Jesper Harder <harder@ifa.au.dk>
14235
14236 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14237
14238 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14239
14240 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14241
14242 * gnus-art.el (gnus-treat-ansi-sequences)
14243 (article-treat-ansi-sequences): New variable and function.
14244 Suggested by Dan Jacobson <jidanni@jidanni.org>.
14245
14246 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14247 Use it.
14248
14249 2004-01-05 Jesper Harder <harder@ifa.au.dk>
14250
14251 * mm-util.el (mm-quote-arg): Remove.
14252
14253 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14254 shell-quote-argument.
14255
14256 * gnus-uu.el (gnus-uu-command): do.
14257
14258 * gnus-sum.el (gnus-summary-insert-pseudos): do.
14259
14260 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14261 with make-char.
14262
14263 * mm-util.el (mm-make-char): Remove.
14264
14265 * mml.el (mml-mode): Replace gnus-add-minor-mode with
14266 add-minor-mode.
14267
14268 * gnus-undo.el (gnus-undo-mode): do.
14269
14270 * gnus-topic.el (gnus-topic-mode): do.
14271
14272 * gnus-sum.el (gnus-dead-summary-mode): do.
14273
14274 * gnus-start.el (gnus-slave-mode): do.
14275
14276 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14277
14278 * gnus-ml.el (gnus-mailing-list-mode): do.
14279
14280 * gnus-gl.el (gnus-grouplens-mode): do.
14281
14282 * gnus-draft.el (gnus-draft-mode): do.
14283
14284 * gnus-dired.el (gnus-dired-mode): do.
14285
14286 * gnus-ems.el (gnus-add-minor-mode): Remove.
14287
14288 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14289 Replace gnus-char-width with char-width.
14290
14291 * gnus-ems.el (gnus-char-width): Remove.
14292
14293 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14294 Replace gnus-char-width with char-width.
14295
14296 * gnus-ems.el (gnus-char-width): Remove.
14297
14298 * spam-stat.el (with-syntax-table): Remove with-syntax-table
14299 definition.
14300 Remove Emacs 20 hash table compatibility code.
14301
14302 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14303 20 compatibility code.
14304
14305 * spam.el (spam-point-at-eol): Replace with point-at-eol.
14306
14307 * smime.el (smime-point-at-eol): Replace with point-at-eol.
14308
14309 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14310 with point-at-{eol,bol}.
14311
14312 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14313
14314 * imap.el (imap-point-at-eol): Replace with point-at-eol.
14315
14316 * flow-fill.el (fill-flowed-point-at-bol)
14317 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14318
14319 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14320 Replace with point-at-{eol,bol} throughout all files.
14321
14322 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14323
14324 * ntlm.el (ntlm-string-as-unibyte): New macro.
14325 (ntlm-build-auth-response): Use it.
14326
14327 Remove Emacs 20 stuff:
14328 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14329 of delq and copy-sequence.
14330 * gnus-art.el (popup-menu): Remove the compiler macro.
14331 * nnmail.el (nnmail-split-fancy): Don't support customizing with
14332 Emacs 20.
14333
14334 2004-01-05 Simon Josefsson <jas@extundo.com>
14335
14336 * ntlm.el: Fix namespace. Change smb-passwd-hash into
14337 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14338 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14339 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14340 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14341 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14342 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14343 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14344 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14345 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14346 ntlm-string-permute, string-lshift into ntlm-string-lshift,
14347 string-xor into ntlm-string-xor. Suggested by
14348 Jesper Harder <harder@myrealbox.com>.
14349
14350 * ntlm.el: Don't include poem.
14351
14352 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
14353 Jesper Harder <harder@myrealbox.com>.
14354
14355 * sasl-ntlm.el, ntlm.el, md4.el: New files.
14356
14357 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
14358 probably breaks emacs with DL patch, but do we care? Is anyone
14359 still using the DL stuff?)
14360
14361 * sieve-manage.el: Use the password package.
14362 (sieve-manage-read-passwd): Remove.
14363 (sieve-manage-interactive-login): Use password. Re-add
14364 condition-case around loop.
14365
14366 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14367 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14368 the password package.
14369
14370 2003-02-19 Simon Josefsson <jas@extundo.com>
14371
14372 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14373 token.
14374
14375 2002-08-07 Simon Josefsson <jas@extundo.com>
14376
14377 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14378 (sieve-manage-authenticators):
14379 (sieve-manage-authenticator-alist): Add some SASL mechs.
14380 (sieve-sasl-auth): New function.
14381 (sieve-manage-cram-md5-auth):
14382 (sieve-manage-plain-auth): Rewrite using SASL library.
14383 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14384 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14385 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14386 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14387
14388 2004-01-05 Simon Josefsson <jas@extundo.com>
14389
14390 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14391 New files.
14392
14393 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14394
14395 * gnus-group.el (gnus-no-groups-message): Update.
14396
14397 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14398
14399 2003-11-09 Simon Josefsson <jas@extundo.com>
14400
14401 * imap.el: Support for ID IMAP extension (RFC 2971).
14402 (imap-local-variables): Add imap-id.
14403 (imap-id): New variable.
14404 (imap-id): New function.
14405 (imap-parse-response): Parse untagged ID response.
14406 * nnimap.el (nnimap-id): New variable.
14407 (nnimap-open-connection): Use it.
14408
14409 2003-12-28 Simon Josefsson <jas@extundo.com>
14410
14411 * gnus-score.el (gnus-score-edit-all-score): New.
14412 * gnus-group.el (gnus-group-score-map): Bind it to W e.
14413
14414 2004-01-04 Simon Josefsson <jas@extundo.com>
14415
14416 * password.el: Add.
14417
14418 2004-01-04 Mario Lang <lang@zid.tugraz.at>
14419
14420 * dns.el (dns-query-types): Fix typo.
14421 (dns-query-types): New function.
14422 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
14423 PTR and SOA replies, see RFC 1035.
14424
14425 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14426
14427 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14428
14429 * Moved to Changelog.2.
14430
14431 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14432
14433 * gnus.el (gnus-version-number): Bump version.
14434
14435 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14436
14437 * gnus.el: No Gnus v0.1 is released.
14438
14439 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14440
14441 * gnus.el: No Gnus v0.0 is released.
14442
14443 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14444
14445 * gnus.el (gnus-version-number): Bump.
14446 (gnus-version): No.
14447
14448 See ChangeLog.2 for earlier changes.
14449
14450 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
14451
14452 This file is part of GNU Emacs.
14453
14454 GNU Emacs is free software: you can redistribute it and/or modify
14455 it under the terms of the GNU General Public License as published by
14456 the Free Software Foundation, either version 3 of the License, or
14457 (at your option) any later version.
14458
14459 GNU Emacs is distributed in the hope that it will be useful,
14460 but WITHOUT ANY WARRANTY; without even the implied warranty of
14461 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14462 GNU General Public License for more details.
14463
14464 You should have received a copy of the GNU General Public License
14465 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14466
14467 ;; Local Variables:
14468 ;; coding: utf-8
14469 ;; fill-column: 79
14470 ;; add-log-time-zone-rule: t
14471 ;; End:
14472
14473 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4