551edd678d21b54460561fcc71c69acf24f6a1dd
[gnus] / lisp / ChangeLog
1 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2
3         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4         (message-mail-other-window, message-mail-other-frame)
5         (message-news-other-window, message-news-other-frame): Use
6         switch-to-buffer-other-frame and switch-to-buffer-other-window instead
7         of setting buffer display varibles.
8
9 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus-group.el (gnus-group-list-limit): Explain what the command
12         does.
13
14         * gnus-sum.el (gnus-fetch-headers): Bump message level.
15
16 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
19         duplicates" to a higher level.
20
21         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
22         most egregious messages.
23
24 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
27
28 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
29
30         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
31         up the file (bug#9351).
32
33 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
36         it does with all other backends, but decode the names immediately after
37         getting them.
38
39         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
40         decoding nnimap groups.
41
42         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
43         newsrc file.  It doesn't seem like an important optimisation any more.
44
45 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
46
47         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
48         overflows.
49
50 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus.el (gnus-article-mark-lists): Remove `recent'.
53         (gnus-interactive-exit): Extend to `quiet'.
54
55         * gnus-sum.el (gnus-offer-save-summaries): Use it.
56
57         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
58         string.
59
60         * plstore.el (plstore--get-buffer): Silence compiler warnings by
61         renaming function arguments from `this'.
62
63         * gnus-sum.el (gnus-newsgroup-recent): Removed.
64
65         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
66         has been renamed.
67         (gnus-lrm-string-p): Include RLM and PDF, too.
68
69         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
70         (bug#9225).
71
72 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
73
74         Add autoload cookies for functions used by sendmail.el.
75         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
76
77         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
78
79 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gnus-art.el (article-date-ut): Work properly even when there are
82         things like Date header in the body; work for forwarded parts.
83
84 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
85
86         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
87         original-article-buffer.
88
89 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
90
91         * nnir.el (nnir-compose-result): Fix matching of server type.
92         (nnir-run-swish++): Ditto.
93         (nnir-run-namazu): Ditto.
94         (nnir-run-notmuch): Ditto.
95
96 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
99         (bug#9405).
100
101         * gnus-score.el (gnus-summary-increase-score): Doc clarification
102         (bug#9421).
103
104         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
105         (bug#9425).
106
107         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
108         thing (bug#9426).
109
110 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
113         the error message.
114
115 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
116
117         * message.el (message-setup-1): Return t (Bug#9392).
118
119 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
120
121         * gnus-sum.el: When adding article headers to a summary buffer also
122         update gnus-newsgroup-articles (bug#9386).
123
124 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * auth-source.el: Autoload help-mode.
127
128 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
131         names.
132
133 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
134
135         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
136         mm-replace-in-string for compatibility issues.
137         * mml2015.el (mml2015-epg-verify): Ditto.
138
139 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
142
143         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
144
145 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
148         continue on and do the clean-up phase (bug#9188).
149
150         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
151         just ignore groups that can't be opened instead of erroring out
152         (bug#9225).
153
154         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
155         nil since some many people are fuddy-duddies.
156
157         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
158         images.
159
160         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
161         instead.
162
163         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
164
165         * gnus-util.el (gnus-process-live-p): Copy over compat function.
166
167         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
168         processing.
169
170         * nntp.el (nntp-kill-buffer): Kill the process before killing the
171         buffer to avoid warnings.
172
173 2011-08-20  Simon Josefsson  <simon@josefsson.org>
174
175         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
176         specified to reduce precision.
177
178 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
181         bodystructures (bug#9314).
182
183 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
186         Make button keymap non-sticky after buttons.
187
188 2011-08-18  David Engster  <dengste@eml.cc>
189
190         * nnmairix.el (nnmairix-request-set-mark)
191         (nnmairix-goto-original-article): Remove adding of article to registry,
192         since `gnus-registry-add-group' isn't available anymore.
193         (nnmairix-determine-original-group-from-registry): Use
194         `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
195         available anymore.
196
197 2011-08-12  Simon Josefsson  <simon@josefsson.org>
198
199         * starttls.el (starttls-any-program-available): Define as obsolete
200         function.
201
202 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
205         versions which Gnus use when appropriate.
206
207         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
208         a pretty destructive command.
209
210         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
211
212 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * message.el (message-fix-before-sending): Make a different warning
215         about NUL characters (bug#9270).
216
217         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
218         from custom (bug#9260).
219
220         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
221         things work in Emacs 22 and XEmacs, too.
222
223         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
224         default From.
225
226         * gnus-spec.el (gnus-lrm-string-p): New macro.
227         (gnus-lrm-string): New constant.
228         (gnus-summary-line-format-spec): LRM-ify the from.
229         (gnus-tilde-max-form): LRM-ify string chopping.
230
231         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
232
233         * message.el (message-is-yours-p): Allow disabling canlock checking
234         (bug#9295).
235         (message-shoot-gnksa-feet): Add `canlock-verify'.
236         (message-auto-save-directory): Use ~/ as the auto-save directory if the
237         message directory isn't writable (bug#9304).
238
239         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
240         non-world-readable.
241
242 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
245         articles.
246
247 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
248
249         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
250         copy-list.
251
252 2011-08-12  Sam Steingold  <sds@gnu.org>
253
254         * gnus-score.el (gnus-score-find-alist): Keep the score files already
255         in the reverse order to avoid modifying the cache with `nreverse'.
256         (gnus-all-score-files): Do not modify the value returned by
257         `gnus-score-find-alist' because it lives in a cache variable.
258         (gnus-current-home-score-file): No need to `nreverse' the return value
259         of `gnus-score-find-alist', it is already in the correct order.
260
261 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
262
263         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
264         type MESSAGE and subtype RFC822 is slightly different from those of
265         type TEXT.
266
267 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
268
269         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
270         allows article-referral to work from an nnir group.
271
272 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
273
274         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
275
276 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
277
278         * mml1991.el (mml1991-epg-find-usable-key)
279         (mml1991-epg-find-usable-secret-key): New function.
280         (mml1991-epg-sign): Check if signing key is usable.
281         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
282
283 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
284
285         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
286         server-variables only. This should fix a bug introduced with commit
287         e1889675b7f4adf057833c5513c9374134c4e053.
288         (nnir-run-query): 'nnir-search-engine should not be set from the global
289         environment.
290
291 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
292
293         * nnir.el (nnir-search-thread): Position point on referring article
294         line.
295         (nnir-warp-to-article): Clean up summary buffers.
296
297         * nnimap.el (nnimap-request-thread): Whitespace fix.
298
299 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
300
301         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
302
303 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * starttls.el (starttls-available-p): Renamed from
306         `starttls-any-program-available' and changed return convention.
307
308 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
309
310         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
311         `unix-sync' unless it's defined.
312
313 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
314
315         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
316         `aref' for XEmacs compatibiltiy.
317
318 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
321
322 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
323
324         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
325         closures, quote the form properly (bug#9194).
326
327 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
330         (gnus-summary-insert-new-articles): Protect against servers that are
331         down.
332
333 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
334
335         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
336         in mm handle if none is specified.
337
338 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
339
340         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
341
342 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
343
344         * nnir.el (nnir-search-thread): New function to make an nnir group
345         based on a thread query.
346
347         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
348         of nnir in thread referral.
349         (gnus-summary-refer-thread): Use it.
350
351         * nnimap.el (nnimap-request-thread): Use it.
352
353 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * shr.el (shr-tag-comment): Ignore HTML comments.
356
357 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
358
359         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
360         argument.
361         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
362         `nnir-address' to handle server info rather than passing an arg.
363
364         * nnimap.el (nnimap-make-thread-query): New utility function to format
365         an imap thread search query.
366         (nnimap-request-thread): Use it.
367
368         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
369         right select-method if we are not going back to the group buffer.
370
371 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
374         enter invalid buffer configurations into the quit form (bug#9107).
375         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
376         unplugged/plugged.
377
378         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
379         keep track of which ones are unread (bug#9061).
380
381         * gnus.el (gnus-refer-article-method): Allow entering any sexp
382         (bug#9055).
383
384         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
385         (bug#9041).
386
387         * gnus-html.el (mm-util): Require (bug#9073).
388
389         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
390         (gnus-summary-refer-thread): Use it to remove duplicates in the
391         un-threaded view (bug#9053).
392         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
393
394 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
395
396         * nnir.el (nnir-read-server-parm): Use default value from global
397         variable.  Without this the default search engine parameters aren't
398         used at all.
399
400 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * message.el (message-unique-id): Don't use the undocumented return
403         value from (random t) (bug#9118).
404
405 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * message.el (message-auto-save-directory): If the ~/Mail directory
408         doesn't exist, use ~ as the auto-save directory (bug#4432).
409
410         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
411         hasn't already been started.
412
413 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
416
417         * message.el (message-reply): Work around mysterious bug where
418         `message-mode' seems to overwrite the locally bound `subject' variable.
419
420 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
421
422         * nnimap.el (nnimap-request-thread): Ensure search is performed in
423         correct group.
424
425         * gnus-int.el (gnus-request-thread): Add group argument.
426
427         * gnus-sum.el (gnus-summary-refer-thread): Use it.
428
429 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
432
433         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
434         renamed to `debbugs-gnu-*'.
435
436 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
437
438         * plstore.el: Revert the editing feature since it is not urgent.
439         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
440         (plstore-mode-decoded): Remove.
441
442 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
445         isn't very interesting any more, and it leaks potentially secret data.
446         (gnus-debug): Removed.
447
448         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
449         use of :custom-show.
450
451 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
452
453         * plstore.el: Add documentation.
454         (plstore-mode): New mode to edit plstore file.
455         (plstore-mode-toggle-display, plstore-mode-original)
456         (plstore-mode-decoded): New command.
457         (plstore--encode, plstore--decode, plstore--write-contents-functions)
458         (plstore--insert-buffer, plstore--make): New function.
459         (plstore-open, plstore-save): Simplify by using them.
460
461 2011-07-06  Glenn Morris  <rgm@gnu.org>
462
463         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
464
465 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
468         no longer is much used.
469         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
470         Articles".
471
472 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
473
474         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
475         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
476         `notmuch' backend.
477
478 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * mm-decode.el (mm-text-html-renderer): Doc fix.
481
482         * gnus-msg.el (gnus-bug): Fix the MML tag.
483
484         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
485
486 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
487
488         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
489         secondary methods if started with `gnus-no-server'.
490
491 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
492
493         * message.el (message-return-action): Fix typo in docstring.
494
495 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
498         bug reports at once.
499
500         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
501
502 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * nndraft.el: Require gnus-group.
505         (nndraft-request-list): Declare.
506
507         * nndraft.el (nndraft-update-unread-articles): Don't show group having
508         no unread article unless it matches gnus-permanently-visible-groups.
509
510         * nndraft.el (nndraft-update-unread-articles): New function.
511         (nndraft-request-associate-buffer): Use it to update the number of
512         unread articles for the nndraft groups in the group buffer when saving
513         or killing a draft message.
514
515 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
518         systems to binary before writing and reading the mbox files.
519
520         * gnus.el (gnus-summary-line-format): Link to the info node for %U
521         instead of trying to list them all (bug#8978).
522
523 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
524
525         * pop3.el (pop3-open-server): Use :end-of-capability.
526
527 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
530         the id is always a number.
531
532         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
533
534         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
535         debbugs mode, if possible.
536
537 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
538
539         * auth-source.el (auth-source-token-passphrase-callback-function):
540         Reindent.
541         (epg-context-operation): Remove unnecessary autoload.
542
543 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus.el (gnus-list-debbugs): New command.
546
547         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
548         mboxstat instead of the maintbox, since the stat seems to be fuller.
549
550         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
551         summary buffers.
552
553         * message.el (message-get-reply-headers): Delete all duplicates,
554         instead of the first.
555         (message-get-reply-headers): Ensure that we have progress while
556         deleting duplicates.
557
558         * gnus-msg.el (gnus-configure-posting-styles): Get the local
559         gnus-posting-style value from the summary buffer to make it easier to
560         make that a per-buffer conf.
561
562 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
563
564         * nnir.el (nnir-run-imap): Allow halting a search when an article is
565         found by setting `shortcut' in 'query.
566         (nnir-request-article): Use `shortcut' setting when requesting article
567         by Message-ID.
568
569 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
572         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
573         Bring the pseudo-headers back too.
574
575 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
576
577         * auth-source.el (auth-source-token-passphrase-callback-function):
578         Simplify and remove EPA dependency.
579
580 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
581
582         * nnir.el (nnir-request-article): Fix error message text.
583
584 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
585
586         * auth-source.el (plstore-delete): Autoload.
587         (auth-source-plstore-search): Support delete operation.
588         * plstore.el (plstore-delete): New function.
589
590 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
593         mark actually existing articles as unread rather than the ones that
594         active asserts.
595
596 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
597
598         * nntp.el (nntp-record-command):
599         * gnus-util.el (gnus-message-with-timestamp-1):
600         Use format-time-string rather than decoding time stamps by hand.
601         This is simpler and insulates the code from potential changes to
602         current-time format.
603
604 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
607
608 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
609
610         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
611         (plstore-save): Support public key encryption.
612         (plstore--init-from-buffer): New function.
613         (plstore-open): Use it; fix error when opening a non-existent file.
614         (plstore-revert): Use plstore--init-from-buffer.
615
616 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
617
618         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
619
620 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * mml2015.el (mml2015-use): Replace string-match-p with string-match
623         for old Emacsen.
624
625 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
626
627         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
628         is not fully working.
629
630 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * dgnushack.el: Autoload sha1 on XEmacs.
633
634         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
635         quit window configuration.
636
637         * auth-source.el (epg-context-set-passphrase-callback): Remove
638         duplicate autoload.
639
640 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
641
642         * nnir.el (nnir-request-article): Allow requesting articles by
643         Message-ID with nnimap.
644
645         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
646         current server.
647
648 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * auth-source.el: Autoload EPA/EPG functions.
651         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
652         changed when EPA/EPG is not available.
653         (auth-source-backend): Rename "arg" member to "data".
654         (auth-source-backend-parse, auth-source-plstore-search)
655         (auth-source-plstore-create): Use it.
656
657 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
658
659         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
660         `gnus-refer-article-methods'.
661
662 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * auth-source.el: Require EPA and EPG.
665         (auth-source-passphrase-alist): New variable.
666         (auth-source-passphrase-callback-function)
667         (auth-source-token-passphrase-callback-function): Callbacks for the
668         netrc field encryption (GPG tokens).
669         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
670         Symmetric encryption and decryption of the netrc GPG tokens.
671         (auth-source-netrc-normalize): Use them, simplifying the closure.
672
673 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
676         is available.
677
678 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
681         non-nil, and `nnimap-split-methods' is nil, use the former.
682
683 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
684
685         * plstore.el (plstore-revert): New function.
686         (plstore-open): Use it; hide the buffer from user.
687
688 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
689
690         * auth-source.el (auth-source-backend): New member "arg".
691         (auth-source-backend-parse): Handle new backend 'plstore.
692         * plstore.el: New file.
693
694 2011-06-30  Glenn Morris  <rgm@gnu.org>
695
696         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
697
698 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
701         expiring articles to.
702
703         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
704         variations as ASCII (bug#5458).
705
706 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
709
710 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * message.el (message-point-in-header-p): Tweak the function to default
713         to saying that we're not in the headers if there is no separator at
714         all.  This makes it possible to use the Message version of `M-q' in
715         buffers with no headers (bug#7987).
716         (message-point-in-header-p): Fix last checkin to work with an empty
717         mail-header-separator, too.
718
719         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
720         again, save the choice via customize.
721
722 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * message.el (message-send-mail-function): Add `sendmail-query-once'.
725
726         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
727         ended the connection, bail out before waiting infinitely on a new
728         connection.
729
730 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
733         reports.
734
735         * gnus.el (gnus-bug-package): Use "gnus."
736         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
737
738 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * dgnushack.el: Make the timer warning go away on XEmacs.
741
742         * gnus-art.el (gnus-article-stop-animations): New function to stop any
743         animations going on at article exit time.
744
745         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
746         since removing it breaks people upgrading.
747
748         * shr.el (shr-put-image): Use the new interface for animating images.
749         (shr-put-image): Animate for 60 seconds.
750
751         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
752         avoid compiler warnings.
753
754         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
755         error with `find-file-hooks' on Emacs 22.
756         (with-auth-source-epa-overrides): Ugly hack to Wrap the
757         `find-file-hook' things in `symbol-value' to avoid compilation warnings
758         on all architectures.
759
760         * spam.el (spam-stat): Require in a normal fashion without binding
761         `spam-stat-install-hooks' to avoid compilation warnings.
762
763         * spam-stat.el (spam-stat-install-hooks): Removed.
764         (spam-stat-install-hooks): Don't run automatically.
765
766 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
767
768         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
769         and keystroke.
770
771 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * auth-source.el (auth-source-netrc-cache): Move forward.
774
775 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * proto-stream.el (proto-stream-open-starttls): Use
778         `gnutls-available-p' to see whether we have built-in support.
779
780         * auth-source.el (auth-source-netrc-create): Don't query the bits that
781         we already know.
782         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
783         (auth-source-netrc-create): Don't prompt for the stuff we already know.
784
785 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
788         %S format, since that looks odd.
789         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
790         file, especially when saving.
791
792 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
793
794         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
795         article found.
796
797 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
798
799         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
800         `auth-source-save-secrets' with a more sensitive alist that can be
801         configured per file.  Experimental, so defaults to 'never.
802         (auth-source-netrc-create): Use it.  Still experimental code.
803         (with-auth-source-epa-overrides): Use `find-file-hooks' if
804         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
805
806 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
807
808         * auth-source.el (auth-source-save-secrets): New variable to control if
809         secret tokens should be saved encrypted.
810         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
811         to `auth-source-netrc-normalize'.
812         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
813         on the EPA variables being defined.
814         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
815         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
816         the lexical-let closure.
817         (auth-source-netrc-create): Create "gpg:" tokens according to
818         `auth-source-save-secrets'.
819
820 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-group.el (gnus-group-update-group): Add new argument
823         `info-unchanged' that stops updating dribble buffer.
824
825         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
826         deletes lines matching to it in dribble buffer.
827
828         * gnus-agent.el (gnus-agent-fetch-group-1):
829         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
830         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
831         * gnus-start.el (gnus-group-change-level):
832         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
833
834         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
835         if newsgroup info is not changed.
836
837         * gnus-group.el (gnus-group-get-new-news-this-group):
838         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
839         Don't update dribble buffer.
840
841 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * gnus-registry.el (gnus-registry-remove-ignored): New function to
844         remove entries with groups we ignore.
845
846 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
849         the underline comes at the bottom.
850
851 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
854         `gnus-registry-user-format-function-M' and declare the latter obsolete.
855         (gnus-registry-article-marks-to-names): Rename from
856         `gnus-registry-user-format-function-M2'.
857
858 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
861         ephemeral group.
862
863 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * shr.el (shr-browse-image): Copy the URL if called interactively.
866
867 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
870         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
871         done, then unselected articles may be marked as read.
872
873         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
874         since not doing this seems to lead to a race condition in pop3-logon.
875
876         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
877         so that the call chain it correct when we call "upwards".
878
879         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
880         in read-only groups.
881
882         * gnus-group.el (gnus-group-mark-article-read): Ditto.
883
884         * message.el (message-cite-reply-position): Doc string fix.
885
886         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
887         avoid regexp overflow.
888         (nnimap-transform-split-mail): Ditto.
889
890         * pop3.el (pop3-retr): Error out if the server closes the connection.
891
892 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
893
894         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
895         mm-with-unibyte-current-buffer.  The buffer should not contain any
896         multibyte chars anyway at this stage.
897
898 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
901         at the end of lines.
902
903 2011-05-29  Julien Danjou  <julien@danjou.info>
904
905         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
906
907 2011-05-27  Glenn Morris  <rgm@gnu.org>
908
909         * gnus-group.el (gnus-bug-group-download-format-alist):
910         Use the "maintainer" version of debian reports as well.
911
912 2011-05-26  Glenn Morris  <rgm@gnu.org>
913
914         * gnus-group.el (gnus-bug-group-download-format-alist):
915         Use the "maintainer" version of debbugs.gnu.org reports.
916
917 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
920
921 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
922
923         * gnus-cus.el (gnus-agent-customize-category):
924         * gnus-delay.el (gnus-delay-send-queue):
925         * gnus.el (gnus-other-frame):
926         Don't quote lambda expressions with `quote'.
927
928 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
929
930         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
931         the thread moves us backwards and so we loop forever.
932
933 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
936         whitespace in base64 data lines.
937
938 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * gnus-registry.el (gnus-registry-user-format-function-M):
941         Use `mapconcat'.
942         (gnus-registry-user-format-function-M2): Use to see the full text of
943         the marks.  Make "," the mark text separator.
944
945         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
946         authentication with auth-source.
947
948 2011-05-17  Glenn Morris  <rgm@gnu.org>
949
950         * gnus-group.el (gnus-import-other-newsrc-file):
951         Use insert-file-contents.
952
953 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
956         1000 iterations.
957
958 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * nntp.el (nntp-open-connection): Check if process-type is available.
961
962 2011-05-16  Julien Danjou  <julien@danjou.info>
963
964         * shr.el (shr-tag-del): Add support for del tag.
965
966 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * gnus-html.el (gnus-html-put-image): Register a displayer.
969
970         * shr.el (shr-image-displayer): Don't remove text props from alt text.
971
972 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
973
974         * registry.el (prune-factor): New initialization parameter defaulting
975         to 0.1.
976         (registry-prune-hard): Use it.
977
978         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
979         0.1 expicitly.
980
981 2011-05-13  Glenn Morris  <rgm@gnu.org>
982
983         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
984         is bound, since this function requires sendmail.
985
986 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
987
988         * registry.el (registry-usage-test): Disable pruning test.
989
990 2011-05-11  David Engster  <dengste@eml.cc>
991
992         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
993         Bind set-network-process-option for XEmacs.
994
995 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * registry.el (registry-prune-hard-candidates)
998         (registry-prune-soft-candidates): Helper methods for registry pruning.
999         (registry-prune): Use them.  Make the sort function optional.
1000
1001 2011-05-10  Jim Meyering  <meyering@redhat.com>
1002
1003         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1004
1005 2011-05-10  Julien Danjou  <julien@danjou.info>
1006
1007         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1008         symbol and not a list.
1009
1010 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-art.el (gnus-article-mode): Move binding of
1013         shr-put-image-function here from gnus-article-prepare-display.
1014
1015         * shr.el (shr-put-image-function): New variable.
1016         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1017         (shr-put-image): Return scaled image.
1018
1019         * gnus-art.el (gnus-shr-put-image): New function.
1020         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1021
1022         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1023         original ones, as deletable.
1024
1025 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1026
1027         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1028
1029 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1030
1031         * registry.el (registry-full): Add convenience method.  Fix logic.
1032         (registry-insert): Use it.  Fix logic here too.
1033
1034         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1035         `registry-prune' if `registry-full' returns t.
1036         (gnus-registry-handle-action)
1037         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1038         (gnus-registry-usage-test): Use it.
1039
1040 2011-05-07  Julien Danjou  <julien@danjou.info>
1041
1042         * shr.el (shr-link): Make shr-link inherit from link by default.
1043
1044 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1045
1046         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1047
1048 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1049
1050         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1051         error out because the face is not a list.
1052
1053 2011-05-05  Glenn Morris  <rgm@gnu.org>
1054
1055         * proto-stream.el (gnutls-negotiate): Fix declarations.
1056
1057         * gnus-start.el (gnus-propagate-marks): Declare.
1058
1059 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1060
1061         * registry.el (registry-reindex): Fix percentage message.
1062
1063         * proto-stream.el (network-stream-open-starttls): Adjust to call
1064         `gnutls-negotiate' with :process and :hostname arguments.
1065
1066 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * shr.el: Add shr-link face for links.
1069         (shr-urlify): Use it.
1070
1071         * registry.el (registry-insert): Make error message more helpful.
1072
1073 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-html.el (gnus-html-schedule-image-fetching):
1076         Use url-queue-retrieve, if it exists.
1077
1078         * shr.el (shr-tag-img): Ditto.
1079
1080         * gnus.el: Autoload more gnus-agent functions.
1081
1082         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1083         agent if we haven't already (bug#8502).
1084
1085         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1086         into the Agent, too.
1087
1088         * gnus-agent.el (gnus-agent-store-article): New function.
1089
1090         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1091         and moved from that file for reuse.
1092
1093         * pop3.el (pop3-open-server): Error messages are "-ERR".
1094
1095 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1098         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1099
1100 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1101
1102         * gnus.el: No Gnus v0.17 is released.
1103
1104 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1105
1106         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1107         buffer has moved to a different frame.
1108
1109 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1112         to get the conversion from unibyte to multibyte buffers to work on
1113         Emacs 22.
1114
1115         * nntp.el (nntp-request-article): Slight clean-up.
1116
1117 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * shr.el (shr-strike-through): New face.
1120         (shr-tag-s): Use it to provide <s> support.
1121         (shr-tag-s): Remove duplicate definition.
1122
1123 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1124
1125         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1126         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1127
1128 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1129
1130         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1131         `gnutls-negotiate'.
1132         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1133
1134 2011-04-23  Glenn Morris  <rgm@gnu.org>
1135
1136         * gnus-sum.el (gnus-extra-headers): Bump :version.
1137
1138 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * shr.el (shr-tag-sup): New function.
1141         (shr-tag-sub): Ditto.
1142
1143 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1146         for the case where `gnus-registry-ignored-groups' is a list of lists,
1147         and don't call `gnus-parameter-registry-ignore' otherwise.
1148
1149 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1150
1151         * nnimap.el (nnimap-user): New backend variable.
1152         (nnimap-open-connection-1): Use it.
1153         (nnimap-credentials): Accept user parameter so it's explicit what user
1154         name is desired.
1155
1156         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1157         default.
1158
1159         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1160         not gnus-registry.el.
1161
1162         * gnus-registry.el: Mention in comments how to modify
1163         `gnus-extra-headers' for proper recipient tracking and that it may
1164         already have To and Cc recently, which it does as of this commit.
1165         (gnus-registry-ignored-groups): Remove defcustom.
1166         Explain why in comments.
1167         (gnus-registry-action): Fix data-header reference to use the extra
1168         headers.  Explain in package commentary how to add To and Cc headers to
1169         the gnus-extra-headers.
1170         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1171         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1172         parameter list or a string list in `gnus-registry-ignored-groups'.
1173         Fix logic error.
1174
1175 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * shr.el (shr-expand-url): Protect against null urls.
1178
1179 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * shr.el (shr-base): New binding.
1182         (shr-tag-base): Keep track of <base>.
1183         (shr-expand-url): New function used throughout.
1184
1185 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1186
1187         * gnus-registry.el
1188         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1189         (gnus-registry-ignored-groups): New variable.
1190         (gnus-registry-ignore-group-p): Use it.
1191         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1192         set the destination group to nil (same as delete) if it's ignored.
1193
1194 2011-04-20  David Engster  <dengste@eml.cc>
1195
1196         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1197
1198         * Makefile.in (test-nntp): New rule.
1199         (check): Add it.
1200         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1201
1202 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus-registry.el (gnus-registry-action)
1205         (gnus-registry-fetch-header-fast):
1206         Don't use mail-header that looks an internal function of mailheader.el.
1207
1208 2011-04-19  Glenn Morris  <rgm@gnu.org>
1209
1210         * time-date.el (time-to-days): Remove unused local variables.
1211
1212 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-registry.el: Eliminate cl functions.
1215         (gnus-registry-sort-addresses): New function that replaces mapcan.
1216         (gnus-registry-action, gnus-registry-spool-action)
1217         (gnus-registry-split-fancy-with-parent)
1218         (gnus-registry-fetch-recipients-fast): Use it.
1219         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1220
1221         * registry.el (initialize-instance, registry-lookup)
1222         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1223         (registry-lookup-secondary-value, registry-search, registry-delete)
1224         (registry-insert, registry-reindex, registry-size, registry-prune):
1225         Use eval-and-compile.
1226
1227 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1228
1229         * registry.el (registry-reindex): New method to recreate the secondary
1230         registry indices.
1231
1232         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1233         tracked field changes.
1234         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1235         (gnus-registry-action, gnus-registry-spool-action)
1236         (gnus-registry-handle-action)
1237         (gnus-registry--split-fancy-with-parent-internal)
1238         (gnus-registry-split-fancy-with-parent)
1239         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1240         move, and delete actions, and for fancy splitting with parent.
1241         (gnus-registry-extract-addresses)
1242         (gnus-registry-fetch-recipients-fast)
1243         (gnus-registry-fetch-header-fast): Convenience functions.
1244         (gnus-registry-misc-test): ERT test of
1245         `gnus-registry-extract-addresses'.
1246
1247 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1248
1249         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1250         Track by subject first, then sender.
1251
1252 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1253
1254         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1255
1256         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1257         Lisp.
1258
1259         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1260         (gnus-draft-send): Use it to avoid popping
1261         up frames from gnus-group-send-queue.
1262
1263 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1264
1265         * gnus-registry.el: Updated gnus-registry docs.
1266
1267 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1268
1269         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1270         Fix logic bug.
1271         (gnus-registry-post-process-groups): Fix logging of no results and
1272         quote sender and subject.
1273
1274 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1277         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1278         gnutls-cli are too slow to be done opportunistically.
1279
1280         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1281         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1282         we had no early-data returned.
1283         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1284         two async commands to the same server at the same time.
1285
1286 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1287
1288         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1289
1290 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1293         "warning" level.
1294
1295         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1296         (mm-url-insert-file-contents): Don't set the package names.
1297
1298 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1299
1300         * gnus-registry.el (gnus-registry-action): Remove properties and
1301         simplify subject in `gnus-registry-handle-action'.
1302         (gnus-registry-spool-action): Get subject and sender from message if
1303         they are not passed in.
1304         (gnus-registry-handle-action): Remove properties and simplify subject
1305         consistently.
1306
1307 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1308
1309         * registry.el: Require CL before using defmacro*.
1310
1311 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-art.el (article-treat-date): Assume that
1314         gnus-article-date-headers may be a group parameter.
1315
1316 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1319
1320         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1321         interactively so the newsrc file can contain foreign groups too.
1322         Useful for debugging but not much for users.
1323
1324 2011-04-07  David Engster  <dengste@eml.cc>
1325
1326         * registry.el (registry-usage-test): Only do
1327         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1328         lexical binding.
1329
1330 2011-04-07  David Engster  <dengste@eml.cc>
1331
1332         * Makefile.in (check, test-registry): New rules for test-suite.
1333
1334 2011-04-06  David Engster  <dengste@eml.cc>
1335
1336         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1337         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1338
1339 2011-04-06  David Engster  <dengste@eml.cc>
1340
1341         * registry.el (initialize-instance): Change :after to :AFTER to be
1342         compatible with old EIEIO version in XEmacs.
1343
1344 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1345
1346         * gnus-registry.el (gnus-registry-post-process-groups)
1347         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1348         and provide better messaging.
1349
1350 2011-04-06  David Engster  <dengste@eml.cc>
1351
1352         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1353         errors.
1354
1355         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1356         dgnushack-compile with error-on-warn enabled, and to signal an error if
1357         clean compilation failed.
1358         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1359         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1360
1361 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1362
1363         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1364         unconditionally anyway, discarding errors.
1365         (gnus-registry-delete-entries): New convenience function.
1366         (gnus-registry-import-eld): Import from old .eld registry.
1367
1368         * registry.el: Don't use ERT if it's not available.  Load it
1369         unconditionally anyway, discarding errors.
1370
1371         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1372         version from the Claudio Bley GnuTLS patch (extra optional parameters
1373         and host name).
1374
1375 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1376
1377         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1378         fixup the parameters that can be customized by the user between
1379         save/read cycles.
1380         (gnus-registry-read): Use it.
1381         (gnus-registry-make-db): Use it.
1382         (gnus-registry-spool-action, gnus-registry-handle-action):
1383         Fix messaging.
1384         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1385         Map references to actual group names with sender and subject tracking.
1386         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1387         (gnus-registry-usage-test): Add subject lookup test.
1388
1389         * registry.el (registry-db, initialize-instance): Set up constructor
1390         instead of :initform arguments for the sake of older Emacsen.
1391         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1392         pre-lexbind merge bug.
1393         (registry-usage-test): Use it.
1394         (initialize-instance, registry-db): Move the non-function initforms
1395         back to the class definition.
1396
1397 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1398
1399         * registry.el: New library to manage gnus-registry-style data.
1400
1401         * gnus-registry.el: Use it (major rewrite).
1402
1403         * nnregistry.el: Use it.
1404
1405         * spam.el: Use it.
1406
1407 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1410         marks on non-selected articles.
1411
1412 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1413
1414         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1415         parameter to open-protocol-stream.
1416
1417 2011-04-01  Julien Danjou  <julien@danjou.info>
1418
1419         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1420         fundamental-mode.
1421
1422 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1425         servers.
1426
1427 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1430         made marks not propagate, again.
1431
1432 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1433
1434         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1435         Make this the default type.
1436         (proto-stream-open-plain): Rename from proto-stream-open-default.
1437         (open-protocol-stream, proto-stream-open-starttls)
1438         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1439         with `plain'.
1440
1441         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1442         value.
1443
1444         * nntp.el (nntp-open-connection-function): Document the fact that some
1445         values are not functions but are instead handled specially.
1446         Recognize nntp-open-plain-stream value.
1447         (nntp-open-connection): Recognize that value.
1448
1449 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1452         where it seems to be needed.
1453
1454 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1457         stuff.
1458
1459         * gnus-score.el (gnus-score-string): Fix calling convention of
1460         `gnus-simplify-buffer-fuzzy' after last patches.
1461
1462         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1463         server for articles we didn't get any headers for.  This is a sanity
1464         check.
1465
1466 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1467
1468         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1469         new CAPABILITY, use it.
1470
1471 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1474         downloading anything.
1475
1476         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1477
1478 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1479
1480         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1481         colors.
1482         (gnus-splash-svg-color-symbols): New function.
1483
1484 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1487         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1488         (gnus-simplify-subject-fuzzy): Use the local
1489         gnus-simplify-subject-fuzzy-regex instead of the global one.
1490         This makes using this variable in group parameters work.
1491
1492 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1493
1494         * gnus-registry.el (gnus-registry-unfollowed-groups):
1495         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1496         archive:sent-YYYY-MM-DD groups).
1497         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1498         tracking if there are more than `gnus-registry-max-track-groups'
1499         matches.
1500
1501 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1502
1503         * message.el (message--yank-original-internal): New function to do the
1504         insertion cleanly inside eval in `message-yank-original'.
1505         (message-yank-original): Use it.
1506
1507 2011-03-29  Julien Danjou  <julien@danjou.info>
1508
1509         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1510         local variables disabled rather than `normal-mode'.
1511
1512 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1513
1514         * imap.el (imap-shell-open, imap-process-connection-type):
1515         Use imap-process-connection-type for 'shell' streams as well as
1516         Kerberos, SSL, other subprocesses.
1517
1518 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1519
1520         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1521         with open-network-stream.
1522         (proto-stream-always-use-starttls): Option removed.
1523         (open-protocol-stream): Return a process object by default.  Provide a
1524         new parameter :return-list specifying a list-type return value, which
1525         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1526         :type `network' to `try-starttls', and `network-only' to `default'.
1527         Make `default' the default, for compatibility with open-network-stream.
1528         Handle the no-parameter case exactly as open-network-stream, with no
1529         additional stream processing.  Search plists using plist-get.
1530         Explicitly add :end-of-commend parameter if it is missing.
1531         (proto-stream-open-default): Rename from
1532         proto-stream-open-network-only.  Return 'default as the type.
1533         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1534         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1535         failed.  Always return a list with a (possibly dead) process as the
1536         first element, for compatibility with open-network-stream.
1537         (proto-stream-open-tls): Use plist-get.  Always return a list.
1538         (proto-stream-open-shell): Return `default' as connection type.
1539         (proto-stream-capability-open): Use plist-get.
1540         (proto-stream-eoc): Function deleted.
1541
1542         * nnimap.el (nnimap-stream, nnimap-open-connection)
1543         (nnimap-open-connection-1): Handle renaming of :type parameter for
1544         open-protocol-stream.
1545         (nnimap-open-connection-1): Pass a :return-list parameter
1546         open-protocol-stream to obtain a list return value.  Parse this list
1547         using plist-get.
1548
1549         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1550         for open-protocol-stream.  Accept open-protocol-stream return value
1551         that is a subprocess object instead of a list.  Handle the case of a
1552         dead returned process.
1553
1554 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1555
1556         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1557
1558         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1559
1560 2011-03-21  Julien Danjou  <julien@danjou.info>
1561
1562         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1563         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1564         query.
1565         (mm-inline-text): Render normal text with fontification whenever
1566         possible.
1567
1568         * gnus-sum.el (gnus-summary-save-parts-1):
1569         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1570         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1571         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1572         Use `mm-handle-filename'.
1573
1574         * mm-util.el (mm-handle-filename): New function, return the filename of
1575         an handle.
1576
1577 2011-03-18  Julien Danjou  <julien@danjou.info>
1578
1579         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1580         (gnus-buffer-live-p): Check that buffer is not nil.
1581
1582 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1583
1584         * gnus.el: No Gnus v0.15 is released.
1585
1586 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1589         avoid warning on XEmacs.
1590
1591         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1592         on XEmacs.
1593
1594         * gnus-art.el: Require mouse, which the build bot seems to say is
1595         needed.
1596
1597         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1598
1599         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1600         XEmacs, since it doesn't have url-retrieve-synchronously.
1601
1602         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1603         since assoc-string doesn't exist in XEmacs.
1604
1605 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1606
1607         * gnus-group.el (gnus-group-list-ticked): New function.
1608         (gnus-group-make-menu-bar): Provide a menu entry for it.
1609         (gnus-group-list-map): Provide a binding for it.
1610
1611 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * shr.el (shr-visit-file): New command.
1614
1615         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1616
1617 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1618
1619         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1620         servers.
1621
1622 2011-03-16  Julien Danjou  <julien@danjou.info>
1623
1624         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1625         inline.
1626
1627         * gnus-art.el (article-hide-list-identifiers):
1628         Use gnus-group-get-list-identifiers.
1629
1630         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1631         (gnus-summary-remove-list-identifiers):
1632         Use gnus-group-get-list-identifiers to get regexp.
1633         (gnus-select-newsgroup, gnus-summary-insert-subject)
1634         (gnus-summary-insert-articles):
1635         Call gnus-summary-remove-list-identifiers unconditionally.
1636
1637 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1640         we're selecting a group with unread articles.
1641
1642         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1643
1644         * gssapi.el: New file separated out from imap.el to provide a general
1645         Kerberos 5 connection facility for Emacs.
1646
1647         * message.el (message-elide-ellipsis): Document the format spec
1648         ellipsis.
1649
1650 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1651
1652         * message.el (message-elide-region): Allow the ellipsis to say how many
1653         lines were removed.
1654
1655 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1658         window configurations containing buffers that are now dead.
1659
1660         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1661         parsing to avoid integer overflows.
1662         (nnimap-parse-flags): Simplify the last change.
1663         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1664         too large for 32-bit Emacsen.
1665
1666 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1667
1668         * auth-source.el (auth-source-netrc-create):
1669         * message.el (message-yank-original): Fix use of `case'.
1670
1671 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1672
1673         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1674         XEmacs, which was one character too wide.
1675
1676 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1677
1678         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1679         default number of articles to display.
1680         (gnus-articles-to-read): Use pretty names for prompt.
1681
1682 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * gnus-int.el (gnus-open-server): Ditto.
1685
1686         * gnus-start.el (gnus-activate-group): Give a backtrace if
1687         debug-on-quit is set and the user hits `C-g'.
1688         (gnus-read-active-file): Ditto.
1689
1690         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1691
1692 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1693
1694         * message.el (message-yank-original): Use cond instead of CL case.
1695
1696 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * auth-source.el (auth-source-netrc-create): Use usual format for the
1699         default in prompts.
1700
1701 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * lpath.el: Fbind read-char-choice for XEmacs.
1704
1705 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1706
1707         * auth-source.el (auth-source-netrc-create): Show the default in the
1708         prompt when prompting for token creation.
1709
1710 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * auth-source.el (auth-source-format-prompt): Always convert the value
1713         to a string to avoid evaluating non-string arguments.
1714         (auth-source-netrc-create): Offer default properly, not as initial
1715         content in `read-string'.
1716         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1717         of line to determine if we've been run before.  If so, don't run again,
1718         but print a trivial message to indicate the cache was hit instead.
1719
1720 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1723         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1724         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1725         Gnus.
1726
1727 2011-03-11  Julien Danjou  <julien@danjou.info>
1728
1729         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1730         modified file".
1731
1732 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * auth-source.el (auth-source-read-char-choice): New function to read a
1735         character choice using `dropdown-list', `read-char-choice', or
1736         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1737         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1738         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1739         (auth-source-netrc-saver): Use it.
1740         (auth-source-pick-first-password): New convenience function.
1741
1742 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1743
1744         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1745         parameter in the credentials.
1746         (nnimap-open-connection-1): Use it after a successful login.
1747         (nnimap-credentials): Add IMAP-specific user and password prompt.
1748
1749         * auth-source.el (auth-source-search): Add :require parameter, taking a
1750         list.  Document it and the :save-function return token.  Pass :require
1751         down.  Change the CREATED message from a warning to a debug statement.
1752         (auth-source-search-backends): Pass :require down.
1753         (auth-source-netrc-search): Pass :require down.
1754         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1755         Change save prompt to indicate all modifications saved here are
1756         deletions.
1757         (auth-source-netrc-create): Take user login name as default in user
1758         prompt.  Move all the save functionality to a lexically bound function
1759         under the :save-function token in the returned list.  Set up clearer
1760         default prompts for user, host, port, and secret.
1761         (auth-source-netrc-saver): New function, intended to be wrapped for
1762         :save-function.
1763
1764 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1767         lines to be spaces instead.
1768
1769 2011-03-07  Julien Danjou  <julien@danjou.info>
1770
1771         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1772         (sieve-sasl-auth): Check that auth-source-search did return something,
1773         or just return an empty string.
1774
1775 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1776
1777         * gnus.el (gnus-interactive): Use read-directory-name.
1778
1779         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1780         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1781         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1782         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1783         Likewise.
1784
1785         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1786
1787 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1790         onto the list of killed groups, too.  This makes killed nnimap groups,
1791         for instance, more reliably not reappear.
1792
1793         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1794         the parent.
1795
1796         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1797
1798         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1799         really have server-side marks.
1800
1801         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1802         since most backends do not usefully have server-side marks.
1803         (gnus-update-read-articles): Propagate marks to all backends that
1804         really have server-side marks.
1805
1806 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1807
1808         * message.el (message-cite-reply-position, message-cite-style):
1809         New variables.
1810         (message-yank-original): Use the new citation styles.
1811
1812 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1813
1814         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1815         buffer-local issue); don't mark it buffer-local when running under
1816         XEmacs.
1817
1818 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1819
1820         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1821         numbers too big to be `read'.
1822
1823 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1824
1825         * password-cache.el (password-in-cache-p): Add autoload.
1826
1827         * message.el (message-options): Make buffer-local two ways to attempt
1828         to fix a XEmacs bug.
1829
1830 2011-03-02  Julien Danjou  <julien@danjou.info>
1831
1832         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1833
1834 2011-03-01  Julien Danjou  <julien@danjou.info>
1835
1836         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1837         group.
1838         (article-hide-list-identifiers): Use list-identifier group parameter.
1839
1840 2011-02-28  Julien Danjou  <julien@danjou.info>
1841
1842         * sieve.el (sieve-buffer-script-name): New local variable to store
1843         sieve script name.
1844         (sieve-edit-script): Store sieve script name.
1845         (sieve-upload): Use sieve script name when uploading.
1846         (sieve-upload): Use substitute-command-keys.
1847         (sieve-edit-script): Use substitute-command-keys.
1848         (sieve-refresh-scriptlist): Use substitute-command-keys.
1849         (sieve-manage-mode-map): Define keymap properly.
1850         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1851         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1852         Remove commented code about cvs.
1853         (sieve-manage-quit): New function.
1854         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1855
1856 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1859
1860 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         * auth-source.el (auth-source-search): Cache empty result sets.
1863
1864         * password-cache.el (password-in-cache-p): Convenience function to
1865         check if a key is in the cache, even if the value is nil.
1866
1867         * auth-source.el (auth-source-save-behavior): New variable to replace
1868         `auth-source-never-create'.
1869         (auth-source-netrc-create): Use it.
1870         (auth-source-never-save): Remove.
1871
1872 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1873
1874         * nnimap.el (nnimap-stream): Doc fix.
1875         (nnimap-open-connection-1): Reverse the order of the ports to that the
1876         prompted-for port is first.
1877
1878         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1879         retrieval by the no-group selection.
1880
1881         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1882         numerical parameters.
1883
1884 2011-02-25  Julien Danjou  <julien@danjou.info>
1885
1886         * gnus-gravatar.el: Use gnus-with-article-buffer.
1887
1888         * gnus-art.el (gnus-with-article-buffer): Check that the
1889         gnus-article-buffer is alive.
1890
1891 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * auth-source.el (auth-source-creation-prompts): New variable to manage
1894         creation-time prompts.
1895         (auth-source-search): Document it.
1896         (auth-source-format-prompt): Add utility function.
1897         (auth-source-netrc-create): Don't default the user name to
1898         user-login-name.  Use `auth-source-creation-prompts' and some default
1899         prompts for user, host, port, and password (the default generic prompt
1900         remains ugly).
1901         (auth-source-never-save): Add customizable option to never save info.
1902         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1903         mode excursion.
1904
1905 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1908         argument that XEmacs doesn't support.
1909
1910         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1911         compiled for Emacsen having no `libxml-parse-html-region' support.
1912
1913         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1914
1915         * lpath.el: Bind buffer-save-without-query for XEmacs.
1916
1917 2011-02-23  Julien Danjou  <julien@danjou.info>
1918
1919         * gnus-art.el (article-make-date-line): Ignore errors if time is
1920         invalid and not convertible.
1921         (article-make-date-line): Only add lapsed time if time is not nil.
1922
1923 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1926         `read-char-choice' for backwards compatibility.
1927         (auth-source-netrc-element-or-first): New function to DTRT for
1928         parameter extraction.
1929         (auth-source-netrc-create): Use it and fix multiple parameter print
1930         bug.  Use the default passed from above (given-default) or the
1931         built-in (user-login-name for :user).
1932
1933 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1934
1935         * gnus-start.el (gnus-dribble-read-file):
1936         Set buffer-save-without-query, since we always want to save the dribble
1937         file, probably.
1938
1939         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1940         nnimap.
1941
1942         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1943         -summary- since it's a user-visible variable.
1944
1945         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1946         first time you use the new Gnus.
1947
1948 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1949
1950         * auth-source.el: Don't load netrc.el.
1951         (auth-sources): Search ~/.netrc as well by default.
1952         (auth-source-debug): Add 'trivia option for extra output.
1953         (auth-source-do-trivia): Use it.
1954         (auth-source-search): Simplify logic to use
1955         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1956         appropriate.  Don't keep a running count at this level.  Layer :create
1957         and :delete options appropriately on the first and second passes.
1958         Don't track the backend with the search results.
1959         (auth-source-search-backends): New function to search a list of
1960         backends for a processed spec.
1961         (auth-source-netrc-parse): Cache all netrc files, making
1962         auth-source-netrc-cache an alist keyed by the file name and using the
1963         file mtime as the caching criterion.  Keep the obfuscated data secret
1964         with a lexical bind.
1965         (auth-source-netrc-search): Don't calculate the length of the results
1966         unnecessarily.
1967         (auth-source-search-backends): Fix bug.
1968         (auth-source-netrc-create): Rework prompts.
1969
1970 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1971
1972         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1973         Lower case names of search constraints.
1974         (nnir-run-query): Cache and reuse search constraints for all imap
1975         servers.
1976
1977 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1980         after exit.
1981         (gnus-setup-message): Define missing variable from last checkin.
1982
1983         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1984         value, show the raw article.
1985
1986 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1987
1988         * gnus.el: No Gnus v0.13 is released.
1989
1990 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1991
1992         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1993         auth-source now accepts numbers.
1994
1995         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1996         spec, too.
1997         (auth-source-ensure-strings): New function.
1998
1999         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2000         (gnus-article-setup-buffer): Always restart the date timer so that user
2001         changes to the frequency is respected.
2002
2003         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2004         port numbers, so make sure it gets that if nnimap-server-port is
2005         explicit.
2006
2007 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2008
2009         * nnimap.el (nnimap-inbox): Doc fix.
2010
2011 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2012
2013         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2014         Autoload.  Add optional arg FRAME, and pass it to color-values.
2015         (color-complement): Caller changed.  Doc fix.
2016         (color-gradient): Rewrite for better clarity and efficiency.
2017
2018 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2019
2020         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2021         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2022         color-lab-to-srgb.
2023
2024 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2025
2026         * color.el: First part of merge from hexrgb.el.
2027         (color-rgb-to-hex): Rename from color-rgb->hex.
2028         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2029         saturation to zero if the value is too small.
2030         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2031         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2032         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2033         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2034         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2035         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2036         (color-cie-de2000): Doc fix.
2037
2038 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2039
2040         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2041         given method as in the group name if we're using an extended method.
2042         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2043         command, if we're using that, instead of waiting for the beginning.
2044
2045         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2046         we're sure to get unique server names, and we don't output two async
2047         commands in the same buffer.  This fixes an NNTP hang for some users.
2048
2049 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2050
2051         * gnus.el: No Gnus v0.11 is released.
2052
2053 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2054
2055         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2056         summary buffer before reading going to the next buffer.  This avoids
2057         putting the point in the group buffer if you `C-g' the command.
2058
2059         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2060         cache (for now) to make ~/.authinfo.gpg files usable.
2061
2062         * nnfolder.el (copyright-update): Define for the compiler.
2063
2064         * auth-source.el (auth-source-search): Fix unbound variable.
2065
2066 2011-02-19  Glenn Morris  <rgm@gnu.org>
2067
2068         * gnus.el (gnus-meta): Doc fix.
2069
2070 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2071
2072         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2073         in case it's not yet loaded.
2074
2075 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2078         line we're waiting for.
2079
2080 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2081
2082         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2083         face with line-width greater than zero will cause RET in gnus summary
2084         buffer to scroll down article page-wise because auto vscroll happens,
2085         it should be temporalily disabled when doing a scroll-up.
2086
2087 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2088
2089         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2090         outputs from the server.
2091
2092 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2093
2094         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2095         later so that bbdb can hook in easier.
2096
2097 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2098
2099         * auth-source.el (auth-source-search): Don't try to create credentials
2100         if the caller doesn't want that.
2101         (auth-source-search): If we don't find a match, don't bug out on
2102         non-bound variables.
2103         (auth-source-search): Only ask a single backend to create the
2104         credentials.
2105
2106         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2107         logging.
2108         (nnimap-credentials): Protect against auth-source-search returning nil.
2109         (nnimap-request-list): Protect against not being able to open the
2110         server.
2111
2112 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2113
2114         * auth-source.el (auth-source-search): Do a two-phase search, one with
2115         no :create to get the responses from all backends.
2116
2117         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2118         when getting credentials.
2119
2120         * gnus-util.el (gnus-delete-duplicates): New function.
2121
2122 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2125         a creation default, pass the whole port list down.  It will be
2126         completed.
2127
2128         * auth-source.el (auth-source-search): Updated docs to talk about
2129         multiple creation choices.
2130         (auth-source-netrc-create): Accept a list as a value (from the search
2131         parameters) and do completion on that list.  Keep a separate netrc line
2132         with the password obscured for showing the user.
2133
2134         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2135         first choice to `auth-source-search' so it will be used for entry
2136         creation instead of the server's Gnus-specific name.
2137         (nnimap-credentials): Rely on the auth-source library to select which
2138         port is actually wanted in the new netrc entry, so don't override
2139         `auth-source-creation-defaults'.
2140
2141         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2142         :protocol and accept a missing user, host, or port as a wildcard match.
2143         (auth-source-debug): Default to off.
2144
2145         (auth-source-netrc-search, auth-source-netrc-create)
2146         (auth-source-secrets-search, auth-source-secrets-create)
2147         (auth-source-user-or-password, auth-source-backend, auth-sources)
2148         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2149         instead of :protocol.
2150
2151         * nnimap.el (nnimap-credentials): Pass a port default to
2152         `auth-source-search' in case an entry needs to be created.
2153         (nnimap-open-connection-1): Use :port instead of :protocol.
2154
2155 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * auth-source.el: Bind load-path when loading EIEIO from
2158         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2159         21.4 doesn't support, to `require'.
2160         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2161         delete-dups that is not available in XEmacs 21.4.
2162
2163 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2164
2165         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2166         as EIEIO must also be loaded when auth-source.el is being
2167         byte-compiled.
2168
2169 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2170
2171         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2172
2173         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2174
2175         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2176
2177         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2178
2179         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2180
2181         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2182
2183         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2184
2185         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2186         necessary.
2187
2188 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2189
2190         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2191         nil means that nnimap doesn't get updated.
2192
2193 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2196         result when the user doesn't want to write to the file.
2197         (auth-source-netrc-search): Expect a synthetic result and proceed
2198         accordingly.
2199         (auth-source-cache-expiry): New variable to override
2200         `password-cache-expiry'.
2201         (auth-source-remember): Use it.
2202
2203         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2204         parameter.  Create entry if necessary by using :create t.
2205         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2206
2207 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * auth-source.el (auth-source-debug): Enable by default and don't
2210         mention the obsolete `auth-source-hide-passwords'.
2211         (auth-source-do-warn): New function to debug unconditionally.
2212         (auth-source-do-debug): Use it.
2213         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2214         and for Secrets API entries when the secrets.el library is not
2215         available.
2216
2217 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2220         (gnus-summary-exit): Kill the correct article buffer on exit from a
2221         `C-d' group.
2222
2223         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2224         gnus-propagate-marks.
2225
2226         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2227         before killing the buffers so that a non-full window conf gets handled
2228         correctly.
2229         (gnus-summary-exit): Ditto.
2230         (gnus-summary-read-group-1): Ditto.
2231
2232         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2233         async code again so that we can debug it properly.
2234
2235         * message.el (message-reply): Take an optional switch-buffer parameter
2236         so that Gnus window confs are respected better.
2237
2238 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2239
2240         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2241         `plist-get' to accept non-list parameters (XEmacs issue).
2242         Fix docstring.
2243         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2244         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2245         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2246         Login collection is "Login" and not "login".
2247
2248 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2251         multiple headers.
2252
2253         * nnimap.el (nnimap-inhibit-logging): New variable.
2254         (nnimap-log-command): Don't log login commands.
2255
2256         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2257         to have more parameters.
2258
2259         * nnimap.el (nnimap-send-command): Mark the command time for each
2260         command, so that we don't get NOOPs stepping on our toes.
2261
2262         * gnus-art.el (article-date-ut): Get the date from the Date header on
2263         `t'.
2264
2265 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * auth-source.el (auth-source-search): Use copy-sequence instead of
2268         the cl.el copy-list.
2269
2270 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2271
2272         * imap.el: Bring it back (revert
2273         84d800cd31de3064f0ed39617d725709a2f8f42f).
2274
2275 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2276
2277         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2278         Improve prompt.
2279
2280 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2283         washing status from the default format.  It isn't very informative.
2284
2285 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2286
2287         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2288         Fix Gcc processing on imap.
2289
2290 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2291
2292         * imap.el: Remove file.  All the functionality is in nnimap.el.
2293
2294 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2295
2296         * message.el (message-bury): Don't pop up a new window when selected
2297         window is dedicated.
2298
2299 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2300
2301         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2302
2303 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2304
2305         * sieve-manage.el: Autoload `auth-source-search'.
2306         (sieve-sasl-auth): Use it.
2307
2308 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2309
2310         * nnimap.el: Autoload `auth-source-forget+'.
2311         (nnimap-open-connection-1): Use it if the connection fails.
2312
2313         * auth-source.el: Require `password-cache'.
2314         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2315         obsolete.
2316         (auth-source-magic): Marker for `password-cache' keys.
2317         (auth-source-do-cache): Update docstring.
2318         (auth-source-search): Use and check cache.
2319         (auth-source-forget-all-cached, auth-source-remember)
2320         (auth-source-recall, auth-source-forget, auth-source-forget+)
2321         (auth-source-specmatchp): Caching support functions.
2322         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2323         Remove and obsolete.
2324         (auth-source-user-or-password): Remove caching to further discourage
2325         using it.  Always hide passwords.
2326
2327         * password-cache.el (password-cache-remove): Accept secrets that are
2328         not strings.
2329
2330 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2333         code for now, since it doesn't work for all users.
2334
2335 2011-02-09  Julien Danjou  <julien@danjou.info>
2336
2337         * message.el (message-options): Make message-options really buffer
2338         local.
2339
2340 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2341
2342         * mail-source.el: Autoload `auth-source-search'.
2343         (mail-source-keyword-map): Note order matters.
2344         (mail-source-set-1): Get all the mail-source source values and
2345         defaults and search auth-source on those if needed.  This can all
2346         probably be simplified.
2347
2348         * nnimap.el: Autoload `auth-source-search'.
2349         (nnimap-credentials): Use it.
2350         (nnimap-open-connection-1): Ask for the virtual server and physical
2351         address in one shot.
2352
2353         * nntp.el: Autoload `auth-source-search'.
2354         (nntp-send-authinfo): Use it.  Note TODO.
2355
2356 2011-02-08  Julien Danjou  <julien@danjou.info>
2357
2358         * shr.el (shr-tag-body): Add support for text attribute in body
2359         markups.
2360
2361         * message.el (message-options): Make message-options a local variable.
2362
2363 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * auth-source.el (auth-source-secrets-search)
2366         (auth-source-user-or-password): Use `append' instead of `nconc'.
2367         (auth-source-user-or-password): Build return list better and protect
2368         against nil :secret.
2369
2370 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2371
2372         * nnimap.el (nnimap-update-info): Refactor slightly.
2373         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2374         (nnimap-update-info): Clean up slightly.
2375         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2376         characters.
2377         (nnimap-process-quirk): Rename function to avoid collision.
2378         (nnimap-update-info): Fix macrology bug-out.
2379         (nnimap-update-info): Simplify split history test.
2380
2381 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2382
2383         * auth-source.el (top): Require 'eieio unconditionally.
2384         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2385         (auth-source-secrets-search): Limit search when `max' is greater than
2386         number of results.
2387
2388 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2389
2390         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2391         part not returning any data.
2392
2393         * proto-stream.el (open-protocol-stream): Document the return value.
2394
2395 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2396
2397         * auth-source.el (auth-source-secrets-search): Add examples.
2398
2399 2011-02-06  Julien Danjou  <julien@danjou.info>
2400
2401         * message.el (message-setup-1): Handle message-generate-headers-first
2402         set to t.
2403
2404 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2407         API with a string "secrets:collection-name" and with 'default.
2408         (auth-source-backend-parse): Parse "secrets:collection-name" and
2409         'default.  Recurse on parses instead of repeating code.  Use the
2410         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2411         message when ignoring a source.
2412         (auth-source-search): List ignored search keys at the top level.
2413         (auth-source-netrc-create): Use `case' instead of `cond'.
2414         (auth-source-secrets-search): Created with TODOs.
2415         (auth-source-secrets-create): Created with TODOs.
2416         (auth-source-retrieve, auth-source-create, auth-source-delete)
2417         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2418         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2419         (auth-source-user-or-password-sftp)
2420         (auth-source-user-or-password-smtp): Remove.
2421         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2422         around `auth-source-search'.  Not tested thoroughly.
2423
2424 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2425
2426         * auth-source.el: Bring in assoc and eioeio libraries.
2427         (secrets-enabled): New variable to track the status of the Secrets API.
2428         (auth-source-backend): New EIOEIO class to represent a backend.
2429         (auth-source-creation-defaults): New variable to set prompt defaults
2430         during token creation (see the `auth-source-search' docstring for
2431         details).
2432         (auth-sources): Simplify to allow a simple string as a netrc backend
2433         spec.
2434         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2435         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2436         (auth-source-search): Main auth-source API entry point.
2437         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2438         (auth-source-search-collection): Helper function for searching.
2439         (auth-source-netrc-parse, auth-source-netrc-normalize)
2440         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2441         Supports search, create, and delete.
2442         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2443         backend stubs.
2444         (auth-source-user-or-password): Call `auth-source-search' but it's not
2445         ready yet.
2446
2447 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2448
2449         * message.el (message-setup-1): Remove the read-only stuff, since it
2450         doesn't work under XEmacs, for some reason.
2451
2452         * gnus-sum.el (gnus-user-date): Rename back from
2453         gnus-summary-user-date since user code refers to it.
2454
2455         * shr.el (shr-render-td): Store the actual background colour used.
2456
2457         * message.el (message-setup-1): Don't bind the constant
2458         -forbidden-properties.
2459         (message-setup-1): Revert previous change, since it needs to bind the
2460         props to insert them.
2461         (message-resend): Allow removing the read-only separator line.
2462
2463 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2464
2465         * nnimap.el (nnimap-request-accept-article): Give an error message if
2466         the APPEND wasn't successful.
2467
2468 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2469
2470         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2471         that have no groups.
2472
2473 2011-02-03  Julien Danjou  <julien@danjou.info>
2474
2475         * gnus-draft.el: Remove progn around gnus-draft-setup.
2476
2477 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-start.el (gnus-read-active-for-groups): This function is never
2480         called with a nil `infos', so clean that up.
2481         (gnus-get-unread-articles): Request active files from primary/secondary
2482         methods that have no groups (yet).
2483
2484 2011-02-03  Julien Danjou  <julien@danjou.info>
2485
2486         * message.el (message-setup-1): Always generate References first.
2487         (message-mail): Return the return value of message-setup, not always t.
2488         (message-setup-1): Insert mail-header-separator with read-only and
2489         intangible properties set.
2490
2491         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2492         user-date in docstring.
2493
2494         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2495
2496         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2497         docstring.
2498
2499         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2500         defcustom, with type and group. Move from gnus-util.el. Rename to
2501         gnus-summary-user-date-format-alist.
2502
2503 2011-02-03  Glenn Morris  <rgm@gnu.org>
2504
2505         * nnimap.el (gnus-fetch-headers): Declare.
2506
2507         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2508
2509 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2510
2511         * message.el (message-forward-make-body-digest-plain)
2512         (message-followup, message-reply): Clean up things noted by Stefan.
2513
2514         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2515         gnus-article-update-date-headers is nil.
2516         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2517         it didn't really work with defcustom.
2518         (article-update-date-lapsed): Make sure the window start doesn't move,
2519         either.
2520
2521 2011-02-01  Julien Danjou  <julien@danjou.info>
2522
2523         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2524         format.
2525
2526         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2527         standard in Emacs nowadays.
2528
2529         * color.el (color-gradient): Add a color-gradient function.
2530
2531 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2532
2533         * message.el (message-expand-name): Don't trust the return value of
2534         bbdb-complete-name.
2535         (message-check-news-header-syntax): Remove unused var `start'.
2536         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2537         (message-inhibit-body-encoding): Move to before first use.
2538         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2539         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2540         (Organization, Message-ID, Date, mh-previous-window-config):
2541         Defvar the vars using dynamic scoping.
2542
2543 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2544
2545         * shr.el (shr-render-td): Only do colours at the final rendering.
2546         Should be slightly faster.
2547         (shr-insert-table): Fix up TD background colours when doing the
2548         vertical padding.
2549
2550         * gnus-art.el (article-date-ut): Protect against articles with no Date
2551         header.
2552         (article-update-date-lapsed): Don't use current-column to find the
2553         horizontal position.  It's fragile in the presence of \003 characters.
2554
2555         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2556
2557 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-art.el (article-transform-date): Rewrite to still work when
2560         there are several rfc2822 parts.
2561         (article-transform-date): Fix infinite recursion.
2562         (article-date-ut): Replace infinitely many Date headers with a single
2563         one when called interactively.
2564
2565         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2566         secure manner.
2567
2568         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2569         move around by not using save-window-excursion.  It seems to work...
2570
2571 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-art.el (article-make-date-line): Work for user-defined format.
2574
2575 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2576
2577         * nntp.el (nntp-retrieve-group-data-early)
2578         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2579         fetching functions.
2580
2581         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2582         thoroughly for all backends that have no known groups.  This should
2583         allow new nnml methods to retrieve mail.
2584
2585         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2586         that Gnus doesn't know exists again.
2587
2588         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2589         (gnus-treat-date-ut): Ditto.
2590         (gnus-article-update-date-header): Rename.
2591         (gnus-treat-date-local): Remove.
2592         (gnus-treat-date-english): Remove.
2593         (gnus-treat-date-lapsed): Remove.
2594         (gnus-treat-date-combined-lapsed): Remove.
2595         (gnus-treat-date-original): Remove.
2596         (gnus-treat-date-iso8601): Remove.
2597         (gnus-treat-date-user-defined): Remove.
2598         (gnus-article-date-headers): New variable to control all the date
2599         header options.
2600         (article-date-ut): Rewrite to allow using the new way to format date
2601         headers(s).
2602
2603 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2604
2605         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2606         method.
2607         (nnmail-article-group): A better test for fanciness.
2608
2609         * nnimap.el (nnimap-request-head): Protect against not finding the
2610         article by Message-ID.
2611
2612 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2615         keep point at the "same place".
2616
2617 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2620         data if the group is unactivated.
2621
2622 2011-01-28  Julien Danjou  <julien@danjou.info>
2623
2624         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2625         (gnus-all-windows-visible-p): Remove old compatibility code.
2626         (gnus-window-top-edge): Add docstring.
2627
2628         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2629
2630 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2631
2632         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2633         older request-update-info.
2634
2635         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2636
2637 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2638
2639         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2640         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2641
2642 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2645         groups.  This makes the nndraft:queue group pop up if it's not already
2646         there.
2647
2648         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2649         messages" logic, which was reversed.
2650
2651         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2652         the "same place" even if point is on the line being replaced.
2653         (article-update-date-lapsed): Allow updating both the combined lapsed
2654         and the lapsed headers.
2655         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2656         (article-make-date-line): Limit the number of segments dynamically to
2657         avoid too-long lines.
2658
2659 2011-01-27  Julien Danjou  <julien@danjou.info>
2660
2661         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2662         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2663
2664 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2667         Use plist-get instead of the cl function getf.
2668
2669 2011-01-27  Glenn Morris  <rgm@gnu.org>
2670
2671         * gnus-util.el (float-time): Get rid of compiler warning, again.
2672
2673 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2674
2675         * shr.el (shr-put-color): Special-case background colours: Do put them
2676         at the blank parts at the front of the lines.
2677
2678         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2679         exit hook to nix out all data on readedness on group exit.
2680
2681         * gnus-util.el (float-time): If float-time is bound, always use it on
2682         all Emacsen.  It's unclear why the subrp check was there.
2683         (time-date): Require to make some autoload issues on XEmacs go away.
2684
2685         * shr.el (shr-put-color): Don't do the box padding in tables, since
2686         they're already padded.
2687
2688 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-art.el (gnus-article-next-page): When the last line of the
2691         article is displayed, scroll down once more instead of going to the
2692         next article at once.
2693         (article-lapsed-string): Refactor out and allow specifying how many
2694         segments you want.
2695         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2696         (gnus-article-update-lapsed-header): New variable.
2697
2698         * shr.el: Revert change that made headings use different-sized faces.
2699         The Emacs display engine isn't advanced enough that, for instance,
2700         tables can comfortably use differently-sized faces.
2701
2702 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2703
2704         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2705         used.
2706         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2707         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2708         we're using an encrypted connection.
2709
2710         * proto-stream.el: Alter the interface functions to also return the
2711         actual stream type used: network or tls.
2712
2713 2011-01-25  Julien Danjou  <julien@danjou.info>
2714
2715         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2716         (mm-display-javascript-inline): New function.
2717
2718         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2719         viewing function.
2720
2721 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * shr.el (shr-expand-newlines): Fix variable name.
2724
2725 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2726
2727         * shr.el (shr-expand-newlines): Make nested boxes work.
2728
2729 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2730
2731         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2732         backgrounds.
2733         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2734         in a more sensible manner.
2735
2736 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2737
2738         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2739         if EPG is loaded.
2740
2741 2011-01-24  Julien Danjou  <julien@danjou.info>
2742
2743         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2744         tags.
2745
2746 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2749         commands.
2750
2751         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2752         in the article buffer.
2753         (gnus-gravatar-insert): Use blank space from the current buffer to
2754         avoid breaking text properties.  This makes X-Sent updating work again.
2755
2756         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2757
2758 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2761         fix the bug in url-http.el instead.
2762
2763         * shr.el (shr-image-fetched): Ditto.
2764
2765         * shr.el (shr-image-fetched): Avoid having point move in the article
2766         buffer.
2767
2768         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2769         buffer after being called.  It's apparently being killed by url.el, and
2770         killing it made point move to end-of-buffer in a random buffer.
2771
2772         * shr.el (shr-image-fetched): Ditto.
2773
2774 2011-01-23  Julien Danjou  <julien@danjou.info>
2775
2776         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2777
2778         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2779         text/x-org.
2780
2781 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2782
2783         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2784         (i.e., nnimap) returning nil as the article number.
2785
2786 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2787
2788         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2789         "DelSp" parameter in RFC3676.
2790
2791 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2792
2793         * message.el (message-check-recipients): Display the encoded version of
2794         the bogus address if they differ.
2795
2796         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2797         after sending.
2798
2799         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2800
2801         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2802
2803         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2804         group buffer after sending the queue.
2805
2806         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2807
2808 2011-01-22  Julien Danjou  <julien@danjou.info>
2809
2810         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2811
2812 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2813
2814         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2815         nested related parts.
2816
2817         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2818         unexpired articles.  This fixes the regression that led expiry marks to
2819         disappear from nnfolder groups.
2820
2821 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2822
2823         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2824         Don't confuse the "ret" of "retrograde" with RET.
2825
2826 2011-01-21  Julien Danjou  <julien@danjou.info>
2827
2828         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2829         than mm-insert-inline.
2830
2831 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2834         Widen article buffer.
2835
2836 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2837
2838         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2839         the temp buffer.
2840         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2841
2842 2011-01-20  Julien Danjou  <julien@danjou.info>
2843
2844         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2845
2846         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2847         than mm-insert-inline to insert inline part: this respect
2848         mm-inline-media-tests displayers.
2849
2850         * mm-view.el (mm-display-shell-script-inline): New function.
2851
2852         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2853
2854         * mm-uu.el (mm-uu-type-alist): Add org block.
2855         (mm-uu-org-src-code-block-extract): New function.
2856
2857         * mm-view.el (mm-display-org-inline): New function.
2858
2859         * mm-decode.el (mm-automatic-display): Add text/org.
2860
2861         * mailcap.el (mailcap-mime-extensions): Add .org.
2862
2863 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2866         gnus-article-add-buttons.
2867
2868 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2869
2870         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2871         From header with a date and "nobody" as the sender.
2872
2873 2011-01-19  Julien Danjou  <julien@danjou.info>
2874
2875         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2876         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2877         if you have the same regexp several times.
2878         (gnus-button-push): Fix matching when regexp is symbol.
2879
2880 2011-01-15  Glenn Morris  <rgm@gnu.org>
2881
2882         * message.el (message-mail): A compose-mail function should
2883         accept headers as strings.
2884
2885 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2886
2887         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2888         Add :vert-only tags.
2889         (message-mail): New arg RETURN-ACTION.
2890         (message-return-action): New var.
2891         (message-bury): Use it.
2892         (message-mode): Make it buffer-local.
2893         (message-send-and-exit): Always call message-bury.
2894
2895         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2896         message-mail.
2897
2898 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * nnimap.el (nnimap-convert-partial-article): Protect against
2901         zero-length body parts.
2902
2903         * mm-decode.el (mm-preferred-alternative-precedence):
2904         Discourage showing empty parts.
2905
2906         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2907         and stuff if the backend didn't return the article number.  This fixes
2908         an Exchange-related nnimap bug.
2909
2910         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2911         group window, because it does the wrong thing when a separate frame
2912         displays the group buffer.
2913
2914         * proto-stream.el (open-protocol-stream): Protect against the low-level
2915         transport functions returning nil.
2916
2917 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2918
2919         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2920         (mml2015-epg-find-usable-secret-key): New function.
2921         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2922         mml2015-epg-find-usable-key (Bug#7797).
2923         (mml2015-epg-encrypt): Ditto.
2924
2925 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * dgnushack.el (rot13-string): Fix the way to get the argument.
2928
2929 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2932
2933 2011-01-03  Glenn Morris  <rgm@gnu.org>
2934
2935         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2936
2937         * sieve.el (sieve-open-server): Give a more explicit error if
2938         sieve-manage-open returns nil.  (Bug#7720)
2939
2940 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2941
2942         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2943
2944 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2947         This avoids sending passwords in plain text over non-encrypted
2948         channels.
2949
2950         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2951
2952         * nnimap.el (nnimap-login): Refactored out into own function, and
2953         implement CRAM-MD5.
2954         (nnimap-wait-for-line): Refactored out.
2955
2956         * mm-view.el (mml-smime): Require.
2957
2958 2010-12-20  David Engster  <deng@eml.cc>
2959
2960         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2961         use EPG to decrypt S/MIME messages instead of openssl.
2962
2963 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2966
2967         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2968         status is the group clearly is unreachable.
2969
2970         * auth-source.el (auth-source-create): Add the optional second
2971         parameter to `local-variable-p' to be compatible with XEmacs.
2972
2973 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2974
2975         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2976         work when using a compressed nnml folder.
2977
2978 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2981         backends after sanitising on entry, because this never makes sense:
2982         If the articles have gone missing, then the data no longer exists on
2983         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2984         overwrite anything anyway.
2985
2986         * shr.el (shr-insert-document): Bind shr-width dynamically to
2987         window-width if it's nil.
2988
2989 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2990
2991         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2992         with the meaning of using the full emacs window width for rendering.
2993
2994 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2995
2996         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2997         case when sender is not given.
2998
2999 2010-12-23  Julien Danjou  <julien@danjou.info>
3000
3001         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3002         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3003         the addresses, otherwise we might misplaced the gravatar.
3004
3005 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3006
3007         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3008         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3009         obsolete in Emacs.
3010
3011 2010-12-20  Julien Danjou  <julien@danjou.info>
3012
3013         * gnus-util.el (gnus-rescale-image): Revert last change.
3014
3015 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3016
3017         * binhex.el: Improve commentary (Bug#7482).
3018
3019 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-group.el (gnus-group-delete-articles): New command.
3022
3023 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3024
3025         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3026
3027 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3030         here, since it's up to the backends to do CRLF removal if their
3031         protocol has it.
3032
3033         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3034
3035 2010-12-17  Julien Danjou  <julien@danjou.info>
3036
3037         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3038         they are from file. Can also scale up.
3039
3040 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3041
3042         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3043         gnus-use-agent.
3044         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3045
3046         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3047
3048 2010-12-17  Julien Danjou  <julien@danjou.info>
3049
3050         * gravatar.el (gravatar-retrieve-synchronously): New function.
3051         (gravatar-get-data): Make more robust.
3052
3053 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3056
3057 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3060         to really consider the last line.
3061
3062 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3063
3064         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3065         list of recipient keys, or use symmetric encryption if not a list.
3066         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3067         EPA override, replacing the call to `netrc-store-data'.
3068
3069 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3070
3071         * gnus-srvr.el: Avoid passing nil regexp argument to
3072         delete-matching-lines.
3073
3074 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3077         fetching stops when Gnus exits.
3078
3079         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3080         function.
3081         (nnfolder-request-expire-articles): Save all the buffers after doing
3082         expiry.
3083
3084         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3085         the last article", since that led to serious performance regressions
3086         when expiring nnml groups.
3087
3088 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3089
3090         * nnir.el: Improve customizations.
3091
3092 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3095
3096         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3097         group has been killed.
3098         (gnus-group-yank-group): Ditto.
3099
3100         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3101
3102         * nnimap.el (nnimap-request-update-group-status): New function.
3103
3104         * gnus-int.el (gnus-request-update-group-status): New interface
3105         function.
3106
3107         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3108         copying read-ness to the backends.
3109
3110         * nnimap.el (nnimap-quirk): New function.
3111         (nnimap-retrieve-group-data-early): Use it.
3112         (nnimap-quirks): New alist.
3113
3114 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3117         don't delete it within indentation.
3118
3119 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3122         previous line.
3123
3124 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3127         QRESYNC command by deleting a superfluous space which broke Cyrus
3128         servers.  This change will break other servers that are buggy the other
3129         way around.
3130
3131 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3132
3133         * spam.el: Reindent and fix long lines.
3134         (spam-copy-or-move-routine): Exclude invalid move destinations.
3135
3136 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3137
3138         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3139         installed the registry.
3140
3141 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3144
3145 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3146
3147         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3148         groupname doesn't contain "gmane".
3149
3150 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3153         and netrc-bound-and-true-p bindings.
3154         (netrc-parse): Cache the netrc contents.
3155
3156         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3157         (gnus-1): Don't create the nndrafts group twice.
3158         (gnus-setup-news): There's no need to read the active file here, since
3159         that's done again later on a per-backend basis.
3160         (gnus-start-draft-setup): Make sure that the new group is started out
3161         empty.
3162
3163         * gnus-agent.el (gnus-agentize): Don't create the queue group
3164         automatically on startup.  It'll be created later, if needed.
3165
3166         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3167         of automatically subscribed groups.
3168         (gnus-auto-subscribed-categories): New variable.
3169         (gnus-matches-options-n): Use it.
3170         (gnus-default-subscribed-newsgroups): Remove unused variable.
3171         (gnus-start-draft-setup): Message a bit less.
3172
3173 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3174
3175         * nnir.el (nnir-run-imap): Return article list in order of increasing
3176         UID.
3177
3178 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-sum.el (gnus-summary-enter-digest-group):
3181         Mention gnus-auto-select-on-ephemeral-exit.
3182
3183         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3184         convention of the network-only option.
3185
3186 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * proto-stream.el (proto-stream-open-network-only): New function to
3189         have a way to specify non-STARTTLS upgrade connections.
3190
3191 2010-12-10  Julien Danjou  <julien@danjou.info>
3192
3193         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3194         email address is nil.
3195
3196         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3197
3198 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3199
3200         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3201         deletion.
3202         (nnir-run-imap): Only need to parse list once.
3203
3204 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * shr.el (shr-tag-script): Ignore <script>.
3207         (shr-tag-label): Add <label> support.
3208
3209 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3212
3213         * shr.el (shr-image-displayer): Work for images lined side by side.
3214
3215 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3216
3217         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3218         parameter, since XEmacs doesn't accept t as a parameter.
3219
3220 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3221
3222         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3223         ids.
3224         (nnir-run-gmane): Simplify groupspec formatting.
3225         (nnir-request-expire-articles): New function.
3226
3227 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3230         overflow, possibly.
3231
3232         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3233         (shr-render-td): Handle td style="" better.
3234         (shr-tag-table): Use the color from the style sheet.
3235         (shr-render-td): Make sure we copy over all the overlays, too.
3236
3237 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3238
3239         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3240         (nnir-request-article): Improve article retrieval.
3241
3242 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * mm-util.el (mm-extra-numeric-entities): New variable.
3245
3246         * mm-url.el (mm-url-decode-entities):
3247         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3248
3249         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3250
3251 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3252
3253         * message.el: Use completion-at-point.
3254         (message-completion-function): New fun, extracted from message-tab.
3255         (message-mode): Use it for completion-at-point-functions.
3256         (message-tab): Use it and completion-at-point.
3257
3258 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3261         character if a non-breakable character follows.
3262
3263 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3266         any stream.
3267
3268         * shr.el (shr-tag-font): Colorize the region.
3269         (shr-tag-body): Ditto.
3270         (shr-tag-font): Actually let the styles be inherited instead of
3271         overwriting them.
3272         (shr-tag-font): Get the background color right.
3273         (shr-tag-style): Ignore all <style> tags for the moment.
3274
3275         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3276         a Message-ID to avoid having nnimap depend on gnus-sum.
3277
3278         * shr.el (shr-descend): Only colorize something if we have a node that
3279         sets colors.
3280
3281 2010-12-06  Julien Danjou  <julien@danjou.info>
3282
3283         * shr.el (shr-render-td): Render td content with shr-descend, so style
3284         will be applied to <td> too.
3285         (shr-colorize-region): Colorize region even if we only have a background.
3286         (shr-tag-body): Fix color and background color inheritance.
3287         Do not recolorize after shr-generic.
3288         (shr-tag-font): Let shr-generic colorize via inheritance.
3289
3290 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3293
3294 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3295
3296         * nnir.el (nnir-request-move-article): Remove obsolete code.
3297
3298 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3301
3302 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * gnus-sum.el (gnus-summary-respool-article): The completion function
3305         expects a list instead of an alist.
3306
3307         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3308         string as the parameter.
3309
3310         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3311
3312         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3313         styles.
3314         (shr-colorize-region): New function.
3315         (shr-insert-background-overlay): Remove.
3316         (shr-render-td): Background setting should be taken care of on a higher
3317         level.
3318         (shr-tag-body): Use post-hoc colorizations.
3319         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3320         (shr-put-color-1): Don't overwrite old colors.
3321         (shr-colorize-region): When the background color isn't explicit, use
3322         a fixed background.
3323
3324         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3325         nnmail variables.
3326
3327 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3328
3329         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3330         unless necessary.
3331
3332 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3333
3334         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3335         server.
3336
3337 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338
3339         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3340         so that TAB works.
3341
3342         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3343         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3344
3345         * shr.el (shr-urlify): Show the URL before the title to avoid
3346         misleading URLs.
3347
3348 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3349
3350         * shr.el (shr-urlify): Display the title in <a> tags.
3351
3352 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3353
3354         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3355
3356 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3357
3358         * nnir.el: Rearrange code to allow macros to be autoloaded by
3359         gnus-sum.el.
3360         (nnir-retrieve-headers-override-function): Make this variable
3361         customizable.
3362         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3363
3364         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3365         from nnir.el.
3366
3367 2010-12-03  Julien Danjou  <julien@danjou.info>
3368
3369         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3370
3371 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3374         allow optional argument `environment'.
3375
3376 2010-12-03  Glenn Morris  <rgm@gnu.org>
3377
3378         * mm-extern.el (message-goto-body): Update declaration.
3379
3380 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * gnus-util.el (gnus-macroexpand-all): New function.
3383
3384         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3385         instead of macroexpand-all that is unavailable in XEmacs.
3386
3387 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3388
3389         * nnir.el (nnir-summary-line-format): New variable.
3390         (nnir-mode): Use it.
3391         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3392         (nnir-article-ids): Reimplement as defsubst.
3393         (nnir-retrieve-headers): Don't mangle the subject header.
3394         (nnir-run-imap): Use 100 as RSV score.
3395         (nnir-run-find-grep): Fix for full server searching.
3396         (nnir-run-gmane): Better restriction to gmane groups.
3397
3398         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3399         summary buffers.
3400
3401 2010-12-02  Julien Danjou  <julien@danjou.info>
3402
3403         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3404
3405         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3406
3407         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3408         support.
3409
3410 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3411
3412         * nnir.el: Update to handle the registry better.
3413         (autoload): Silence byte-compiler.
3414         (nnir-open-server): Add a hook for nnir groups.
3415         (nnir-request-move-article): Don't mangle the header. Better to use
3416         formating variables (which will be added in the future).
3417         (nnir-registry-action): Update the registry using the original article
3418         group name.
3419         (nnir-mode): Install nnir-specific hooks for updating the registry.
3420
3421         * gnus-sum.el
3422         (gnus-article-original-subject,gnus-newsgroup-original-name):
3423         Remove obsolete variables.
3424         (gnus-summary-move-article): Remove use of obsolete variables.
3425         (gnus-summary-local-variables): Make move and delete hooks local to
3426         summary buffers.
3427
3428 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * rtree.el: New file.
3431
3432 2010-12-01  Julien Danjou  <julien@danjou.info>
3433
3434         * message.el (message-user-organization): Do not use
3435         gnus-local-organization.
3436
3437         * gnus.el: Remove gnus-local-organization.
3438
3439         * gnus-msg.el: Remove nastygram thing.
3440
3441 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3444         funcall.
3445
3446 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3449         names.
3450
3451         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3452         characters.
3453
3454         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3455         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3456         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3457         (gnus-gravatar-transform-address): Use mail-extract-address-components
3458         that supports non-ASCII names rather than mail-header-parse-addresses.
3459
3460 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * proto-stream.el (open-protocol-stream): All starttls connections are
3463         handled by the network handler.
3464
3465 2010-11-30  Julien Danjou  <julien@danjou.info>
3466
3467         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3468         (nnimap-open-connection-1): Fix PREAUTH.
3469
3470         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3471
3472 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3475         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3476         (shr-insert): Use them.
3477         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3478
3479 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3480
3481         * nnir.el (nnir-request-move-article): Bail out if original group
3482         doesn't support article moves.
3483         (nnir-get-active): Improve active list retrieval.
3484
3485 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3488
3489 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3490
3491         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3492         seem to accept strings-with-numbers as port numbers,
3493
3494 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3495
3496         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3497         change the registry.
3498
3499 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3502         delete-dups that is not available in XEmacs 21.4.
3503
3504         * mm-util.el (mm-delete-duplicates): Add comment.
3505
3506 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3507
3508         * nnir.el (nnir-ignored-newsgroups): New variable.
3509         (nnir-get-active): Use it.
3510
3511 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * proto-stream.el (proto-stream-open-network): Add some comments.
3514
3515         * nntp.el (nntp-open-connection): Provide a :success condition.
3516
3517         * nnimap.el (nnimap-open-connection-1): Ditto.
3518
3519         * proto-stream.el (proto-stream-open-network): See what the response to
3520         the STARTTLS command is.
3521
3522         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3523         backwards compatibility).
3524         (nnimap-open-connection-1): Really respect nnimap-server-port.
3525
3526         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3527         TLS upgrades we don't really care about the identity of the peer.
3528         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3529         that what we've checked for.
3530         (proto-stream-always-use-starttls): Only default to t if
3531         open-gnutls-stream exists.
3532         (proto-stream-open-network): If STARTTLS failed, then just open a
3533         normal connection.
3534         (proto-stream-open-network): Wait until the greeting before doing
3535         STARTTLS.
3536
3537         * nntp.el (nntp-open-connection): Report what the connection error is.
3538
3539         * proto-stream.el (open-protocol-stream): Rename from
3540         open-proto-stream.
3541
3542 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * nnimap.el (nnimap-stream): Change default to `undecided'.
3545         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3546         first, and then network.
3547         (nnimap-open-connection-1): Respect nnimap-server-port.
3548         (nnimap-open-connection): Be more backwards-compatible.
3549
3550         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3551         (proto-stream-open-starttls): De-duplicate the starttls code.
3552         (proto-stream-open-starttls): Folded back into the main function.
3553         (proto-stream-open-network): Fix typo in the gnutls path.
3554         (proto-stream-command): Refactor out.
3555
3556         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3557
3558         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3559         starttls.el STARTTLS.
3560
3561         * color.el (color-lab->srgb): Fix function call name.
3562
3563         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3564         if we're using tls.el.
3565         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3566         built in, then don't try to establish a STARTTLS connection.
3567
3568         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3569         servers.
3570
3571         * proto-stream.el (open-proto-stream): Use network, not stream.
3572         (open-proto-stream): Add a way to specify what the end of a command is.
3573
3574         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3575         connections types.
3576         (nntp-open-network-stream): Remove.
3577         (nntp-open-ssl-stream): Remove.
3578         (nntp-open-tls-stream): Remove.
3579         (nntp-ssl-program): Remove.
3580
3581         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3582
3583 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3584
3585         * nnir.el: Fix typos.
3586         (nnir-retrieve-headers-override-function): Rename variable to reflect
3587         new semantics.
3588         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3589         macros.
3590         (nnir-request-article, nnir-request-move-article): Use them.
3591         (nnir-categorize): New function.
3592         (nnir-run-query): Use it.
3593         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3594         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3595         sorted.
3596         (nnir-group-full-name): Use gnus-group-full-name instead.
3597         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3598         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3599
3600 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3603
3604         * proto-stream.el: New library to provide protocol-specific
3605         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3606         protocols.
3607         (open-proto-stream): Complete the documentation.
3608         (proto-stream-open-network): Fix some typos.
3609
3610         * nnimap.el (nnimap-open-connection): Use it.
3611
3612 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3613
3614         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3615         negotiation.
3616
3617 2010-11-26  Julien Danjou  <julien@danjou.info>
3618
3619         * color.el: Rename various rgb functions to srgb.
3620
3621 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3624         names.
3625
3626 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * shr.el (shr-insert): Revert last change.
3629         (shr-find-fill-point): Never leave point being at bol;
3630         relax the kinsoku limitation when rendering tables.
3631
3632 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3635         results from -accept-article.
3636
3637         * shr-color.el: Require cl when compiling.
3638
3639         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3640         checkin.
3641
3642         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3643
3644         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3645
3646         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3647         'add and 'delete to set backend marks.
3648
3649         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3650
3651         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3652
3653         * nntp.el (nntp-request-set-mark): Use it.
3654
3655         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3656
3657         * nnml.el (nnml-request-set-mark): Ditto.
3658
3659         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3660         introduces regressions in article selection.
3661         (nnimap-find-uid-response): New function.
3662         (nnimap-request-accept-article): Use the UID returned, if any.
3663         (nnimap-request-move-article): Use the UID returned, if any.
3664         (nnimap-get-groups): Reimplement to work with folded lines.
3665         (nnimap-find-uid-response): The UID is the last element in the list.
3666         (nnimap-request-set-mark): Extend syntax with 'set.
3667
3668         * nnml.el (nnml-request-set-mark): Ditto.
3669
3670         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3671
3672         * nntp.el (nntp-request-set-mark): Ditto.
3673
3674 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * message.el (message-called-interactively-p): A temporary macro.
3677         (message-goto-body): Use it temporarily.
3678
3679 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3682         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3683         (nnimap-last-response-string): Fix last unfolding fix.
3684
3685 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * shr.el (shr-insert): Fix the way to fold lines.
3688
3689 2010-11-25  Julien Danjou  <julien@danjou.info>
3690
3691         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3692
3693         * color.el: Rename from color-lab.el
3694         (color-rgb->hex): Add.
3695         (color-complement): Add.
3696         (color-complement-hex): Add.
3697
3698         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3699
3700 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3703         don't exist.
3704
3705 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3708         assuming that article displaying or another mml-preview may be
3709         interrupted for an error or for the like.
3710
3711         * shr.el (shr-get-background): Fix argument name.
3712
3713 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3716
3717         * gnus-sum.el (gnus-summary-include-articles): New function.
3718
3719         * message.el (message-goto-body): called-interactively-p needs a
3720         parameter, so use `any'.
3721
3722         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3723         clear marks before moving, since they're synced from the Gnus side
3724         first.
3725
3726         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3727         (gnus-summary-move-article): Copy over all marks before moving, so that
3728         IMAP doesn't think a new article has arrived.
3729
3730 2010-11-24  Julien Danjou  <julien@danjou.info>
3731
3732         * shr.el (shr-insert-background-overlay): Fix typo.
3733         (shr-render-td): Copy the background before rendering.
3734
3735         * shr-color.el (shr-color-visible): Fix docstring.
3736
3737         * shr.el (shr-tag-table): Add bgcolor support.
3738         (shr-render-td): Add bgcolor support.
3739         (shr-get-background): Add.
3740         (shr-insert-foreground-overlay): Use shr-get-background.
3741
3742         * message.el (message-goto-body): Use called-interactively-p.
3743         (message-in-body-p): message-goto-body returns point.
3744
3745 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3748         Fixes something or other in Emacs 23, and is backwards compatible.
3749
3750         * message.el (message-goto-body): Remove the <#secure special-casing,
3751         which is too special.
3752
3753         * shr.el (shr-parse-style): Drop !important from styles.
3754
3755 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3756
3757         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3758         this function to return incorrect results when calling it with an
3759         explicit article argument different from
3760         (gnus-summary-article-number).
3761
3762 2010-11-24  Julien Danjou  <julien@danjou.info>
3763
3764         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3765         (shr-tag-body): Add background support.
3766         (shr-descend): Add background support.
3767         (shr-tag-title): Add.
3768
3769         * shr-color.el (shr-color-visible): Really return original background
3770         if fixed.
3771
3772 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * shr.el (shr-color-check): Protect against non-existent colour names.
3775
3776 2010-11-24  Julien Danjou  <julien@danjou.info>
3777
3778         * color-lab.el: Require 'cl when compiling.
3779
3780         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3781
3782         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3783         matched part.
3784
3785         * color-lab.el: Fix all expt calls to use float type.
3786
3787 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3790         expression to shr-color-check as is.
3791
3792         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3793
3794         * color-lab.el: Add coding cookie.
3795         (float-pi): Use eval-and-compile.
3796
3797         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3798         compiled for Emacsen having no `libxml-parse-html-region' support.
3799
3800 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * shr.el (shr-insert-color-overlay): Split stuff like
3803         "#444444 !important" to find the real colour.
3804         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3805         parse <font color="red"> entries.
3806
3807 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3808
3809         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3810         point when parsing headers.
3811
3812         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3813         is positioned properly when parsing headers.
3814
3815 2010-11-23  Julien Danjou  <julien@danjou.info>
3816
3817         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3818
3819         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3820
3821         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3822
3823         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3824         Use shr-color-hue-to-rgb.
3825         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3826
3827 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * shr.el (shr-color->hexadecimal): Autoload.
3830         (shr-descend): Add color to all tags.
3831
3832 2010-11-22  Julien Danjou  <julien@danjou.info>
3833
3834         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3835         shr-color->hexadecimal.
3836
3837         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3838         RGB() or HSL() color representation.
3839
3840         * shr.el (shr-tag-font): Add.
3841         (shr-tag-color-check): New function to get better colors.
3842         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3843         tag-span.
3844
3845         * shr-color.el: New file.
3846
3847         * color-lab.el: New file.
3848
3849         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3850
3851 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3852
3853         * nnir.el: Fix typo in comments.
3854         (nnir-run-imap): Simplify code. No need to reverse artlist.
3855         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3856
3857 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3860
3861         * nnimap.el (nnimap-get-capabilities): Refactor out.
3862         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3863
3864 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3865
3866         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3867         appearing when `mm-uu-hide-markers' is nil.
3868
3869 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * nnimap.el (nnimap-unselect-group): Make into its own function.
3872         (nnimap-request-rename-group): Unselect group before renaming.
3873         This had gotten lost somewhere.
3874         (nnimap-request-accept-article): Keep track of examined groups, and
3875         unselect the group before APPENDing to read-only groups.
3876         (nnimap-request-move-article): Clear flags before moving so that they
3877         can be re-set later.
3878
3879 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3882         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3883
3884 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-art.el (gnus-mime-display-single)
3887         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3888         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3889         parameter.
3890
3891 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3892
3893         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3894         (shr-table-vertical-line): New variable.
3895         (shr-insert-table): Use it.
3896
3897 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-html.el (gnus-html-wash-images): Don't display images if
3900         gnus-inhibit-images is non-nil; register displayer for cid images.
3901         (gnus-html-display-image): Work for cid image.
3902         (gnus-html-insert-image): Allow arguments.
3903         (gnus-html-put-image): Inhibit read-only.
3904         (gnus-html-prefetch-images): Don't prefetch images if
3905         gnus-inhibit-images is non-nil.
3906
3907 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * shr.el (shr-put-image): Break lines when inserting big pictures.
3910
3911 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3912
3913         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3914         sender, thanks Katsumi Yamaoka.
3915
3916 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3917
3918         * nnir.el (nnir-run-imap): Reverse the article list for each group
3919         rather than the whole list.
3920
3921 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * shr.el (shr-image-displayer): Protect function against non-existent
3924         image source.
3925
3926         * gnus-art.el (gnus-inhibit-images): New user option.
3927         (gnus-mime-display-single): Don't display image if it is non-nil.
3928
3929         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3930         gnus-inhibit-images.
3931
3932         * shr.el (shr-image-displayer): New function.
3933         (shr-tag-img): Use it.
3934
3935 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3936
3937         * mml2015.el (mml2015-epg-sign): Use From header.
3938
3939 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3942
3943         * gnus-util.el (gnus-find-text-property-region): Return markers.
3944
3945         * shr.el (shr-tag-img): Put a displayer in the text property.
3946
3947         * gnus-util.el (gnus-find-text-property-region): New utility function.
3948
3949         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3950         (gnus-html-show-images): Remove.
3951
3952         * gnus-art.el (gnus-article-show-images): New, more general function.
3953
3954         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3955         image url text properties.
3956
3957         * shr.el: Ditto.
3958
3959         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3960         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3961
3962 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3965         work for two or more articles.
3966
3967 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3970         divide an image that's in an html article to two or more when washing
3971         non-ASCII characters in alt text of it.
3972
3973 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3976         smime-decrypt-region using function argument.
3977         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3978
3979         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3980
3981         * smime.el (smime-decrypt-region): Catch it.
3982
3983 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3984
3985         * smime.el (smime-mode-map): Move initialization into declaration.
3986         (gnus-run-mode-hooks): Don't autoload.
3987         (smime-mode): Use define-derived-mode.
3988
3989 2010-11-11  Glenn Morris  <rgm@gnu.org>
3990
3991         * smime.el (from): Restrict declaration to XEmacs.
3992
3993         * nnir.el (gnus-group-topic-name): Autoload.
3994
3995 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * shr.el (shr-insert): Don't break long line if it is because of
3998         kinsoku-bol characters in the line end.
3999
4000 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4001
4002         * nnir.el (nnir-request-move-article): Fix to provide original group
4003         and subject.
4004         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4005         been retrieved.
4006
4007         * gnus-sum.el (gnus-summary-move-article): Use original group and
4008         subject for virtual articles such as those in an nnir summary buffer.
4009
4010 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4013         least 21.5).
4014
4015         * smime.el (from): Declare it again for XEmacs.
4016
4017 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * message.el (message-resend): Don't disable encoding unless it's
4020         already encoded.
4021
4022         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4023         low-numbered articles.
4024
4025 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * rfc2047.el (rfc2047-syntax-table): Simplify.
4028
4029         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4030
4031         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4032         set-char-table-range for XEmacs.
4033
4034 2010-11-10  Glenn Morris  <rgm@gnu.org>
4035
4036         * time-date.el (time-to-seconds): Always an alias on Emacs,
4037         never a real function.
4038         (with-no-warnings): Remove compat stub, now unused.
4039         (time-less-p): Doc fix.
4040         (time-to-number-of-days): Simplify.
4041
4042         * smime.el (from): Remove unused declaration.
4043
4044         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4045         (gnus-float-time): On Emacs, always an alias.
4046
4047         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4048         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4049
4050 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * dgnushack.el: Don't use ignore-errors in the top level form since it
4053         is unavailable in XEmacs even if cl is loaded.
4054
4055         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4056
4057 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * shr.el (browse-url-mailto): Autoload.
4060
4061         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4062
4063         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4064         regexp doesn't need quoting.
4065
4066 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4067
4068         * message.el (message-subject-trailing-was-ask-regexp)
4069         (message-subject-trailing-was-regexp): Match was: in addition to was.
4070
4071 2010-11-09  Glenn Morris  <rgm@gnu.org>
4072
4073         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4074         (nnbabyl-check-mbox): Use point-at-bol.
4075
4076 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4079
4080         * message.el (message-mailto): New function.
4081         (message-mailto): Should accept other parameters.
4082         (message-mailto): Remove since it duplicates browse-url-mailto
4083         functionality.
4084
4085 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4088         methods.
4089         (gnus-read-active-file): Ditto.
4090
4091         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4092         ": " from the prompt.
4093         (gnus-group-make-group): Ditto.
4094
4095 2010-11-07  Glenn Morris  <rgm@gnu.org>
4096
4097         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4098         (gnus-bookmark-kill-line): Use point-at-eol.
4099
4100 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4103         asterisks in From header.
4104
4105 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4108         string to avoid making the From headers syntactically invalid.
4109
4110         * message.el (message-send-mail): Don't insert courtesy messages if the
4111         message already has List-Post and List-ID messages.
4112
4113 2010-11-06  Glenn Morris  <rgm@gnu.org>
4114
4115         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4116         `condition', `type', `length' a prefix.
4117         (gnus-treat-predicate): Update for above name changes.
4118
4119 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4120
4121         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4122         binding.  Handled by `gnus-summary-refer-thread' instead.
4123         (nnir-warp-to-article): New backend function.
4124
4125         * nnimap.el (nnimap-request-thread): Force dependency updating.
4126
4127         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4128         (gnus-summary-refer-thread): Rework to improve thread-referral.
4129
4130         * gnus-int.el (gnus-warp-to-article): New function.
4131
4132         * gnus-sum.el (gnus-summary-article-map): Bind it.
4133
4134 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4135
4136         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4137         gnus-summary-refer-thread.
4138
4139         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4140         headers.
4141         (gnus-summary-limit-include-thread): Prevent articles in thread from
4142         being cut in gnus-cut-threads.
4143         (gnus-summary-refer-thread): Limit retrieved headers to those in
4144         thread.
4145
4146 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * message.el (message-send-mail): Use the value of
4149         message-courtesy-message from the message buffer.
4150
4151         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4152
4153         * shr.el (shr-browse-url): Implement mailto: URLs.
4154
4155         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4156         "raw".
4157
4158         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4159         if it's already selected.
4160
4161         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4162
4163 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4166         to measure the length and truncate alt text.
4167
4168 2010-11-03  Glenn Morris  <rgm@gnu.org>
4169
4170         * nndiary.el (nndiary-generate-nov-databases-1)
4171         (nndiary-generate-active-info): Rename dynamic variable `files' to
4172         something less generic.
4173
4174 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4175
4176         * nnir.el (nnir-request-move-article): Call the underlying backend to
4177         move articles from nnir.
4178
4179 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4182
4183 2010-11-02  Julien Danjou  <julien@danjou.info>
4184
4185         * nnir.el: Remove wais support.
4186
4187 2010-11-02  Glenn Morris  <rgm@gnu.org>
4188
4189         * gnus-html.el: Reorder requirements to quieten compiler.
4190
4191 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4194         properly for XEmacs as well.
4195         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4196         (gnus-article-natural-long-line-p): Use window-width rather than
4197         frame-width.
4198
4199 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4200
4201         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4202         (nnir-read-parms): Don't modify query.
4203         (nnir-run-query): Add ability to search topic on current line.
4204         (nnir-get-active): Clean up.
4205
4206 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4209         degenerate articles.
4210
4211         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4212         (gnus-print-buffer): Just print the buffer as is, without any copying
4213         to a buffer and then re-highlighting.
4214
4215         * nnimap.el (nnimap-request-group): Store the new updated info.
4216         (nnimap-request-group): Select the group when we don't know whether it
4217         exists or not.
4218
4219         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4220         groups.
4221
4222         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4223         groups.
4224
4225         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4226         groups.
4227
4228         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4229         long-lines case by only filling the long lines.
4230
4231         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4232         (bug #7311).
4233
4234 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * shr.el: No need to declare `declare-function' since shr.el is for
4237         only Emacsen that provide `libxml-parse-html-region'.
4238
4239         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4240         effective only in a file it is referred to.
4241
4242 2010-11-01  Glenn Morris  <rgm@gnu.org>
4243
4244         * mm-util.el (gnus-completing-read): Autoload.
4245         (mm-read-coding-system): Simplify Emacs definition.
4246
4247         * nnmail.el (gnus-activate-group):
4248         * nnimap.el (gnutls-negotiate):
4249         * nntp.el (netrc-parse): Fix declarations.
4250
4251 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4254         string-match-p in Emacs >=23.
4255
4256         * gnus-msg.el (gnus-configure-posting-styles)
4257         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4258
4259 2010-11-01  Glenn Morris  <rgm@gnu.org>
4260
4261         * nnir.el (declare-function): Add compat stub.
4262         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4263         (nnir-run-gmane): Require 'mm-url.
4264
4265         * mm-util.el (mm-string-to-multibyte): Simplify.
4266
4267         * shr.el (declare-function): Add compat stub.
4268         (url-cache-create-filename): Declare.
4269         (mm-disable-multibyte, widget-convert-button): Autoload.
4270
4271         * smime.el (ldap-search): Declare.
4272         (smime-cert-by-ldap-1): Require ldap on Emacs.
4273
4274         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4275         (nnimap-keepalive): Use gnus-float-time.
4276
4277         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4278         (mail-source-delete-crash-box): Use gnus-float-time.
4279
4280         * gnus-dired.el (gnus-completing-read): Autoload.
4281
4282         * mm-view.el (gnus-rescale-image): Autoload.
4283
4284         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4285
4286         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4287
4288         * sieve-manage.el: Require 'cl when compiling.
4289
4290         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4291         (gnus-iswitchb-completing-read): Require iswitchb.
4292         (gnus-select-frame-set-input-focus): Silence compiler.
4293
4294 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295
4296         * message.el (message-subject-trailing-was-query): Change default to t,
4297         since I think that's what most people want.
4298
4299         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4300         appending for easier debugging.
4301         (nnimap-wait-for-connection): Take a regexp.
4302         (nnimap-request-accept-article): Wait for the continuation line before
4303         sending anything unless we're streaming.
4304
4305         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4306         leave the header washing to take place.
4307
4308 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4309
4310         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4311         regular expression match and replace in posting styles.
4312
4313 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4314
4315         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4316         an entire server.
4317         (nnir-get-active): New function.
4318         (nnir-run-imap): Use it.
4319         (nnir-run-gmane): Who knew, gmane search returns an article score!
4320
4321         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4322         server on the current line with nnir.
4323
4324 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4327         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4328         left edge.
4329         (gnus-article-foldable-buffer): Skip past the prefix when determining
4330         raggedness.
4331
4332         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4333         the raw article, and change `C-u g' to show the article without doing
4334         treatments.
4335
4336         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4337         on to `gnus-treat-article'.
4338         (gnus-inhibit-article-treatments): New variable.
4339
4340         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4341
4342         * gnus-art.el (gnus-treatment-function-alist): Have
4343         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4344         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4345         sections.
4346
4347         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4348         parameter.
4349         (gnus-article-fill-cited-long-lines): New function.
4350         (gnus-article-fill-cited-article): Allow filling only long sections.
4351
4352         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4353         and non-punctuation (like after the apostrophe in "'We").
4354
4355         * gnus-sum.el (gnus-summary-select-article): Make sure
4356         gnus-original-article-buffer is alive.
4357
4358         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4359         reflect the order they're in in the digest.
4360
4361         * gnus.el (gnus-group-startup-message): Move point to the start of the
4362         buffer.
4363
4364         * nnimap.el (nnimap-capability): New function.
4365         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4366         is set.
4367
4368 2010-10-31  David Engster  <dengste@eml.cc>
4369
4370         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4371         conform with changes to gnus-completing-read.
4372
4373 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4376
4377 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4378
4379         * nnir.el: Move defvar, defcustom around to keep file organized
4380         and keep byte-compiler quiet.
4381         (nnir-read-parms): Accept search-engine as arg.
4382         (nnir-run-query): Pass search-engine as arg.
4383         (nnir-search-engine): Remove.
4384
4385 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * shr.el (shr-generic): The text nodes should be text, not :text.
4388
4389         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4390         later in the file.
4391
4392 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4393
4394         * nnir.el: General clean up.  Allow searching with multiple engines.
4395         Allow separate extra-parameters for each engine.
4396         Batch queries when possible.
4397         (nnir-imap-default-search-key,nnir-method-default-engines):
4398         Add customize interface.
4399         (nnir-run-gmane): New engine.
4400         (nnir-engines): Use it.  Qualify all prompts with engine name.
4401         (nnir-search-engine): Remove global variable.
4402         (nnir-run-hyrex): Restore for now.
4403         (nnir-extra-parms,nnir-search-history): New variables.
4404         (gnus-group-make-nnir-group): Use them.
4405         (nnir-group-server): Remove in favor of gnus-group-server.
4406         (nnir-request-group): Avoid searching twice.
4407         (nnir-sort-groups-by-server): New function.
4408
4409 2010-10-30  Julien Danjou  <julien@danjou.info>
4410
4411         * gnus-group.el: Remove gnus-group-fetch-control.
4412
4413         * gnus-start.el (gnus-find-new-newsgroups):
4414         Remove gnus-check-first-time-used.
4415
4416         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4417
4418 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4419
4420         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4421         set on groups that don't have \* permanentflags.
4422
4423 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4426         control the background color.
4427         (shr-tag-img): Ignore very small web bug type images.
4428         (shr-put-image): Add help-echo alt texts to the images.
4429         (shr-tag-video): Show the video poster image.
4430
4431 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * shr.el (shr-table-depth): New variable.
4434         (shr-tag-table-1): Only insert the images after the top-level table.
4435
4436         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4437
4438         * gnus-util.el (gnus-list-memq-of-list): New function.
4439
4440         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4441         selected.
4442         (nnimap-unsplittable-articles): New slot.
4443         (nnimap-new-articles): Use it.
4444
4445 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4446
4447         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4448         move to the previous line on `M-g'.
4449
4450 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4453         *-request-group, which seems unnecessary.
4454
4455         * nnimap.el (nnimap-quote-specials): Function copied over from
4456         imap.el.
4457         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4458         they support that.  Suggested by Tom Regner.
4459
4460 2010-10-29  Julien Danjou  <julien@danjou.info>
4461
4462         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4463         defalias.
4464         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4465
4466         * gnus.el: Remove `gnus-nntp-service' variable.
4467         (gnus-secondary-servers): Make obsolete.
4468         (gnus-nntp-server): Make obsolete.
4469
4470         * gnus-start.el (gnus-1): Remove x-splash calls.
4471
4472         * gnus-ems.el (gnus-x-splash): Remove.
4473
4474         * gnus.el (gnus-group-startup-message): Simplify/update code.
4475
4476         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4477         definition.
4478
4479         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4480         capability before doing anything.
4481         (gnus-group-insert-group-line): Remove useless
4482         gnus-group-remove-excess-properties.
4483
4484 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4487
4488 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4491         config after reselecting.
4492
4493 2010-10-28  Julien Danjou  <julien@danjou.info>
4494
4495         * shr.el (shr-put-image): Use point even if only inserting text.
4496         (shr-put-image): Save excursion when inserting alt text on non-graphic
4497         display, so the behaviour is the same when we are on a graphic display.
4498
4499         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4500
4501 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4504         (gnus-mime-copy-part): Check coding system, not charset.
4505         (gnus-mime-view-part-externally): Never remove part.
4506         (gnus-mime-view-part-internally): Don't remove part here.
4507         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4508         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4509         multipart/alternative.
4510
4511         * mm-decode.el (mm-display-part): Take optional arg `force'.
4512
4513 2010-10-26  Julien Danjou  <julien@danjou.info>
4514
4515         * gnus-group.el (gnus-group-default-list-level): Add this function to
4516         compute the default list level.
4517         (gnus-group-default-list-level): Add possibility to use a function.
4518
4519 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4522
4523         * gnus-group.el (gnus-group-completing-read)
4524         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4525         gnus-replace-in-string.
4526
4527 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * shr.el (shr-tag-div): Add.
4530
4531         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4532
4533 2010-10-25  Julien Danjou  <julien@danjou.info>
4534
4535         * gnus-util.el: Remove `gnus-with-local-quit'.
4536
4537         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4538
4539 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4542         the original article buffer.
4543
4544 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * nnimap.el (nnimap-request-head): New function.
4547         (nnimap-request-move-article): Try to be slighly faster by not
4548         requesting the entire message when moving.
4549         (nnimap-transform-headers): Don't bug out on bodiless articles.
4550         (nnimap-send-command): Have no outstanding messages if the IMAP server
4551         doesn't support streaming.
4552         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4553
4554 2010-10-24  Julien Danjou  <julien@danjou.info>
4555
4556         * message.el (message-default-headers): Fix type.
4557
4558 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559
4560         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4561         prefetching images.
4562
4563         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4564         backend for unknown groups.  This is mainly useful for nnimap groups.
4565
4566         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4567         group isn't covered by the agent.
4568
4569 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4570
4571         * nnir.el (nnir-method-default-engines): New variable.
4572         (nnir-run-query): Use it.
4573         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4574         (gnus-summary-nnir-goto-thread): Change group if needed.
4575
4576         * gnus-group.el (gnus-group-group-map): Add key binding for
4577         gnus-group-make-nnir-group.
4578
4579 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * shr.el (shr-tag-object): Add.
4582
4583         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4584         original article buffer live.
4585         (gnus-summary-select-article-buffer):
4586         Mention gnus-widen-article-buffer.
4587
4588 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * shr.el (shr-tag-strong): Add.
4591
4592 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4595         group names.  They mess up the group buffer badly.
4596
4597         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4598
4599         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4600         instead of the summary one.
4601
4602 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * mml.el (mml-preview): Work properly when editing article.
4605
4606         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4607         gnus-have-read-active-file if it's already been in.
4608
4609 2010-10-22  Tom Tromey  <tromey@redhat.com>
4610
4611         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4612         gnus-group-completing-read.
4613
4614 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * message.el (message-mode-map): Don't bind M-; to comment region, to
4617         allow the global comment-dwim to work.
4618
4619 2010-10-21  Julien Danjou  <julien@danjou.info>
4620
4621         * message.el (message-setup-1): Allow message-default-headers to be a
4622         function.
4623
4624 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * shr.el (shr-tag-table): Simplify.
4627
4628 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4631         to avoid trying to snarf invalid stuff.
4632
4633         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4634
4635         * gnus.el (gnus-message-archive-group): Quote value.
4636         (gnus-message-archive-group): Mark as changed.
4637
4638         * shr.el (shr-add-font): Don't put the font properties on the newline
4639         or the indentation.
4640
4641         * message.el (message-fix-before-sending): Change options when sending
4642         non-printable characters.
4643
4644         * gnus.el (gnus-message-archive-method): Change the default to
4645         monthly outgoing groups.
4646
4647         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4648         that have gotten new numbers.
4649
4650         * nnimap.el (nnimap-request-replace-article): New function.
4651
4652 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4655         (nnrss-request-article): Don't use special html washing code.
4656
4657 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * shr.el (shr-tag-table): Remove useless nconc.
4660
4661 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * gnus-art.el (article-wash-html): Simplify and remove the charset
4664         stuff.  Use the normal html rendering code instead of the special html
4665         washing code.
4666
4667         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4668         `gnus-w3m' symbols.
4669         (mm-text-html-washer-alist): Remove.
4670
4671         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4672         (mm-inline-media-tests): Remove use.
4673         (mm-text-html-renderer): Change default to the `shr' symbol.
4674
4675         * mm-view.el (mm-inline-text-html): Remove use.
4676
4677         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4678         `gnus-blocked-images' to be a function.
4679         (gnus-article-wash-function): Remove.
4680
4681 2010-10-20  Julien Danjou  <julien@danjou.info>
4682
4683         * spam.el (spam-list-of-processors): Mark as obsolete.
4684
4685         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4686         (nnimap-insert-partial-structure): Fix boundary detection.
4687
4688 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4689
4690         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4691         run file-truename on remote files.  This can be expensive and even
4692         prevent one from editing drafts if some unrelated buffer has a stale
4693         connection.
4694
4695 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4698         kinsoku-eol regardless of shr-kinsoku-shorten.
4699         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4700         (shr-tag-table): Support caption, thead, and tfoot.
4701
4702 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4705         lines.
4706         (shr-save-contents): New command and keystroke.
4707
4708         * nndoc.el (nndoc-type-alist): Add git support.
4709         (nndoc-git-type-p): New function.
4710         (nndoc-transform-git-article): Ditto.
4711         (nndoc-transform-git-headers): Ditto.
4712         (nndoc-transform-git-headers): Generate Subject headers.
4713
4714         * shr.el (shr-parse-style): New function.
4715         (shr-tag-span): Ditto.
4716
4717         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4718         to `G G' to avoid collisions.
4719
4720 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * shr.el: Load kinsoku if necessary.
4723         (shr-kinsoku-shorten): New internal variable.
4724         (shr-find-fill-point): Make kinsoku shorten text line if
4725         shr-kinsoku-shorten is bound to non-nil.
4726         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4727         shr-indentation too when testing if table is wider than frame width.
4728         (shr-insert-table): Use `string-width' instead of `length' to measure
4729         text width.
4730         (shr-insert-table-ruler): Make sure indentation is done at bol.
4731
4732 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4733
4734         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4735         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4736         undecoded network data.
4737
4738 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4741         name in the mode line spec so that the mode line menu works
4742         (bug #2431).
4743
4744         * message.el (message-get-reply-headers): If we're fed `to-address',
4745         then always use that.
4746
4747         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4748         aren't so wide as to need to switch off the edit menu.
4749
4750         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4751         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4752
4753         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4754         `M-g'.
4755         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4756         the permanent marks.
4757
4758 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4759
4760         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4761         Splitting according to references/in-reply-to obeys the ignore-groups
4762         variable, while splitting by sender and subject do not.
4763
4764 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4767         alist, so that we can look for non-Unicode chars.
4768         (article-translate-strings): Allow both character and string maps.
4769
4770 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * shr.el (shr-insert): Don't insert space behind a wide character
4773         categorized as kinsoku-bol, or between characters both categorized as
4774         nospace.
4775
4776 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4777
4778         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4779         headers to gnus-newsgroup-headers.
4780
4781 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * shr.el (shr-tag-img): Don't align images -- since we're not
4784         rescaling, this often leads to ugly displays.
4785
4786 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4787
4788         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4789         duplicates.
4790
4791 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4792
4793         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4794         call.
4795
4796 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus.el: Autoload gnus-html-show-images.
4799
4800         * nnimap.el: Use nnheader-message throughout.
4801
4802         * shr.el (shr-tag-img): Ignore images with no data.
4803
4804 2010-10-15  Julien Danjou  <julien@danjou.info>
4805
4806         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4807         a possibility to disable format=flow encoding when using hard newlines.
4808
4809 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * shr.el (shr-insert): Remove space inserted before or after a
4812         breakable character or at the beginning or the end of a line.
4813         (shr-find-fill-point): Do kinsoku; find the second best point or give
4814         it up if there's no breakable point.
4815
4816 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * nnimap.el (nnimap-open-connection): Message when opening connection
4819         for debugging purposes.
4820
4821         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4822         on every setup buffer call to allow this to change from article to
4823         article.
4824
4825         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4826         buffers where we have a wide table.
4827
4828 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4829
4830         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4831         uses *-request-thread.
4832
4833 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4836         incantation, which is no longer valid.
4837
4838 2010-10-14  Julien Danjou  <julien@danjou.info>
4839
4840         * shr.el: Fix defcustom type (char -> character).
4841
4842 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4845         programs.
4846
4847 2010-10-14  Julien Danjou  <julien@danjou.info>
4848
4849         * shr.el (shr-tag-a): Use url-link as widget type.
4850
4851         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4852         `gnus-group-get-icon'.
4853
4854 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4857         This should make server editing work better.
4858
4859         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4860
4861         * tls.el (tls-program): Remove spurious %s from openssl.
4862
4863         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4864         (nnimap-parse-flags): Fix regexp.
4865
4866         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4867         probably work for CJVK text, too.
4868
4869         * nnimap.el (nnimap-extend-tls-programs): Remove.
4870         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4871
4872         * tls.el (tls-starttls-switches): Remove starttls hack.
4873         (open-tls-stream): Ditto.
4874         (tls-find-starttls-argument): Ditto.
4875
4876 2010-10-13  Julien Danjou  <julien@danjou.info>
4877
4878         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4879         responses.
4880
4881 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4884
4885         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4886         anything in Emacs.
4887
4888         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4889
4890 2010-10-13  Julien Danjou  <julien@danjou.info>
4891
4892         * shr.el (shr-width): Make shr-width a defcustom with default to
4893         fill-column.
4894         (shr-tag-img): Use shr-width rather than fill-column.
4895
4896 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * dgnushack.el (byte-optimize-apply)
4899         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4900
4901         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4902         position when (X-)Faces exist.
4903         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4904         avatars when called interactively.
4905
4906 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4909         gnus-article-x-face-too-ugly is bound.
4910
4911 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4914
4915         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4916         mailbox that doesn't exist.
4917
4918 2010-10-12  Julien Danjou  <julien@danjou.info>
4919
4920         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4921         (shr-get-image-data): Encode URL properly when fetching from cache.
4922         (shr-tag-img): Use aligned-to spaces to align correctly images.
4923
4924         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4925         before inserting the Gravatar.
4926
4927         * shr.el (shr-tag-img): Add align attribute support for <img>.
4928
4929 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * gnus-gravatar.el (gnus-art): Require.
4932
4933         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4934         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4935         Remove long obsoleted functions.
4936
4937 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4940
4941         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4942
4943         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4944         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4945         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4946         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4947         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4948         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4949         * sieve-manage.el, smime.el, spam.el:
4950         Fix comment for declare-function.
4951
4952 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * nnimap.el (nnimap-request-rename-group): Select group read-only
4955         before renaming it.
4956
4957         * shr.el (shr-insert): Fix up the white space only regexp.
4958
4959         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4960         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4961
4962         * shr.el (shr-current-column): New function.
4963         (shr-find-fill-point): New function.
4964
4965 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4966
4967         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4968         numbers.
4969
4970 2010-10-11  Julien Danjou  <julien@danjou.info>
4971
4972         * shr.el (shr-hr-line): Add.
4973         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4974         display hr lines.
4975         (shr-max-columns): Do not change state to nil if we just inserting
4976         spaces.
4977
4978 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4981         select the last group.
4982
4983 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4984
4985         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4986
4987 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4988
4989         * dig.el (dig-mode-map): Declare and define in one step.
4990
4991 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4994         for Gnus.
4995         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4996         (nnimap-update-qresync-info): Mark \Seen articles as read.
4997
4998         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4999         non-variable, too.
5000
5001         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5002         available.
5003         (nnimap-update-info): Rely more on the current active than the param
5004         active to avoid marking articles as read too much.
5005
5006         * auth-source.el (auth-source-create): Use (user-login-name) for the
5007         user name default.
5008
5009         * nnimap.el (nnimap-update-info): If the server doesn't return any
5010         useful info, just use the previous info.
5011         (nnimap-update-info): Prefer old info over start-article.
5012         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5013
5014 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5015
5016         * nnir.el (autoload): Clean up autoloads.
5017         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5018         Use key rather than value.
5019         (nnir-imap-search-other): New variable.
5020         (nnir-read-parm): Use it.
5021         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5022         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5023
5024 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5027         the process, too.
5028
5029 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * spam.el (gnus-summary-mode-map): Bind to "$".
5032         Suggested by Russ Allbery.
5033
5034         * shr.el: Rework the way things are indented by <li> slightly.
5035
5036         * gnus.el (gnus-group-set-parameter): Fix typo.
5037
5038         * nnimap.el: Start implementing QRESYNC support.
5039
5040 2010-10-09  Julien Danjou  <julien@danjou.info>
5041
5042         * nnir.el (nnir-engines): Fix too many arguments.
5043
5044 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5047         group is the "last", so that the backends like nnfolder actually save
5048         their folders.
5049
5050         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5051         try to use that for the tls stream.
5052         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5053         UIDVALIDITY and find out which groups are read-only and not.
5054         (nnimap-get-flags): Use the same marks parsing code as the rest of
5055         nnimap.
5056
5057 2010-10-09  Julien Danjou  <julien@danjou.info>
5058
5059         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5060
5061         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5062         retrieving gravatars.
5063
5064         * shr.el (shr-table-corner): Add.
5065         (shr-table-line): Add.
5066         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5067
5068 2010-10-08  Julien Danjou  <julien@danjou.info>
5069
5070         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5071
5072 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5075
5076         * gnus-sum.el (gnus-mark-article-as-unread)
5077         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5078         (gnus-summary-set-bookmark): Use it.
5079
5080         * gnus-msg.el (gnus-setup-message): Use it.
5081
5082         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5083
5084         * gnus.el (gnus-group-remove-parameter): Use it.
5085
5086         * gnus-group.el (gnus-group-make-web-group): Use it.
5087
5088         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5089
5090         * nnregistry.el: Update docs to mention manual.
5091
5092         * gnus-registry.el: Update docs to mention nnregistry.el.
5093         (gnus-registry-initialize): Don't install nnregistry refer method
5094         automatically.
5095         (gnus-registry-install-nnregistry): Remove it.
5096
5097 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * shr.el (shr-insert): Don't insert double spaces.
5100
5101 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * gnus-gravatar.el (gnus-treat-from-gravatar)
5104         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5105         called interactively.
5106
5107         * gnus-art.el (gnus-mime-view-part-externally)
5108         (gnus-mime-view-part-internally): Make predicate function passed to
5109         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5110         of a mime type.
5111
5112         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5113
5114 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115
5116         * shr.el (require): Require cl when compiling.
5117         (shr-tag-hr): New function.
5118
5119         * nnimap.el (nnimap-update-info): Remove double setting of high.
5120         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5121         This makes nnimap work properly on Courier again.
5122
5123         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5124         the variable for backwards compatibility.
5125
5126         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5127         the file name before using to avoid setting mm-default-directory to
5128         nil.
5129
5130         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5131         bidning gnus-agent variables.
5132
5133         * shr.el (shr-render-td): Use a cache for the table rendering function
5134         to avoid getting an exponential rendering behaviour in nested tables.
5135         (shr-insert): Rework the line-breaking algorithm.
5136         (shr-insert): Don't leave trailing spaces.
5137         (shr-insert-table): Also insert empty TDs.
5138         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5139
5140 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5141
5142         * gnus-sum.el (gnus-number): Rename from `number'.
5143         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5144         (gnus-summary-limit-children): Update uses correspondingly.
5145
5146 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5149         (gnus-gravatar-transform-address): Don't show avatars of people of
5150         which mail addresses match gnus-gravatar-too-ugly.
5151
5152 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * shr.el (shr-table-widths): Expand TD elements to fill available
5155         space.
5156
5157 2010-10-07  Julien Danjou  <julien@danjou.info>
5158
5159         * nnimap.el (nnimap-request-rename-group): Add this method.
5160
5161 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5164         name from XEmacs' function-arglist.
5165
5166         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5167         gravatar under XEmacs.
5168
5169 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5170
5171         * auth-source.el: Update docs with TODO items.
5172
5173         * gnus-sync.el: Update docs to explain state and plans.
5174
5175         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5176         Hooks for mark updates.
5177         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5178
5179         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5180         hooks with arguments, which is needed for mark update hooks.
5181
5182 2010-10-06  Julien Danjou  <julien@danjou.info>
5183
5184         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5185         was matched.
5186
5187         * sieve-manage.el: Update example in `Commentary'.
5188
5189         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5190
5191         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5192         not 2000.
5193         (sieve-manage-authenticate): Re-add function.
5194
5195 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * shr.el (shr-insert): Get 'space transition right.
5198         (shr-render-td): Only delete space at the end of the TD.
5199
5200         * nnimap.el (nnimap-open-connection): Prepare to support
5201         open-gnutls-stream.
5202
5203         * shr.el: Rearrange function order to be more logical.
5204
5205 2010-10-06  Julien Danjou  <julien@danjou.info>
5206
5207         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5208         (nnrss-discover-feed): Remove 404 URL in docstring.
5209
5210         * nnir.el: Fix Swish-E URL.
5211         Fix Namazu URL.
5212
5213         * message.el (message-change-subject): Remove 404 URL in a comment.
5214
5215 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5218         called interactively.
5219
5220         * gnus-util.el (gnus-remove-if): Allow hash table.
5221         (gnus-remove-if-not): New function.
5222
5223         * gnus-art.el (gnus-mime-view-part-as-type)
5224         * gnus-score.el (gnus-summary-score-effect)
5225         * gnus-sum.el (gnus-read-move-group-name):
5226         Replace remove-if-not with gnus-remove-if-not.
5227
5228         * gnus-group.el (gnus-group-completing-read):
5229         Regard collection as a hash table if it is not a list.
5230
5231 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5234
5235         * shr.el: Document the table-rendering algorithm.
5236
5237 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5240         for Emacsen having no `libxml-parse-html-region' support.
5241
5242 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5245         invalid URLs.
5246
5247         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5248         line-broken.
5249         (shr-tag-img): Ignore image fetching errors.
5250         (shr-overlays-in-region): Compute overlay positions correctly.
5251
5252         * mm-decode.el (mm-shr): Require shr.
5253
5254         * gnus-art.el (gnus-blocked-images): Move variable here.
5255
5256         * shr.el (shr-insert-table): Bind free variable.
5257
5258         * mm-decode.el (mm-shr): Bind shr-content-function.
5259
5260         * shr.el (shr-content-function): New variable.
5261
5262         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5263         added for symmetry.
5264
5265         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5266
5267         * gnus-group.el (gnus-group-make-group): Doc fix.
5268
5269         * nnimap.el (nnimap-request-newgroups): Return success.
5270
5271         * shr.el (shr-find-elements): New function.
5272         (shr-tag-table): Put all the images after the table.
5273         (shr-tag-table): Really inhibit images inside the table.
5274         (shr-collect-overlays): Copy over overlays from the TD elements to the
5275         main document.
5276
5277         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5278         gnus-blocked-images.
5279
5280 2010-10-05  Julien Danjou  <julien@danjou.info>
5281
5282         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5283
5284         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5285         (gnus-html-maximum-image-size): Add this function.
5286         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5287
5288         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5289         server-value of the capability is nil.
5290
5291 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * shr.el (shr-tag-em): Add <EM> tag.
5294
5295 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5296
5297         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5298         customizable.
5299
5300         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5301         handing broken links to browse-url.
5302
5303 2010-10-05  Julien Danjou  <julien@danjou.info>
5304
5305         * gnus-util.el (gnus-emacs-completing-read)
5306         (gnus-iswitchb-completing-read): Use autoload rather than require.
5307
5308 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5311         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5312         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5313         iswitchb-temp-buflist for XEmacs.
5314
5315         * gnus-util.el (gnus-completing-read-function): Exclude
5316         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5317         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5318         XEmacs.
5319
5320         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5321         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5322
5323         * gnus-html.el: Don't require help-fns under XEmacs.
5324         (gnus-html-schedule-image-fetching): Work for XEmacs.
5325
5326         * mm-decode.el (mm-shr): Decode contents by charset.
5327
5328 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329
5330         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5331         unknown.
5332
5333         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5334         (shr-get-image-data): Ensure against the cache file missing.
5335
5336         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5337         for data.
5338
5339         * spam-report.el (spam-report-url-ping-plain): Don't query about
5340         killing the process.
5341
5342         * shr.el (shr-render-td): Protect against too-wide text.
5343
5344 2010-10-04  Julien Danjou  <julien@danjou.info>
5345
5346         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5347         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5348
5349         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5350         retrieved.
5351
5352 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5353
5354         * shr.el (browse-url): Require.
5355         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5356         lines.
5357         (shr-show-alt-text, shr-browse-image): New commands.
5358         (shr-browse-url, shr-copy-url): New commands.
5359
5360         * gnus-sum.el (gnus-widen-article-window): New variable.
5361         (gnus-summary-select-article-buffer): Use it.
5362
5363         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5364         without @ signs.
5365
5366 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5367
5368         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5369
5370 2010-10-04  Julien Danjou  <julien@danjou.info>
5371
5372         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5373         for XEmacs.
5374
5375 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5378
5379         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5380         (nnimap-close-server): Implement.
5381
5382         * dgnushack.el (iswitchb): Require to shut up the compiler.
5383
5384         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5385         (shr-insert): Tweak line breaking.
5386         (shr-insert): Handle <pre> better.
5387         (shr-tag-li): Get <li> indentation right.
5388         (shr-tag-li): Get <li> indentation even righter.
5389         (shr-tag-blockquote): Ensure paragraph start.
5390         (shr-make-table): Tweak table generation.
5391         (shr-make-table): Fix typo.
5392
5393         * shr.el: Implement table rendering.
5394
5395 2010-10-04  Julien Danjou  <julien@danjou.info>
5396
5397         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5398
5399 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * shr.el (shr-insert): Use string anchors instead of line anchors.
5402
5403 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * shr.el: Add headings.
5406         (shr-ensure-paragraph): Actually work.
5407         (shr-tag-li): Make <ul> prettier.
5408         (shr-insert): Get white space at the beginning/end of elements right.
5409         (shr-tag-p): Collapse subsequent <p>s.
5410         (shr-ensure-paragraph): Don't insert double line feeds after blank
5411         lines.
5412         (shr-insert): \t is also space.
5413         (shr-tag-s): Fix "s" tag name function.
5414         (shr-tag-s): Fix face prop name.
5415
5416 2010-10-03  Julien Danjou  <julien@danjou.info>
5417
5418         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5419
5420         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5421         gnus-window-inside-pixel-edges.
5422
5423         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5424         gnus-ems.
5425
5426         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5427
5428         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5429         function.
5430
5431         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5432         resize choice.
5433
5434 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5435
5436         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5437         beginning of the buffer.
5438
5439         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5440         article buffer again.
5441
5442         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5443
5444         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5445         when it's at the start of the buffer.
5446
5447         * shr.el (shr-tag-blockquote): Convert name.
5448         (shr-rescale-image): Use the right image-size variant.
5449
5450         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5451         buffer isn't shown, then select the current article first instead of
5452         bugging out.
5453         (gnus-summary-select-article-buffer): Show both the article and summary
5454         buffers again.
5455
5456         * shr.el (shr-fontize-cont): Protect against regions with no text.
5457         Rename tag functions to shr-tag-* for enhanced security.
5458         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5459
5460 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5461
5462         * shr.el (shr-insert):
5463         * pop3.el (pop3-movemail):
5464         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5465         loaded.
5466
5467 2010-10-03  Glenn Morris  <rgm@gnu.org>
5468
5469         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5470
5471         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5472
5473         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5474
5475         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5476
5477         * gnus-util.el (gnus-make-local-hook): Simplify.
5478
5479 2010-10-02  Julien Danjou  <julien@danjou.info>
5480
5481         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5482         (gnus-ido-completing-read): New function.
5483         (gnus-emacs-completing-read): New function.
5484         (gnus-completing-read): Use gnus-completing-read-function.
5485         Add gnus-completing-read-function.
5486
5487 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * shr.el (shr-insert-document): Autoload.
5490         (shr-img): Be silent.
5491         (shr-insert): Add a newline after every picture before text.
5492         (shr-add-font): Use overlays for combining faces.
5493         (shr-insert): Pass upwards the text start point.
5494
5495         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5496         possible.
5497         (mm-shr): New function.
5498
5499 2010-10-02  Julien Danjou  <julien@danjou.info>
5500
5501         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5502         should go backward.
5503
5504 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5505
5506         * shr.el (shr): Fix typo in provide call.
5507
5508 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * shr.el: New file.
5511
5512         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5513
5514         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5515         completing read.
5516
5517 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5520         we're being queried about.  Suggested by Dan Jacobson.
5521
5522         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5523         Suggested by Jason Eisner.
5524
5525         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5526         table, too.  Suggested by Stefan Wiens.
5527         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5528         the table unnecessary.  Suggested by Stefan Wiens.
5529
5530         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5531         longer needed, and probably doesn't work either, as pointed out by
5532         Stefan Wiens.
5533         (gnus-summary-exit): Remove call to the clearing function.
5534         (gnus-summary-exit-no-update): Ditto.
5535
5536         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5537         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5538         Reported by Stefan Monnier.
5539         (gnus-summary-save-in-rmail): Ditto.
5540
5541         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5542         article buffer, instead of both the article buffer and the summary
5543         buffer.  Sort of suggested by Dan Jacobson.
5544
5545         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5546
5547         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5548         Suggested by Dan Jacobson.
5549
5550         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5551         documentation clearer.
5552
5553         * message.el (message-shorten-references): Comment on the number "21".
5554         Suggested by Stefan Monnier.
5555
5556         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5557         Suggested by Dan Jacobson.
5558
5559         * gnus.el (gnus-large-newsgroup):
5560         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5561
5562         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5563         externalize attachments.  Bug reported by Steve Wen.
5564
5565         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5566         really message anything to the user.
5567
5568         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5569         directly.
5570
5571         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5572         messages in empty groups.
5573
5574 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5575
5576         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5577         non-UIDNEXT group.
5578
5579 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5582         not the value from the collection.
5583
5584         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5585         values.  This sometimes happens on some groups that have no info.
5586         (nnimap-request-newgroups): New function.
5587
5588 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5591         check into `gnus-registry-initialize'.
5592         (gnus-registry-initialize): Ditto.
5593         Fix and extend header docs.
5594
5595 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5598         regexp backtrace overflows.
5599
5600         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5601         for starttls that tls.el implements; i.e. openssl.
5602
5603         * tls.el (tls-starttls-switches): Give up on using starttls with
5604         gnutls-cli.
5605         (tls-program): Add --insecure to be consistent with the defaults from
5606         openssl s_client.  Now all three commands are insecure.
5607
5608 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * lpath.el: Bind completion-styles-alist for XEmacs.
5611
5612         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5613         (gravatar-create-image): New function that's an alias to
5614         gnus-xmas-create-image, gnus-create-image, or create-image.
5615         (gravatar-data->image): Use it.
5616
5617 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5620         install the nnregistry refer method.
5621         (gnus-registry-install-hooks): Use it.
5622         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5623         unfollowed groups.
5624
5625 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5626
5627         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5628         expanding threads.
5629
5630 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * nnir.el: Use the server names without suffixes (bug #7009).
5633
5634         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5635         unencrypted to STARTTLS, if possible.
5636
5637 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5638
5639         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5640         headers before superseding.
5641
5642 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * nnrss.el (nnrss-use-local): Add documentation.
5645
5646         * nnimap.el (nnimap-extend-tls-programs): New function.
5647         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5648         (nnimap-wait-for-connection): Accept the greeting from the stupid
5649         output from openssl s_client -starttls, too.
5650
5651         * tls.el (tls-starttls-switches): New variable.
5652         (tls-find-starttls-argument): Use it.
5653         (open-tls-stream): Ditto.
5654
5655         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5656         (netrc-machine): Ditto.
5657
5658         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5659         article number.
5660         (nnimap-split-fancy): New variable.
5661         (nnimap-split-incoming-mail): Use it.
5662
5663         * nntp.el (nntp-server-list-active-group): Document.
5664
5665         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5666         SELECT to get the message-id.
5667
5668         * mail-source.el (mail-sources): Remove webmail support.
5669         (defvar): Ditto.
5670         (mail-source-fetcher-alist): Ditto.
5671         (mail-source-fetch-webmail): Remove.
5672
5673         * webmail.el: Remove -- doesn't seem relevant any more.
5674
5675         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5676
5677         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5678         the \r.
5679
5680 2010-09-30  Julien Danjou  <julien@danjou.info>
5681
5682         * gnus-agent.el (gnus-agent-add-group): Fix call to
5683         gnus-completing-read.
5684
5685 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * nndoc.el (nndoc-retrieve-groups): New function.
5688
5689         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5690         `default', use nnmail-split-methods.
5691         (nnimap-request-article): Downcase the NILs so that they are nil.
5692
5693         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5694         symbol.
5695
5696         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5697         code, since if the user has requested network, that's what they ought
5698         to get.
5699         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5700         (nnimap-split-rule): Mark as obsolete.
5701
5702         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5703         New variable.
5704
5705         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5706         correct slot, too.
5707
5708 2010-09-29  Julien Danjou  <julien@danjou.info>
5709
5710         * gnus.el (gnus-local-domain): Declare variable obsolete.
5711
5712         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5713         Fix history computing.
5714         (gnus-ido-completing-read): Require ido.
5715
5716 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5719         build Gnus.
5720
5721         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5722         when interpreting the structures.
5723         (nnimap-request-accept-article): Add \r\n to the lines to make this
5724         work with Cyrus.
5725
5726         * nndraft.el (nndraft-request-expire-articles): Use the group name
5727         instead if "nndraft".  Fix found by Nils Ackermann.
5728
5729 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5730
5731         * nnregistry.el: Add.
5732
5733 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5734
5735         * nnmail.el (group, group-art-list, group-art):
5736         Remove unneeded directives.
5737
5738 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5741         (mm-mime-charset)
5742         * rfc2047.el (rfc2047-syntax-table)
5743         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5744
5745         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5746         rather than `insert-file-contents' and `eval-region'.
5747
5748         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5749         construction.
5750
5751         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5752
5753         * time-date.el: No need to require cl for Emacs 21.
5754
5755 2010-09-29  Julien Danjou  <julien@danjou.info>
5756
5757         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5758         replacement of `gnus-gravatar-relief' to mimic
5759         `gnus-faces-properties-alist'.
5760         Add :version property.
5761
5762 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * mail-source.el (mail-source-report-new-mail)
5765         * message.el (message-default-mail-headers)
5766         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5767
5768         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5769
5770 2010-09-28  Julien Danjou  <julien@danjou.info>
5771
5772         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5773         mail-address contains the same string as real-name.
5774
5775         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5776         non-blank in header, otherwise it'll get stripped.
5777
5778         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5779         real-name, and then for mail address rather than doing : or , search.
5780
5781 2010-09-27  Julien Danjou  <julien@danjou.info>
5782
5783         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5784         right completing-read function.
5785         (gnus-use-ido): New variable
5786         (gnus-completing-read-with-default): Remove.
5787         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5788         (gnus-agent-add-group):
5789         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5790         * mm-view.el (mm-view-pkcs7-decrypt):
5791         * mm-util.el (mm-codepage-setup):
5792         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5793         * mml-smime.el (mml-smime-openssl-sign-query):
5794         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5795         (mml-insert-multipart):
5796         * gnus-msg.el (gnus-summary-yank-message):
5797         * gnus-int.el (gnus-start-news-server):
5798         * mm-decode.el (mm-interactively-view-part):
5799         * gnus-dired.el (gnus-dired-attach):
5800         * gnus.el (gnus-read-method):
5801         * gnus-bookmark.el (gnus-bookmark-jump):
5802         * gnus-art.el (gnus-mime-view-part-as-type)
5803         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5804         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5805         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5806         * nnmairix.el (nnmairix-create-server-and-default-group)
5807         (nnmairix-update-groups, nnmairix-get-server)
5808         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5809         (nnmairix-get-group-from-file-path):
5810         * nnrss.el (nnrss-find-rss-via-syndic8):
5811         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5812         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5813         (gnus-group-browse-foreign-server):
5814         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5815         (gnus-summary-execute-command, gnus-summary-respool-article)
5816         (gnus-read-move-group-name):
5817         * gnus-score.el (gnus-summary-increase-score)
5818         (gnus-summary-score-effect):
5819         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5820
5821 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5824         x-focus-frame.
5825
5826         * nnimap.el (auth-source-forget-user-or-password)
5827         (auth-source-user-or-password): Autoload.
5828
5829         * message.el (message-from-style, message-interactive)
5830         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5831         (message-yank-prefix, message-indentation-spaces, message-signature)
5832         (message-signature-file): Add comment.
5833
5834 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5837         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5838         new articles.
5839
5840         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5841         parts.
5842         (nnimap-request-article): Work with the t setting, too.
5843
5844         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5845         that you don't get flashes of other buffers.
5846         (gnus-summary-show-complete-article): Intern before setting.
5847
5848 2010-09-27  David Engster  <dengste@eml.cc>
5849
5850         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5851         well as HEADERS.
5852         (nnmairix-retrieve-headers): Provide new argument for the above.
5853
5854 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * gnus-sum.el (gnus-summary-move-article): Don't alter
5857         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5858         group.
5859
5860         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5861
5862         * message.el (message-cite-prefix-regexp): Revert my last edit.
5863
5864         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5865         variable instead of the Gnus variable.
5866
5867         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5868
5869         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5870
5871         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5872         since some servers don't like it.
5873         (nnimap-open-connection): Forget credentials if the server says the
5874         password was wrong.
5875         (nnimap-parse-line): Protect against invalid data.
5876
5877         * gnus-sum.el (gnus-summary-move-article): Add comment.
5878         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5879         nothing alters it while scanning for new messages.
5880
5881         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5882         which may or may not help.
5883         (nnimap-open-connection): If we're doing a stream connection, and then
5884         discover we're on a STARTTLS-capable server, then open a STARTTLS
5885         connection instead.
5886
5887 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * nnimap.el (utf7): Require.
5890
5891         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5892         prefix.
5893
5894 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5895
5896         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5897
5898 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899
5900         * nnimap.el (nnimap-request-accept-article): Message the error on
5901         error.
5902
5903 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5906
5907 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5908
5909         * nndoc.el (nndoc-request-list): Return success always.
5910
5911         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5912         `fetch-old' -- we only want to fetch the articles we've requested.
5913         The rest are in the agent, probably.
5914         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5915         disappeared server" to something low.  It's not important.
5916
5917         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5918         arrived before the FETCH data.
5919
5920         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5921         target here, because we don't know the Gnus name of the group.
5922
5923         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5924         for the correct group.
5925
5926         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5927
5928         * gnus.el (gnus): Give a final warning after startup.
5929
5930         * gnus-util.el (gnus-action-message-log): New variable.
5931         (gnus-message): Use it.
5932         (gnus-final-warning): New function.
5933
5934         * nnimap.el (nnimap-open-connection): Record the greeting.
5935         (nnimap): Add greeting.
5936
5937 2010-09-26  Julien Danjou  <julien@danjou.info>
5938
5939         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5940         arguments.
5941         (gnus-html-wash-images): Fix spec computing to include start/end.
5942
5943         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5944
5945 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5948         deletion.
5949         (nnimap-retrieve-headers): Don't select the group, because that's
5950         already done by nnimap-possibly-change-group.
5951
5952         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5953         (gnus-picon-transform-address): Use it.
5954
5955         * mail-source.el (mail-source-value): Revert previous patch.
5956
5957         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5958         on failure.
5959         (nnimap-open-connection): Look up both virtual and physical server name
5960         credentials.
5961
5962         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5963
5964 2009-02-07  Dave Love  <fx@gnu.org>
5965
5966         * tls.el (open-tls-stream): Don't query killing process.
5967
5968 2009-02-08  Dave Love  <fx@gnu.org>
5969
5970         * gnus-win.el (gnus-window-to-buffer-helper)
5971         (gnus-all-windows-visible-p): Function needn't be a symbol.
5972
5973         * mail-source.el (mail-source-value): Function needn't be a symbol.
5974
5975 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * message.el (message-cite-prefix-regexp): Remove } from the cite
5978         prefix.
5979
5980         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5981         highlight again, so that the highlight is correct.
5982
5983         * gnus-picon.el (gnus-picon): Remove again.
5984         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5985
5986         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5987         doing the header highlightling, so that the background colour of the
5988         picon is correct.
5989
5990         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5991         (gnus-picon): Ditto.
5992         (gnus-picon): Reinstate.  The background colour for picons is white.
5993         (gnus-picon-insert-glyph): Make the background white.
5994
5995         * nnml.el (nnml-open-nov): Don't return dead buffers.
5996
5997         * auth-source.el (auth-source-create): Query the user for whether to
5998         store the credentials.
5999
6000         * netrc.el (netrc-store-data): New function.
6001
6002         * auth-source.el (auth-source-user-or-password): Use the existing auth
6003         sources, if any, for creation.
6004
6005         * gnus.el (gnus-group-fast-parameter): Return the last matching
6006         parameter instead of the first matching parameter.
6007
6008 2010-09-26  Julien Danjou  <julien@danjou.info>
6009
6010         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6011
6012 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013
6014         * mml2015.el (mml2015-use): Remove gpg support.
6015
6016         * mml1991.el (mml1991-function-alist): Remove gpg function.
6017         (mml1991-gpg-sign): Remove.
6018
6019 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6020
6021         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6022         (gnus-browse-unsubscribe-current-group): Document it.
6023         (gnus-browse-unsubscribe-group): Use it.
6024
6025 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6028         address to the To list for easier response.
6029
6030         * gnus.el (gnus-play-startup-jingle): Remove.
6031         (gnus-splash): Don't play jingle.
6032         (gnus): Silence gnus-load message.
6033
6034         * gnus-art.el (gnus-treat-play-sounds): Remove.
6035
6036         * gnus.el (gnus-play-jingle): Remove audio support.
6037
6038         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6039
6040         * earcon.el: Remove -- no users.
6041
6042         * gnus-audio.el: Remove -- no users of this package.
6043
6044         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6045
6046         * gnus-start.el (gnus-setup-news): Remove nocem support.
6047
6048         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6049
6050         * gnus.el (gnus-use-nocem): Remove.
6051
6052         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6053         Remove.
6054
6055         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6056         uses NoCeM any more.
6057
6058         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6059         (gnus-button-ctan-handler): Ditto.
6060         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6061         (gnus-button-ctan-directory-regexp): Ditto.
6062         (gnus-button-handle-ctan): Ditto.
6063         (gnus-button-tex-level): Ditto.
6064         (gnus-button-alist): Remove CTAN stuff.
6065
6066 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6069         nnimap-streaming test.
6070
6071         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6072         servers twice.
6073
6074         * nnimap.el (nnimap-open-connection): Add more error reporting when
6075         nnimap fails early.
6076
6077         * nnheader.el (nnheader-get-report-string): New function.
6078         (nnheader-get-report): Use it.
6079
6080         * gnus-int.el (gnus-check-server): Say what the error was when opening
6081         failed.
6082
6083         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6084         using streaming.
6085
6086 2010-09-25  Julien Danjou  <julien@danjou.info>
6087
6088         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6089         gnus-window-inside-pixel-edges.
6090
6091 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6094
6095         * mm-decode.el (mm-save-part): Allow saving to other directories the
6096         normal Emacs way.
6097
6098         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6099         Suggested by Jay Berkenbilt.
6100
6101         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6102         there isn't a single byte.
6103
6104         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6105         just do it.  It doesn't really seem to matter what the user responds
6106         here, I think, so it's just a confusing question.
6107
6108         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6109         non-streaming case.
6110
6111         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6112         (gnus-article-encrypt-body): Use it.
6113
6114         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6115         keystroke.
6116
6117         * nnimap.el (nnimap-find-wanted-parts-1):
6118         Use gnus-fetch-partial-articles.
6119
6120         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6121
6122         * nnimap.el (nnimap-insert-partial-structure): New function.
6123         (nnimap-get-partial-article): New function.
6124         (nnimap-request-article): Use it.
6125         (nnimap-wait-for-response): Return whether the wait was successful.
6126         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6127         retrieval wasn't successful.
6128         (nnimap-retrieve-group-data-early): Allow throttling servers.
6129         (nnimap-streaming): New variable.
6130         (nnimap-fetch-partial-articles): Remove.
6131
6132         * mm-decode.el (mm-with-part): Protect against killed buffers.
6133
6134         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6135         for prettier summary display.
6136
6137 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6138
6139         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6140
6141 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6144         apparently third-party libraries depend on it.
6145
6146         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6147         before starting negotiation.
6148
6149         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6150         privacy reasons.
6151         (gnus-treat-mail-gravatar): Ditto.
6152
6153         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6154         buffer when inserting images.  Inserting text into the headers, for
6155         instance, can make them invalid.
6156
6157 2010-09-25  Julien Danjou  <julien@danjou.info>
6158
6159         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6160         variables.
6161
6162         * nnheader.el: Remove useless variables news-reply-yank-from and
6163         news-reply-yank-message-id.
6164
6165         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6166         variables.
6167
6168         * mml1991.el: Remove useless mml1991-verbose.
6169
6170         * gnus.el: Remove useless variable gnus-use-generic-from.
6171         Remove obsolete variable gnus-topic-indentation.
6172
6173         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6174
6175         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6176
6177         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6178
6179         * gnus-group.el: Remove useless gnus-group-icon-cache.
6180         Remove useless gnus-ephemeral-group-server.
6181
6182         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6183
6184         * mml2015.el: Remove useless mml2015-verbose.
6185
6186         * mml-smime.el: Remove useless mml-smime-verbose.
6187
6188         * gnus.el: Remove useless gnus-local-domain.
6189
6190         * gnus-gravatar.el (gnus-gravatar-transform-address):
6191         Use gnus-gravatar-size.
6192
6193         * gnus-art.el: Remove useless gnus-treat-translate.
6194
6195 2010-09-24  Julien Danjou  <julien@danjou.info>
6196
6197         * gnus-sum.el: Add support for Gravatars.
6198
6199         * gnus-art.el: Add support for Gravatars.
6200
6201         * gnus-gravatar.el: Add this file.
6202
6203         * gravatar.el: Add this file.
6204
6205 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206
6207         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6208
6209         * gnus-group.el (gnus-group-fetch-faq): Remove.
6210
6211         * gnus.el (gnus-group-faq-directory): Remove.
6212
6213         * gnus-group.el (gnus-group-fetch-charter): Remove.
6214
6215         * gnus.el (gnus-group-charter-alist): Remove.
6216
6217         * gnus-group.el (gnus-group-archive-directory): Remove.
6218         (gnus-group-recent-archive-directory): Ditto.
6219         (gnus-group-make-archive-group): Remove.
6220
6221         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6222
6223         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6224         use the same article number for all the cached articles.
6225
6226         * nnimap.el (nnimap-command): Register the last command time so
6227         that we can use it for idling NOOPs.
6228         (nnimap-open-connection): Start the keeplive timer.
6229         (nnimap-make-process-buffer): Store all the process buffers.
6230         (nnimap-keepalive): New function.
6231
6232         * starttls.el (starttls-open-stream): Add autoload cookie.
6233
6234 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6235
6236         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6237         handling.
6238
6239 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6242         its data structures.
6243
6244         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6245         instead of the cl.el copy-list.
6246         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6247         equalp.
6248
6249 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6252         and tool-bar-local-item-from-menu.
6253
6254         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6255         mode-line-highlight face for Emacs.
6256
6257         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6258         loading gnus-sum.elc; fix comment for canlock-verify.
6259         (gnus-article-jump-to-part): Use read-number.
6260         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6261         Remove Emacs pre-21 compatible code for help-echo.
6262         (gnus-article-next-page-1): No need to adjust the number of lines.
6263         (gnus-article-describe-bindings): Always use help-buffer.
6264
6265         * gnus-audio.el (gnus-audio-inline-sound)
6266         * gnus-cus.el (gnus-custom-mode)
6267         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6268
6269         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6270
6271         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6272         compatible code.
6273
6274 2010-09-24  Glenn Morris  <rgm@gnu.org>
6275
6276         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6277         visiting the fcc file in rmail-mode.
6278
6279         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6280
6281 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * nnir.el: Silence the byte compiler.
6284
6285         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6286         alias to browse-url-url-encode-chars if any.
6287         (gnus-html-encode-url): Use it.
6288
6289 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * gnus-start.el (gnus-use-backend-marks): New variable.
6292         (gnus-get-unread-articles-in-group): Use it.
6293
6294         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6295         makeover.
6296
6297 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6298
6299         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6300
6301 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6304         Remove.
6305         (gnus-setup-news-hook):
6306         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6307
6308         * gnus-int.el (gnus-request-update-info): Protect against backends not
6309         having the function.
6310
6311         * nnimap.el (nnimap-stream): Mention starttls.
6312         (nnimap-open-connection): Add starttls support.
6313
6314 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6315
6316         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6317
6318 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319
6320         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6321         BODYSTRUCTUREs.
6322         (nnimap-transform-headers): Unfold quoted {42} headers.
6323
6324         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6325         the info.
6326         (gnus-get-unread-articles): Only call updatep on backends that support
6327         it.
6328
6329         * nnweb.el (nnweb-request-update-info): NOOP.
6330
6331         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6332
6333         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6334         since it only deals with marks.
6335
6336         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6337         gnus-request-marks, and make a new gnus-request-update-info.
6338
6339         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6340         the active instead of the high number, which is usually too low.
6341
6342 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6343
6344         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6345         * encrypt.el: Remove.
6346
6347 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6350         server in symbolic form.
6351
6352         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6353
6354 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6355
6356         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6357         (nnimap-update-info): Fix up code slightly.
6358
6359         * gnus-int.el (gnus-open-server): Add tracing for performance
6360         debugging.
6361
6362         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6363         (gnus-group-insert-group-line): Pass the real group name so that it
6364         gets the right data.
6365
6366         * gnus-start.el (gnus-get-unread-articles): Don't have
6367         `gnus-get-unread-articles-in-group' update info, since that can be
6368         really slow and doesn't seem to be needed?
6369
6370 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6371
6372         * time-date.el (date-to-time): Try using parse-time-string first before
6373         using the slower timezone-make-date-arpa-standard.
6374
6375 2010-09-22  Julien Danjou  <julien@danjou.info>
6376
6377         * gnus-group.el (gnus-group-insert-group-line):
6378         Call gnus-group-highlight-line.
6379         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6380         default hook list.
6381         (gnus-group-update-eval-form): Add new function.
6382         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6383         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6384
6385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6386
6387         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6388         immediate, then expire all articles.
6389         (nnimap-update-info): Fix off-by-one errors.
6390         (nnimap-flags-to-marks): Would return no marks lists for group with no
6391         flags.  Instead return the other data.
6392
6393 2010-09-22  Julien Danjou  <julien@danjou.info>
6394
6395         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6396         Only return an icon.
6397         (gnus-group-insert-group-line): Compute icon to return.
6398
6399         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6400         (gnus-html-image-fetched): Only cache if
6401         gnus-html-image-automatic-caching is set.
6402         (gnus-html-image-fetched): Check for errors.
6403
6404 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405
6406         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6407         once per method on `g'.  This ensures that backends like nnfolder don't
6408         open all their folders.
6409
6410         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6411         (nnimap-request-list): Nix out group in the correct buffer.
6412         (nnimap-parse-flags): Implement by using `read' instead of
6413         hand-parsing.
6414         (nnimap-flags-to-marks): Pass on permanent-flags.
6415         (nnimap-make-process-buffer): Record the server name.
6416         (nnimap-parse-flags): Fix typo.
6417         (nnimap-request-scan): Run split on the server in general, not just a
6418         single group.
6419
6420         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6421         parameter, and propagate this downwards.
6422
6423         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6424         since EXAMINE changes it on the server.
6425
6426         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6427         this command might take a while.
6428
6429 2010-09-22  Julien Danjou  <julien@danjou.info>
6430
6431         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6432         harmful if you have 2 images side-by-side, they can't be properly
6433         update on text deletion.  Using text-property is safer here.
6434         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6435         data.
6436
6437 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438
6439         * nnimap.el (nnimap-expunge-inbox): Remove.
6440         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6441         (nnimap-expunge): Flip default to t.
6442
6443         * gnus.el (gnus-method-to-server): Don't push things to the cache
6444         unless it's unique.
6445         (gnus-server-to-method): Ditto.
6446
6447 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6450
6451 2010-09-22  Julien Danjou  <julien@danjou.info>
6452
6453         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6454         get the start of data.
6455         (gnus-html-encode-url): Add this function to encode special chars in
6456         URL.
6457         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6458         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6459
6460         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6461         default.
6462         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6463
6464         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6465         images alt-text.
6466         (gnus-html-put-image): Put alt-text as help-echo.
6467
6468 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6471         * mm-util.el (mm-decompress-buffer)
6472         * nnir.el (nnir-run-find-grep)
6473         * pop3.el (pop3-list): Use 3rd arg of split-string.
6474
6475         * time-date.el (format-seconds): Comment fix.
6476
6477         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6478         and byte-optimize-form-code-walker.
6479         (dgnushack-make-auto-load): Don't advise make-autoload.
6480
6481         * lpath.el: Remove Emacs 21 stuff.
6482
6483 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6486         outside the active range.  Suggested by Dan Christensen.
6487
6488         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6489         slightly later to avoid double-getting it.
6490
6491         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6492         previous patch.
6493
6494         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6495
6496 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6497
6498         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6499
6500 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501
6502         * gnus-int.el (gnus-open-server): Give a better error message in the
6503         "go offline" case.
6504
6505         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6506         marks for nnimap, which is seldom the right thing to do.
6507
6508         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6509         (gnus-same-method-different-name): New function.
6510
6511         * nnimap.el (parse-time): Require.
6512
6513         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6514         method in the presence of many similar methods.
6515
6516         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6517
6518         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6519         nnml-inhibit-expiry.
6520
6521         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6522         find out whether methods are equal.
6523
6524         * nnimap.el (nnimap-find-expired-articles): New function.
6525         (nnimap-process-expiry-targets): New function.
6526         (nnimap-request-move-article): Request the article before looking at
6527         what the Message-ID is.  Fix found by Andrew Cohen.
6528         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6529
6530         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6531         for oldness in addition to being a predicate.
6532
6533         * nnimap.el (nnimap-request-group): When we have zero articles, return
6534         the right data to Gnus.
6535         (nnimap-request-expire-articles): Only delete articles immediately if
6536         the target is 'delete.
6537
6538         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6539         method, this would bug out.
6540
6541         * gnus-group.el (gnus-group-expunge-group): Rename from
6542         gnus-group-nnimap-expunge, and implemented as a normal interface
6543         function.
6544
6545         * gnus-int.el (gnus-request-expunge-group): New function.
6546
6547         * nnimap.el (nnimap-request-create-group): Implement.
6548         (nnimap-request-expunge-group): New function.
6549
6550 2010-09-21  Julien Danjou  <julien@danjou.info>
6551
6552         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6553         (gnus-html-cache-expired): Add new function.
6554         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6555         wethever we should display image for fetch it.
6556         Compute alt-text earlier to pass it to the fetching function too.
6557         (gnus-html-schedule-image-fetching): Change function argument to only
6558         get one image at a time, not a list.
6559         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6560         cache.
6561         (gnus-html-get-image-data): New function to retrieve image data from
6562         cache.
6563         (gnus-html-put-image): Change buffer argument to use image data rather
6564         than file, and place image above region rather than inserting a new
6565         one.  Do not take alt-text as argument, since it's useless now: we place
6566         the image above alt-text.
6567         (gnus-html-prune-cache): Remove.
6568         (gnus-html-show-images): Start to fetch image when we find one, do not
6569         push into a temporary list.
6570         (gnus-html-prefetch-images): Only fetch image if they have expired.
6571         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6572         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6573
6574 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6577
6578 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6581         spec inser "*" if the group isn't active instead of 0.
6582
6583         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6584         opening the server.
6585         (nnimap-request-delete-group): Implement group deletion.
6586         (nnimap-transform-headers): Return the size of the entire message in
6587         the Bytes header, not just the size of the first part.
6588         (nnimap-request-move-article): When moving an article from nnimap,
6589         request the article first so the accepting form has an article to
6590         accept.  Reported by Dan Christensen.
6591         (nnimap-command): Make sure that the error message doesn't error out.
6592
6593 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6594
6595         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6596         we haven't requested anything.
6597
6598 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6601         "".  Fix found by Andrew Cohen.
6602
6603         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6604         instead of -encode-string.
6605
6606 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6609
6610         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6611         by mm-subst-char-in-string.
6612
6613 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6616         waiting for the connection string.
6617
6618         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6619         arriving.
6620
6621         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6622         bogus characters.  This allows selecting certain Gmail groups.
6623
6624         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6625         (nnimap-fetch-partial-articles): New variable.
6626         (nnimap-open-connection): When looking for credentials, also use the
6627         nnimap-server-port.
6628         (nnimap-request-article): Return the group/article number, so that Gnus
6629         `^' works as expected.
6630         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6631
6632         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6633         comments.
6634         (gnus-methods-sloppily-equal): New function.
6635         (gnus): When using the development version of Gnus, load the gnus-load
6636         file.
6637
6638         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6639         `gnus-open-server' on each method before trying to scan them etc.
6640         This ensures that all the backend parameters are set correctly.
6641
6642         * nnimap.el (nnimap-authenticator): New variable.
6643         (nnimap-open-connection): Allow anonymous login.
6644         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6645         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6646
6647         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6648         patch, found by Knut Anders Hatlen.
6649
6650 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6651
6652         * gnus-agent.el (gnus-agent-batch-confirmation)
6653         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6654         to gnus-message.
6655         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6656         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6657         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6658         * gnus-int.el (gnus-open-server): Likewise.
6659         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6660         (gnus-score-check-syntax): Likewise.
6661         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6662         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6663         Likewise.
6664         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6665
6666 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6669         calling conventions so that prefetch doesn't bug out.
6670
6671 2010-09-19  Julien Danjou  <julien@danjou.info>
6672
6673         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6674         rather than `subst-char-in-region' in order to be able to replace ASCII
6675         char by UTF-8 ones.
6676
6677         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6678         than curl.
6679         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6680         the right URL and ALT text on images.
6681         (gnus-html-wash-tags): Fix tag case.
6682         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6683         (gnus-article-html): Add -o display_ins_del=2 option.
6684         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6685
6686 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6689         the extra mail headers, which sometimes seem to happen for unknown
6690         reasons.
6691
6692         * mail-parse.el (mail-header-encode-parameter): Define as
6693         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6694         (or most, perhaps?) mail readers don't understand the latter, but do
6695         understand the former.
6696
6697         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6698         to nil, so that no methods are automatically agentized.  I think this
6699         is probably what most users want.
6700
6701         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6702         from url-retrieve, for instance about invalid URLs.
6703
6704         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6705         groups that have no articles.
6706         (nnimap-request-article): Check that we really got an article when we
6707         requested one.
6708
6709         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6710         doesn't exist.
6711
6712         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6713         nntp buffer so the agent can save it.
6714         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6715         that CRLF doesn't get translated to \n.
6716         (nnimap-open-connection): Don't make 'shell commands only send \n.
6717
6718 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6719
6720         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6721         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6722         Update var name.
6723         (nnml-generate-nov-file): Use dolist.
6724         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6725         Use with-current-buffer.
6726
6727 2010-09-18  Julien Danjou  <julien@danjou.info>
6728
6729         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6730         parallel.
6731
6732 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6735         the range update right.
6736         (nnimap-request-group): Don't make `M-g' bug out on group with no
6737         marks.
6738         (nnoo): Require, so that other packages can require nnimap.
6739         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6740         command we're looking for.  This helps when the server sends more
6741         responses after we've gotten everything we expected.
6742         (nnimap): Add a `newlinep' field to keep track of end-of-line
6743         conventions.
6744         Don't send CRLF to things that don't want it.
6745         (nnimap-request-accept-article): Ditto.
6746
6747 2010-09-18  Julien Danjou  <julien@danjou.info>
6748
6749         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6750         than curl to retrieve images.
6751
6752 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6755         the marks.
6756         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6757         (nnimap-wait-for-connection): New function.
6758         (nnimap-open-connection): If we have PREAUTH, don't query for login
6759         credentials.
6760         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6761         when doing a partial update.
6762
6763 2010-09-18  Julien Danjou  <julien@danjou.info>
6764
6765         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6766         tags.
6767
6768 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * nnimap.el (nnimap-credentials): New function.
6771         (nnimap-open-connection): Use the new function to look for credentials
6772         also on the numeric equivalents of "imap" and "imaps".
6773
6774         * gnus-start.el (gnus-activate-group): Send the info to
6775         gnus-request-group.
6776
6777         * nnimap.el (nnimap-request-group): Have the "check" version of the
6778         function parse flags and update the info, so that a `M-g' get a total
6779         resync of all flags from the group.
6780
6781         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6782         to allow backends to alter the info on group selection.  Also alter all
6783         the backend -request-group functions to take the parameter.
6784
6785         * nnimap.el (nnimap-store-info): New function.
6786         (nnimap-update-info): Store the info for later usage.
6787         (nnimap-request-group): Use the stored info for the dont-check case, so
6788         that we don't retrieve all marks when we enter a group.
6789
6790         * nnimap.el: Use deffoo instead of defun for interface functions.
6791
6792         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6793         update the group info.  This makes the nndraft groups, for instance, go
6794         back to their old behaviour.
6795
6796         * gnus-sum.el (gnus-select-newsgroup): Indent.
6797
6798         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6799         in.
6800         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6801         nothing.
6802
6803         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6804         from methods that are denied.
6805
6806         * gnus-int.el (gnus-method-denied-p): New function.
6807
6808         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6809         store the password instead of netrc.
6810         (nnimap-open-connection): Don't error out when we can't make a
6811         connections.
6812
6813         * auth-source.el (auth-source-create): In the password prompt, say what
6814         we're querying for.  Also prompt for user name if that hasn't been
6815         given.
6816
6817         * nnimap.el (nnimap-with-process-buffer): Remove.
6818
6819 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6822         method when we're reading from the agent.
6823
6824         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6825
6826         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6827         that's probably most useful for users.
6828
6829         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6830         "failed" all the time.
6831
6832         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6833         ...)) with (with-current-buffer ... ).
6834
6835         * nntp.el (nntp-open-server): Return whether the open was successful or
6836         not.
6837
6838         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6839         select an unread unseen article first.
6840
6841         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6842         /etc/services, supply some sensible port defaults.
6843
6844         * dgnushack.el: Define netrc-credentials.
6845
6846 2010-09-17  Julien Danjou  <julien@danjou.info>
6847
6848         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6849
6850 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6851
6852         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6853         doesn't have any parameters.
6854
6855 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6858         only upcased checks.
6859
6860         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6861
6862         * nnimap.el (nnimap-open-shell-stream): New function.
6863         (nnimap-open-connection): Use it.
6864         (nnimap-transform-headers): Get the number of lines in each message.
6865         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6866         number of lines.
6867         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6868         problem.
6869
6870         * utf7.el (utf7-encode): Autoload.
6871
6872         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6873         to allow the mail splitting to not return a default group.  This is
6874         useful for nnimap, which will leave unmatched mail in the inbox.
6875
6876         * nnimap.el: Rewritten.
6877
6878         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6879         nnimap usage.
6880
6881         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6882         if the move is internal, so that nnimap can do fast internal moves.
6883
6884         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6885         data.
6886         (gnus-read-active-for-groups): Support finishing the early retrieval of
6887         data.
6888
6889         * gnus-range.el (gnus-range-nconcat): New function.
6890
6891         * gnus-int.el (gnus-finish-retrieve-group-infos)
6892         (gnus-retrieve-group-data-early): New functions.
6893
6894 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6895
6896         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6897         (nnrss-retrieve-groups):
6898         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6899         (pop3-quit): Use with-current-buffer.
6900
6901 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6904         instead of nnheader-accept-process-output.
6905
6906         * dgnushack.el (dgnushack-compile): Add comment.
6907
6908         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6909
6910         * gnus-html.el (gnus-html-schedule-image-fetching)
6911         (gnus-html-prefetch-images): Replace process-kill-without-query by
6912         gnus-set-process-query-on-exit-flag.
6913
6914 2010-09-16  Romain Francoise  <romain@orebokech.com>
6915
6916         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6917
6918 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6921         parameter to unintern is mandatory-ish in Emacs 24.
6922
6923         * gnus-html.el (gnus-html-schedule-image-fetching)
6924         (gnus-html-prefetch-images): Check for curl before using it.
6925
6926         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6927         depend on curl, which isn't essential.
6928
6929         * imap.el: Revert back to version
6930         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6931         seem problematic.
6932
6933 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6934
6935         * gnus-registry.el (gnus-registry-install-shortcuts):
6936         Explicitly pass `obarray' to `unintern' to avoid a warning.
6937
6938 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939
6940         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6941         change.
6942
6943         * nnrss.el (nnrss-request-list): Remove this function and related
6944         functions, including the moreover stuff.
6945
6946 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * nnrss.el (nnrss-retrieve-groups): New function.
6949
6950 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6951
6952         * .dir-locals.el: Add no-byte-compile cookie.
6953
6954 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * time-date.el (format-seconds): Comment fix.
6957
6958         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6959         for back end that doesn't support request-scan.
6960
6961 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6964         then do request scans from the backends.
6965
6966         * netrc.el (netrc-credentials): New conveniency function.
6967
6968         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6969         avoid running a hook per line, since this takes a lot of time,
6970         profiling shows.
6971         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6972         directly if gnus-visual-p is true.
6973
6974 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6977         groups; replace mapcar with dolist which is a bit faster; pass groups
6978         info to gnus-read-active-file-1.
6979         (gnus-read-active-file-1): Scan only specified groups if the new
6980         optional arg `infos' is given.
6981
6982 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6985
6986         * pop3.el (pop3-movemail): Remove.
6987         (pop3-streaming-movemail): Rename to pop3-movemail.
6988
6989         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6990         don't restrict end-tag searches to the end of the line.
6991
6992 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6995         articles of every unchecked group to t, which means unknown since the
6996         server has never been opened.
6997
6998 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus-html.el (gnus-html-show-alt-text): New command.
7001         (gnus-html-browse-image): Ditto.
7002         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7003         to browse the image directly.
7004         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7005         better.
7006
7007         * gnus-async.el (gnus-async-article-callback):
7008         Call `gnus-html-prefetch-images' unconditionally.
7009
7010         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7011         before feeding URLs to curl.
7012
7013 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7016         internal images as deletable by `W D D'.
7017
7018         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7019         (gnus-async-article-callback): Fix typo.
7020
7021 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7024         current line to work around bugs in the output from w3m.
7025
7026         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7027         for groups that want that.
7028
7029         * nntp.el (nntp-wait-for-string): Supply a timeout for
7030         accept-process-output to ensure progress.
7031
7032         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7033         level to get unread articles from, then use that for foreign groups,
7034         too.
7035
7036         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7037         confuses the rest of the function.
7038
7039         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7040         for the methods that support -retrieve-groups, too.
7041
7042         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7043
7044 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7047         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7048
7049         * pop3.el: Require cl when compiling.
7050         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7051
7052 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7053
7054         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7055         that aren't going to be activated.
7056         (gnus-get-unread-articles): Fix up the last commit.
7057
7058         * gnus-html.el (gnus-article-html): Allow calling without specifying
7059         the handle.  In that case, dissect the buffer first.
7060
7061         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7062
7063         * nnimap.el (nnimap-open-connection): Revert the change that would look
7064         into authinfo for imaps instead of imap.
7065
7066         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7067         say that you don't want to call gnus-request-group with don-check, but
7068         do check the reponse.  This is for virtual groups only.
7069         (gnus-get-unread-articles): Count the archive groups as secondary, so
7070         that they're activated the same way as before.
7071
7072         * imap.el (imap-message-map): Removed optional buffer parameter, since
7073         no callers use it.
7074         (imap-message-get): Ditto.
7075         (imap-message-put): Ditto.
7076         (imap-mailbox-map): Ditto.
7077         (imap-mailbox-put): Ditto.
7078         (imap-mailbox-get): Ditto.
7079         (imap-mailbox-get): Revert last change for this function.
7080
7081         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7082         case-insensitively.
7083         (nnimap-debug): Remove.
7084
7085         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7086         callers to use `imap-fetch' instead.  According to the comments, this
7087         should be safe, since all other IMAP clients use the 1:* syntax.
7088         (imap-enable-exchange-bug-workaround): Remove.
7089         (imap-debug): Remove -- doesn't seem very useful.
7090
7091         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7092         mail from a file, and the file doesn't exist.
7093
7094         * imap.el (imap-log): New convenience function used throughout instead
7095         of repeating the same code all over the place.
7096
7097         * pop3.el (pop3-streaming-movemail): Return t for success.
7098
7099         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7100         .authinfo if we're using ssl connection.
7101
7102         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7103         already have if we're in a main Gnus `g' run.
7104
7105         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7106
7107 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7110
7111         * nnmh.el (nnmh-request-list-1): Bind `file'.
7112
7113         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7114         alias to set-process-query-on-exit-flag or process-kill-without-query.
7115         (pop3-open-server): Use it.
7116
7117 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7120         box to the Incoming file.  Fixes mistake in previous checkin.
7121
7122         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7123         request loop (for debugging purposes) removed.
7124
7125         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7126         culprit is more visible.
7127         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7128         (nnml-add-incremental-nov): New functions to do "incremental" nov
7129         updates, where we just append to the end of the existing nov files
7130         without reading/writing them in full.
7131
7132         * mail-source.el (mail-source-delete-crash-box): Really only check the
7133         incoming files once in a while.
7134
7135         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7136
7137         * mail-source.el (mail-source-delete-crash-box): Only check the
7138         incoming files for deletion once per day to save a lot of file
7139         accesses.
7140
7141         * pop3.el (pop3-logon): Fix up unbound variable typo.
7142
7143         * mail-source.el (pop3-streaming-movemail): Autoload.
7144
7145         * pop3.el (pop3-streaming-movemail):
7146         Respect pop3-leave-mail-on-server.
7147
7148         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7149         retrieval.
7150
7151         * pop3.el (pop3-process-filter): Remove unused function.
7152         (pop3-streaming-movemail, pop3-send-streaming-command)
7153         (pop3-wait-for-messages, pop3-write-to-file)
7154         (pop3-number-of-responses): New functions for streaming pop3
7155         retrieval.
7156
7157         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7158         come from no known methods.
7159         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7160         list.
7161
7162         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7163         message sizes.
7164         (pop3-movemail): Use erase-buffer instead of looping and deleting
7165         regions, which seems rather odd.
7166
7167         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7168         file once per `g' run.
7169
7170         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7171         directories.  This makes the draft queue directory work.
7172
7173         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7174         data from the backends, so that we only request the list of groups from
7175         each method once.  This should speed things up considerably.
7176
7177         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7178         detect that it's not implemented.
7179
7180         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7181         we actually do recurse down into the tree, but don't stat all leaf
7182         nodes.
7183
7184         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7185         then say so instead of bugging out.
7186
7187         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7188         files exist before trying to read them.
7189
7190         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7191         around <pre_int>.
7192
7193         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7194
7195         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7196
7197 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * mm-util.el (mm-image-load-path): Just return the image directories,
7200         not all directories in the path in addition to the image directories.
7201         (mm-image-load-path): Maintain a cache of the image directories so that
7202         the `g' command in Gnus doesn't have to stat dozens of directories each
7203         time.
7204
7205         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7206         (gnus-html-wash-tags): Add a new `i' command to insert images.
7207         (gnus-html-insert-image): New command and keystroke.
7208         (gnus-html-redisplay-with-images): New command and keystroke.
7209         (gnus-html-show-images): Rename command.
7210         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7211         spacers.
7212         (gnus-html-wash-tags): Decode entities at the end, so that entities
7213         inside the tags don't mess up the rest of the "parsing".
7214
7215         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7216         so that nnimap methods aren't agentized by default.  There's apparently
7217         many problems related to agent/imap behaviour.
7218
7219         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7220
7221         * gnus-html.el: Doc fix.
7222
7223 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7226         specifier-spec-list for Emacs 21.
7227
7228         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7229         glyph-width and glyph-height instead of display-graphic-p and
7230         image-size; make avoidance of displaying small images work for XEmacs.
7231
7232         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7233         for XEmacs.
7234
7235         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7236         of symbol that holds plist data.
7237         (gnus-process-plist): Remove plist of process after getting it.
7238
7239 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * message.el (message-generate-hashcash): Change default to
7242         'opportunistic if hashcash is installed.
7243
7244         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7245         (gnus-html-put-image): Only call image-size once, since it's somewhat
7246         time-consuming on remote X servers.
7247
7248 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7251         type on data, not a file name.
7252
7253         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7254         window-pixel-edges for Emacs 21.
7255
7256         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7257         decoded contents.
7258         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7259
7260 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7263         group line format, since it isn't very interesting.
7264
7265         * gnus-agent.el (gnus-agent-short-article),
7266         (gnus-agent-long-article): Increase values for these two variables,
7267         since most people are likely to have more network connection and
7268         storage than before.
7269
7270         * gnus.el (gnus-refer-article-method): Change default to 'current.
7271         When referring an article, the common behaviour is to refer it from the
7272         current select method, not the native select method.  The chances of
7273         the native select method having the message in question is rather slim
7274         these days.
7275
7276         * gnus-sum.el (gnus-auto-select-subject): Change default to
7277         `unseen-or-unread'.  I think it's likely that most people want to
7278         select an unseen article over a previously seen, but unread one.
7279
7280         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7281         means that in the article buffer none of the minor mode elements will
7282         be shown, usually, and this is not desirable in most cases.
7283
7284         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7285         that commands like `d' (and the like) go to the next line in the
7286         buffer, instead of the next unread article.  I think this is the
7287         behaviour that is most natural for most users.
7288         (gnus-single-article-buffer): Change default to nil, so that people can
7289         have as many article buffers open as they have summary buffer.  I think
7290         this is the most natural way for the groups to behave.
7291
7292         * message.el (message-generate-new-buffers): Change default to
7293         `unsent', so that all new message buffers start their names with the
7294         string "*unsent", and it's easier to find the buffers if you move from
7295         them.
7296
7297 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7300         small.  They're probably tracking images.
7301         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7302         (gnus-html-rescale-image): Yet another try at getting the image sizing
7303         right.
7304
7305         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7306         nntp-marks-file-name is nil.
7307
7308 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * gnus-html.el (gnus-html-wash-tags)
7311         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7312         Better logging.
7313
7314 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7317
7318         * gnus-html.el (gnus-html-wash-tags): Check the value of
7319         gnus-blocked-images in the summary buffer.
7320
7321 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7324
7325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7328         like "a", it seems like.
7329         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7330         since it needs to be picked from the correct buffer.
7331
7332         * nnwfm.el: Remove.
7333
7334         * nnlistserv.el: Remove.
7335
7336 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7337
7338         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7339         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7340
7341 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * nnkiboze.el: Remove.
7344
7345         * nndb.el: Remove.
7346
7347         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7348         alt text.
7349         (gnus-html-rescale-image): Try to get the rescaling logic right for
7350         images that are just wide and not tall.
7351
7352         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7353         overshadow variable bindings.
7354
7355 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7356
7357         * gnus-html.el (gnus-html-wash-tags)
7358         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7359         Add extra logging.
7360
7361 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362
7363         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7364         (gnus-max-image-proportion): New variable.
7365         (gnus-html-rescale-image): New function.
7366         (gnus-html-put-image): Rescale images.
7367
7368 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7369
7370         Fix up some byte-compiler warnings.
7371         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7372         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7373         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7374         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7375         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7376         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7377         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7378
7379 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-html.el (gnus-article-html): Decode contents by charset.
7382
7383 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7386         (gnus-html-frame-width, gnus-blocked-images)
7387         * message.el (message-prune-recipient-rules): Add custom version.
7388         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7389
7390         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7391         functions.
7392
7393         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7394         gnus-process-get.
7395
7396 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7397
7398         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7399         instead of lsub directly.
7400
7401 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * nnwarchive.el: Remove.
7404
7405         * gnus-soup.el: Remove.
7406
7407         * nnsoup.el: Remove.
7408
7409         * nnultimate.el: Remove.
7410
7411         * gnus-html.el (gnus-blocked-images): New variable.
7412
7413         * message.el (message-prune-recipients): New function.
7414         (message-prune-recipient-rules): New variable.
7415
7416         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7417         guess whether a long line is natural text or not.
7418
7419         * gnus-html.el (gnus-html-schedule-image-fetching):
7420         Use gnus-process-plist and friends for compatibility.
7421
7422 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7423
7424         * gnus-html.el: Require packages that define macros used in this file.
7425         (gnus-article-mouse-face): Declare to silence byte-compiler.
7426         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7427         process-get.
7428         (gnus-html-put-image): Use plist-get to avoid getf.
7429         (gnus-html-prefetch-images): Use with-current-buffer.
7430
7431 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-ems.el: Provide compatibility functions for
7434         gnus-set-process-plist.
7435
7436         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7437         header-line-format for XEmacs 21.4.
7438
7439         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7440         * gnus.el (gnus-valid-select-methods)
7441         * message.el (message-send-mail-partially-limit)
7442         * mm-decode.el (mm-text-html-renderer)
7443         * mml.el (mml-insert-mime-headers-always)
7444         * smiley.el (smiley-regexp-alist): Bump custom version.
7445
7446 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7447
7448         * gnus-html.el: require mm-url.
7449         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7450         with the url to `url'.
7451         (gnus-html-wash-tags): Support cid: URLs/images.
7452
7453 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7456         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7457         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7458
7459         * gnus-move.el: Remove file, since it doesn't really work.
7460
7461         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7462         UTF-8.  This seems to fix problems with some German web feeds.
7463
7464         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7465         at the top so that the proper colours are applied.
7466
7467         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7468         don't have dots in their names.
7469
7470         * gnus-art.el (gnus-article-view-part): Doc fix.
7471
7472         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7473         XEmacs-compatible.
7474         (gnus-html-put-image): Don't do images on non-graphic displays.
7475
7476         * nnslashdot.el: Remove this unused backend.
7477
7478         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7479         actions.
7480         (gnus-undo-register-1): Revert last change.
7481
7482         * gnus-group.el (gnus-group-completing-read): Protect against not
7483         having completion-styles bound.
7484
7485         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7486         make broken recipients happier.
7487
7488         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7489
7490         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7491         point parameter.
7492
7493         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7494
7495         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7496         completion-styles for group selection.
7497
7498 2009-02-04  Andreas Schwab  <schwab@suse.de>
7499
7500         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7501         headers and regexp-quote the match if necessary.
7502
7503 2009-03-24  Miles Bader  <miles@gnu.org>
7504
7505         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7506         the blinking smiley.
7507
7508 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7509
7510         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7511         blink smiley.
7512
7513 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7516         where the dribbel file lives exists.
7517
7518         * message.el (message-send-mail-partially-limit): Change the default to
7519         nil, since most people don't want this.
7520
7521         * mm-url.el (mm-url-decode-entities): Also decode entities like
7522         &#x3212.
7523
7524 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7525
7526         * gnus-sum.el (gnus-summary-idna-message):
7527         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7528         Hyperlink urls in docstrings with URL `...'.
7529
7530 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7531
7532         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7533         functions.
7534
7535 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7538         say what the mouseover text should be.
7539
7540         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7541         version of the mm-w3m-safe-url-regexp variable to only download images
7542         in the groups where we want that to happen.
7543
7544         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7545
7546         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7547         easier debugging.
7548         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7549         big pictures in the article buffer.
7550
7551         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7552         gnus-article-html.
7553         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7554         w3m.
7555
7556         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7557
7558 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559
7560         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7561         which doesn't exist.
7562
7563         * message.el (message-inhibit-ecomplete): New variable to allow some
7564         function to inhibit ecomplete address storage.
7565         (message-resend): Disable ecomplete message storage when resending
7566         messages.
7567
7568         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7569
7570 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7573         Save excursion while copying, moving, and deleting articles in order to
7574         prevent the cursor from jumping to unforeseen place.
7575
7576 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * lpath.el: No need to bind bookmark-current-buffer,
7579         bookmark-yank-point and bookmark-make-record-function.
7580
7581 2010-08-17  Glenn Morris  <rgm@gnu.org>
7582
7583         * gnus-sync.el: Require gnus components whose functions are used.
7584
7585         * gnus-art.el (bookmark-make-record-function):
7586         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7587         Declare for compiler.
7588
7589         * mm-url.el (mml-compute-boundary): Autoload.
7590
7591 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7594
7595 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         Typo fix "hoo4a" -> "hook".
7598
7599         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7600
7601 2010-08-14  Glenn Morris  <rgm@gnu.org>
7602
7603         * gnus-sync.el (gnus-sync): Fix defgroup version.
7604
7605 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7608
7609         * gnus-sync.el: Fix docs.
7610         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7611         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7612
7613 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7614
7615         Optimizations for gnus-sync.el.
7616
7617         * gnus-sync.el: Add docs about gnus-sync-backend
7618         possibilities.
7619         (gnus-sync-save): Remove unnecessary message.
7620         (gnus-sync-read): Optimize and show what groups were skipped.
7621
7622 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7623
7624         Minor bug fixes for gnus-sync.el.
7625
7626         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7627         Don't read the sync on get-new-news.
7628
7629         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7630         quiet.
7631
7632         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7633         (fix typo).
7634
7635 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7636
7637         Make saving and restoring of hidden threads work with overlays.
7638         Patch applied by Ted Zlatanov.
7639
7640         * gnus-sum.el (gnus-hidden-threads-configuration)
7641         (gnus-restore-hidden-threads-configuration): Update to deal with text
7642         properties, rather than searching for a magic character.
7643
7644 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7645
7646         New gnus-sync.el library for synchronization of marks.
7647
7648         * gnus-sync.el: New library for synchronization of marks.
7649
7650         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7651         renamed from `gnus-registry-grep-in-list'.
7652
7653         * gnus-registry.el (gnus-registry-follow-group-p):
7654         Use `gnus-grep-in-list'.
7655
7656         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7657
7658 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7661         determining charset of text fails.
7662
7663 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * nnmail.el (nnmail-get-new-mail-1): Revert.
7666
7667         * nnml.el (nnml-active-number): Make sure names of newly created groups
7668         in nnml-group-alist are encoded.
7669
7670 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7673         containing non-ASCII characters in active file for nnml back end.
7674
7675 2010-07-24  David Engster  <dengste@eml.cc>
7676
7677         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7678         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7679
7680 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7681
7682         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7683         tag (Bug#6654).
7684
7685 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7688         the article buffer, not the summary buffer.
7689
7690 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7693         Emacs 23 as well.
7694
7695 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7698         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7699
7700 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7701
7702         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7703         Patch applied by Karl Fogel.
7704
7705         * gnus-sum.el (gnus-summary-bookmark-make-record):
7706         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7707
7708 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7709
7710         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7711         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7712         C-w still not working correctly from Article buffers; Thierry's
7713         patch to fix that will be applied after this.
7714
7715         * gnus-art.el (bookmark-make-record-function): New local variable.
7716
7717         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7718         article buffer.
7719         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7720
7721 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7722
7723         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7724         on changes in bookmark.el.
7725
7726 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7729         `no-log' instead of message not to log prompt string.
7730
7731 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7732
7733         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7734         the *other* type of HTML form submission.
7735
7736 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7737
7738         * auth-source.el (auth-source-pick): If choice does not contain a
7739         questioned keyword, set the check to t.
7740
7741 2010-06-12  Romain Francoise  <romain@orebokech.com>
7742
7743         * gnus-util.el (gnus-date-get-time): Move up before first use.
7744
7745 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7748         (gnus-article-edit-part): Bind it to make last part that is substituted
7749         or deleted visible.
7750         (gnus-mime-display-single): Buttonize part of which id equals to
7751         gnus-mime-buttonized-part-id.
7752
7753 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7754
7755         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7756         (gnus-dd-mmm): Use gnus-date-get-time.
7757         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7758         simplify logic.
7759         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7760         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7761
7762 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7763
7764         * auth-source.el (top): Autoload `secrets-list-collections',
7765         `secrets-create-item', `secrets-delete-item'.
7766         (auth-sources): Fix tag string.
7767         (auth-get-source, auth-source-retrieve, auth-source-create)
7768         (auth-source-delete): New defuns.
7769         (auth-source-pick): Rewrite in order to avoid 2 passes.
7770         (auth-source-forget-user-or-password): New parameter USERNAME.
7771         (auth-source-user-or-password): New parameters CREATE-MISSING and
7772         DELETE-EXISTING.  Retrieve password interactively, if needed.
7773
7774 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7775
7776         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7777         deleting unused directories when gnus-expert-user is t.
7778
7779 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7782         for each temp file when gnus-article-browse-delete-temp is ask.
7783
7784 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7785
7786         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7787         Replace Lisp calls to delete-backward-char by calls to delete-char.
7788
7789 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7790
7791         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7792
7793 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7794
7795         * password-cache.el (password-cache-remove): Fix docstring.
7796
7797 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7800         article unless decoding article to be saved.
7801
7802 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7805         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7806         generated within the mm-with-unibyte-current-buffer macro.
7807
7808 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7811         to nil when we're in a mml-preview buffer and no group is selected.
7812
7813 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7814
7815         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7816         when catching the `C-g'.  Reported by "Leo".
7817
7818 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * message.el (message-forward-make-body-plain)
7821         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7822         multibyte-string-p.
7823
7824         * lpath.el: Revert.
7825
7826 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * message.el (message-forward-make-body-mml): Assume original message
7829         is multibyte string; error on unibyte.
7830         (message-forward-make-body-plain): Ditto; don't add excessive newline
7831         in body end.
7832
7833         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7834
7835 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7836
7837         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7838         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7839
7840 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * mm-extern.el (mm-extern-url): Don't use
7843         mm-with-unibyte-current-buffer.
7844         (mm-extern-cache-contents): Use with-current-buffer instead of
7845         save-excursion + set-buffer.
7846
7847 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * mm-util.el (mm-emacs-mule): Remove.
7850
7851 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7852
7853         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7854         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7855         change.
7856
7857 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7860         bind the default value of enable-multibyte-characters to nil.
7861
7862 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * message.el (message-forward-make-body-plain)
7865         (message-forward-make-body-mml):
7866         Don't use mm-with-unibyte-current-buffer.
7867
7868 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7869
7870         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7871
7872 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7873
7874         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7875         (Bug#5592).
7876
7877 2010-05-07  Julien Danjou  <julien@danjou.info>
7878
7879         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7880         it to mm-pipe-part.
7881
7882         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7883         it is given.
7884
7885 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * binhex.el (binhex-decode-region-internal)
7888         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7889         (dns-query)
7890         * nnweb.el (nnweb-gmane-search)
7891         * pgg-parse.el (pgg-parse-armor)
7892         * pgg.el (pgg-verify-region)
7893         * sha1.el (sha1-string-external)
7894         * uudecode.el (uudecode-decode-region-internal)
7895         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7896         XEmacs.
7897
7898         * gnus-art.el (gnus-article-browse-html-parts)
7899         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7900         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7901         make-temp-file.
7902
7903         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7904         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7905         compiling.
7906
7907         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7908         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7909         XEmacs when compiling.
7910
7911         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7912         gnus-pick-mode-off-hook for XEmacs when compiling.
7913         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7914         gnus-binary-mode-off-hook for XEmacs when compiling.
7915
7916         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7917         Return nil if char-charset is not available.
7918
7919         * imap.el (imap-disable-multibyte)
7920         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7921         macros.
7922
7923         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7924         instead of encode-coding-string.
7925
7926         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7927         'xemacs) instead of mm-emacs-mule to switch function definitions.
7928         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7929
7930         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7931         bind temporary-file-directory for XEmacs;
7932         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7933         timer-set-function for XEmacs 21.4 and SXEmacs;
7934         bind timer-list for XEmacs 21.4 and SXEmacs;
7935         fbind char-charset and find-charset-region for non-Mule XEmacs;
7936         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7937         encode-coding-region and encode-coding-string for XEmacs having no
7938         file-coding feature.
7939
7940 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7941
7942         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7943
7944 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7947         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7948
7949 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7950
7951         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7952         alias `jka-compr-delete-temp-file' no longer exists.
7953
7954 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7955
7956         Use define-minor-mode in Gnus where applicable.
7957         * mml.el (mml-mode): Use define-minor-mode.
7958         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7959         (gnus-undo-mode): Use define-minor-mode.
7960         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7961         (gnus-dead-summary-mode): Use define-minor-mode.
7962         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7963         Initialize in declaration.
7964         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7965         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7966         (gnus-mailing-list-mode): Use define-minor-mode.
7967         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7968         (gnus-draft-mode): Use define-minor-mode.
7969         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7970         (gnus-dired-mode): Use define-minor-mode.
7971
7972 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7973
7974         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7975         handles on recursive mml-to-mime translation and check them for
7976         boundary delimiter collisions.  Reported by Greg Troxel.
7977
7978 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7981
7982 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7983
7984         * mm-util.el (mm-find-buffer-file-coding-system):
7985         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7986
7987 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7988
7989         * message.el (message-generate-headers): Record insertion of optional
7990         headers as well.  Otherwise the check to prevent repeated insertion of
7991         optional headers is a no-op.
7992
7993 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7994
7995         * smime.el: Don't mention CVS.
7996
7997         * nnrss.el (nnrss-fetch): Don't mention CVS.
7998
7999         * nnir.el: Don't mention CVS.
8000
8001 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8002
8003         * gnus-sum.el (gnus-summary-bookmark-make-record):
8004         Add `location' field.
8005
8006 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * lpath.el: Fbind bookmark-default-handler,
8009         bookmark-get-bookmark-record, bookmark-make-record-default,
8010         bookmark-prop-get for Emacs <23 and XEmacs.
8011
8012 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8013
8014         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8015         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8016         Use with-current-buffer to silence the byte-compiler.
8017         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8018         bother to require `gnus'.
8019         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8020
8021 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8022
8023         * gnus-sum.el (gnus-summary-bookmark-make-record)
8024         (gnus-summary-bookmark-jump): New functions.
8025         (gnus-summary-mode): Setup bookmark support.
8026
8027 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8028
8029         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8030         if set.
8031
8032 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8035         gnus-article-browse-html-save-cid-image; make it work recursively for
8036         forwarded messages as well.
8037         (gnus-article-browse-html-parts): Work when prefix arg is given.
8038         (gnus-article-browse-html-article): Doc fix.
8039
8040 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8041
8042         * message.el (message-default-mail-headers):
8043         (message-default-headers): Carry the value mail-default-headers over
8044         into message-default-mail-headers, rather than message-default-headers.
8045
8046 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8047
8048         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8049         charset.
8050
8051         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8052         charset into the <meta> tag when the article is encoded to utf-8.
8053
8054 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-article-browse-delete-temp-files):
8057         Delete directories as well.
8058         (gnus-article-browse-html-parts): Work for images that do not specify
8059         file names; delete temp directory when quitting; insert header at the
8060         right place; use file: scheme for image files.
8061
8062 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8063
8064         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8065         (gnus-article-browse-html-parts): Use it to make temporary cid image
8066         files in addition to html file so that browser may display them.
8067
8068 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8071
8072 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8073
8074         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8075
8076 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8077
8078         * auth-source.el (auth-sources): Change default to be simpler.
8079         Explain about Secret Service API sources.  Improve Customize options.
8080         (auth-source-pick): Change to accept any number of search parameters.
8081         Implement fallbacks iteratively, not recursively.  Add scoring on the
8082         second pass and sort by score.  Call Secret Service API when needed.
8083         (auth-source-user-or-password): Use it.  Call Secret Service API
8084         directly when needed to get the user name and the password.
8085
8086 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8087
8088         * message.el (message-interactive): Doc fix.
8089         (message-qmail-inject-args): Reflow.
8090         (message-kill-to-signature): Fix typo in docstring.
8091
8092         * smiley.el (smiley-buffer): Fix typo in docstring.
8093
8094 2010-03-24  Glenn Morris  <rgm@gnu.org>
8095
8096         * mail-source.el (gnus-message): Declare.
8097         (mail-source-delete-old-incoming): Require gnus-util.
8098
8099 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8102
8103         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8104
8105         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8106         password-cache's default if it is not bound.
8107         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8108         password-cache-expiry's default if it is not bound.
8109
8110         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8111         available in Emacs 21.
8112
8113         * lpath.el: Suppress compiler warnings for:
8114         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8115         XEmacs;
8116         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8117         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8118         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8119
8120 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8121
8122         * auth-source.el (auth-sources): Fix up definition so extra parameters
8123         are always inline.
8124
8125 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8126
8127         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8128         wasn't updated after mismatch.  Clear cached mailbox info correctly
8129         when uidvalidity changes.
8130         (nnimap-group-prefixed-name): New function to avoid some code
8131         duplication.
8132         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8133         (nnimap-request-group): Use it.
8134         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8135         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8136         with many imap folders.  This is done by caching the group status from
8137         the imap server persistently in a group parameter `imap-status'.  (This
8138         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8139         but not persistently, so every Gnus startup was still very slow.)
8140
8141 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8142
8143         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8144         delete the extra newline.  Otherwise editing of :string and :number
8145         types don't work.
8146
8147 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8150         secrets.el dependency.
8151         (auth-sources): Add optional user name.  Add secrets.el configuration
8152         choice (unused right now).
8153
8154 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8155
8156         * gnus-sum.el (gnus-summary-make-menu-bar):
8157         Let `gnus-registry-install-shortcuts' fill in the functions.
8158
8159         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8160         warnings.
8161         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8162         (gnus-registry-install-shortcuts): Populate and use it in a
8163         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8164
8165 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8166
8167         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8168         In-place substitutions for the group name encoding/decoding.
8169         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8170         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8171         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8172         (nnimap-update-unseen, nnimap-request-list)
8173         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8174         (nnimap-request-set-mark, nnimap-split-to-groups)
8175         (nnimap-split-articles, nnimap-request-newgroups)
8176         (nnimap-request-create-group, nnimap-request-accept-article)
8177         (nnimap-request-delete-group, nnimap-request-rename-group)
8178         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8179         `encoded-mbx' for consistency.
8180         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8181         variable `imap-current-mailbox'.
8182
8183         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8184         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8185
8186 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8187
8188         * pop3.el (pop3-display-message-size-flag): Display message size byte
8189         counts during POP3 download.
8190         (pop3-movemail): Use it.
8191         (pop3-list): Implement listing of available messages.
8192
8193 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8194
8195         * nnir.el (nnir-get-article-nov-override-function): New function to
8196         override the normal NOV retrieval.
8197         (nnir-retrieve-headers): Use it.
8198
8199 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8200
8201         * auth-source.el (netrc-machine-user-or-password): Autoload.
8202
8203 2010-03-19  Glenn Morris  <rgm@gnu.org>
8204
8205         Stop message.el from loading about 40 libraries it doesn't always need.
8206         The general approach is to autoload rather than require, and to
8207         require in the specific functions rather than the file.  (Bug#5642)
8208
8209         * gmm-utils.el: Don't require wid-edit.
8210         (widget-create-child-value, widget-convert, widget-default-get):
8211         Autoload.
8212
8213         * gnus-util.el: Don't require time-date, netrc.
8214         (message-fetch-field, gnus-group-name-decode): Declare rather than
8215         autoloading.
8216         (gnus-fetch-field): Require message.
8217         (gnus-decode-newsgroups): Require gnus-group.
8218
8219         * ietf-drums.el: Don't require time-date.
8220
8221         * message.el: Don't require hashcash, canlock, ecomplete.
8222         Do require mail-utils.  Require nnheader only when compiling.
8223         (smtpmail-default-smtp-server): Remove declaration.
8224         (message-send-mail-function): Check smtpmail-default-smtp-server
8225         is bound rather than requiring smtpmail.
8226         (message-auto-save-directory, message-insert-signature):
8227         Use expand-file-name rather than nnheader-concat.
8228         (nnheader-insert-file-contents): Autoload.
8229         (hashcash-wait-async): Declare.
8230         (message-send-mail): Only call gnus-setup-posting-charset if
8231         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8232         (message-send-mail-with-sendmail): Require sendmail.
8233         (canlock-password, canlock-password-for-verify): Declare.
8234         (message-canlock-password): Require canlock.
8235         (nnheader-get-report): Autoload.
8236         (gnus-setup-posting-charset): Declare.
8237         (message-send-news): Require gnus-msg.
8238         (message-make-references, message-make-in-reply-to): Use mail-header-id
8239         rather than the alias mail-header-message-id.
8240         (ecomplete-add-item, ecomplete-save): Declare.
8241         (message-put-addresses-in-ecomplete): Require ecomplete.
8242         (ecomplete-display-matches): Autoload.
8243
8244         * mm-decode.el: Don't require mailcap, gnus-util.
8245         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8246         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8247         Autoload.
8248         (mailcap-mime-extensions): Declare.
8249
8250         * mm-encode.el: Don't require mailcap.
8251         (mailcap-extension-to-mime): Autoload.
8252
8253         * mml-sec.el: Don't require password-cache.
8254
8255         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8256         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8257         (mml-minibuffer-read-type): Require mailcap.
8258         (mml-preview): Require gnus-msg.
8259
8260         * mml1991.el: Require password-cache.
8261         (password-cache-expiry): Remove declaration.
8262
8263         * mml2015.el: Require password-cache.
8264         (password-cache-expiry): Remove declaration.
8265
8266         * nneething.el (mailcap): Require mailcap.
8267
8268         * nnheader.el (declare-function): Add compatibility stub.
8269         (message-remove-header): Declare rather than autoload.
8270         (nnheader-replace-header): Require message.
8271
8272         * nnimap.el (declare-function): Add compatibility stub.
8273         (netrc-parse, netrc-machine-user-or-password): Declare.
8274         (nnimap-open-connection): Require netrc.
8275
8276         * nntp.el (declare-function): Add compatibility stub.
8277         (netrc-parse, netrc-machine, netrc-get): Declare.
8278         (nntp-send-authinfo): Require netrc.
8279
8280         * rfc2047.el: Don't require qp.
8281         (quoted-printable-encode-region, quoted-printable-decode-string):
8282         Autoload.
8283
8284         * sieve-mode.el: Don't require easymenu.
8285         (easy-menu-add-item): Autoload it.
8286
8287         * spam-stat.el (time-to-number-of-days): Autoload it.
8288
8289 2010-03-19  Glenn Morris  <rgm@gnu.org>
8290
8291         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8292
8293 2010-03-18  Glenn Morris  <rgm@gnu.org>
8294
8295         * hashcash.el (declare-function): Remove duplicate definition.
8296
8297 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8298
8299         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8300         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8301         value if any backslash escapes).
8302
8303 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8306         if it is available.  (bug#5647)
8307
8308         * lpath.el: Suppress compiler warning for coding-system-from-name for
8309         Emacs 21 and XEmacs.
8310
8311 2010-03-14  Juri Linkov  <juri@jurta.org>
8312
8313         * hmac-def.el:
8314         * hmac-md5.el:
8315         * netrc.el: Fix keywords.
8316
8317 2010-02-26  Glenn Morris  <rgm@gnu.org>
8318
8319         * message.el (message-send-mail-function): Change the default, so that
8320         it inherits from a customized send-mail-function.  (Bug#5643)
8321
8322 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8323
8324         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8325         shell-command-to-string signals an error (bug#5299).
8326
8327 2010-02-24  Glenn Morris  <rgm@gnu.org>
8328
8329         * message.el (message-smtpmail-send-it)
8330         (message-send-mail-with-mailclient): Doc fixes.
8331
8332 2010-02-16  Glenn Morris  <rgm@gnu.org>
8333
8334         * message.el (message-default-mail-headers): Change the default value
8335         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8336
8337 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8340         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8341
8342 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8343
8344         * time-date.el (date-to-time): Doc fix (Bug#5408).
8345
8346 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8347
8348         * message.el (message-mail): Just pass yank-action on to message-setup.
8349         (message-setup): Handle (FUN . ARGS) form of yank-action.
8350         (message-with-reply-buffer, message-widen-reply)
8351         (message-yank-original): Handle non-buffer values of
8352         message-reply-buffer (Bug#4080).
8353         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8354
8355 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8356
8357         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8358         Fix typo in docstring.
8359
8360 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8361
8362         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8363         response.
8364
8365 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8368
8369         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8370
8371         * message.el (message-check-news-header-syntax): Protect against a
8372         string that `rfc822-addresses' returns when parsing fails.
8373
8374 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8377         (gnus-previous-char-property-change): New functions.
8378
8379         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8380
8381 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8382
8383         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8384         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8385
8386 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8387
8388         * message.el (message-exchange-point-and-mark): Rework last change to
8389         avoid using optional arg of exchange-point-and-mark, for backward
8390         compatibility.
8391
8392 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8393
8394         * message.el (message-exchange-point-and-mark):
8395         Call exchange-point-and-mark with an argument rather than setting
8396         mark-active by hand (Bug#5175).
8397
8398 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * nntp.el (nntp-service-to-port): Work for service expressed with
8401         numeric string; replace [:digit:] with [0-9] for XEmacs.
8402
8403 2009-12-17  Glenn Morris  <rgm@gnu.org>
8404
8405         * gnus-group.el (gnus-bug-group-download-format-alist):
8406         Change emacs entry to debbugs.gnu.org.  Bump :version.
8407
8408 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8411
8412 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * message.el (message-info): Explain why we use `Info-goto-node'.
8415
8416 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8419
8420 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8421
8422         * message.el (message-completion-in-region): New compatibility function.
8423         (message-expand-group): Use it.
8424
8425 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8428         with no unread article should be listed if the 2nd arg `predicate' is
8429         given.
8430
8431 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8434
8435 2009-11-29  Juri Linkov  <juri@jurta.org>
8436
8437         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8438         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8439         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8440
8441 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8442
8443         * sha1.el (sha1-string-external): default-directory "/" in case
8444         otherwise non-existent.  process-connection-type pipe for touch of
8445         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8446
8447 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8448
8449         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8450         it's comms related and sgml-mode.el has "comm" on that basis too.
8451
8452 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8455         containing tspecial characters if they have been already quoted.
8456
8457 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8458
8459         * dns-mode.el (auto-mode-alist): Purecopy string.
8460
8461 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8462
8463         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8464
8465 2009-10-24  Glenn Morris  <rgm@gnu.org>
8466
8467         * gnus-art.el (help-xref-stack-item): Define for compiler.
8468
8469 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8470
8471         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8472
8473 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8476
8477 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8480         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8481
8482 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8485         (gnus-overlays-in): New alias to overlays-in.
8486
8487         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8488         gnus-overlay-get, and gnus-delete-overlay.
8489         (gnus-summary-show-thread): Make it work as well for systems in which
8490         next-single-char-property-change is not available.
8491         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8492
8493         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8494         (gnus-overlay-get): New alias to extent-property.
8495         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8496
8497         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8498         SXEmacs.
8499
8500         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8501         SXEmacs.
8502
8503 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8506
8507 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8508
8509         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8510         and XEmacs that don't have `remove-overlays'.
8511
8512 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8513
8514         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8515         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8516         selective display.  Use overlays instead.
8517
8518 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8519
8520         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8521
8522 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8523
8524         * spam-stat.el (spam-stat-load): Fix typo in message.
8525
8526 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8527
8528         * dig.el (dig-invoke): Fix typo in docstring.
8529         (query-dig): Reflow docstring.
8530
8531 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8532
8533         * gnus-art.el (gnus-article-encrypt-body):
8534         * message.el (message-check-recipients):
8535         * mm-util.el (mm-codepage-setup):
8536         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8537         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8538
8539 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8540
8541         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8542         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8543         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8544         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8545         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8546
8547 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8548
8549         * dig.el: Add "Keywords: comm", as per net-utils.el.
8550
8551 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8552
8553         * dig.el (dig-mode): Use define-derived-mode.
8554
8555 2009-09-19  Glenn Morris  <rgm@gnu.org>
8556
8557         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8558
8559 2009-09-18  Glenn Morris  <rgm@gnu.org>
8560
8561         * gnus-diary.el (gnus-diary-check-message):
8562         * message.el (message-insert-formatted-citation-line):
8563         * nnbabyl.el (top-level):
8564         * nndiary.el (nndiary-schedule):
8565         Fix typos in condition-case handlers.
8566
8567 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8570         configuration that provides the sole article window in a frame;
8571         position point correctly after deleting a part.
8572
8573 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8574
8575         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8576         (spam-resolve-registrations-routine): Use it to unregister articles
8577         that change status.
8578
8579 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8582         with XEmacs.
8583         (parse-time-string-chars): Use it.
8584
8585 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8586
8587         * imap.el (imap-interactive-login): Better messages.
8588         (imap-open): Fix bug with renamed buffer on reconnect.
8589         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8590         for easier debugging and cleaner code.  On successful (guessed based on
8591         server capabilities) secondary authentication, set imap-state
8592         correctly.
8593         (imap-last-authenticator): Define imap-last-authenticator as a variable
8594         to avoid warnings.
8595
8596 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * nnrss.el (nnrss-request-article): Remove binding of
8599         default-enable-multibyte-characters that has gotten needless by
8600         the 2007-07-13 change in rfc2047-encode-message-header.
8601
8602         * mml.el (mml-insert-multipart): Error on the message header.
8603         (mml-insert-part): Error on the message header; position point at
8604         the end of a MIME tag.
8605
8606 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * time-date.el (autoload): Expand define-obsolete-function-alias into
8609         defalias and make-obsolete for old Emacsen that Gnus supports.
8610         (with-no-warnings): Define it for old Emacsen.
8611         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8612         is available.
8613         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8614         float-time is available; suppress compile warning for time-to-seconds.
8615
8616         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8617         (gnus-float-time): Alias to float-time if it exists.
8618
8619         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8620         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8621         float-time is available; suppress compile warning for time-to-seconds.
8622
8623         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8624         XEmacs.
8625
8626 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * imap.el (imap-message-map): Docstring fix.
8629
8630 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8633         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8634         Add the optional argument `encoding' that overrides the default.
8635
8636         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8637         mm-encode-buffer.
8638
8639 2009-09-04  Glenn Morris  <rgm@gnu.org>
8640
8641         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8642         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8643         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8644         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8645         * mm-util.el (mm-with-unibyte-current-buffer)
8646         (mm-find-buffer-file-coding-system):
8647         * yenc.el (yenc-decode-region): Use default-value rather than
8648         default-enable-multibyte-characters.
8649
8650 2009-09-03  Glenn Morris  <rgm@gnu.org>
8651
8652         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8653         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8654         than default-enable-multibyte-characters.
8655
8656 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8657
8658         * gnus-art.el (gnus-article-read-summary-keys):
8659         Fix gnus-buffer-configuration's value temporarily used.
8660
8661 2009-09-02  Glenn Morris  <rgm@gnu.org>
8662
8663         * gnus-util.el (gnus-float-time): New function.
8664         * gnus-delay.el (gnus-delay-article):
8665         * gnus-sum.el (gnus-thread-latest-date):
8666         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8667         * nnspool.el (nnspool-request-newgroups):
8668         Use gnus-float-time rather than time-to-seconds.
8669         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8670
8671         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8672         (gnus-header-subject-face, gnus-header-newsgroups-face)
8673         (gnus-header-name-face, gnus-header-content-face):
8674         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8675         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8676         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8677         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8678         (gnus-cite-face-11):
8679         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8680         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8681         (gnus-server-closed-face, gnus-server-denied-face)
8682         (gnus-server-offline-face):
8683         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8684         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8685         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8686         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8687         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8688         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8689         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8690         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8691         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8692         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8693         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8694         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8695         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8696         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8697         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8698         (gnus-summary-high-undownloaded-face)
8699         (gnus-summary-low-undownloaded-face)
8700         (gnus-summary-normal-undownloaded-face)
8701         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8702         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8703         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8704         (gnus-splash-face):
8705         * message.el (message-header-to-face, message-header-cc-face)
8706         (message-header-subject-face, message-header-newsgroups-face)
8707         (message-header-other-face, message-header-name-face)
8708         (message-header-xheader-face, message-separator-face)
8709         (message-cited-text-face, message-mml-face):
8710         * sieve-mode.el (sieve-control-commands-face)
8711         (sieve-action-commands-face, sieve-test-commands-face)
8712         (sieve-tagged-arguments-face):
8713         * spam.el (spam-face):
8714         Mark face aliases with "-face" in the name as obsolete.
8715
8716 2009-09-01  Glenn Morris  <rgm@gnu.org>
8717
8718         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8719         than goto-line.
8720
8721 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8724         Don't move point if the command is invoked inside the message header.
8725
8726 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8727
8728         * imap.el (imap-send-command): Simplify.
8729         (imap-wait-for-tag): point-max -> buffer-size.
8730
8731 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8732
8733         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8734         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8735         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8736         * nnir.el (nnir-swish-e-index-file):
8737         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8738         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8739         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8740         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8741         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8742         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8743
8744 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8747         Don't save excursion.
8748
8749 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8750
8751         * nnheader.el (nnheader-find-file-noselect):
8752         * mm-util.el (mm-insert-file-contents):
8753         Use (default-value 'major-mode) instead of default-major-mode.
8754
8755 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8756
8757         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8758
8759 2009-08-26  Glenn Morris  <rgm@gnu.org>
8760
8761         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8762         than placing in files.el.
8763
8764 2009-08-25  Glenn Morris  <rgm@gnu.org>
8765
8766         * nnir.el (top-level): Don't require cl at run-time.
8767         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8768         Replace cl-function substitute with gnus-replace-in-string.
8769         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8770         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8771         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8772         simplified expansions.
8773
8774 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8775
8776         * dig.el (dig): Add autoload cookie.
8777
8778 2009-08-22  Glenn Morris  <rgm@gnu.org>
8779
8780         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8781         goto-line.
8782
8783 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8784
8785         * parse-time.el (parse-time-string-chars): Save match data.
8786
8787 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8788
8789         * parse-time.el (parse-time-string-chars): Compute using character
8790         classes, to handle non-ascii characters (Bug#3190).
8791
8792 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8795
8796         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8797         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8798         (gnus-mm-display-part, gnus-mime-display-single)
8799         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8800         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8801
8802         * gnus-sum.el
8803         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8804         (gnus-summary-move-article): Add expirable mark to articles copied or
8805         moved to group that has auto-expire turned on if the option is non-nil.
8806
8807 2009-07-24  Glenn Morris  <rgm@gnu.org>
8808
8809         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8810         Fix typo.  (Bug#3903)
8811
8812 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8815         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8816         that should not be used for draft articles.
8817         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8818         that has no concern in minor mode keys.
8819         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8820         Abolish.
8821
8822 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8825         article without making inquiry to a user for unknown encoding.
8826
8827         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8828         (nnmaildir--scan): Assume i-node and device number that file-attributes
8829         returns might be cons-cell.
8830
8831         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8832
8833         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8834
8835 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8836
8837         * auth-source.el: Remove docs now in auth.texi.  Don't use
8838         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8839         `auth-source-hide-passwords' and use them.
8840
8841 2009-07-15  Glenn Morris  <rgm@gnu.org>
8842
8843         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8844
8845 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8848         excessive whitespace from the default values of title and description.
8849
8850 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8853         mail-fetch-field to fetch Content-Description header in order to
8854         exclude newlines.
8855
8856 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8857
8858         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8859         format used by GnuPG 2.0.11.
8860
8861 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8864         to deleted part.
8865
8866 2009-05-30  David Engster  <dengste@eml.cc>
8867
8868         * nnmairix.el: Remove old documentation in the commentary block.
8869         (nnmairix-request-group): Do not update active file for nnml back ends.
8870         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8871         end so that overview files are ignored.
8872         (nnmairix-update-groups): Make updating the groups more robust by using
8873         marks.
8874         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8875         with dollar characters in message-id.
8876
8877 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8880         2008-12-25 in dns.el.
8881
8882 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8883
8884         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8885         could happen if the text is only composed of spaces and/or tabs.
8886
8887 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8888
8889         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8890         when sending a queued message to avoid extra mml tags.
8891
8892 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8895
8896 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8899         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8900         rmail-toggle-header for XEmacs;
8901         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8902
8903 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-dired.el: Remove autoload for gnus-setup-message.
8906         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8907         displaying Gnus logo; always use compose-mail.
8908
8909 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8912
8913 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8916         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8917         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8918         available.
8919         (gnus-nocem-epg-verify): New function.
8920
8921 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8924
8925 2009-02-15  Glenn Morris  <rgm@gnu.org>
8926
8927         * gnus-util.el (rmail-insert-rmail-file-header)
8928         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8929         autoloads.
8930         (rmail-default-rmail-file): Remove unnecessary declaration.
8931         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8932
8933 2009-02-14  Glenn Morris  <rgm@gnu.org>
8934
8935         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8936         variable (only used in gnus-util, which declares it anyway).
8937         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8938         which was only needed by gnus-art (changed to not use it any more).
8939         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8940         only used in gnus-util, which autoloads it itself.
8941         (rmail-update-summary): Fix autoload.
8942
8943         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8944         rather than rmail-output-to-rmail-file.
8945
8946 2009-02-07  Glenn Morris  <rgm@gnu.org>
8947
8948         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8949         autoload of function that no longer exists.
8950         (rmail-toggle-header): Declare.
8951         (message-forward-rmail-make-body): Handle mbox Rmail.
8952
8953 2009-01-31  Glenn Morris  <rgm@gnu.org>
8954
8955         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8956         2009-01-09 change.
8957
8958 2009-01-31  Dave Love  <fx@gnu.org>
8959
8960         * imap.el (imap-fetch-safe): Bind debug-on-error.
8961         (imap-debug): Add imap-fetch-safe.
8962
8963 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8964
8965         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8966         (auth-source-forget-all-cached): New convenience function.
8967         (auth-source-user-or-password): Accept list of modes or a single mode.
8968
8969         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8970         auth-source modes.
8971
8972         * netrc.el (netrc-machine-user-or-password): Use list of
8973         auth-source modes.
8974
8975         * nnimap.el (nnimap-open-connection): Use list of
8976         auth-source modes.
8977
8978         * nntp.el (nntp-send-authinfo): Use list of
8979         auth-source modes.
8980
8981 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8982
8983         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8984         now.
8985
8986 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8989         coding system in XEmacs; add a workaround for XEmacs.
8990
8991         * lpath.el: Fbind coding-system-aliasee.
8992
8993 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8996         of current-language-environment.
8997
8998 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9001         available at runtime.
9002
9003 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9006
9007 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9008
9009         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9010         the greatest positive fixnum value doesn't work under an XEmacs with
9011         bignum support; use the most-positive-fixnum constant instead,
9012         available since Emacs 21.1 with cl and XEmacs 21.1.
9013
9014 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9017         XEmacs gets not to work.
9018
9019 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * mm-util.el (mm-coding-system-priorities): Allow the value like
9022         "Japanese (UTF-8)" of current-language-environment.
9023
9024 2009-01-09  Glenn Morris  <rgm@gnu.org>
9025
9026         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9027         with last-command-event.
9028
9029 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9032         in the doc string.
9033
9034         * message.el (message-fix-before-sending): Amend comment.
9035
9036 2009-01-08  Dave Love  <fx@gnu.org>
9037
9038         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9039
9040 2009-01-07  David Engster  <dengste@eml.cc>
9041
9042         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9043         simplified server definitions by converting it via
9044         gnus-server-to-method.
9045
9046 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9049         parameter's operands.
9050
9051 2009-01-06  David Engster  <dengste@eml.cc>
9052
9053         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9054         primary select method (for gnus-group-mark-article-as-read).
9055
9056 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9057
9058         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9059         `(gnus)Face', not `(gnus)X-Face'.
9060
9061 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-util.el (mm-ucs-to-char): New function.
9064
9065         * mm-url.el (mm-url-decode-entities): Use it.
9066
9067         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9068         unicode-to-char.
9069
9070 2009-01-05  Dave Love  <fx@gnu.org>
9071
9072         * time-date.el: Require cl for `declare'.
9073
9074 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9077         Dave Love.
9078
9079 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * message.el (message-fix-before-sending): Add `eight-bit' to
9082         illegible-text check.
9083
9084 2009-01-03  Michael Olson  <mwolson@gnu.org>
9085
9086         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9087         `headers' is nil.  This can occur if the IMAP server does not have
9088         permissions to read messages from a folder, but can write new messages
9089         to the folder.
9090         (nnimap-request-article-part): Do not insert `data' if it is nil.
9091
9092         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9093         characters which will confuse `read', so skip past them.
9094
9095 2009-01-01  Dave Love  <fx@gnu.org>
9096
9097         * imap.el (imap-string-to-integer): Fix typo.
9098         (imap-fetch-safe): New function.
9099         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9100
9101         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9102
9103         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9104         (imap-parse-greeting): Fix doc strings.
9105         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9106         (imap-parse-flag-list): Make messages unique.
9107         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9108
9109         * nnimap.el: Fix author email.
9110         (nnimap-split-rule): Add FIXME comment.
9111         (nnimap-debug): Fix doc string.
9112
9113 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9116
9117 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9120         nslookup if resolv.conf isn't available.
9121         (dns-query): Rename from query-dns.
9122         (dns-query-cached): Rename from query-dns-cached.
9123
9124 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9127         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9128         to check if those variables exist (first appeared in Emacs 18.50).
9129
9130 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * mm-util.el (mm-line-number-at-pos): New function.
9133
9134         * spam-report.el (spam-report-process-queue): Use it.
9135
9136 2008-12-24  David Engster  <dengste@eml.cc>
9137
9138         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9139         parameters that haven't existed as variables as buffer-local variables.
9140
9141 2008-12-23  Dave Love  <fx@gnu.org>
9142
9143         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9144         cadar.
9145
9146         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9147         imap-starttls-p.
9148         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9149
9150 2008-12-22  Dave Love  <fx@gnu.org>
9151
9152         * imap.el: Fix author email.  Doc fixes.
9153         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9154         reply.
9155
9156 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * spam-report.el (spam-report-gmane-max-requests): New constant.
9159         (spam-report-gmane-wait): New variable.
9160         (spam-report-gmane-ham, spam-report-gmane-spam)
9161         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9162         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9163         the server.
9164
9165         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9166         Add explanations.
9167
9168         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9169         nnheader-accept-process-output and nnheader-read-timeout if available.
9170         (pop3-movemail): Use it.
9171
9172         * message.el (message-check-news-body-syntax): Fix signature check if
9173         there's an attachment.
9174
9175 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * mm-util.el: Add comments to the mm- emulating functions.
9178
9179 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9182         Reported by Stephen Berman <stephen.berman@gmx.net>.
9183
9184 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * mm-util.el (mm-substring-no-properties): New function.
9187         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9188         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9189         (mm-string-to-multibyte): Doc fix.
9190
9191         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9192
9193 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * mml.el (mml-attach-file): Strip text properties from file name.
9196         (Bug#1574)
9197
9198 2008-12-16  Glenn Morris  <rgm@gnu.org>
9199
9200         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9201
9202 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9205         knows since the charset specified might be a bogus alias that
9206         mm-charset-synonym-alist provides.
9207
9208 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9211         "ISO_8859-1".
9212
9213         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9214
9215 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * mm-util.el (mm-charset-eval-alist):
9218         Define it before mm-charset-to-coding-system.
9219         (mm-charset-to-coding-system): Add optional argument `silent';
9220         define it before mm-charset-override-alist.
9221         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9222         default value if it can be used in Emacs currently running;
9223         silence mm-charset-to-coding-system.
9224
9225 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9228         `allow-override' which says whether to use `mm-charset-override-alist'.
9229         (rfc2047-decode-encoded-words): Use it.
9230
9231         * mm-util.el (mm-charset-override-alist): Fix custom type;
9232         add `(gb2312 . gbk)' to choices.
9233
9234 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9237         fast.
9238
9239         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9240
9241         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9242
9243 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9244
9245         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9246         on links.
9247
9248         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9249
9250 2008-12-03  Lute Kamstra  <lute@gnu.org>
9251
9252         * sha1.el: Remove leading * from docstrings of defcustoms,
9253         deffaces, defconsts and defuns.
9254
9255 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9258         users' addresses that don't have domain parts.
9259         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9260         rather than message-narrow-to-head since there will be the message
9261         header separator.
9262
9263 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9264
9265         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9266         since the result is inserted in a unibyte buffer anyway.
9267         (nnimap-demule-use-string-to-multibyte): Remove.
9268         (nnimap-demule): Alias it to mm-string-to-multibyte.
9269
9270 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9273         variable for debugging bug#464 and bug#1174.
9274         (nnimap-demule): Use it.
9275
9276 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9279         score calculation correctly.
9280
9281 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9282
9283         * message.el (message-send-mail): Just set the buffer to unibyte
9284         rather than use mm-with-unibyte-current-buffer which does a lot more.
9285         (message-send-mail-partially): Don't bother with
9286         mm-with-unibyte-current-buffer since it's already been made unibyte by
9287         message-send-mail.
9288
9289 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9290
9291         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9292
9293 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9294
9295         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9296
9297 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9300         require itself and to remove `with-no-warnings'.
9301
9302 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9303
9304         * starttls.el (starttls-any-program-available): Get the name of the
9305         available TLS layer program.
9306         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9307         well as the host name in the "opening" message.
9308
9309         * auth-source.el (auth-source-cache, auth-source-do-cache)
9310         (auth-source-user-or-password): Cache passwords and logins by default,
9311         allow override with `auth-source-do-cache'.
9312         (auth-source-forget-user-or-password): Allow users to remove cache
9313         entries if needed.
9314
9315 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9316
9317         * md4.el (md4-buffer): Fix typo in docstring.
9318         (md4, md4-64): Doc fixes.
9319         (md4-pack-int32): Reflow docstring.
9320
9321 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9322
9323         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9324         condition-case to only the forward-sexp call.
9325
9326 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9327
9328         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9329         quotes contained.  Make it more robust regardless by an extra
9330         condition-case wrapper.
9331
9332 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9335
9336 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * nnml.el (nnml-request-expire-articles): Check if the function set to
9339         `nnmail-expiry-target' returns the symbol `delete'.
9340
9341         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9342
9343         * nnmail.el (nnmail-expiry-target): Fix custom type.
9344
9345 2008-10-02  Glenn Morris  <rgm@gnu.org>
9346
9347         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9348         Silence compiler warning.
9349
9350 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9351
9352         * tls.el (open-tls-stream): Show the actual command being
9353         executed, instead of the format string.
9354
9355 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * lpath.el: Fbind codepage-setup for Emacs 23.
9358
9359 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9360
9361         * mml.el (mml-menu): Don't assume mml2015 is bound.
9362
9363 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9366         exists.
9367
9368 2008-09-27  Glenn Morris  <rgm@gnu.org>
9369
9370         * gnus-util.el (mail-header-remove-comments): Autoload it.
9371
9372 2008-09-27  Andreas Schwab  <schwab@suse.de>
9373
9374         * gnus-util.el (gnus-split-references): Strip comments.
9375         (gnus-parent-id): Likewise.
9376
9377 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * message.el (message-confirm-send): Fix version.
9380
9381 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * message.el (message-idna-to-ascii-rhs-1): Use
9384         mail-extract-address-components rather than mail-header-parse-addresses
9385         that is an alias by default to ietf-drums-parse-addresses that does not
9386         support non-ASCII names in headers' contents.
9387
9388 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9389
9390         * message.el (message-confirm-send): Fix variable documentation to
9391         avoid the "y/n" wording.
9392
9393 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9394
9395         * message.el (message-set-auto-save-file-name): Save to a different
9396         filename so multiple messages (especially drafts) can be recovered.
9397
9398 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9399
9400         * message.el (message-confirm-send): Add appropriate version.
9401
9402 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9403
9404         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9405         defvar.
9406
9407 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9408
9409         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9410         (mm-pkcs7-enveloped-magic): Ditto.
9411
9412 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9413
9414         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9415         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9416
9417 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9418
9419         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9420         default, it's better.
9421
9422 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9423
9424         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9425         summary line gnus-number property and ignore them (with a warning
9426         message).
9427
9428 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9431         macro caddr in the interactive form since it won't be expanded.
9432
9433 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9436         `charset'; fix name of function called recursively.
9437         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9438
9439 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9442         (gnus-mime-set-charset-parameters): New function.
9443         (gnus-mime-view-part-as-charset): Use it to correctly display part
9444         specifying wrong charset.
9445
9446 2008-09-08  David Engster  <dengste@eml.cc>
9447
9448         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9449         in completing-read for back end server.
9450
9451 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9452
9453         * message.el (message-confirm-send): New variable to confirm sending a
9454         message.
9455         (message-send): Use it.
9456
9457 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9458
9459         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9460
9461 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9464
9465 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9466
9467         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9468         prevent tracking too many groups.
9469         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9470         Use it.
9471
9472 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9473
9474         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9475         moving point to the bottom of the window in order to avoid recentering.
9476
9477 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9480
9481         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9482         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9483         (gnus-article-beginning-of-window): Fix calculation.
9484
9485 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-msg.el (gnus-summary-supersede-article)
9488         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9489         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9490         message header.
9491
9492 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9493
9494         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9495         pending output coming after the status change.
9496
9497 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9498
9499         * message.el:
9500         * gnus-start.el:
9501         * gnus-registry.el: Remove VMS support.
9502
9503 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9506         macro.
9507         (rfc2104-hash): Use it.
9508
9509 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9512         (gnus-summary-sort-by-most-recent-date): New commands.
9513         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9514         and menu entries.
9515
9516 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9519         don't redisplay article for raw contents; remove plural articles stuff.
9520
9521         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9522         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9523         on gnus-summary-save-article; display results properly.
9524
9525 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * lpath.el: No need to fbind ns-focus-frame.
9528
9529 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9532
9533 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-art.el (gnus-summary-save-in-pipe):
9536         Consider gnus-save-all-headers.
9537
9538 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9539
9540         * gnus-util.el (ns-focus-frame): Remove declaration.
9541         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9542         like x.
9543
9544 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9545
9546         * rfc2104.el (rfc2104-zero): Delete defconst.
9547         (rfc2104-hex-alist): Likewise.
9548         (rfc2104-hex-to-int): Delete func.
9549         (rfc2104-hexstring-to-bitstring): Likewise.
9550         (rfc2104-nybbles): New defconst.
9551         (rfc2104-hash): Rewrite for speed.
9552
9553 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * tls.el (open-tls-stream): Make it work with the 2nd argument
9556         BUFFER that is a string but does not exist as a buffer object, as
9557         mentioned in the doc-string.
9558
9559 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9562         SXEmacs.
9563
9564 2008-07-16  Glenn Morris  <rgm@gnu.org>
9565
9566         * gnus-util.el (ns-focus-frame): Declare for compiler.
9567
9568 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9571         set as a group parameter.
9572         (gnus-summary-save-in-pipe): Work when it is called independently.
9573         (gnus-summary-pipe-to-muttprint): Don't modify
9574         gnus-summary-pipe-output-default-command.
9575
9576 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9577
9578         * message.el (message-send-mail-with-sendmail):
9579         Display the error message.
9580
9581 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * gnus-art.el (gnus-default-article-saver):
9584         Add gnus-summary-save-in-pipe to choices.
9585         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9586         gnus-summary-pipe-output-default-command as the default command.
9587         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9588         instead of gnus-last-shell-command.
9589
9590         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9591         New user option.
9592         (gnus-summary-muttprint-program): Mention the value will be changed.
9593         (gnus-summary-save-article): Force showing of all headers.
9594         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9595
9596 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9597
9598         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9599
9600 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9601
9602         * nnimap.el (nnimap-id):
9603         * sieve-manage.el (sieve-manage-open): Doc fixes.
9604
9605 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9606
9607         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9608         if available.
9609
9610 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9611
9612         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9613
9614         * nnkiboze.el (nnkiboze-generate-group):
9615         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9616
9617         * nnmairix.el: Require CL.
9618
9619 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * dgnushack.el: Autoload get-display-table and put-display-table for
9622         XEmacs 21.5.
9623
9624         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9625         21.4 and SXEmacs.
9626
9627 2008-06-15  David Engster  <dengste@eml.cc>
9628
9629         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9630
9631 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9632
9633         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9634         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9635         runtime choice under XEmacs.
9636
9637         * gnus-sum.el (gnus-summary-set-display-table):
9638         Use `gnus-put-display-table', `gnus-get-display-table',
9639         `gnus-set-display-table' for the display table, instead of `aset'.
9640
9641         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9642         Use `gnus-put-display-table', `gnus-get-display-table',
9643         `gnus-set-display-table' for the display table.
9644
9645 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * nnmairix.el: Add autoloads.
9648
9649 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * nnmairix.el (nnmairix-delete-recreate-group)
9652         (nnmairix-update-and-clear-marks): Fix error messages.
9653
9654 2008-06-14  David Engster  <dengste@eml.cc>
9655
9656         * nnmairix.el: Upgrade to version 0.6.
9657         (nnmairix-group-toggle-propmarks-this-group)
9658         (nnmairix-group-toggle-readmarks-this-group)
9659         (nnmairix-group-delete-recreate-this-group)
9660         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9661         (nnmairix-remove-tick-mark-original-article): New commands.
9662         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9663         (nnmairix-propagate-marks-to-nnmairix-groups)
9664         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9665         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9666         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9667         functions needed for marks propagation and manipulation of read marks.
9668         (nnmairix-update-groups): New function.
9669         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9670         (nnmairix-determine-original-group-from-registry)
9671         (nnmairix-determine-original-group-from-path)
9672         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9673         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9674         New helper functions.
9675         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9676         keystrokes for new commands.
9677         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9678         (nnmairix-request-group): Check allow-fast group parameter.
9679         (nnmairix-request-create-group): Set allow-fast group parameter if
9680         nnmairix-allowfast-default is set.
9681         (nnmairix-close-group): Propagate marks upon closing if needed.
9682         (nnmairix-group-toggle-threads-this-group): Use new.
9683         nnmairix-group-toggle-parameter helper function.
9684         (nnmairix-search): Better check for empty search result.
9685         (nnmairix-goto-original-article): Use new helper functions for
9686         determining original article.
9687         (nnmairix-show-original-article): Make sure message-id is in brackets.
9688         (nnmairix-call-mairix-binary): Change variable name.
9689         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9690         helper function.
9691         (nnmairix-widget-toggle-activate): Fix doc string.
9692
9693 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * nnir.el: Require edmacro when compiling with XEmacs.
9696         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9697         available in Emacs 21.
9698
9699 2008-06-11  Glenn Morris  <rgm@gnu.org>
9700
9701         * gnus-util.el (x-focus-frame):
9702         * gnus.el (image-size):
9703         * mm-decode.el (image-size): Declare.
9704
9705         * gnus-picon.el (declare-function): Add compat definition.
9706         (image-size): Declare.
9707
9708         * gnus-group.el (tool-bar-map):
9709         * gnus-sum.el (tool-bar-map): Define for compiler.
9710
9711         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9712
9713         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9714
9715         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9716         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9717         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9718         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9719         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9720         * sieve-manage.el, spam-report.el, spam.el:
9721         Remove unnecessary eval-and-compile of autoloads.
9722
9723 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9724
9725         * auth-source.el: Precise Tramp doc.
9726
9727 2008-06-07  Glenn Morris  <rgm@gnu.org>
9728
9729         * nnmairix.el: Remove unnecessary eval-when-compile.
9730
9731 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * lpath.el: Fbind propertize for XEmacs 21.4.
9734
9735 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * nnir.el: Move here from ../contrib.
9738
9739 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9740
9741         * gnus-util.el (gnus-read-shell-command): New function.
9742         * mm-decode.el (mm-pipe-part):
9743         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9744
9745 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9748
9749 2008-06-03  Glenn Morris  <rgm@gnu.org>
9750
9751         * pop3.el (nnheader-accept-process-output): Autoload it.
9752
9753 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9756         are not 2-digit hexadecimal characters that follow `%'s.
9757
9758 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * message.el (message-bogus-recipient-p): Fix type in doc string.
9761         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9762         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9763         Improve custom options.
9764         (message-bogus-recipient-p): Adjust accordingly.
9765
9766 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9767
9768         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9769         long-form month and day names.
9770
9771 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * dgnushack.el: Autoload debug, eudc-expand-inline and
9774         pgg-snarf-keys-region for XEmacs.
9775
9776         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9777
9778         * nnmairix.el: Require edmacro when compiling with XEmacs.
9779
9780 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9783         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9784
9785 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9786
9787         * auth-source.el: Add more docs.
9788
9789         * netrc.el (netrc-machine): Always match if the port is not given.
9790
9791 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9794         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9795         retrieval faster in some cases, but might make CPU usage larger.
9796         If this has any bad side effects, we might revert this change.
9797
9798         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9799         seems to make mail retrieval much, much faster.
9800         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9801         unconditionally.
9802
9803         * gnus-draft.el (gnus-group-send-queue):
9804         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9805
9806 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9809
9810         * message.el (message-bogus-address-regexp): Fix and improve custom
9811         type.
9812         (message-setup-hook): Add message-check-recipients as custom option.
9813
9814 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * message.el (message-cite-function): Remove bogus autoload which crept
9817         in during merge from v5-10.
9818
9819 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9820
9821         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9822
9823         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9824
9825         * auth-source.el: Preliminary Tramp docs.
9826         (auth-sources): Change the default auth-sources to use
9827         EPA .gpg files.
9828
9829 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9830
9831         * nntp.el: Autoload `auth-source-user-or-password'.
9832         (nntp-send-authinfo): Use it.
9833
9834         * nnimap.el: Autoload `auth-source-user-or-password'.
9835         (nnimap-open-connection): Use it.
9836
9837         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9838         for the gnus-message function.
9839         (auth-source-user-or-password): Use it.
9840
9841 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9842
9843         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9844         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9845         (rfc2104-hash): Use it.
9846
9847 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9848
9849         * gnus-art.el (gnus-article-toggle-truncate-lines):
9850         Don't use `iff' in docstring.
9851
9852 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9853
9854         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9855
9856         * gnus-util.el (gnus-extract-address-component-name)
9857         (gnus-extract-address-component-email): Convenience functions around
9858         `gnus-extract-address-components'.
9859
9860         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9861         Use `gnus-extract-address-component-email' to fix bug of comparing full
9862         sender name to `user-mail-address'.
9863
9864 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9865
9866         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9867         catch/throw to optimize.
9868         (gnus-registry-find-keywords): Just use member to find a keyword.
9869
9870 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9871
9872         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9873         is current before calling gnus-server-prepare.
9874         (gnus-server-setup-buffer, gnus-server-update-server)
9875         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9876
9877 2008-05-04  Juri Linkov  <juri@jurta.org>
9878
9879         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9880         (mailcap-file-default-commands): Use mailcap-replace-in-string
9881         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9882         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9883
9884 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9885
9886         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9887
9888 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9889
9890         * gnus.el: Bump version to 0.11.
9891
9892 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9893
9894         * gnus.el: No Gnus v0.10 is released.
9895
9896 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9899         hooks.
9900         (gnus-update-read-articles): Speed up non-marks-using users.
9901         (gnus-use-marks): Define gnus-use-marks.
9902         (gnus-propagate-marks): Rename variable to something more sensible.
9903
9904 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9905
9906         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9907         (gmm-image-load-path-for-library): Fix typos in docstrings.
9908         (gmm-message): Reflow docstring.
9909
9910 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9911
9912         * mail-source.el (mail-source-set-1, mail-source-bind):
9913         Move auth-source code out of the macro to clean it up and fix bugs.
9914
9915 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9916
9917         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9918         by sender if it's equal to user-mail-address, it's likely to be
9919         useless.
9920
9921         * mail-source.el (mail-source-bind): Don't use user or password if they
9922         are not bound.  Unintern them if they are nil.  Don't use server unless
9923         it's bound, and default it to empty string otherwise.
9924
9925 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9926
9927         * mail-source.el: Load auth-source.el.
9928         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9929         get user name or password, if auth-sources is set up.
9930
9931         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9932         strategy of splitting with parent.
9933         (gnus-registry-split-fancy-with-parent)
9934         (gnus-registry-post-process-groups): Use it and fix prior
9935         bug (returning a list as the split result).
9936
9937         * auth-source.el (auth-sources): Remove server parameter.
9938         (auth-source-pick, auth-source-user-or-password)
9939         (auth-source-user-or-password-imap)
9940         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9941         (auth-source-user-or-password-sftp)
9942         (auth-source-user-or-password-smtp): Remove server parameter.
9943
9944 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9945
9946         * smime.el (smime-sign-region, smime-encrypt-region)
9947         (smime-decrypt-region):
9948         Remove redundant calls to `generate-new-buffer-name'.
9949
9950 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9951
9952         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9953         Don't use QP for message/rfc822.
9954         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9955
9956 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9957
9958         * sieve-manage.el (sieve-string-bytes): Remove.
9959         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9960         correct byte-length only if the process's coding-system is the same as
9961         the one used internally by Emacs to represent strings.
9962
9963 2008-04-22  Juri Linkov  <juri@jurta.org>
9964
9965         * mailcap.el (mailcap-file-default-commands): New function.
9966
9967 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * message.el (message-signature-separator, message-cite-function):
9970         Change custom version.
9971
9972 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9973
9974         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9975         commands.
9976         (tls-checktrust): Ditto.
9977
9978 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * mm-decode.el (mm-display-external): Make temp file read-only.
9981
9982 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9985         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9986         `C-c C-f d'.
9987
9988 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9989
9990         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9991
9992 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9993
9994         * gnus.el: Bump version to 0.9.
9995
9996 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * gnus.el: No Gnus v0.8 is released.
9999
10000 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10001
10002         * mail-source.el (mail-source-value):
10003         Prefer fboundp to functionp so it works with macros as well.
10004
10005 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10006
10007         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10008         Fix last change in case the element is not even a symbol.
10009
10010 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10011
10012         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10013         Prefer fboundp to functionp so it works with macros as well.
10014
10015 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10016
10017         * auth-source.el: Add docs.
10018         (auth-sources): Modify format to support server.
10019         (auth-source-pick, auth-source-user-or-password)
10020         (auth-source-user-or-password-imap)
10021         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10022         (auth-source-user-or-password-sftp)
10023         (auth-source-user-or-password-smtp): Add server parameter.
10024
10025 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10026
10027         * gnus-registry.el: Initialize the registry when gnus-registry-install
10028         is t.
10029
10030 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * compface.el (uncompface): Make buffer unibyte.
10033
10034 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10035
10036         * mail-source.el (mail-source-value):
10037         Prefer fboundp to functionp so it works with macros as well.
10038
10039 2008-04-05  Glenn Morris  <rgm@gnu.org>
10040
10041         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10042
10043 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10044
10045         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10046         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10047
10048         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10049         multibyteness after rather than before erasing it.
10050
10051         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10052         mm-with-multibyte.
10053         (gnus-request-article-this-buffer): Make sure the proper decoding is
10054         used if gnus-original-article-buffer happens to be unibyte.
10055
10056         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10057         default-enable-multibyte-characters.
10058
10059         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10060         default-enable-multibyte-characters.
10061
10062         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10063
10064         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10065
10066 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10067
10068         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10069         Fix last change in case the element is not even a symbol.
10070
10071 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10072
10073         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10074         (imap-message-copyuid-1): Use it.
10075         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10076         J. Williams in
10077         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10078
10079         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10080         imap-enable-exchange-bug-workaround.
10081         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10082
10083 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10084
10085         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10086         a 100 byte status-checks into a 2-3MB transfer for each group.
10087         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10088         to enable bug workaround or not.
10089         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10090
10091 2008-03-31  Glenn Morris  <rgm@gnu.org>
10092
10093         * message.el (mml2015-use): Declare for compiler.
10094         (message-info): Require mml2015 when appropriate.
10095
10096 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10099         whitespace.
10100
10101 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10102
10103         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10104         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10105         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10106         (nntp-service-to-port): New function.
10107         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10108         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10109         (nntp-open-netcat-stream): New function.
10110         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10111
10112 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10113
10114         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10115
10116 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10117
10118         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10119
10120 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10121
10122         * dns.el (dns-write): Use set-buffer-multibyte.
10123
10124 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10125
10126         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10127
10128 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * message.el (message-signature-separator): Change default.
10131         Improve custom type.
10132         (message-cite-function): Change default to
10133         message-cite-original-without-signature.
10134
10135         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10136         toggle.
10137
10138         * message.el (message-check-news-body-syntax): Fix signature check.
10139         (message-setup-1): Mark buffer as unmodified _after_ running
10140         message-setup-hook and handling message-alternative-emails.
10141         (message-shorten-references): Be more strict when building list of
10142         valid references to comply with GNKSA.
10143
10144         * gnus-group.el (gnus-read-ephemeral-bug-group)
10145         (gnus-read-ephemeral-debian-bug-group)
10146         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10147
10148         * message.el (message-info): Don't use booleanp which isn't supported
10149         in Emacs 21 and XEmacs.
10150
10151 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10154         gnus-group-gmane-group-download-format.
10155         (gnus-group-read-ephemeral-gmane-group): Rename from
10156         gnus-group-read-ephemeral-gmane-group.
10157         (gnus-read-ephemeral-gmane-group-url): Rename from
10158         gnus-group-read-ephemeral-gmane-group-url.
10159         (gnus-bug-group-download-format-alist): New variable.
10160         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10161         (gnus-read-ephemeral-emacs-bug-group): New commands.
10162
10163 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10164
10165         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10166         (gnus-visible-headers): Improve custom type.
10167
10168 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * mml.el (mml-menu): Add workarounds for XEmacs.
10171
10172         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10173         X-Boundary header.
10174
10175         * message.el (message-simplify-recipients): Fix previous commit.
10176
10177 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10178
10179         * mm-util.el (mm-set-buffer-multibyte): New function.
10180         * mm-decode.el (mm-copy-to-buffer): Use it.
10181
10182         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10183         Prefer fboundp to functionp so it works with macros as well.
10184
10185 2008-03-19  Glenn Morris  <rgm@gnu.org>
10186
10187         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10188         Accidentally removed in the sync process with Emacs.
10189
10190 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * message.el (message-alter-recipients-discard-bogus-full-name):
10193         New function.
10194         (message-alter-recipients-function): New variable.
10195         (message-get-reply-headers): Use it.
10196         (message-replace-header): New helper function.
10197         (message-recipients-without-full-name): New variable.
10198         (message-simplify-recipients): New command.
10199
10200         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10201
10202         * message.el (message-info): Handle EasyPG manual.
10203
10204         * mml.el (mml-menu): Add entry for EasyPG.
10205
10206 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10207
10208         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10209         parameter.
10210
10211         * message.el (message-disassociate-draft): Specify drafts group name
10212         fully.
10213
10214 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10215
10216         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10217         Eliminate unnecessary duplicates from the match list.
10218
10219 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10222
10223         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10224
10225         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10226         args of `how-many' of which the XEmacs version doesn't take; declare
10227         Info-index-next as function.
10228
10229 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * gnus-score.el (gnus-score-headers): Fix handling of
10232         gnus-inhibit-slow-scoring.
10233
10234         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10235         string.
10236         (gnus-button-url-regexp): Improve handling of parenthesis.
10237         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10238         (gnus-button-handle-info-keystrokes): Handle index entries.
10239
10240 2008-03-15  Glenn Morris  <rgm@gnu.org>
10241
10242         * parse-time.el (parse-time-string): Simplify.
10243
10244 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10247         Incoming* files.
10248
10249 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10250
10251         * auth-source.el (auth-sources): Rename from auth-source-choices.
10252         (auth-source-pick): Use it.
10253
10254 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10255
10256         * binhex.el (binhex-decode-region-internal):
10257         * uudecode.el (uudecode-decode-region-internal):
10258         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10259         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10260         setting default-enable-multibyte-characters.
10261
10262 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * auth-source.el (auth-source-protocols)
10265         (auth-source-protocols-customize, auth-source-choices): Add and
10266         modified variable customizations and defaults.
10267         (auth-source-pick, auth-source-user-or-password)
10268         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10269         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10270         (auth-source-user-or-password-sftp)
10271         (auth-source-user-or-password-smtp): Use new variables and provide an
10272         interface to netrc.el.
10273
10274 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10277         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10278         Make sure the nntp port to specify is a string.
10279
10280 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10281
10282         * nntp.el: Use with-current-buffer.
10283         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10284         dubious mm-with-unibyte-current-buffer.
10285         (nntp-with-open-group-function): New function extracted from
10286         nntp-with-open-group macro.
10287         (nntp-with-open-group): Use the function, so it's easier to debug.
10288         Add indentation and debugging info.
10289         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10290         Recommend the use of the netcat alternatives.
10291
10292         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10293         Avoid mm-string-as-multibyte as well.
10294
10295         * nnweb.el (nnweb-insert-html):
10296         Remove use of nnheader-string-as-multibyte.
10297
10298         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10299         (nnheader-string-as-multibyte): Remove.
10300
10301         * mm-view.el: Use inhibit-read-only.
10302         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10303         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10304         or unibyte-string.
10305
10306         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10307         (mm-uu-yenc-extract): Use with-current-buffer.
10308
10309         * gnus-soup.el (gnus-soup-send-packet): Don't use
10310         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10311
10312         * nnmh.el: Use with-current-buffer.
10313         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10314         mm-string-as-multibyte on the output of mm-encode-coding-string.
10315
10316         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10317         (nnimap-request-move-article): Use with-current-buffer.
10318
10319         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10320         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10321         conversion uses string-make-unibyte rather than string-as-unibyte.
10322
10323         * gnus-msg.el: Use with-current-buffer.
10324
10325         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10326
10327 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10328
10329         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10330         string for caching if it is 'PIN.
10331
10332 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * lpath.el: Consider the case without Emacs/W3.
10335
10336 2008-03-08  Glenn Morris  <rgm@gnu.org>
10337
10338         * time-date.el (date-to-time, time-subtract, time-add)
10339         (safe-date-to-time): Doc fixes.
10340
10341 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * mail-source.el (mail-source-delete-old-incoming-confirm):
10344         Change default to nil.
10345         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10346
10347 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * lpath.el: Rearrange.
10350
10351         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10352         (gnus-article-goto-prev-page): Work for articles having ^L's.
10353
10354         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10355
10356         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10357
10358 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10359
10360         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10361         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10362         (gnus-bookmark-jump): Adjust some variable names.
10363
10364 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10365
10366         * auth-source.el: New package.
10367         (auth-source-choices): Add customization entry point variable.
10368
10369         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10370         bug.
10371
10372 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10373
10374         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10375         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10376         (gnus-registry-install-shortcuts): Rename from
10377         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10378         the `gnus-registry-mark-map' keymap dynamically from
10379         `gnus-registry-marks'.  The generated functions update the summary line
10380         when a registry mark is added or deleted, and will call
10381         `gnus-registry-install-p' (see the comments in the code).
10382         (gnus-registry-user-format-function-M): Use concat intelligently.
10383
10384         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10385         the registry mark functions.
10386
10387 2008-03-05  Glenn Morris  <rgm@gnu.org>
10388
10389         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10390         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10391         gnus-art.
10392         (top-level): No need to load own source when compiling.
10393
10394 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10397         Suggested by <chris.anderton@zetnet.co.uk>.
10398
10399 2008-03-04  Glenn Morris  <rgm@gnu.org>
10400
10401         * gnus-sum.el (top-level): No need to require gnus when compiling,
10402         since unconditionally required near start of file.
10403         (gnus-summary-display-while-building): Move definition before use.
10404
10405 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10406
10407         * gnus-registry.el (gnus-registry-user-format-function-M):
10408         Add formatting function.
10409
10410 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10411
10412         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10413         with plists.
10414         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10415         Use new format.
10416
10417 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10420         `where-is-internal' that returns a range of key sequences.
10421
10422 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10423
10424         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10425
10426         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10427         (gnus-summary-jump-to-group): Consider windows on other displayed
10428         frames as well.  Similar changes might be needed elsewhere, but that's
10429         the one I've bumped into during my use.
10430
10431         * nndoc.el (nndoc-oe-dbx-type-p):
10432         * gnus-msg.el (gnus-debug):
10433         * gnus-group.el (gnus-update-group-mark-positions):
10434         Use mm-string-to-multibyte.
10435
10436 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10439         doesn't handle NotDashEscaped.
10440
10441         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10442         (mml-dnd-attach-options): Fix typo in custom choice.
10443
10444         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10445         Change nndoc-article-type to mbox.
10446         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10447
10448         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10449         to nil, instead of html2text.
10450
10451         * imap.el (imap-debug): Add `imap-ping-server'.
10452
10453         * gnus-bookmark.el: Add FIXMEs.
10454
10455         * message.el (message-form-letter-separator)
10456         (message-send-form-letter-delay): New variables.
10457         (message-send-form-letter): Use them.  New command to send form
10458         letters.  Requested by Uwe Siart.
10459         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10460
10461 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * Update copyright years.
10464
10465 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         Sync from EMACS_22_BASE.
10468
10469         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10470
10471 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10472
10473         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10474         empty author.
10475
10476 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10477
10478         * gnus-registry.el (gnus-registry-marks): Add variable for
10479         customization of marks and their appearance.
10480         (gnus-registry-read-mark): Use it.
10481         (gnus-registry-do-marks): Add utility function to loop through
10482         `gnus-registry-marks'.
10483         (gnus-registry-install-shortcuts-and-menus): Add function to install
10484         shortcuts and menus.
10485         (gnus-registry-initialize): Use it.
10486         (gnus-registry-default-mark): Clarify documentation.
10487
10488 2008-02-29  Glenn Morris  <rgm@gnu.org>
10489
10490         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10491         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10492         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10493         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10494         Change defcustom :version from 23.0 to 23.1.
10495
10496 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10497
10498         * gnus-registry.el (gnus-registry-follow-group-p)
10499         (gnus-registry-post-process-groups): Add functions to aid registry
10500         splitting and improve logging.  Clarify behavior in function
10501         documentation.
10502         (gnus-registry-split-fancy-with-parent): Use them.
10503
10504 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10505
10506         * gnus-art.el: Use with-current-buffer.
10507
10508 2008-02-27  David Engster  <dengste@eml.cc>
10509
10510         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10511         Express real group name in the response.
10512
10513 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10516         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10517         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10518         autoload gnus-registry-fetch-group when compiling.
10519         (nnmairix-request-group-with-article-number-correction):
10520         Remove unreferenced argument passed to nnmairix-call-backend.
10521
10522 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10525         (mm-uu-extract): Improve face for low color ttys.
10526         Reported by Sascha Wilde.
10527
10528 2008-02-27  Glenn Morris  <rgm@gnu.org>
10529
10530         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10531         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10532         variables to defconsts.  Convert comments to doc-strings.
10533         (nnmairix-last-server, nnmairix-current-server): Convert from free
10534         variables to defvars.  Convert comments to doc-strings.
10535         (gnus-registry-fetch-group): Autoload.
10536         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10537         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10538         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10539         caddr.
10540         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10541         nnmairix-request-group-with-article-number-correction call.
10542         (nnmairix-fast, nnmairix-group): New, less general names, for free
10543         variables passed from nnmairix-request-group to
10544         nnmairix-request-group-with-article-number-correction.  Declare.
10545         (nnmairix-request-group-with-article-number-correction):
10546         Use nnmairix-fast, nnmairix-group rather than fast, group.
10547
10548 2008-02-26  David Engster  <dengste@eml.cc>
10549
10550         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10551         version 0.5.
10552
10553 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10554
10555         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10556         instead of making an extra function call.  Don't add the current group
10557         to articles only when they have the group.  Use
10558         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10559         Reported by David <de_bb@arcor.de>.
10560
10561 2008-02-24  Miles Bader  <miles@gnu.org>
10562
10563         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10564         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10565         (mm-find-mime-charset-region):
10566         * mm-bodies.el (mm-encode-body):
10567         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10568
10569 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10572         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10573
10574 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * mail-source.el (mail-source-delete-incoming): Change default.
10577         Supplement doc string.
10578
10579         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10580
10581 2008-02-14  Glenn Morris  <rgm@gnu.org>
10582
10583         * time-date.el (format-seconds): New function.
10584
10585 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * nnmail.el (nnmail-message-id-cache-file): Derive from
10588         `gnus-home-directory'.
10589
10590 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10593         Document negative prefix.
10594
10595         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10596
10597 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * message.el (message-unsent-separator): Add the Exim bounce
10600         separator.
10601
10602 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10603
10604         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10605         list.
10606         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10607         recipient/signer list.
10608
10609 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * Makefile.in (datarootdir): Define.
10612         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10613         name that might contain whitespace.
10614
10615 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10618         fbound (Emacs 23 unicode), signal an error.
10619
10620 2008-02-08  Glenn Morris  <rgm@gnu.org>
10621
10622         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10623
10624 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10625
10626         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10627         ports to the calls to `netrc-machine-user-or-password' in addition to
10628         "imap" and "imaps".
10629
10630 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10631
10632         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10633
10634         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10635
10636 2008-02-01  Kenichi Handa  <handa@m17n.org>
10637
10638         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10639         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10640         (rfc2104-hash): Convert the result of concat to unibyte string.
10641
10642 2008-02-01  Dave Love  <fx@gnu.org>
10643
10644         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10645         coding-system-for-read.
10646         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10647
10648 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10651         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10652         <hanche@math.ntnu.no>.
10653
10654 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10657
10658         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10659
10660 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10661
10662         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10663         * message.el (message-beginning-of-line): Use featurep instead of bound
10664         tests in order to resolve conditionals at compile time.
10665
10666 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10667
10668         * mail-source.el (mail-sources): Add `group' choice.
10669
10670         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10671         parameter `in-group' to control into which group the articles go.
10672         Add treatment of `group' mail-source.
10673
10674 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10677
10678         * mm-decode.el (mm-dissect-buffer): Decode description.
10679
10680         * mml.el (mml-to-mime): Encode message header first.
10681
10682 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10685         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10686
10687         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10688         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10689
10690 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10691
10692         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10693
10694 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10697         prefix keys.
10698         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10699         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10700         gnus-xmas.el.
10701
10702         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10703         (gnus-xmas-article-describe-bindings): New function.
10704         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10705         gnus-xmas-article-describe-bindings.
10706
10707         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10708
10709 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10710
10711         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10712         Add new variables for article mark management.
10713         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10714         list of extra data entries which, when present, will indicate that the
10715         article ID should not be trimmed from the registry.
10716         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10717         functions.
10718         (gnus-registry-read-mark): New function to read a mark name from the
10719         user.
10720         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10721         (gnus-registry-set-article-mark-internal): New functions to add and
10722         remove marks.
10723         (gnus-registry-get-article-marks): New function to show the marks for
10724         an article, or retrieve them for further use.
10725
10726 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10729         keys when no argument is given.
10730
10731 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * imap.el (imap-ping-server): New variable.
10734         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10735         (imap-ping-server): Minor doc string fixes.
10736
10737 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10738
10739         * imap.el (imap-ping-server): New function.
10740         (imap-opened): Call imap-ping-server.
10741
10742 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * gnus-sum.el (gnus-article-sort-by-random)
10745         (gnus-thread-sort-by-random): Fix doc strings.
10746         Reported by jidanni@jidanni.org.
10747
10748 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-art.el (gnus-article-describe-bindings): New function.
10751         (gnus-article-read-summary-keys): Use it.
10752         (gnus-article-mode-map): Bind `C-h b' to it.
10753
10754 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10757         XEmacs.
10758         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10759         Protect against non-character events.
10760
10761         * lpath.el: Fbind map-keymap for Emacs 21.
10762
10763 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10766         New command.
10767         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10768         instead of END.  Change name of the temp file.
10769         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10770         customizable.
10771
10772 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10775         bind `S W' to gnus-article-wide-reply-with-original; set default
10776         binding to gnus-article-read-summary-send-keys.
10777         (gnus-article-read-summary-keys): Fix the order of keys; display
10778         continuation keys correctly in the echo area; describe bindings
10779         correctly when keys end with `C-h'.
10780         (gnus-article-read-summary-send-keys): New function.
10781         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10782         Work for gnus-article-read-summary-send-keys; display continuation keys
10783         correctly in the echo area.
10784         (gnus-article-reply-with-original): Ignore prefix argument.
10785         (gnus-article-wide-reply-with-original): New function.
10786
10787         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10788         Emacs 21.
10789
10790 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10793         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10794
10795 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10798         (gnus-group-read-ephemeral-gmane-group): New command.
10799
10800 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10801
10802         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10803
10804 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * message.el (message-send-mail-function): Increase custom version.
10807
10808         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10809         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10810
10811 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10814         for the cases where imap-authenticate is called with a nil buffer
10815         parameter.
10816
10817 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10820         html parts correctly; support forwarded messages.
10821         (gnus-article-browse-html-article): Remove work buffers.
10822
10823         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10824         compiling.
10825         (netrc-bound-and-true-p): New macro.
10826         (netrc-parse): Use it instead of bound-and-true-p that is not available
10827         in XEmacs 21.4.
10828
10829 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10830
10831         * gnus-registry.el (gnus-registry-mark-article)
10832         (gnus-registry-article-marks): Add functionality to mark articles
10833         through the Gnus registry.
10834
10835         * encrypt.el: Clarify documentation for the new pgg method.
10836         (encrypt-file-alist): Add PGG option.
10837         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10838         functionality.  Abstract password key and messaging to external
10839         functions.
10840         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10841         (encrypt-message-method-and-cipher): Add new convenience external
10842         functions.
10843         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10844         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10845
10846         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10847         (netrc-parse): Use encrypt-file-alist to determine if
10848         encrypt-find-model or encrypt-insert-file-contents should be used.
10849
10850         * encrypt.el: Clarify documentation.  Load password-cache or
10851         password, whichever one is found first, instead of autoloading.
10852
10853 2007-12-19  Glenn Morris  <rgm@gnu.org>
10854
10855         * mml.el (message-options-set, message-narrow-to-head)
10856         (message-in-body-p, message-mail-p, message-encode-message-body):
10857         Autoload.
10858         (message-remove-header, message-narrow-to-headers-or-head)
10859         (message-subscribed-p, message-make-mail-followup-to)
10860         (message-position-on-field, message-news-p)
10861         (message-options-set-recipient, message-generate-headers)
10862         (message-sort-headers): Declare as functions.
10863
10864 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10867         convention in doc string.
10868
10869 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10872         title to html parts.
10873         (gnus-article-browse-html-article): Pass message header to it.
10874
10875         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10876
10877 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10880         or password compatible with XEmacs.
10881
10882 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10885         format document.
10886         (gnus-mime-delete-part): Don't write description line if empty.
10887         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10888
10889 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10890
10891         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10892         (gnus-summary-mark-read-and-unread-as-read)
10893         (gnus-summary-mark-current-read-and-unread-as-read)
10894         (gnus-summary-mark-unread-as-ticked): Doc fix.
10895         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10896
10897 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10900         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10901
10902 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10905         yes-or-no-p.
10906
10907 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * mm-decode.el (mm-add-meta-html-tag): New function.
10910         (mm-save-part-to-file, mm-pipe-part): Use it.
10911
10912         * gnus-art.el (gnus-article-browse-delete-temp-files):
10913         Use gnus-y-or-n-p instead of y-or-n-p.
10914         (gnus-article-browse-html-parts): Work with message/external-body; use
10915         mm-add-meta-html-tag.
10916
10917 2007-12-11  Glenn Morris  <rgm@gnu.org>
10918
10919         * gnus-cache.el: Require gnus-sum not just when compiling.
10920
10921         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10922
10923         * gnus-int.el (gnus-server-opened, gnus-status-message):
10924         Move definitions before use.
10925
10926         * mm-decode.el: Require gnus-util.
10927         (mm-remove-part): Only call delete-annotation on XEmacs.
10928
10929         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10930
10931         * nnmail.el: Require gnus-int.
10932
10933         * spam.el: Move `require's before `eval-when-compile's.
10934
10935         * gnus-ems.el (gnus-alive-p):
10936         * gnus-fun.el (message-goto-eoh):
10937         * gnus-util.el (gnus-group-name-decode):
10938         * mail-source.el (gnus-compress-sequence):
10939         * message.el (Info-goto-node, format-spec):
10940         * mm-bodies.el (message-options-get):
10941         * mm-decode.el (mm-view-pkcs7):
10942         * mm-util.el (gmm-write-region):
10943         * mml-smime.el (mml-compute-boundary)
10944         (gnus-completing-read-with-default):
10945         * mml.el (widget-button-press, gnus-make-hashtable):
10946         * mml1991.el (mm-decode-content-transfer-encoding)
10947         (mm-encode-content-transfer-encoding)
10948         (message-options-get, message-options-set):
10949         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10950         * nnfolder.el (gnus-request-group):
10951         * nnheader.el (ietf-drums-unfold-fws):
10952         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10953         * smime.el (gnus-run-mode-hooks):
10954         * spam-stat.el (gnus-message): Autoload.
10955
10956         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10957         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10958         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10959         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10960         Add declare-function compatibility definition.
10961
10962         * gnus-cache.el (nnvirtual-find-group-art):
10963         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10964         (gnus-add-image, gnus-add-wash-type):
10965         * gnus-group.el (nnkiboze-score-file):
10966         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10967         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10968         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10969         (message-tokenize-header, gnus-get-buffer-create)
10970         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10971         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10972         * gnus.el (gnus-group-decoded-name):
10973         * mail-source.el (imap-capability):
10974         * mm-bodies.el (message-options-set):
10975         * mm-decode.el (gnus-configure-windows):
10976         * mm-extern.el (message-goto-body):
10977         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10978         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10979         (epg-sub-key-validity, message-options-set):
10980         * mml.el (widget-event-point, gnus-configure-windows):
10981         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10982         * mml2015.el (epg-check-configuration, epg-configuration)
10983         (message-options-set):
10984         * nndb.el (nndb-request-article):
10985         * nnfolder.el (gnus-request-create-group):
10986         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10987         * nnmaildir.el (gnus-group-mark-article-read):
10988         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10989         * rfc1843.el (message-fetch-field):
10990         * spam.el (gnus-extract-address-components):
10991         Declare as functions.
10992
10993 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10996
10997         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10998
10999         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11000         bind show-trailing-whitespace for XEmacs.
11001
11002 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11005         new no-op macro for backward compatibility.
11006
11007         * imap.el (imap-string-to-integer): New function.
11008
11009 2007-12-09  Glenn Morris  <rgm@gnu.org>
11010
11011         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11012
11013         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11014         * message.el, mm-view.el, sieve-manage.el, smime.el:
11015         Add declare-function compatibility definition.
11016
11017         * gnus-art.el (w3-region, w3m-region, Info-menu):
11018         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11019         * gnus-sum.el (gnus-get-predicate):
11020         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11021         * message.el (mail-abbrev-in-expansion-header-p):
11022         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11023         (w3m-detect-meta-charset, w3m-region):
11024         * sieve-manage.el (password-read, password-cache-add)
11025         (password-cache-remove):
11026         * smime.el (password-read-and-add): Declare as functions.
11027
11028 2007-12-08  David Kastrup  <dak@gnu.org>
11029
11030         * gnus-sum.el (gnus-summary-simplify-subject-query):
11031         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11032         `message'.
11033
11034 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11037         it to bind idna-program, installation-directory, defined-colors, and
11038         face-attribute for XEmacs of the version that compiles defcustom forms.
11039
11040 2007-12-07  Glenn Morris  <rgm@gnu.org>
11041
11042         * gnus-art.el (article-make-date-line): Revert previous change.
11043
11044 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11047
11048 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11049
11050         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11051         Call gnus-add-to-range ranges only once with a prepared article-list.
11052
11053 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11054
11055         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11056         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11057         group names with backslashes.
11058         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11059
11060 2007-12-06  Deepak Goel  <deego3@gmail.com>
11061
11062         * gnus-art.el (article-make-date-line):
11063         * gnus-start.el (gnus-load):
11064         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11065
11066 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-art.el (gnus-use-idna)
11069         * gnus-start.el (gnus-site-init-file)
11070         * message.el (message-use-idna)
11071         * mm-uu.el (mm-uu-hide-markers)
11072         * smiley.el (smiley-style): Revert changes that suppress warnings.
11073
11074 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11077         specify charset to html source.
11078         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11079
11080 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11083         idna-program in order to suppress byte compile warning issued by XEmacs
11084         that came to byte compile the default value section of defcustom forms
11085         recently.
11086
11087         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11088         value of installation-directory.
11089
11090         * message.el (message-use-idna): Don't directly refer to the value of
11091         idna-program.
11092
11093         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11094
11095         * smiley.el (smiley-style): Don't directly call face-attribute.
11096
11097 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11100
11101         * gnus-dired.el: Reduce Gnus dependencies.
11102         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11103         Don't require.  Use autoloads instead.
11104         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11105         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11106         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11107         (gnus-dired-mode): Adjust doc string.
11108         (gnus-dired-mail-mode): New variable.
11109         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11110         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11111         (gnus-dired-mail-buffers): New function.  Return mail or message
11112         composition buffers.
11113         (gnus-dired-attach): Use it.
11114         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11115         NO-DECODE.
11116         (gnus-dired-print): Use `gnus-print-buffer' depending on
11117         `gnus-dired-mail-mode'.
11118
11119 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * rfc2047.el (rfc2047-encoded-word-regexp)
11122         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11123         explaining what regexp patterns are for.
11124
11125 2007-12-04  Glenn Morris  <rgm@gnu.org>
11126
11127         * password.el: Move to password-cache.el.
11128
11129         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11130         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11131         * mml-smime.el (password-read, password-cache-add)
11132         (password-cache-remove):
11133         No need to autoload, since mml-sec requires password.
11134
11135         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11136         * message.el (gnus-extract-address-components):
11137         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11138
11139         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11140         password.
11141
11142 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * mailcap.el: Reduce dependencies.
11145         (mail-header-parse-content-type): Autoload.
11146         (mailcap-delete-duplicates): New alias.
11147         (mailcap-mime-info): Add optional argument NO-DECODE.
11148         (mailcap-mime-types): Use mailcap-delete-duplicates.
11149
11150         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11151
11152 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11153
11154         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11155         (imap-parse-status): Upcase status-att for servers that sends them
11156         lower-case (e.g., MS Exchange 2007).
11157
11158 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11161         function.
11162
11163         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11164         (gnus-uu-yenc-article): New function.
11165
11166         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11167
11168         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11169
11170 2007-12-02  Glenn Morris  <rgm@gnu.org>
11171
11172         * binhex.el (binhex): New custom group.
11173         (binhex-decoder-program, binhex-decoder-switches)
11174         (binhex-use-external): Move to the binhex custom group.
11175
11176         * uudecode.el (uudecode): New custom group.
11177         (uudecode-decoder-program, uudecode-decoder-switches)
11178         (uudecode-use-external): Move to the uudecode custom group.
11179
11180         * netrc.el (top-level): Don't load `encrypt' features.
11181         (netrc-parse): Don't use encrypt.
11182         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11183
11184         * encrypt.el: Remove file.
11185
11186 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11189         matches on patches.
11190
11191         * gnus-art.el (gnus-article-browse-html-article):
11192         Mention `mm-text-html-renderer' in the doc string.
11193
11194         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11195         string.  Add comments.
11196
11197         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11198         if rhs is ASCII.
11199
11200 2007-12-01  Glenn Morris  <rgm@gnu.org>
11201
11202         * mail-source.el (top-level): Require format-spec before
11203         eval-when-compile.
11204
11205 2007-11-30  Glenn Morris  <rgm@gnu.org>
11206
11207         * encrypt.el: Require password, rather than autoloading password-read.
11208
11209 2007-11-29  Glenn Morris  <rgm@gnu.org>
11210
11211         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11212         (sasl-make-client, sasl-next-step, sasl-step-data)
11213         (sasl-step-set-data): Declare as functions.
11214
11215 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11218
11219 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11220
11221         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11222         certs should be verified and what is to be done in the event of a
11223         verification failure.
11224
11225         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11226         caller can indicate whether the cache should be disregarded for this
11227         call.  This way the result of the call is reproducible at all times and
11228         can be considered a canonical server name for the supplied method.
11229         (gnus-agent-method-p): Canonicalize server names by pushing their
11230         method through `gnus-method-to-server' using the no-cache argument.
11231
11232         * gnus-srvr.el (gnus-server-insert-server-line):
11233         Call `gnus-method-to-server' with `no-cache' argument.
11234
11235         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11236         gnus-agent-possibly-synchronize-flags as this should be called when the
11237         server is actually being opened.
11238         (gnus-agent-possibly-synchronize-flags)
11239         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11240         flags file of an agentized server to the latter function.
11241
11242         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11243         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11244         after a connection has been established successfully.
11245
11246 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (article-display-face): Force to display face if called
11249         interactively; check if gnus-article-x-face-too-ugly matches author.
11250         (article-display-x-face): Display face even if From header is missing
11251         as article-display-face does.
11252
11253 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11254
11255         * hashcash.el (message-narrow-to-headers-or-head)
11256         (message-fetch-field, message-goto-eoh)
11257         (message-narrow-to-headers): Declare as functions.
11258
11259 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * mail-source.el (mail-sources): Default to fetch from file for
11262         compatibility with default of nnmail-spool-file.
11263
11264 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11267         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11268         to look for encoded word that should be encoded again.
11269         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11270         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11271         encoding pattern.
11272         (rfc2047-decode-region): Switch strict regexp and loose one according
11273         to rfc2047-allow-irregular-q-encoded-words.
11274
11275 2007-11-25  Romain Francoise  <romain@orebokech.com>
11276
11277         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11278
11279 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * tls.el (tls-program): Provide more custom choices from
11282         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11283         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11284
11285 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11288         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11289
11290         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11291         `nnmail-spool-file'.
11292
11293         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11294         `nnmail-spool-file'.
11295
11296         * gnus-move.el (gnus-change-server): Ditto.
11297
11298         * gnus-kill.el (gnus-batch-score): Ditto.
11299
11300         * gnus-cache.el (gnus-jog-cache): Ditto.
11301
11302         * gnus-msg.el (gnus-summary-reply):
11303         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11304
11305 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11308         version.  Minor improvement to doc strings.
11309         (tls-program): Add comment.
11310
11311 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11312
11313         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11314         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11315         mismatch between the hostname provided in the certificate and the name
11316         of the host connnecting to.
11317         (open-tls-stream): Use them.  Check certificates against trusted root
11318         certificates.
11319
11320 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * gnus-cache.el (gnus-cache-generate-nov-databases):
11323         Use nnml-generate-nov-databases-directory instead of
11324         nnml-generate-nov-databases-1.
11325
11326 2007-11-24  Glenn Morris  <rgm@gnu.org>
11327
11328         * message.el (message-tool-bar-retro): Update for rename
11329         mail_send.xpm->mail-send.xpm.
11330
11331 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11334         `smime-ldap-search' for Emacs 22 and up.
11335
11336 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11337
11338         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11339
11340         * message.el (message-send-mail-function): Fix error convention.
11341         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11342         (message-widen-reply, message-send-mail, message-talkative-question)
11343         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11344         (message-clone-locals, message-send-news): Use with-current-buffer.
11345         (message-insert-or-toggle-importance): Remove unused var `valid'.
11346         (message-make-references): Remove unused var `new-references'.
11347         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11348
11349 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11350
11351         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11352         (spam-split-symbolic-return-positive): Reflow docstring.
11353         (spam-backends, spam-summary-exit-behavior)
11354         (spam-mark-ham-unread-before-move-from-spam-group)
11355         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11356         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11357         (spam-clear-cache, spam-backend-check, spam-install-backend)
11358         (spam-install-statistical-backend, spam-list-of-processors)
11359         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11360         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11361         (spam-check-crm114, spam-initialize, spam-unload-hook):
11362         Fix typos in docstrings.
11363
11364 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11367         been checked if they have never been read and those group levels are
11368         higher than the one that a user specified.
11369
11370 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11373         foreign groups unless a group level is specified by a user.
11374         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11375
11376 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * message.el (message-send-mail-function): Require sendmail.
11379
11380 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * message.el (message-send-mail-function): Check for smtpmail too.
11383
11384         * utf7.el (utf7-encode, utf7-decode): Use coding system
11385         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11386
11387         * message.el (message-send-mail-function): New function.
11388         (message-send-mail-function): Set default using
11389         message-send-mail-function.  Adjust doc string.
11390         (message-send-mail-with-mailclient): New function.
11391
11392 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11393
11394         * smime.el (from):
11395         * rfc2047.el (message-posting-charset):
11396         * qp.el (mm-use-ultra-safe-encoding):
11397         * pop3.el (parse-time-months):
11398         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11399         * nnml.el (files):
11400         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11401         (jka-compr-compression-info-list, ange-ftp-path-format)
11402         (efs-path-regexp):
11403         * nndiary.el (files):
11404         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11405         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11406         (epg-digest-algorithm-alist, inhibit-redisplay)
11407         (password-cache-expiry):
11408         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11409         (pgg-output-buffer, password-cache-expiry):
11410         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11411         (efs-path-regexp):
11412         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11413         (inhibit-redisplay):
11414         * mm-uu.el (file-name, start-point, end-point, entry)
11415         (gnus-newsgroup-name, gnus-newsgroup-charset):
11416         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11417         (latin-unity-ucs-list):
11418         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11419         (mm-uu-binhex-decode-function):
11420         * message.el (gnus-message-group-art, gnus-list-identifiers)
11421         (rmail-enable-mime-composing, gnus-local-organization)
11422         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11423         (gnus-read-active-file, facemenu-add-face-function)
11424         (facemenu-remove-face-function, gnus-article-decoded-p)
11425         (tool-bar-mode):
11426         * mail-source.el (display-time-mail-function):
11427         * gnus-util.el (nnmail-pathname-coding-system)
11428         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11429         (gnus-original-article-buffer, gnus-user-agent)
11430         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11431         (xemacs-codename, sxemacs-codename, emacs-program-version):
11432         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11433         * gnus-start.el (gnus-agent-covered-methods)
11434         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11435         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11436         (gnus-newsgroup-headers, gnus-group-list-mode)
11437         (gnus-group-mark-positions, gnus-newsgroup-data)
11438         (gnus-newsgroup-unreads, nnoo-state-alist)
11439         (gnus-current-select-method, mail-sources)
11440         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11441         (nnmail-spool-file, gnus-cache-active-hashtb):
11442         * gnus-mh.el (mh-lib-progs):
11443         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11444         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11445         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11446         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11447         (gnus-group-buffer):
11448         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11449         (font-lock-set-defaults):
11450         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11451         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11452         (gnus-summary-post-menu, total-parts, type, condition, length):
11453         * gnus-agent.el (gnus-agent-read-agentview):
11454         * flow-fill.el (show-trailing-whitespace):
11455         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11456         eval-and-compile wrappers for byte compiler pacifiers.
11457
11458         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11459         (mm-display-inline-fontify): Check for featurep 'xemacs not
11460         extent-list.
11461
11462         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11463         itimer-list.
11464         (mm-create-image-xemacs): Only do something for XEmacs.
11465         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11466
11467         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11468
11469         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11470         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11471
11472 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11473
11474         * nnimap.el (nnimap-split-download-body):
11475         * gnus-demon.el (gnus-demon):
11476         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11477
11478 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11481         New macros.
11482         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11483         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11484         copy data from unibyte buffer to multibyte current buffer.
11485         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11486         to copy data from unibyte current buffer to multibyte buffer.
11487         (nntp-make-process-buffer): Make process buffer unibyte.
11488
11489         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11490
11491 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11492
11493         * pop3.el (pop3-open-server): Accept and process data more robustly at
11494         connexion start to avoid spurious "POP SSL connexion failed" errors.
11495
11496 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11499         read group names.
11500
11501 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11504
11505 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11508         (nnmail-save-active): Use a unibyte buffer when saving active file,
11509         which may contain non-ASCII group names.
11510
11511         * nnml.el (nnml-request-group): Decode group names in messages.
11512
11513 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * message.el (message-citation-line-function)
11516         (message-insert-formatted-citation-line): Fix spelling of
11517         `message-insert-formated-citation-line'.
11518
11519 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11522
11523 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11526         nnmail-pathname-coding-system.
11527
11528         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11529         that a user enters; decode group names in messages.
11530
11531         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11532
11533 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11536
11537         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11538
11539         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11540         risky local variable.
11541
11542         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11543
11544 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11545
11546         * encrypt.el: Improve documentation to fix function name typo.
11547         Reported by Daiki Ueno <ueno@unixuser.org>.
11548
11549 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11552         even if the point is not in the last page of an article.
11553         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11554         back to the previous page.
11555
11556 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11559
11560 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11563
11564 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11565
11566         * message.el (message-check-news-body-syntax):
11567         Avoid mm-string-as-multibyte.
11568         (message-hide-headers): Don't assume (point-min)==1.
11569
11570 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * message.el (message-remove-blank-cited-lines): Fix if remove is
11573         given.
11574         (message-bogus-address-regexp): New variable.
11575         (message-bogus-recipient-p): New function.
11576         (message-check-recipients): New command.
11577         (message-syntax-checks): Add `bogus-recipient'.
11578         (message-fix-before-sending): Add `bogus-recipient'.
11579
11580         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11581         (gnus-treat-body-boundary): Don't test window-system.
11582
11583 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11584
11585         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11586
11587 2007-10-28  Miles Bader  <miles@gnu.org>
11588
11589         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11590         at compile-time too.
11591
11592 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-msg.el (gnus-message-setup-hook):
11595         Add `message-remove-blank-cited-lines' to options.
11596
11597 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11598
11599         * message.el (message-remove-blank-cited-lines): New function.
11600         Suggested by Karl Plästerer.
11601
11602 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11605         mapc.
11606
11607         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11608         (top-level): Use mapc to set functions to be traced for debugging.
11609
11610         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11611         called for effect with while loop.
11612
11613         * message.el (message-talkative-question): Replace mapcar called for
11614         effect with mapc.
11615
11616         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11617         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11618         called for effect with dolist.
11619
11620         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11621
11622         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11623         gnus-extra-headers and nnmail-extra-headers.
11624
11625         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11626         called for effect with dolist.
11627         (top-level): Use mapc to set functions to be traced for debugging.
11628
11629         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11630         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11631         dolist.
11632
11633         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11634         Replace mapcar called for effect with mapc.
11635         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11636         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11637         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11638         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11639
11640         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11641         remove-if that's a cl function.
11642
11643         * webmail.el (webmail-debug): Replace mapcar called for effect with
11644         dolist.
11645
11646         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11647         with mapc.
11648
11649 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11652         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11653         with while loop.
11654
11655         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11656         functions from article-* functions.
11657         (gnus-multi-decode-header): Replace mapcar called for effect with
11658         dolist.
11659
11660         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11661         (gnus-bookmark-show-details): Replace mapcar called for effect with
11662         while loop.
11663
11664         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11665         called for effect with while loop.
11666
11667         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11668         with dolist.
11669
11670         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11671         Replace mapcar called for effect with dolist.
11672
11673         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11674
11675         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11676         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11677         Replace mapcar called for effect with dolist.
11678         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11679         mapc.
11680
11681         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11682         Replace mapcar called for effect with dolist.
11683         (gnus-topic-list): Replace mapcar called for effect with mapc.
11684
11685         * gnus.el: Use mapc instead of mapcar to add autoloads.
11686
11687 2007-10-23  Richard Stallman  <rms@gnu.org>
11688
11689         * gnus-group.el (gnus-group-highlight): Mark as risky.
11690
11691 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus.el (gnus-server-to-method): Return method found first in
11694         gnus-newsrc-alist.
11695
11696         * gnus-art.el (gnus-article-highlight-signature)
11697         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11698         button overlay without the front stickiness.
11699
11700 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11701
11702         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11703         overview buffer needed a catch to receive its throw.
11704         (gnus-agent-flush-cache): Declare as interactive to make this function
11705         easier to use.
11706
11707 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11710         `next-line'.
11711
11712 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11715         exclude address matching message-dont-reply-to-names.
11716
11717 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-util.el (gnus-string<): New function.
11720
11721         * gnus-sum.el (gnus-article-sort-by-author)
11722         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11723
11724 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11727         the frame-focus tag is set in gnus-buffer-configuration.
11728
11729 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11732         the front stickiness.
11733
11734 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11737         url pattern; remove duplicate one.
11738         (gnus-article-extend-url-button): New function.
11739         (gnus-article-add-buttons): Use it.
11740         (gnus-button-push): Use concatenated url that it makes.
11741
11742 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11743
11744         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11745
11746 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11747
11748         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11749         Don't hardcode point-min==1.
11750
11751 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11754         Fix comment about "iso8859-1".
11755
11756 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11757
11758         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11759         ones returned from the verify-function.
11760
11761         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11762         Call mml2015-extract-cleartext-signature if extraction failed.
11763
11764 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11765
11766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11767         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11768         failed.
11769
11770 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11773
11774 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11777         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11778         recommends to use EasyPG instead of PGG.
11779
11780         * pgg.el: Revert to revision 6.23.2.16.
11781
11782         * pgg-def.el: Revert to revision 6.6.2.14.
11783
11784         * pgg-gpg.el: Revert to revision 6.23.2.34.
11785
11786 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11787
11788         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11789         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11790         thread for both the null and zero (kill/expire thread) universal prefix
11791         cases.
11792         (gnus-summary-expire-thread): Add new function to expire a thread,
11793         using gnus-summary-kill-thread.
11794         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11795         shortcuts for gnus-summary-expire-thread.
11796         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11797         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11798
11799 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11800
11801         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11802         extras value, so an extras entry can be deleted.
11803         (gnus-registry-delete-extra-entry): Use it.
11804         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11805         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11806         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11807         storage through the gnus-registry, and provide an appropriate API for
11808         it.
11809
11810 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11813         Suggested by Leo <sdl.web@gmail.com>.
11814
11815         * gnus.el: Do.
11816
11817 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11820         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11821
11822         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11823
11824         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11825         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11826
11827 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11830         newline.
11831         (nnmbox-request-accept-article): Don't change article in source buffer;
11832         narrow to header to use message-fetch-field rather than
11833         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11834         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11835         as delimiters; make sure article ends with newline.
11836         (nnmbox-delete-mail): Correct last position of article to be deleted;
11837         ignore X-Gnus-Newsgroup header in article body.
11838         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11839         positions; make sure article ends with newline.
11840
11841         * message.el (message-display-abbrev): Don't infloop when a user
11842         inserts SPC in the beginning of header.
11843
11844         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11845         coding-system-for-read and coding-system-for-write for XEmacs having no
11846         file-coding feature.
11847
11848         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11849
11850 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11853         list of groups not followed by default.  Fix type to be regexp.
11854         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11855
11856 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11857
11858         * hmac-def.el (define-hmac-function): Switch from old-style to
11859         new-style backquotes.
11860
11861         * md4.el (md4-make-step): Likewise.
11862
11863 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11866         raw-text coding system when saving .newsrc file, which may contain
11867         non-ASCII group names.
11868
11869 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-cus.el (gnus-score-extra): New widget.
11872         (gnus-score-extra-convert): New function.
11873         (gnus-score-customize): Use it for Extra.
11874
11875 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11876
11877         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11878         (mml2015-mailcrypt-clear-verify): Use it.
11879         (mml2015-gpg-clear-verify): Use it.
11880         (mml2015-pgg-clear-verify): Use it.
11881         (mml2015-epg-clear-verify): Replace the current part with the output
11882         from GnuPG; don't extract the plaintext by itself.
11883
11884         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11885         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11886         mml2015-clear-verify-function; don't touch the armor headers or
11887         dash-escaped text here.
11888
11889 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11892         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11893         parts, or application/octet-stream as a last resort.
11894         (gnus-mime-view-part-as-type): Don't toggle display.
11895         (gnus-mime-view-part-as-charset): Don't turn off display before
11896         querying charset.
11897
11898         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11899         stuff to undisplayer function in Emacs.
11900         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11901
11902         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11903         text/calendar parts.
11904
11905 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11908         decoding text/calendar parts.
11909
11910         * message.el (message-forward-make-body-mime): Always mark body as
11911         having no illegible text; remove signed-or-encrypted argument.
11912         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11913
11914         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11915         (mml-generate-mime-1): Don't encode body if it is specified to be in
11916         raw form; don't make buffer be unibyte when inserting multibyte string.
11917
11918 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11919
11920         * sha1.el: Fix up comment style.
11921         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11922         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11923
11924         * hex-util.el: Fix up comment style.
11925         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11926
11927         * gnus-salt.el: Use with-current-buffer.
11928         (gnus-pick-setup-message): Fix long-standing typo.
11929
11930 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * imap.el (imap-logout-timeout): New variable.
11933         (imap-logout, imap-logout-wait): New functions.
11934         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11935
11936         * nnimap.el (nnimap-logout-timeout): New server variable.
11937         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11938         nnimap-logout-timeout.
11939
11940         * gnus-art.el (gnus-article-summary-command-nosave)
11941         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11942
11943 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus.el (gnus-maximum-newsgroup): New variable.
11946
11947         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11948         according to gnus-maximum-newsgroup.
11949
11950         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11951         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11952         Limit the range of articles according to gnus-maximum-newsgroup.
11953
11954 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11955
11956         * gnus-art.el (gnus-sticky-article): Fix problems described in
11957         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11958         Don't perform gnus-configure-windows here; reuse existing sticky
11959         article buffer.
11960
11961         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11962         it doesn't exist in gnus-article-mode.
11963
11964 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11967         (gnus-agent-decoded-group-name): New function.
11968         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11969         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11970
11971 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11972
11973         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11974         Add binding for gnus-sticky-article.
11975         (gnus-summary-exit): Don't kill sticky article buffers.
11976
11977         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11978         article buffer.
11979         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11980         (gnus-kill-sticky-article-buffers): New commands.
11981
11982 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * nntp.el (nntp-xref-number-is-evil): New server variable.
11985         (nntp-find-group-and-number): If it is non-nil, don't trust article
11986         numbers in the Xref header.
11987
11988 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-agent.el (gnus-agent-read-group): New function.
11991         (gnus-agent-flush-group, gnus-agent-expire-group)
11992         (gnus-agent-regenerate-group): Use it.
11993         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11994         nnmail-pathname-coding-system.
11995
11996 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11999
12000         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12001         that are unread as unread, and also as selected so that information of
12002         marks having been changed by a user may be updated when exiting group.
12003
12004 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12007
12008 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12011         calculated ignoring signature parts to gnus-treat-article.
12012
12013 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12016         a point here in order to keep the window start.
12017         (gnus-insert-mime-security-button): Make a button overlay without the
12018         front stickiness.
12019         (gnus-mime-display-security): Goto the end of a button.
12020
12021         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12022
12023 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12026         group-name-at-point.
12027         (gnus-group-completing-read): New function that offers decoded
12028         non-ASCII group names for completion.
12029         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12030         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12031         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12032         (gnus-group-fetch-control): Use it.
12033         (gnus-fetch-group): Use group-name-at-point for the initial value
12034         rather than the default value; use gnus-alive-p.
12035
12036         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12037         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12038         (gnus-summary-post-news): Use gnus-group-completing-read.
12039
12040         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12041         (gnus-read-move-group-name): Decode group name for completion.
12042
12043 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12044
12045         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12046         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12047         Yamaoka slightly modified the code).
12048
12049 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12052         (nnmail-split-incoming): Bind it.
12053
12054         * nnml.el (nnml-group-name-charset): New function.
12055         (nnml-decoded-group-name): Use it; don't decode group name if
12056         nnmail-group-names-not-encoded-p is non-nil.
12057         (nnml-encoded-group-name): New function.
12058         (nnml-group-pathname): Inline nnml-decoded-group-name.
12059         (nnml-request-expire-articles): Decode group name in message.
12060         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12061         nnmail-pathname-coding-system.
12062         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12063         not decoded ones according to nnmail-group-names-not-encoded-p.
12064         (nnml-generate-active-info): Use nnml-encoded-group-name.
12065
12066 2007-08-08  Glenn Morris  <rgm@gnu.org>
12067
12068         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12069         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12070         doc-strings and comments.
12071
12072 2007-07-25  Glenn Morris  <rgm@gnu.org>
12073
12074         * Relicense all FSF files to GPLv3 or later.
12075
12076 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-sum.el (gnus-summary-move-article):
12079         Make gnus-summary-respool-article work.
12080
12081 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12084         string.
12085
12086 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12087
12088         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12089         that should be ignored when comparing distant RSS articles with local
12090         ones.
12091         (nnrss-make-hash-index): New function.  Create a hash index according
12092         to the ignored fields.
12093         (nnrss-check-group): Use it.
12094
12095 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12098
12099         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12100
12101         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12102         the new optional argument ENCODED is non-nil.
12103         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12104         coding system for encoding group name.
12105         (gnus-group-make-rss-group): Pass un-encoded group name to
12106         gnus-group-make-group.
12107         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12108         encoded.
12109
12110         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12111         Encode group name to which articles are moved or copied.
12112         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12113         coding system for encoding Newsgroup, Followup-To and Xref headers.
12114
12115         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12116         marks; use nnheader-file-coding-system to write a file.
12117         (nnagent-retrieve-headers): Bind file-name-coding-system to
12118         nnmail-pathname-coding-system.
12119
12120         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12121
12122         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12123         (nnml-request-article, nnml-request-create-group)
12124         (nnml-request-rename-group, nnml-find-id)
12125         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12126         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12127         (nnml-save-marks): Use nnml-group-pathname instead of
12128         nnmail-group-pathname.
12129
12130         (nnml-request-create-group, nnml-request-expire-articles)
12131         (nnml-request-move-article, nnml-request-delete-group)
12132         (nnml-deletable-article-p, nnml-possibly-create-directory)
12133         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12134         (nnml-open-marks): Bind file-name-coding-system to
12135         nnmail-pathname-coding-system.
12136
12137         (nnml-request-article): Pass server argument to nnml-find-group-number.
12138         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12139         Pass server argument to nnml-possibly-create-directory.
12140         (nnml-request-accept-article): Pass server argument to
12141         nnml-active-number and nnml-save-mail.
12142         (nnml-find-group-number): Pass server argument to nnml-find-id.
12143         (nnml-request-update-info): Pass server argument to
12144         nnml-marks-changed-p.
12145
12146         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12147         (nnml-save-mail, nnml-active-number): Add server argument.
12148
12149         (nnml-request-delete-group): Warn if group is missing.
12150         (nnml-get-nov-buffer): Decode group name.
12151         (nnml-generate-active-info): Encode group name.
12152         (nnml-open-marks): Decode group name in messages.
12153
12154 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12157         if it is not specified.
12158         (gnus-article-pipe-part, gnus-article-save-part)
12159         (gnus-article-interactively-view-part, gnus-article-copy-part)
12160         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12161         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12162         (gnus-article-replace-part, gnus-article-delete-part)
12163         (gnus-article-view-part-as-type): Pass raw prefix argument to
12164         gnus-article-part-wrapper.
12165
12166 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-agent.el (gnus-agent-save-active):
12169         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12170
12171         * gnus-cache.el (gnus-cache-save-buffers)
12172         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12173         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12174         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12175         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12176         (gnus-cache-generate-active, gnus-cache-rename-group)
12177         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12178         (gnus-cache-update-overview-total-fetched-for):
12179         Bind file-name-coding-system to nnmail-pathname-coding-system.
12180         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12181         New variables.
12182         (gnus-cache-decoded-group-name): New function.
12183         (gnus-cache-file-name): Use it.
12184         (gnus-cache-generate-active): Use non-decoded group name for active.
12185
12186         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12187         right place.
12188         (gnus-write-active-file): Don't break non-ASCII group names.
12189
12190         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12191         nnmail-pathname-coding-system.
12192
12193         * lpath.el: Bind default-file-name-coding-system,
12194         file-name-coding-system and language-info-alist for XEmacs.
12195
12196         * gnus-uu.el (gnus-uu-decode-save): Typo.
12197
12198 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12201
12202 2007-07-14  David Kastrup  <dak@gnu.org>
12203
12204         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12205         finishing actions if we did not edit the article.
12206
12207 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12210         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12211         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12212         (gnus-agent-flush-group, gnus-agent-flush-cache)
12213         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12214         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12215         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12216         (gnus-agent-regenerate-group)
12217         (gnus-agent-update-files-total-fetched-for)
12218         (gnus-agent-update-view-total-fetched-for):
12219         Bind file-name-coding-system to nnmail-pathname-coding-system.
12220         (gnus-agent-group-pathname): Don't encode file names by
12221         nnmail-pathname-coding-system.
12222         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12223         coding-system-for-write instead of buffer-file-coding-system to
12224         gnus-agent-file-coding-system.
12225
12226         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12227         Decode group name.
12228
12229         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12230
12231         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12232         (gnus-read-newsrc-el-file): Make group names unibyte.
12233
12234         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12235         nnmail-pathname-coding-system.
12236
12237         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12238         (nnrss-request-delete-group): Bind file-name-coding-system to
12239         nnmail-pathname-coding-system.
12240         (nnrss-read-server-data, nnrss-read-group-data):
12241         Bind file-name-coding-system correctly.
12242         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12243
12244         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12245         (nntp-server-to-method-cache): New variable.
12246         (nntp-group-pathname): New function that decodes non-ASCII group names.
12247         (nntp-possibly-create-directory, nntp-marks-changed-p)
12248         (nntp-save-marks, nntp-open-marks): Use it.
12249         (nntp-possibly-create-directory, nntp-open-marks):
12250         Bind file-name-coding-system to nnmail-pathname-coding-system.
12251         (nntp-open-marks): Decode group names when bootstrapping marks.
12252
12253         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12254         Newsgroups and Folowup-To headers.
12255
12256 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12259         (gnus-server-closed-face, gnus-server-denied-face)
12260         (gnus-server-offline-face): Remove variable.
12261         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12262
12263         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12264         of modifying message-stack directly for XEmacs.
12265
12266         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12267         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12268         if the coding-system argument is nil for XEmacs.
12269
12270         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12271         mm-charset-override-alist.
12272
12273         * rfc2047.el: Don't require base64; require rfc2045 for the function
12274         rfc2045-encode-string.
12275         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12276         to quote the parameter value.
12277
12278 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12281         form in gnus-group-name-charset-method-alist.
12282
12283         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12284         overrides the default layout edit-form.
12285
12286         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12287
12288         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12289
12290 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12293         as unfetched articles.
12294
12295 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12298
12299 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12302         original back end that keeps marks in the local system.
12303
12304 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12307         arg of pop-to-buffer for XEmacs.
12308         (gnus-article-read-summary-keys): Ditto; don't restore window
12309         configuration if summary command ends up with neither article buffer
12310         nor summary buffer; describe bindings if summary keys end with C-h.
12311
12312 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * message.el (message-fix-before-sending): Skip raw message part to be
12315         forwarded while checking illegible text.
12316         (message-forward-make-body-mime, message-forward-make-body):
12317         Mark signed or encrypted raw message as having no illegible text.
12318
12319 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12322         (gnus-message-with-timestamp-1): New macro.
12323         (gnus-message-with-timestamp): New function.
12324         (gnus-message): Use them.
12325
12326         * nnheader.el (nnheader-message): Use them.
12327
12328 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12331         .newsrc.eld file.
12332
12333 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * gnus-agent.el (gnus-agent-fetch-headers)
12336         (gnus-agent-retrieve-headers):
12337         Bind gnus-decode-encoded-address-function to identity.
12338
12339         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12340         available also when the server returns simply a dot.
12341
12342         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12343
12344 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12347
12348 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-ems.el (gnus-x-splash): Make it work.
12351
12352         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12353         from being used.
12354
12355         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12356
12357 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12360         4th and the 5th arguments.
12361
12362         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12363         the front stickiness.
12364         (gnus-article-summary-command-nosave): Correct the order of the
12365         arguments passed to pop-to-buffer.
12366         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12367         summary command ends up with the article buffer.
12368
12369         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12370         the same faces.
12371
12372 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12373
12374         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12375
12376 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12377
12378         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12379         * gnus-sum.el (gnus-summary-highlight):
12380         * pgg.el (pgg-sign-region, pgg-sign):
12381         * mail-source.el (mail-source-delete-old-incoming-confirm):
12382         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12383
12384 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-art.el (gnus-mime-view-part-externally)
12387         (gnus-mime-view-part-internally): Fix predicate function passed to
12388         completing-read.
12389
12390         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12391
12392         * gnus.el (gnus-update-message-archive-method): Add :version.
12393
12394 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * gnus.el (gnus-update-message-archive-method): New variable.
12397
12398         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12399         according to gnus-message-archive-method if
12400         gnus-update-message-archive-method is non-nil.
12401
12402 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12405         Suggested by Loic Dachary <loic@dachary.org>.
12406         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12407
12408 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * message.el (message-pop-to-buffer): Add switch-function argument.
12411         (message-mail): Pass switch-function argument to it.
12412
12413 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12416         Improve doc string.
12417
12418 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12421         (gnus-header-content)
12422         * gnus-cite.el (gnus-cite-10)
12423         * gnus-srvr.el (gnus-server-closed)
12424         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12425         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12426         (gnus-group-mail-3-empty, gnus-group-mail-low)
12427         (gnus-group-mail-low-empty, gnus-splash)
12428         * message.el (message-header-to, message-header-cc)
12429         (message-header-subject, message-header-other, message-header-name)
12430         (message-header-xheader, message-separator, message-cited-text)
12431         (message-mml): Lighten colors of faces used for dark background.
12432
12433 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12434
12435         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12436         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12437
12438 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * message.el (message-narrow-to-headers-or-head):
12441         Ignore mail-header-separator in the body.
12442
12443 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12446         same as window size.
12447
12448 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12449
12450         * message.el (message-font-lock-keywords): Use message-header-xheader
12451         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12452         ahead of the anything pattern, to get it recognised.
12453
12454 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12457         spam.el loads uses it in the compiled defadvice form.
12458
12459 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12460
12461         * gnus-sum.el (gnus-articles-to-read)
12462         (gnus-summary-insert-old-articles): Don't truncate group name for
12463         `read-string'.
12464
12465         * gnus-util.el (gnus-limit-string): Delete this function.
12466
12467         * gnus-sum.el (gnus-simplify-subject-fully):
12468         Use `truncate-string-to-width' instead.
12469
12470 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12471
12472         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12473         Tell if, on summary exit, the next group has to be selected.
12474         (gnus-summary-exit): Use it.
12475
12476 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12479         non-break space.
12480
12481 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12484         Check if group is not a directory.
12485         (nnfolder-request-expire-articles): Don't delete articles if the target
12486         group is not available.
12487
12488         * nnml.el (nnml-request-create-group): Properly check if group is not a
12489         file.
12490         (nnml-request-expire-articles): Don't delete articles if the target
12491         group is not available.
12492
12493         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12494         Don't quote characters that are within parentheses.
12495
12496 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12499         (gnus-handle-ephemeral-exit): Select article according to it.
12500
12501 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * message.el (message-insert-formated-citation-line): Remove newline.
12504         (message-citation-line-format): Add final \n here so that the user can
12505         avoid a blank line.
12506
12507 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12508
12509         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12510         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12511         Update lanl/arXiv support.
12512
12513 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * gnus.el: Bump version number.
12516
12517 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * gnus.el (gnus-version-number): Bump version.
12520
12521 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12522
12523         * gnus.el: No Gnus v0.6 is released.
12524
12525 2007-04-27  Didier Verna  <didier@xemacs.org>
12526
12527         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12528         * gmm-utils.el (gmm-regexp-concat): ... here.
12529         * message.el: Don't require 'gnus-util.
12530         (message-dont-reply-to-names): Handle name change above.
12531         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12532
12533 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12536         since the initial value varies according to the system.
12537
12538 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12541
12542 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12543
12544         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12545
12546 2007-04-24  Didier Verna  <didier@xemacs.org>
12547
12548         Improve the type of gnus-ignored-from-addresses.
12549         * gnus-util.el (gnus-orify-regexp): New function.
12550         * message.el (gnus-util): Require it.
12551         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12552         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12554
12555 2007-04-24  Didier Verna  <didier@xemacs.org>
12556
12557         * gnus-sum.el:
12558         * gnus-utils.el: Fix some trailing whitespaces.
12559
12560 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12563         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12564         article's Message-ID; refer parent article in summary buffer.
12565
12566         * message.el (message-bounce): Call mime-to-mml.
12567
12568         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12569         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12570         optimize and/or forms properly.
12571
12572 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12575         URL.
12576
12577 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12580
12581 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12584         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12585         displayed of multipart/alternative part if it is invoked from summary
12586         buffer.
12587
12588         * mm-view.el (mm-inline-text-html-render-with-w3m)
12589         (mm-inline-text-html-render-with-w3m-standalone)
12590         (mm-inline-render-with-function): Use mail-parse-charset by default.
12591
12592 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12593
12594         * parse-time.el (parse-time-string-chars): Check if CHAR
12595         is less than the length of parse-time-syntax.
12596
12597 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12600         from gnus-newsgroup-processable.
12601
12602 2007-04-16  Didier Verna  <didier@xemacs.org>
12603
12604         * gnus-msg.el (gnus-configure-posting-styles):
12605         Handle message-signature-directory properly with :file syntax.
12606         Reported by "Leo".
12607
12608 2007-04-11  Didier Verna  <didier@xemacs.org>
12609
12610         New user option: message-signature-directory.
12611         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12612         * message.el (message-insert-signature): Ditto.
12613         * message.el (message-signature-file): Doc update.
12614         * message.el (message-signature-directory): New.
12615
12616 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * gnus-msg.el (gnus-inews-yank-articles):
12619         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12620
12621 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * message.el (message-yank-original): Make sure cited text ends with
12624         newline; don't exchange point and mark.
12625
12626 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12627
12628         * tls.el (open-tls-stream): Properly handle case where there
12629         is no associated buffer.
12630
12631 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12632
12633         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12634         message-yank-original, make sure (< mark TEXT point).
12635
12636 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * message.el (message-fill-column): New variable.
12639         (message-mode): Use it.  Add comment on a possible new hook.
12640
12641         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12642         (nnmail-get-new-mail): Reformat.
12643
12644         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12645
12646         * gmm-utils.el: Fix Commentary.
12647         (gmm-tool-bar-from-list): Fix typo in doc string.
12648
12649 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12650
12651         * message.el (message-yank-original): Don't switch point and mark
12652         unnecessarily to put point and mark as documented.
12653
12654 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12655
12656         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12657         from the message heads.
12658
12659 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12660
12661         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12662         article buffer does not have a window.  This may not be the best
12663         solution but is certainly better than setting the start of the null,
12664         that is the current, window.
12665
12666 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12669         (gnus-draft-setup): Run it.
12670
12671         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12672         gnus-score-fast-scoring.  Allow regexp.
12673         (gnus-score-headers): Use it.
12674
12675         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12676         XEmacs.
12677
12678         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12679         string.
12680         (gnus-button-alist): Also catch `<f1> k ...'.
12681         (gnus-treat-display-x-face): Fix doc string.
12682
12683 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12684
12685         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12686         evaluation of gnus-extended-version to ensure correct generation of the
12687         User-Agent header when message-generate-headers-first is used.
12688
12689 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12690
12691         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12692         hashcash-path is nil.  Don't call callback with incorrect number of
12693         parameters if val is 0.
12694
12695 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12696
12697         * message.el (message-required-news-headers):
12698         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12699
12700 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12701
12702         * tls.el (open-tls-stream): In handshake-waiting loop,
12703         don't wait more if there is output available to process.
12704
12705 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12706
12707         * tls.el (tls-program): Doc fix.
12708
12709 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * message.el (message-generate-new-buffers): Change the meaning of the
12712         nil value; add `standard' to the choices; treat t as `unique'; improve
12713         doc string.
12714         (gnus-select-frame-set-input-focus): Autoload.
12715         (message-buffer-name): Search for the existing message buffer if
12716         message-generate-new-buffers is nil or `standard'; treat the value t of
12717         message-generate-new-buffers as `unique'.
12718         (message-pop-to-buffer): Raise the frame already displaying the message
12719         buffer; clear the echo area after querying.
12720         (message-setup): Pass the `continue' argument to compose-mail.
12721         (message-mail): Prefer `switch-function' if it is given; search for the
12722         existing message buffer if the `continue' argument is non-nil; pass
12723         continue and switch-function arguments to compose-mail by way of
12724         message-setup.
12725         (message-mail-other-window): Adjust argument of message-setup.
12726         (message-mail-other-frame): Ditto.
12727
12728 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12731         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12732         to turn font-lock on when turning gnus-message-citation-mode on.
12733
12734 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12735
12736         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12737         (mml-smime-function-alist): New variable; add epg as the backend.
12738         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12739         mml-smime- functions instead.
12740         * mm-view.el: Require smime.
12741
12742 2007-03-05  Didier Verna  <didier@xemacs.org>
12743
12744         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12745         instead of just inheritance for posting styles.
12746         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12747
12748 2007-02-24  Chris Moore  <dooglus@gmail.com>
12749
12750         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12751         * pgg-pgp.el (pgg-pgp-encrypt-region):
12752         * pgg-gpg.el (pgg-gpg-encrypt-region):
12753         Check pgg-encrypt-for-me if no other recipients.
12754
12755 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12756
12757         * tls.el (tls-certtool-program): Fix custom type.
12758
12759 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12762         and point-at-eol instead of line-(beginning|end)-position.
12763
12764         * assistant.el (assistant-parse-buffer): Ditto.
12765
12766         * netrc.el (netrc-parse-services): Ditto.
12767
12768 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12769
12770         * mml2015.el (mml2015-epg-find-usable-key): New function.
12771         (mml2015-epg-sign): Use it.
12772         (mml2015-epg-encrypt): Use it.
12773
12774 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * message.el (message-make-in-reply-to): Quote name containing
12777         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12778         if there are special characters.  Reported by NAKAJI Hiroyuki
12779         <nakaji@jp.freebsd.org>.
12780
12781 2007-02-27  Didier Verna  <didier@xemacs.org>
12782
12783         Include the group parameters as well as the topic ones in the
12784         inheritance filter process.
12785         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12786         argument GROUP-PARAMS-LIST.
12787         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12788
12789 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * nntp.el (nntp-never-echoes-commands)
12792         (nntp-open-connection-functions-never-echo-commands): New variables.
12793         (nntp-send-command): Use them.
12794
12795 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12796
12797         * mml2015.el (mml2015-epg-verify): Simplify.
12798
12799 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * mml.el (mml-content-disposition-alist): New user option.
12802         (mml-content-disposition): New function.
12803         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12804         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12805
12806 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12807
12808         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12809         verification.
12810
12811 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12812
12813         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12814         articles posted in the last 24 hours.
12815
12816 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12817
12818         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12819
12820 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12821
12822         * nntp.el (nntp-send-command): Don't wait for echoes when
12823         nntp-open-ssl-stream is used.
12824
12825 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12828         (gnus-message-add-citation-keywords)
12829         (gnus-message-remove-citation-keywords): Remove.
12830         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12831         directly, make the variables in font-lock-defaults buffer-local, add
12832         gnus-message-citation-keywords to them and then update the value of
12833         font-lock-keywords.
12834
12835 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * message.el (message-cite-original-1): Don't call
12838         gnus-article-highlight-citation.
12839
12840         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12841         citations; fix line count.
12842
12843 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12846         (gnus-message-add-citation-keywords)
12847         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12848         versions of font-lock-add-keywords and font-lock-remove-keywords to
12849         work with XEmacs correctly.
12850
12851 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-cite.el (gnus-cite-face-list): Set the values of
12854         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12855         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12856         (gnus-message-cite-prefix-regexp): New variable.
12857         (gnus-message-search-citation-line): Use it; protect against long
12858         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12859         the 0th match data for Emacs.
12860         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12861         (gnus-message-add-citation-keywords): Append keywords rather than
12862         prepending; emulate font-lock-add-keywords if it is not available.
12863         (gnus-message-remove-citation-keywords):
12864         Emulate font-lock-remove-keywords if it is not available.
12865
12866         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12867
12868         * message.el (message-cite-prefix-regexp): Set the value of
12869         gnus-message-cite-prefix-regexp.
12870
12871 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12872
12873         * nnweb.el (nnweb-google-parse-1): Update parser.
12874
12875 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12876
12877         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12878
12879 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12880
12881         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12882         regexp.
12883
12884 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12887         string-to-multibyte.
12888         (uudecode-decode-region-internal): Use it.
12889
12890         * lpath.el: Fbind string-as-multibyte for XEmacs.
12891
12892 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12895         Fix custom choice.
12896
12897         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12898
12899 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12900
12901         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12902
12903         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12904         `write-region' to respect `mm-inhibit-file-name-handlers'.
12905
12906 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12909         Use gnus-home-directory instead of "~/" or "$HOME".
12910
12911 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12912
12913         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12914         to mention filename.
12915         Add comments at beginning regarding usage.
12916         (encrypt-write-file-contents): Change interactive so a string is
12917         acceptable.  If the file has no associated model, show an error instead
12918         of a nonsense prompt.
12919
12920 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12921
12922         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12923         Thanks to Yoshihiko Yamada for kind notification of this typo.
12924
12925 2007-01-12  Kenichi Handa  <handa@m17n.org>
12926
12927         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12928         multibyte buffer.
12929
12930 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * gnus-score.el (gnus-score-fast-scoring): New variable.
12933         (gnus-score-headers): Use it.
12934
12935         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12936
12937         * message.el (message-cite-original-1):
12938         Call gnus-article-highlight-citation if requested.
12939         (message-make-from): Allow name and address as optional arguments.
12940
12941         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12942
12943         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12944         bugs to doc string.
12945         (gnus-button-alist): Add mid\\|message-id.
12946         (gnus-button-fetch-group): Extend for use in
12947         `browse-url-browser-function'.
12948         (gnus-button-url-regexp): Try to catch paired parentheses like in
12949         Wikipedia URLs.
12950
12951         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12952         Suggested by Simon Krahnke <overlord@gmx.li>.
12953
12954 2007-01-13  Romain Francoise  <romain@orebokech.com>
12955
12956         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12957         Update copyright.
12958
12959 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12960
12961         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12962
12963 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12964
12965         * gnus-registry.el (gnus-registry-unfollowed-groups)
12966         (gnus-registry-split-fancy-with-parent): Fix documentation.
12967
12968 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969
12970         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12971         from nnweb groups.
12972
12973 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12974
12975         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12976         Xref urls.  Erase buffer before requesting head.
12977
12978         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12979
12980 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12983         customizable.
12984
12985 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12986
12987         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12988         no signing key is found.
12989         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12990         no encrypting and/or signing key is found.
12991
12992 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12995
12996 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12997
12998         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12999         headers read from disk with the ones newly found in the current search.
13000         This should no longer cause problems, because the article numbers in
13001         Gmane's `nov.php' output are ignored since the previous change.
13002
13003 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13004
13005         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13006
13007 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13010         replace-regexp-in-string; bind url-version; fbind display-images-p and
13011         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13012         find-face and set-itimer-function for Emacs; bind itimer-list for
13013         Emacs.
13014
13015         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13016
13017 2007-01-01  Romain Francoise  <romain@orebokech.com>
13018
13019         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13020
13021 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13022
13023         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13024         `define-minor-mode' macro definition expanded properly.
13025         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13026         exclude it there.
13027
13028         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13029         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13030         `fboundp' test.
13031         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13032         This is OK to autoload in (S)XEmacs now.
13033
13034 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13037         keystroke.
13038         (gnus-summary-limit-to-singletons): Fix typo.
13039
13040         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13041         else fails.
13042
13043 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13044
13045         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13046         docstring.
13047
13048         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13049         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13050         (gnus-summary-insert-dormant-articles): Fix typo in message.
13051
13052 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13055         nil for XEmacs.
13056         (gnus-message-citation-mode): Don't autoload in XEmacs.
13057
13058         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13059
13060 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13061
13062         * nnimap.el (nnimap-expunge-search-string):
13063         Mention nnimap-search-uids-not-since-is-evil in docstring.
13064
13065 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * spam.el: Revert to make-obsolete-variable because
13068         define-obsolete-variable-alias is not supported in Emacs 21.
13069
13070         * spam.el (spam-ifile-path, spam-ifile-database-path)
13071         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13072         make-obsolete-variable.
13073         (spam-bsfilter-path, spam-bsfilter-program)
13074         (spam-spamassassin-path, spam-spamassassin-program)
13075         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13076         Don't use "path" inappropriately.
13077         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13078         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13079         variable names.
13080
13081 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13082
13083         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13084         summary buffer.
13085
13086         * password.el (password-cache-remove): Use clear-string to burn
13087         password, if available.
13088
13089 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13090
13091         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13092
13093         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13094
13095         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13096         (gnus-message-highlight-citation): Move defcustom here from
13097         gnus-cite.el.
13098         (gnus-message-citation-mode): Autoload.
13099
13100         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13101         checks to make it compile with XEmacs.
13102         (gnus-message-citation-mode): New minor mode.
13103         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13104         (gnus-message-highlight-citation): New variables.
13105         (gnus-message-search-citation-line)
13106         (gnus-message-add-citation-keywords)
13107         (gnus-message-remove-citation-keywords)
13108         (turn-on-gnus-message-citation-mode)
13109         (turn-off-gnus-message-citation-mode): New functions.
13110
13111 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13112
13113         * gnus-cite.el: Enable highlighting of different citation levels in
13114         message-mode.
13115
13116 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * message.el (message-make-fqdn): Fix comment.
13119         (message-bogus-system-names): Add ".local".
13120
13121         * spam.el (spam-ifile-path, spam-ifile-program)
13122         (spam-ifile-database-path, spam-ifile-database)
13123         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13124         Don't use "path" inappropriately.
13125         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13126         strings.
13127         (spam-check-ifile, spam-ifile-register-with-ifile)
13128         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13129         Use new variable names.
13130
13131         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13132         (gnus-treat-display-smileys): Simplify using
13133         gnus-image-type-available-p.
13134
13135         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13136         available.
13137
13138         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13139         Use `display-images-p' if available.
13140
13141 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13144         one after turning on the buffer's multibyteness instead of decoding
13145         them directly in the unibyte buffer that causes unexpected conversion
13146         in Emacs 23 (unicode).
13147
13148 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13149
13150         * message.el (message-generate-hashcash): Fix custom type.
13151
13152 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13155
13156 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13159         disconnect icons.  Add help text.
13160
13161 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13164         negated to be consistent with the others we handle.
13165
13166 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13167
13168         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13169         version of gnus-summary-buffer to something, so that we can use two
13170         article buffers at the same time.
13171
13172 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13175         trigger all the extra headers.
13176         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13177         sorting.
13178
13179 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13180
13181         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13182         solid groups.
13183
13184 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13185
13186         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13187
13188 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * legacy-gnus-agent.el: Add Copyright notice.
13191
13192 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13193
13194         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13195
13196 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13197
13198         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13199
13200         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13201         to make it work reliably in CVS Emacs.
13202         (gnus-summary-limit-strange-charsets-predicate)
13203         (gnus-summary-limit-to-predicate): New functions.
13204
13205 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13206
13207         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13208         specifying array size.
13209         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13210         array if it is too small.
13211         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13212         (gnus-sort-threads-loop): New function.
13213
13214 2006-12-06  Chris Moore  <dooglus@gmail.com>
13215
13216         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13217         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13218
13219 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13220
13221         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13222         options.
13223
13224 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13227         DOS-ing the recipient.
13228
13229         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13230         the headers when creating the mapping to avoid mismappings.
13231         (nnweb-gmane-create-mapping): Always nix out old mapping.
13232
13233 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13236         and mm-verify-option to never.
13237
13238 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * message.el (message-signed-or-encrypted-p): New function.
13241         (message-forward-make-body): Use it.
13242
13243         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13244         Replace encode-coding-string with mm-encode-coding-string.
13245
13246 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * nneething.el (nneething-decode-file-name):
13249         Replace decode-coding-string with mm-decode-coding-string.
13250
13251         * gnus-int.el (gnus-open-server): Say failed server's name.
13252
13253 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13254
13255         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13256         strings to a single string.  Quote `errors-file-name'.
13257         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13258         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13259         Adjust calls.  Use `shell-quote-argument'.
13260
13261 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13262
13263         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13264         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13265
13266         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13267         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13268         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13269         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13270         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13271         (gnus-subscribe-newsgroup, gnus-1):
13272         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13273         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13274         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13275         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13276
13277 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13278
13279         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13280         keystroke.
13281         (gnus-summary-limit-to-bodies): Implement headersp.
13282
13283 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13286
13287 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13290
13291 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * message.el (message-generate-hashcash): Expand range of values to
13294         include `opportunistic'.
13295         (message-send-mail): Use it.
13296
13297 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13298
13299         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13300         and comment it.
13301
13302         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13303
13304 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus-util.el (gnus-extract-address-components): Improve comment.
13307
13308 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-util.el (gnus-extract-address-components): Work with address in
13311         which the name portion contains @.
13312
13313         * lpath.el: Fbind custom-autoload.
13314
13315 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * gnus.el (gnus-start): Move custom group up.
13318         (gnus-select-method): Don't autoload, but make it available for
13319         `customize-variable'.
13320         (gnus-getenv-nntpserver): Don't autoload.
13321
13322 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13323
13324         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13325
13326 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * message.el (message-sendmail-extra-arguments): New variable.
13329         (message-send-mail-with-sendmail): Use it.
13330
13331 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13334         mm-with-unibyte-current-buffer to make string unibyte.
13335
13336         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13337         mm-string-as-multibyte.
13338
13339 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13340
13341         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13342         Reported by Werner Koch <wk@gnupg.org>.
13343
13344 2006-11-14  Daiki Ueno  <ueno@p360>
13345
13346         * mml2015.el: Autoload epa-select-keys when compiling.
13347
13348 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13349
13350         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13351         message-options.
13352         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13353
13354 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13355
13356         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13357         EasyPG (< 0.0.6).
13358         (mml2015-always-trust): New user option.
13359         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13360         prompt.
13361
13362 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * nntp.el (nntp-authinfo-force): New variable.
13365         (nntp-send-authinfo): Use it.
13366
13367 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13370         decode encoded words.  Improve prompt.  Add comment about forwarding.
13371         (message-replacement-char): Move up.
13372
13373 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13374
13375         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13376         instead of gnus-intersection because arguments of gnus-sorted-nunion
13377         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13378
13379 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13382         (message-simplify-subject-functions):
13383         Enable message-strip-subject-encoded-words by default.
13384
13385 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * message.el (message-strip-subject-encoded-words): New function.
13388         (message-simplify-subject-functions): New variable.
13389         (message-simplify-subject): Use it.  Fix typo in doc string.
13390         Support message-strip-subject-encoded-words.
13391
13392 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13393
13394         * gnus-diary.el (gnus-diary-delay-format-function):
13395         * nndiary.el (nndiary-reminders):
13396         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13397
13398 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-art.el (article-hide-boring-headers): Fetch date from
13401         gnus-original-article-buffer to avoid problems with localized date
13402         strings.
13403
13404 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13407
13408 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13411         New variables.
13412         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13413         (mm-charset-synonym-alist): Move some entries to
13414         mm-codepage-iso-8859-list.
13415         (mm-charset-synonym-alist, mm-charset-override-alist):
13416         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13417
13418 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13421
13422 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13425         with Emacs 21 and XEmacs.
13426
13427 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13428
13429         * spam.el (spam-parse-address): New function for better parsing,
13430         catching errors, etc.
13431         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13432
13433 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * mm-view.el: Add interactive arg to html2text autoload.
13436
13437 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13440
13441 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13444         New variables.
13445         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13446         (mm-charset-synonym-alist): Move some entries to
13447         mm-codepage-iso-8859-list.
13448
13449         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13450
13451 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * message.el (message-citation-line-format)
13454         (message-insert-formated-citation-line): Fix implementation of %E, %N
13455         and %n according to the doc string.
13456
13457 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13458
13459         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13460         Use car-safe to avoid bad parses.
13461
13462 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13465         names.
13466
13467         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13468
13469 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13472         header.
13473
13474         * message.el (message-draft-headers): Add Date.
13475         (message-headers-to-generate): Fix typo in docstring.
13476
13477         * nndraft.el (nndraft-required-headers): New variable.
13478         (nndraft-generate-headers): Use it.
13479
13480         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13481
13482 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * gnus-registry.el (gnus-registry-wash-for-keywords)
13485         (gnus-registry-find-keywords): New functions to allow easy searching of
13486         articles that are in the registry.
13487
13488 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13489
13490         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13491         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13492         Reported by Damien Elmes <damien@repose.cx>.
13493
13494 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus.el (gnus-mime): Remove unused custom group.
13497
13498 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13499
13500         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13501         "blank line" when searching for end of armor headers.
13502
13503 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gmm-utils.el (gmm-write-region): Fix variable name.
13506
13507 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gmm-utils.el (gmm-write-region): New function based on compatibility
13510         code from `mm-make-temp-file'.
13511
13512         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13513
13514         * nnmaildir.el (nnmaildir--update-nov)
13515         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13516         Use `gmm-write-region'.
13517
13518 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13521         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13522
13523         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13524
13525         * message.el (message-replacement-char): New variable.
13526         (message-fix-before-sending): Use it.
13527         (message-simplify-subject): New function to remove duplicate code.
13528         (message-reply, message-followup): Use it.
13529
13530         * gnus-sum.el (gnus-summary-make-menu-bar):
13531         Clarify gnus-summary-limit-to-articles.
13532
13533 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-util.el (gnus-with-local-quit): New macro.
13536
13537         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13538
13539 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13540
13541         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13542         ignore non-string data.
13543
13544 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13545
13546         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13547         non-string data (needs to be done in the registry too).
13548
13549 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13550
13551         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13552         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13553         (gnus-registry-split-fancy-with-parent)
13554         (gnus-registry-fetch-simplified-message-subject-fast)
13555         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13556         Remove text properties on ingress into the registry and when it's saved.
13557         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13558         registry from entries with no groups.
13559
13560 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13561
13562         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13563         function to remove string properties.
13564
13565 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13566
13567         * gmm-utils.el (gmm): Adjust custom version.
13568
13569         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13570         Adjust custom version.
13571
13572         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13573
13574 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-art.el (gnus-insert-prev-page-button)
13577         (gnus-insert-next-page-button): Simplify.  Reformat.
13578
13579 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13580
13581         * gnus-art.el (gnus-insert-prev-page-button)
13582         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13583
13584 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13585
13586         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13587
13588 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13589
13590         * gnus-art.el (gnus-insert-mime-button)
13591         (gnus-insert-mime-security-button):
13592         Apply gnus-article-button-face to MIME and security buttons.
13593
13594 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13597         readable.
13598
13599 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13602
13603 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13604
13605         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13606         `browse-url-of-file' instead of `browse-url'.
13607
13608 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13609
13610         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13611         regexp.  Articles containing quotation were cut prematurely.
13612
13613 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * message.el (message-cite-original-1): Use nobody by default for the
13616         value of From header.
13617         (message-reply): Ditto.
13618
13619 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13620
13621         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13622         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13623         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13624
13625 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13626
13627         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13628         mails in the doc string.  Add some URLs in comment.
13629         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13630
13631 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13634         backslashes handling and the way to find boundaries of quoted strings.
13635
13636 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13637
13638         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13639         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13640         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13641         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13642
13643 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13646         doc string.
13647         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13648
13649 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * lpath.el: Fbind epg-check-configuration.
13652
13653 2006-09-06  Simon Josefsson  <jas@extundo.com>
13654
13655         * mml2015.el (mml2015-use): Doc fix, mention epg.
13656
13657 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13658
13659         * mml2015.el (mml2015-use): Default to epg, if available.
13660
13661 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13662
13663         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13664         message-sender.
13665         (mml1991-epg-encrypt): Ditto.
13666         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13667         message-sender.
13668         (mml2015-epg-encrypt): Ditto.
13669
13670 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13671
13672         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13673         several common directories.
13674
13675 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13676
13677         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13678         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13679
13680 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * gnus-art.el (article-decode-encoded-words): Make it fast.
13683
13684 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13687
13688         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13689         in quoted string into `\'.
13690
13691 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13694         Use standard-syntax-table.
13695
13696 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-art.el (gnus-decode-address-function): New variable.
13699         (article-decode-encoded-words): Use it to decode headers which are
13700         assumed to contain addresses.
13701         (gnus-mime-delete-part): Remove useless `or'.
13702
13703         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13704         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13705         (gnus-nov-parse-line): Use it to decode From header.
13706         (gnus-get-newsgroup-headers): Ditto.
13707         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13708
13709         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13710         (mail-decode-encoded-address-string): New alias.
13711
13712         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13713         New function.
13714         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13715         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13716         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13717         (rfc2047-decode-string): Ditto.
13718         (rfc2047-decode-address-region): New function.
13719         (rfc2047-decode-address-string): New function.
13720
13721 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * message.el (message-caesar-buffer-body): Allow rotating headers.
13724
13725         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13726
13727         * message.el (message-insert-formated-citation-line): Fix %f.
13728         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13729
13730 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13733         (gnus-bookmark-mouse-available-p): New macro.
13734         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13735         (gnus-bookmark-bmenu-show-infos): Use it.
13736         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13737         (gnus-bookmark-bmenu-hide-infos): Ditto.
13738         (gnus-bookmark-remove-properties): New function.
13739         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13740         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13741         (gnus-bookmark-write-file): Bind coding-system-for-write.
13742         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13743         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13744         group before selecting it.
13745         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13746         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13747         quit-window if it is not available; use gnus-mouse-2 and bind it to
13748         gnus-bookmark-bmenu-select-by-mouse.
13749         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13750         (gnus-bookmark-bmenu-select-by-mouse): New function.
13751
13752 2006-08-13  Romain Francoise  <romain@orebokech.com>
13753
13754         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13755         space.
13756
13757 2006-08-10  Romain Francoise  <romain@orebokech.com>
13758
13759         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13760         (dns-mode-soa-auto-increment-serial): New user option.
13761         (dns-mode-soa-maybe-increment-serial): New function.
13762         (dns-mode): Add the latter to `write-contents-functions'.
13763
13764 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * compface.el (uncompface): Use binary rather than raw-text-unix.
13767
13768 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * compface.el (uncompface): Make sure the eol conversion doesn't take
13771         place when communicating with the external programs.
13772         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13773
13774 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13777
13778 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13779
13780         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13781         Make it more robust by parsing author and date independently.
13782
13783 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13786
13787 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13788
13789         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13790         first matching secret key.
13791         (mml2015-epg-encrypt): Ditto.
13792
13793         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13794         first matching secret key.
13795         (mml1991-epg-encrypt): Ditto.
13796
13797         * mml2015.el (mml2015-encrypt-to-self): New user option.
13798         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13799         mml2015-epg-encrypt-to-self is set.
13800
13801         * mml1991.el (mml1991-encrypt-to-self): New variable.
13802         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13803         mml1991-epg-encrypt-to-self is set.
13804
13805         * mml2015.el (mml2015-signers): New user option.
13806         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13807         (mml2015-epg-encrypt): Allow to select signing keys.
13808
13809         * mml1991.el (mml1991-signers): New variable.
13810         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13811         (mml1991-epg-encrypt): Allow to select signing keys.
13812
13813 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * nnheader.el (nnheader-insert-head): Make it work even if the file
13816         uses CRLF for the line-break code.
13817
13818 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13819
13820         * mml2015.el: Require mml-sec instead of password.
13821         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13822         (mml2015-cache-passphrase): Inherit the default value from
13823         mml-secure-cache-passphrase.
13824         (mml2015-passphrase-cache-expiry): Inherit the default value from
13825         mml-secure-passphrase-cache-expiry.
13826
13827         * mml1991.el: Require mml-sec instead of password.
13828         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13829         (mml1991-cache-passphrase): Inherit the default value from
13830         mml-secure-cache-passphrase.
13831         (mml1991-passphrase-cache-expiry): Inherit the default value from
13832         mml-secure-passphrase-cache-expiry.
13833
13834         * mml-sec.el: Require password.
13835         (mml-secure-verbose): New user option.
13836         (mml-secure-cache-passphrase): New user option.
13837         (mml-secure-passphrase-cache-expiry): New user option.
13838
13839 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13840
13841         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13842         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13843         andreas@altroot.de (Andreas Vögele).
13844
13845         FIXME: Use `tiny change'?
13846
13847 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13848
13849         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13850         workaround for the url package included with Emacs.
13851
13852         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13853
13854 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13857         correctly.  This fixes a bug caused by the 2006-05-12 change.
13858
13859 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13860
13861         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13862         some information about the error when saying that the `bogus' mail
13863         group will be used.
13864
13865 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13868         string.
13869
13870 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13871
13872         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13873
13874 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13875
13876         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13877
13878 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13879
13880         * mml1991.el (mml1991-function-alist): Add epg.
13881         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13882         (mml1991-epg-encrypt): New functions.
13883
13884 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13885
13886         * mml2015.el (mml2015-verbose): New variable.
13887         (mml2015-cache-passphrase): Ditto.
13888         (mml2015-passphrase-cache-expiry): Ditto.
13889         (mml2015-function-alist): Add epg.
13890         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13891         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13892         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13893         New functions.
13894
13895 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13896
13897         * message.el (message-cite-original-1): Preserve region when removing
13898         quoted text due to X-No-Archive in order to avoid bogus attribution
13899         when citing multiple messages.
13900
13901 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13902
13903         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13904         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13905
13906 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * gnus-diary.el (gnus-user-format-function-d)
13909         (gnus-user-format-function-D): Autoload.
13910
13911         * imap.el (Commentary): Fix typo.
13912
13913         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13914         2006-04-22 contribution.
13915
13916 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13917
13918         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13919         It didn't really fix the bogosity I'm seeing with solid web groups.
13920
13921 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13922
13923         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13924         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13925         created using server names.  If we use the feature without declaring
13926         it, Gnus does not properly manage server and group state.
13927
13928         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13929         bound.
13930
13931 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13932
13933         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13934         looking up the method using GROUP's prefix before inventing a new one.
13935         It is used on killed/unknown groups in various places where returning
13936         an all-new method isn't expected by the caller.
13937
13938         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13939         and match semantics of gnus-group-real-prefix.
13940
13941 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * nnmail.el (nnmail-broken-references-mailers): New variable.
13944         (nnmail-ignore-broken-references): New function generalizing
13945         nnmail-fix-eudora-headers.
13946         (nnmail-fix-eudora-headers): Now obsolete.
13947
13948         * gnus-art.el (gnus-button-handle-custom):
13949         Support `customize-apropos*'.
13950
13951 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13952
13953         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13954
13955         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13956         articles.
13957
13958 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * message.el (message-cite-reply-above): New variable.
13961         (message-yank-original): Use it.
13962
13963 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13966
13967 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13970         as read.
13971
13972         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13973
13974 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13977         (gnus-bookmark-default-file): Use gnus-directory.
13978         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13979         Remove "*" in doc string.
13980         (gnus-bookmark-write-file): Simplify.
13981         (gnus-bookmark-maybe-sort-alist): Use `when'.
13982         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13983         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13984         Add FIXME about Emacs 21 and XEmacs compatibility.
13985         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13986         compatibility.
13987         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13988         compatibility.
13989         (gnus-bookmark-menu-heading): Fix version.
13990
13991 2006-06-19  Bastien Guerry  <bzg@altern.org>
13992
13993         * gnus-bookmark.el: New file.
13994
13995 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * message.el (message-syntax-checks): Doc fix.
13998
13999 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14000
14001         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14002         unsubscribed groups as if they were killed ones.  It causes duplicate
14003         entries in gnus-newsrc-alist.
14004
14005 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * message.el (message-syntax-checks): Doc fix.
14008         (message-send-mail): Add check for continuation headers.
14009         (message-check-news-header-syntax): Fix regexp used to check for
14010         continuation headers.
14011
14012 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14015
14016 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14019
14020 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14023         default-truncate-lines.
14024
14025 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14028         to fill the utf-8 entry.
14029
14030         * lpath.el: Fbind unicode-precedence-list.
14031
14032 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14033
14034         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14035
14036 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14037
14038         * gnus-agent.el (directory-files-and-attributes): Move all the way
14039         forward (the third and final move).
14040         (gnus-agent-read-agentview): Trap reconstruction errors due to
14041         nonexistent directory.  Handle by returning nil.
14042
14043 2006-05-30  Didier Verna  <didier@xemacs.org>
14044
14045         * message.el (message-dont-reply-to-names): Update the custom type.
14046         * message.el (message-dont-reply-to-names): New defsubst: potentially
14047         convert a list of regexps into a single one.
14048         * message.el (message-get-reply-headers): Use it.
14049         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14050
14051 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-agent.el (directory-files-and-attributes): Move forward.
14054
14055 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * gnus-ml.el (gnus-mailing-list-subscribe)
14058         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14059         (gnus-mailing-list-message): Fix doc strings.
14060
14061 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14062
14063         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14064         of doing it manually.
14065
14066 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14067
14068         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14069         comment.
14070
14071 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14072
14073         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14074         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14075         (gnus-agent-read-local): All symbols allocated in my-obarray.
14076         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14077         (gnus-agent-regenerate-group): Check numeric names to see if they are
14078         messages or groups.
14079         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14080         better way of do this...)
14081
14082         * gnus-cache.el (gnus-agent-total-fetched-for):
14083         Ignore 'dummy.group' (there should be a better way of do this...)
14084
14085 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14088         (gnus-saved-headers): Ditto.
14089         (gnus-default-article-saver): Mention functions may have properties.
14090         (gnus-article-save): Override gnus-save-all-headers and
14091         gnus-saved-headers by :headers property which saver function may have.
14092         (gnus-summary-save-in-file): Add :headers property.
14093         (gnus-summary-write-to-file): Ditto.
14094
14095         * gnus-sum.el (gnus-summary-save-article): Bind
14096         gnus-prompt-before-saving to t when saving many articles in a file;
14097         always show all headers.
14098
14099         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14100
14101 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14104         marks.
14105
14106         * message.el (message-indent-citation): Add optional arguments to allow
14107         using it outside of message buffers.
14108
14109         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14110         (gnus-article-treat-unfold-headers): Use it.
14111         (gnus-article-truncate-lines): New variable.
14112         (gnus-article-mode): Use it.
14113         (gnus-article-toggle-truncate-lines): New function.
14114
14115         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14116         Add gnus-article-toggle-truncate-lines.
14117
14118         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14119         coding system in XEmacs, use binary.
14120
14121 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14124         after-load-alist.
14125
14126         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14127         this function should save decoded articles.
14128         (gnus-summary-write-to-file): Use property to specify this function
14129         should save decoded articles and specify gnus-summary-save-in-file
14130         should be used to save articles other than the first one when saving
14131         many articles.
14132         (gnus-summary-save-body-in-file): Use property to specify this
14133         function should save decoded articles.
14134         (gnus-summary-write-body-to-file): Use property to specify this
14135         function should save decoded articles and specify
14136         gnus-summary-save-body-in-file should be used to save articles other
14137         than the first one when saving many articles.
14138
14139         * gnus-sum.el (gnus-summary-save-article): Simplify.
14140
14141 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-art.el (gnus-default-article-saver):
14144         Add gnus-summary-write-body-to-file.
14145         (gnus-article-save-coding-system): Don't use coding system object
14146         in XEmacs.
14147         (gnus-read-save-file-name): Add optional `dir-var' argument which
14148         specifies directory in which files are saved; work even if optional
14149         `variable' argument is not specified.
14150         (gnus-summary-write-to-file): Read file name.
14151         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14152         (gnus-summary-write-body-to-file): New function.
14153
14154         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14155         (gnus-summary-local-variables): Add it.
14156         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14157         (gnus-summary-save-article): Remove optional `decode' argument;
14158         determine whether to decode articles by the value of
14159         gnus-default-article-saver; when saving many files using
14160         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14161         it first and use gnus-summary-save-in-file or
14162         gnus-summary-save-body-in-file thereafter unless
14163         gnus-prompt-before-saving is always; move point to article which
14164         will be saved.
14165         (gnus-summary-save-article-file): Revert.
14166         (gnus-summary-write-article-file): Revert.
14167         (gnus-summary-save-article-body-file): Revert.
14168         (gnus-summary-write-article-body-file): New function.
14169
14170 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-art.el (gnus-default-article-saver): Doc fix.
14173         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14174         from gnus-summary-save-article-coding-system, and default to a
14175         certain coding system.
14176         (gnus-output-to-file): Add coding cookie and encode text according
14177         to gnus-article-save-coding-system; don't use mm-append-to-file.
14178
14179         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14180         gnus-art.el and rename to gnus-article-save-coding-system.
14181         (gnus-summary-save-article): Require gnus-art; don't show all
14182         headers if it decodes articles; don't add coding cookie here;
14183         don't bind mm-text-coding-system-for-write.
14184         (gnus-summary-save-article-file): Save decoded articles.
14185         (gnus-summary-write-article-file): When saving many files, use
14186         gnus-summary-write-to-file first and gnus-summary-save-in-file
14187         thereafter unless gnus-prompt-before-saving is always.
14188         (gnus-summary-save-article-body-file): Save decoded articles.
14189
14190         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14191
14192 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * nnrss.el (nnrss-check-group): Bind hash-index.
14195
14196 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14197
14198         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14199         its hash index.  Store this hash in `nnrss-group-data'.
14200         (nnrss-read-group-data): Update accordingly.
14201
14202 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14205         entry.
14206
14207         * gnus-sum.el (gnus-summary-make-menu-bar):
14208         Add gnus-article-browse-html-article.
14209
14210 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14211
14212         * gnus-sum.el (gnus-summary-mime-map):
14213         Add gnus-article-browse-html-article.
14214
14215         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14216
14217 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14220         suitable coding systems in customize.
14221
14222 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * mail-source.el (mail-sources): Fix custom type.
14225
14226 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14229         (gnus-summary-expire-articles-now): Shorten prompt.
14230
14231         * gmm-utils.el (wid-edit): Require.
14232         (defun-gmm): Rename from `gmm-defun-compat'.
14233         (gmm-image-search-load-path): Use it.
14234         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14235
14236 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-sum.el (gnus-summary-save-article-coding-system):
14239         New variable.
14240         (gnus-summary-save-article): Add optional `decode' argument.
14241         If it is set and gnus-summary-save-article-coding-system is non-nil,
14242         save decoded article.
14243         (gnus-summary-write-article-file): Save decoded article if
14244         gnus-summary-save-article-coding-system is non-nil.
14245
14246         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14247         type.
14248
14249 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14252
14253 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14256         first to test gnus-single-article-buffer which may be buffer-local.
14257
14258         * gnus-sum.el (gnus-summary-setup-buffer):
14259         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14260         group; make gnus-article-buffer, gnus-article-current, and
14261         gnus-original-article-buffer always buffer-local.
14262         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14263         group.
14264         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14265
14266 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * nnml.el (nnml-request-compact-group): Compressed files might not
14269         have .gz extension.
14270
14271 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14272
14273         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14274         (mm-copy-to-buffer): Use with-current-buffer.
14275         (mm-display-part): Simplify.
14276         (mm-inlinable-p): Add optional arg `type'.
14277
14278 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14279
14280         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14281         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14282         Try harder to show the attachment internally or externally using
14283         gnus-mime-view-part-as-type.
14284
14285 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * message.el (message-from-style, message-signature-separator)
14288         (message-user-organization-file, message-send-mail-function)
14289         (message-citation-line-function, message-yank-prefix)
14290         (message-indent-citation-function, message-signature)
14291         (message-signature-file, message-signature-insert-empty-line):
14292         Remove autoloads.
14293
14294         * gnus-art.el (gnus-buttonized-mime-types):
14295         Remove "multipart/signed".  Revert 2006-04-26 change.
14296
14297 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14298
14299         * gnus.el (gnus-version-number): Bump version.
14300
14301 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14302
14303         * gnus.el: No Gnus v0.5 is released.
14304
14305 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14306
14307         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14308         fetching articles by message-id.
14309
14310 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311
14312         * message.el (hashcash): Require hashcash as normal.
14313
14314         * ecomplete.el (ecomplete-highlight-match-line):
14315         Use point-at-eol.
14316         (ecomplete-highlight-match-line): Use `highlight', because that
14317         face exists in both Emacs and XEmacs.
14318
14319         * message.el (message-display-abbrev): Use point-at-bol.
14320
14321         * mail-source.el: Don't require timer/timer-funcs.
14322
14323         * gnus-async.el: Ditto.
14324
14325         * password.el: Ditto.
14326
14327         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14328
14329         * mm-url.el: Ditto.
14330
14331         * gnus-xmas.el: Don't require timer-funcs.
14332
14333         * mm-util.el: Require timer/timer-funcs.
14334
14335 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14336
14337         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14338         Close.
14339
14340 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14343         unibyte after clear-decrypt function runs.
14344
14345         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14346         returns as a unibyte string.
14347
14348 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * lpath.el: Revert.
14351
14352         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14353         (pgg-gpg-process-sentinel): Revert.
14354
14355         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14356         (pgg-pgp-lookup-key): Revert.
14357
14358         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14359         (pgg-pgp5-lookup-key): Revert.
14360
14361         * pgg.el (pgg-fetch-key): Revert.
14362
14363 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * lpath.el: Fbind string-as-multibyte for XEmacs.
14366
14367         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14368         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14369         (mml1991-pgg-encrypt): Ditto.
14370
14371         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14372         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14373         a multibyte buffer.
14374
14375         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14376         (pgg-pgp-lookup-key): Ditto.
14377
14378         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14379         (pgg-pgp5-lookup-key): Ditto.
14380
14381         * pgg.el (pgg-fetch-key): Ditto.
14382
14383 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * message.el (message-user-organization-file): Check several
14386         locations of the organization file.
14387
14388         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14389         Add gnus-article-view-part-as-type.
14390
14391         * gnus-art.el (gnus-article-view-part-as-type): New function.
14392
14393         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14394         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14395
14396         * mml.el: Simplify autoload.
14397         (mml-mode): defvar dnd-protocol-alist instead of using
14398         symbol-value.
14399         (mml-default-directory): New variable.
14400         (mml-minibuffer-read-file): Use it.
14401         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14402
14403         * message.el (message-citation-line-format): New variable.
14404         (message-insert-formated-citation-line): New function.
14405         (message-citation-line-function):
14406         Add `message-insert-formated-citation-line' to custom type.
14407
14408         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14409         to doc string.
14410
14411         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14412         depending on mm-verify-option.
14413
14414 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14417         binding pgg-* variables; reimplement the section which prevents
14418         MIME header from being signed.
14419         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14420         pgg-text-mode; remove a blank line at the top of body.
14421
14422         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14423         lines at the top of body; use gnus-newsgroup-charset if there's no
14424         Charset header.
14425
14426 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * message.el (message-self-insert-commands): Doc fix.
14429
14430         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14431         (mm-uu-pgp-encrypted-test): Ditto.
14432         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14433         between header and body; return application/pgp-encrypted handle
14434         if decryption failed; decode decrypted body by charset.
14435
14436         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14437         element match to application/pgp-*.
14438
14439 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14440
14441         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14442         HTML.
14443
14444 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14445
14446         * mail-source.el (mail-source-call-script): Message the error
14447         string.
14448
14449 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14450
14451         * gnus-util.el (gnus-byte-compile): Use it.
14452
14453 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14454
14455         * gnus-util.el (kill-empty-logs): New function.
14456
14457 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14458
14459         * message.el (message-mail-alias-type): Doc fix.
14460         (message-mail-alias-type-p): New function.
14461         (message-send): Use it.
14462         (message-mode): Ditto.
14463         (message-strip-forbidden-properties): Ditto.
14464
14465         * ecomplete.el (ecomplete-database-file-coding-system):
14466         New variable.
14467         (ecomplete-save): Use it.
14468         (ecomplete-setup): Use it.
14469
14470 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * message.el (message-self-insert-commands): New variable.
14473         (message-strip-forbidden-properties): Use it.
14474
14475 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14476
14477         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14478         that doesn't make XEmacs choke.
14479
14480 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-util.el (gnus-replace-in-string):
14483         Prefer replace-regexp-in-string over of replace-in-string.
14484
14485 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * gnus-util.el (gnus-select-frame-set-input-focus):
14488         Use select-frame-set-input-focus if it is available in XEmacs; use
14489         definition defined in Emacs 22 for old Emacsen.
14490
14491         * dgnushack.el: Autoload unmorse-region for XEmacs.
14492
14493         * lpath.el: Bind cursor-in-non-selected-windows and
14494         select-frame-set-input-focus for XEmacs.
14495
14496 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14499
14500 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14501
14502         * gnus-registry.el (gnus-registry-cache-save): Remove text
14503         properties when saving via the temp buffer.
14504
14505 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * message.el (message-generate-hashcash): Honor custom type.
14508
14509 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14510
14511         * message.el (message-generate-hashcash): Default to non-nil when
14512         hashcash is found.
14513
14514         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14515         (gnus-refer-thread-limit): Increase default to 500.
14516
14517         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14518
14519         * flow-fill.el (fill-flowed): Allow delete-space.
14520
14521 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14524         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14525         Remove autoloads.
14526
14527 2006-04-18  Simon Josefsson  <jas@extundo.com>
14528
14529         * message.el (message-generate-hashcash): Default to.
14530
14531 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14534         concatenating segments rather than before concatenating them.
14535
14536 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14539
14540 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14541
14542         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14543
14544         * message.el (message-forward-make-body-plain):
14545         Allow message-forward-ignored-headers to be a list.
14546         (message-remove-ignored-headers): Factor out into function.
14547         (message-forward-make-body-mml): Use it.
14548
14549         * imap.el (imap-quote-specials): New function.
14550         (imap-login-auth): Quote specials.
14551
14552         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14553         (rfc2231-parse-string): Allow concatanation of parameters that
14554         aren't contiguous.  The test case is
14555           (mail-header-parse-content-type "message/external-body;
14556             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14557             access-type=LOCAL-FILE;
14558             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14559
14560 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14561
14562         * nntp.el (nntp-accept-process-output): Return the value of
14563         `nnheader-accept-process-output'.
14564
14565 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14566
14567         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14568         (gnus-button-alist): Recognize more diff formats.
14569         (gnus-button-patch): Strip directory.
14570
14571 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14574         Emacs 22 when setting focus.
14575
14576 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14577
14578         * gnus-art.el (gnus-article-treat-types): Do treatment of
14579         text/x-verbatim parts.
14580         (gnus-button-patch): New command.
14581
14582         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14583         addresses that contain invalid characters.
14584
14585 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14586
14587         * message.el (message-put-addresses-in-ecomplete):
14588         Use gnus-replace-in-string.
14589         (message-is-yours-p): Use the more correct
14590         mail-header-parse-address instead of
14591         mail-extract-address-components.
14592         (message-put-addresses-in-ecomplete): Fix typo.
14593
14594         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14595         keystroke.
14596
14597         * gnus-art.el (gnus-treatment-function-alist): Change order of
14598         newsgroups/generic header folding to avoid double-folding.
14599
14600         * message.el (message-hidden-headers): Add X-Draft-From.
14601
14602         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14603         New command.
14604         (gnus-summary-repeat-search-article-backward): New command.
14605
14606         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14607         groups in the parent topic.
14608
14609 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14610
14611         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14612         (spam-extra-header-to-number): Return the CRM114 number as a
14613         number instead of a string.
14614
14615 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14616
14617         * gnus-art.el (gnus-face-properties-alist): Move here from
14618         gnus-fun.
14619
14620         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14621
14622 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14623
14624         * message.el (message-strip-forbidden-properties): Only display on
14625         self-insert-command.
14626
14627         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14628         reindent.
14629         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14630
14631 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14632
14633         * smiley.el (smiley-style): Fix typo.
14634
14635 2006-03-23  Kenichi Handa  <handa@m17n.org>
14636
14637         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14638         instead of set-buffer-multibyte.
14639
14640 2006-03-23  Kenichi Handa  <handa@m17n.org>
14641
14642         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14643         buffer and then decode the buffer text if necessary.
14644         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14645         first, and after mm-encode-body, change the buffer to unibyte.
14646
14647 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14648
14649         * hashcash.el (hashcash-insert-payment-async-2):
14650         Use message-goto-eoh instead of doing it manually.
14651         (mail-add-payment): Use message-narrow-to-header instead of trying
14652         to do the same itself.
14653
14654         * message.el (message-hidden-headers): Add Face.
14655
14656         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14657         reparenting code.
14658         (gnus-summary-reparent-children): Refactored out code.
14659         (gnus-summary-thread-map): New keystroke.
14660         (gnus-summary-reparent-children): Make into command.
14661
14662         * smiley.el (smiley-style): Default to `medium' if using a large
14663         font.
14664
14665         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14666         does it itself.
14667
14668         * message.el (message-point-in-header-p): Simplify definition.
14669
14670 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * nnagent.el (nnagent-request-set-mark): Silence log file
14673         writing.
14674         (nnagent-request-set-mark): Use write-region instead of
14675         append-to-file.
14676
14677         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14678         strange select method.
14679
14680         * ecomplete.el (ecomplete-display-matches): Get highlightling
14681         right.
14682         (ecomplete-display-matches): Use literals.
14683         (ecomplete-display-matches): Disable message logging.
14684
14685         * message.el (message-display-abbrev): Small optimization.
14686
14687         * ecomplete.el (ecomplete-display-matches): Allow automatic
14688         display.
14689
14690         * message.el (message-strip-forbidden-properties):
14691         Display abbrevs.
14692         (message-display-abbrev): Get automatic display right.
14693
14694         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14695         keystrokes.
14696
14697 2006-04-13  Romain Francoise  <romain@orebokech.com>
14698
14699         TODO: Backport to v5-10!
14700
14701         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14702         Move here (and rename) from gnus-registry.el.
14703
14704         * gnus-registry.el: Require gnus-util.
14705         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14706
14707 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14708
14709         * gnus-group.el (gnus-group-catchup-current):
14710         Change if-then-else-if-then-else into cond.
14711         (gnus-group-catchup): Indent.
14712         (group-name-at-point): New function.
14713         (gnus-fetch-group): Provide default from thing at point.
14714
14715 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14716
14717         * message.el (message-display-abbrev): Fix regexp.
14718
14719         * ecomplete.el (ecomplete-highlight-match-line):
14720         Reimplement choosing.
14721         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14722         dead variables.
14723
14724         * message.el (message-newline-and-indent): Remove debugging.
14725         (message-display-abbrev): Use new implementation.
14726
14727 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * gnus-art.el (gnus-article-mode):
14730         Set cursor-in-non-selected-windows to nil.
14731
14732         * smiley.el: Revert previous change.
14733         (smiley-data-directory): defvar it before using it in the
14734         defcustom of `smiley-style'.
14735
14736 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14737
14738         * message.el (message-newline-and-indent): New function.
14739
14740         * ecomplete.el: Implement more bits.
14741
14742         * message.el (message-put-addresses-in-ecomplete): Clean up the
14743         string.
14744
14745         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14746
14747         * gnus-sum.el (gnus-summary-save-parts):
14748         Bind gnus-summary-save-parts-counter and use it to make unique file
14749         names.
14750
14751         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14752
14753         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14754         parameter to say whether to actually parse the individual
14755         addresses.
14756
14757         * message.el (message-put-addresses-in-ecomplete): New function.
14758         (ecomplete): Require.
14759         (message-mail-alias-type): Add ecomplete as an option.
14760
14761 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14762
14763         * flow-fill.el (fill-flowed): Remove trailing space from blank
14764         quoted lines.
14765
14766 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14767
14768         * smiley.el (smiley-style): Move definition later to avoid a
14769         compilation warning.
14770
14771 2006-04-12  Kenichi Handa  <handa@m17n.org>
14772
14773         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14774         buffer and then decode the buffer text if necessary.
14775         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14776         first, and after mm-encode-body, change the buffer to unibyte.
14777         Use mm-disable-multibyte instead of set-buffer-multibyte.
14778
14779 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14782         Content-Type header instead of Content-Disposition header.
14783         (gnus-mime-inline-part): Ditto.
14784         (gnus-mime-view-part-as-charset): Ignore charset that the part
14785         specifies.
14786
14787         * mm-decode.el (mm-display-part): Work with external parts and
14788         usual parts similarly.
14789
14790         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14791         instead of gnus-display-mime.
14792
14793         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14794         instead of with-temp-buffer.
14795
14796         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14797         tag to summarized topics part in order to encode non-ASCII text.
14798
14799 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * smiley.el (smiley-style): New variable.
14802         (smiley-directory): New function.
14803         (smiley-data-directory): Derive from `smiley-style' using
14804         `smiley-directory'.
14805         (smiley-regexp-alist): Add new entries.
14806
14807         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14808         (gnus-article-browse-delete-temp): Add :version.
14809
14810 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14811
14812         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14813         the sieve region.
14814
14815 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14816
14817         * gnus.el (gnus-version-number): Bump version.
14818
14819 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * gnus.el: No Gnus v0.4 is released.
14822
14823 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14824
14825         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14826         layout.
14827
14828         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14829         unknown charset.
14830
14831         * message.el (message-header-synonyms): Add Original-To to the
14832         default.
14833
14834         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14835         optional parameter.
14836
14837 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * gnus-fun.el (gnus): Require it for gnus-directory.
14840
14841 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14844
14845 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14846
14847         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14848
14849 2006-04-05  Simon Josefsson  <jas@extundo.com>
14850
14851         * password.el (password-reset): New function.
14852
14853 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14854
14855         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14856         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14857
14858 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14859
14860         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14861         Some whitespace was matched into the url, which broke browsing hits
14862         > 100 when mm-url-use-external was nil.
14863
14864 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14865
14866         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14867         Check gnus-extra-headers for 'Newsgroups.
14868
14869         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14870         bound.
14871
14872 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14873
14874         * pgg-gpg.el: Clean up process buffers every time gpg processes
14875         complete.
14876
14877 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14880         doc string.
14881
14882 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14883
14884         * pgg-gpg.el (pgg-gpg-process-filter)
14885         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14886
14887         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14888         lines, temporary fix.
14889
14890 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14893
14894 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14895
14896         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14897         default-enable-multibyte-characters.  This reverts the change from
14898         revision 6.17 which is no longer necessary because the passphrase
14899         is sent separately now.  GnuPG messages are unreadable under
14900         multibyte locales with default-enable-multibyte-characters set to
14901         nil.
14902
14903 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * message.el (message-tool-bar-gnome): Move "spell".
14906
14907 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14910         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14911         instead.
14912
14913 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14914
14915         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14916         Improve newsgroups handling for NNTP overviews which don't include
14917         Newsgroups.
14918
14919 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14920
14921         * message.el (message-resend): Bind message-generate-hashcash to nil.
14922
14923 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14924
14925         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14926         when searching for already-paid recipients.
14927
14928 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14929
14930         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14931         passphrases when it is not needed.
14932         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14933         passphrase stuff from gpg, should only be necessary when you use
14934         gpg with a smartcard.
14935
14936 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * mml.el (mml-insert-mime): Ignore cached contents of
14939         message/external-body part.
14940
14941         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14942         (mm-insert-part): Ditto.
14943
14944 2006-03-23  Simon Josefsson  <jas@extundo.com>
14945
14946         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14947         Reiner.
14948         (pgg-gpg-use-agent-p): Use it again.
14949
14950 2006-03-23  Simon Josefsson  <jas@extundo.com>
14951
14952         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14953         older emacsen.
14954         (pgg-gpg-use-agent-p): Don't use it.
14955
14956 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14959         if we can.
14960
14961 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14962
14963         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14964         (pgg-gpg-update-agent): New function.
14965         (pgg-gpg-use-agent-p): New function.
14966         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14967         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14968         (pgg-gpg-sign-region): Use it.
14969
14970 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14973         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14974
14975 2006-03-21  Simon Josefsson  <jas@extundo.com>
14976
14977         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14978         <wilde@sha-bang.de>.
14979         (pgg-gpg-use-agent): New variable.
14980         (pgg-gpg-process-region): Use it.
14981         (pgg-gpg-encrypt-region): Likewise.
14982         (pgg-gpg-encrypt-symmetric-region): Likewise.
14983         (pgg-gpg-decrypt-region): Likewise.
14984         (pgg-gpg-sign-region): Likewise.
14985         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14986
14987 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14990
14991         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14992         Add comment on version.
14993
14994 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * smiley.el: Add missing test smiley.
14997
14998 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * mm-decode.el (mm-with-part): New macro.
15001         (mm-get-part): Use it; work with message/external-body as well.
15002         (mm-save-part): Treat name and filename equally.
15003
15004         * mm-extern.el (mm-extern-cache-contents): New function.
15005         (mm-inline-external-body): Use it; force the part to be displayed;
15006         move undisplayer added to the cached handle to the parent.
15007
15008         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15009         (gnus-mime-view-part-as-type): Work with message/external-body.
15010
15011         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15012
15013 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15016         images in image-load-path.  [Sync with image.el, revision 1.60, in
15017         Emacs.]
15018
15019 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15022         path rather than symbol.  Always return list of directories.
15023         Guarantee that image directory comes first.  [Sync with image.el,
15024         revision 1.59, in Emacs.]
15025
15026         * message.el (message-make-tool-bar): Adjust to new API of
15027         `gmm-image-load-path-for-library'.
15028
15029         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15030
15031         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15032
15033 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15034
15035         * gnus-art.el (gnus-article-only-boring-p):
15036         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15037         intangible text.
15038         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15039
15040 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15043         Use `defun' instead of `gmm-defun-compat'.
15044
15045 2006-03-14  Simon Josefsson  <jas@extundo.com>
15046
15047         * message.el (message-unique-id): Don't use message-number-base36
15048         if (user-uid) is a float.
15049         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15050
15051 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15054
15055         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15056         empty line between a part and a message part.
15057
15058 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * smiley.el: Add more test smileys.
15061         (smiley-data-directory, smiley-regexp-alist)
15062         (gnus-smiley-file-types): Fix doc strings.
15063         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15064         adding new elements.
15065         (smiley-mouse-map): Unused code.  Make it a comment.
15066
15067 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15070         scan latest NoCeM messages instead of old ones.
15071         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15072         delimiters that are recently used.
15073         (gnus-nocem-load-cache): Add autoload cookie.
15074
15075         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15076
15077         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15078         level which is larger than gnus-use-nocem is specified.
15079
15080         * gnus-group.el (gnus-group-get-new-news): Ditto.
15081
15082 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * gnus-util.el (gnus-tool-bar-update): New function.
15085
15086         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15087         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15088
15089         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15090
15091         * gnus-group.el (gnus-group-redraw-when-idle)
15092         (gnus-group-redraw-check): Remove.
15093         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15094
15095 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15098         if optional last element is specified in splits (FIELD VALUE...).
15099
15100 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15103         to gmm-image-load-path-for-library.  Call with no-error argument.
15104         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15105
15106         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15107
15108         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15109
15110         * gmm-utils.el (gmm-image-load-path): Remove alias.
15111
15112 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * gmm-utils.el (gmm-image-load-path): Add alias.
15115
15116         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15117         nnml-generate-nov-databases-1.
15118         (nnml-generate-nov-databases): Use it.
15119         (nnml-generate-nov-databases-directory): Document no-active
15120         argument.
15121
15122         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15123         directory if path is t.  Add no-error.
15124
15125         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15126         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15127
15128         * gnus-art.el (gnus-article-browse-delete-temp-files):
15129         Simplify resetting gnus-article-browse-html-temp-list.
15130
15131         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15132         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15133         Add example to docstring.  Rename local variables.  Move error
15134         checks to default case in cond and simplify.
15135
15136 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15139         handle is multipart when calling it recursively.
15140         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15141
15142 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15143
15144         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15145         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15146
15147 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15150         is loaded.
15151
15152         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15153         loaded.
15154
15155 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15158         to "Emacs 23 (unicode)" in doc string.
15159
15160         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15161         "Emacs 23 (unicode)" in comment.
15162
15163 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15166
15167         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15168         characters 160 through 255 in Emacs 23.
15169
15170 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15173         gnus-article-browse-html-temp.
15174         (gnus-article-browse-delete-temp): Make it customizable.
15175         Add `file'.  Adjust doc string.
15176         (gnus-article-browse-delete-temp-files): Add argument.
15177         Allow query for each file.  Adjust doc string.
15178         (gnus-article-browse-html-parts):
15179         Add `gnus-article-browse-delete-temp-files' to
15180         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15181
15182 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15183
15184         * gnus-art.el (gnus-article-browse-html-temp)
15185         (gnus-article-browse-delete-temp): New variables.
15186         (gnus-article-browse-delete-temp-files): New function.
15187         (gnus-article-browse-html-parts): Use it.
15188
15189 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15192
15193         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15194         string.
15195
15196         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15197         gnus-summary-insert-new-articles when unplugged.
15198         Remove gnus-summary-search-article-forward.
15199
15200         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15201         display-visual-class instead of display-color-cells.
15202
15203 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * dgnushack.el: Autoload customize-group for XEmacs.
15206
15207         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15208         message/* containing non-ASCII text properly.
15209
15210 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * message.el: Require gmm-utils, remove autoloads.
15213         (message-tool-bar): Set default based on
15214         gmm-tool-bar-style.
15215         (message-tool-bar-gnome): Add gmm-customize-mode.
15216
15217         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15218         gmm-tool-bar-style.
15219         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15220
15221         * gnus-group.el (gnus-group-tool-bar): Set default based on
15222         gmm-tool-bar-style.
15223         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15224
15225         * gmm-utils.el (gmm-image-directory): Rename variable from
15226         gmm-image-load-path.
15227         (gmm-image-load-path): Use gmm-image-directory.
15228         (gmm-customize-mode): New function.
15229         (gmm-tool-bar-style): New variable.
15230
15231         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15232         gnus-group-redraw-line-number.
15233         (gnus-group-redraw-check): Simplify.
15234         (gnus-group-tool-bar-update): Remove redraw check.
15235         (gnus-group-make-tool-bar): Add redraw check.
15236
15237 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15238
15239         * gnus-art.el (gnus-button): Add missing parentheses.
15240
15241 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * lpath.el: Fbind line-number-at-pos.
15244
15245 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15248
15249 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-art.el (gnus-button): New face.
15252         (gnus-article-button-face): Use it.
15253
15254         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15255         Add gnus-summary-next-page.  Re-order.
15256
15257         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15258         next-node are now included.
15259         (gnus-group-redraw-line-number): New internal variable.
15260         (gnus-group-redraw-check): Helper function for updating the tool
15261         bar.
15262         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15263
15264         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15265
15266         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15267         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15268         Use it to match format of Spamassassin 3.0 and later.
15269         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15270         (spam-check-bogofilter)
15271         (spam-bogofilter-register-with-bogofilter): Fix args of
15272         `gnus-error' calls.
15273
15274 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15277         unnecessary interaction when sending queued mails.
15278         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15279
15280 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15283         first or last are nil.
15284
15285 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15286
15287         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15288
15289 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15290
15291         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15292
15293 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15294
15295         * dns.el (query-dns): Protect more against buggy tcp output.
15296
15297 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15300         nov.php.
15301
15302 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15303
15304         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15305         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15306         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15307         output on the server side.
15308         (nnweb-google-create-mapping): Update regexps and add some
15309         progress indication.
15310
15311 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * gnus-group.el (gnus-group-tool-bar-gnome):
15314         Fix gnus-agent-toggle-plugged.  Re-order icons.
15315         (gnus-group-tool-bar-gnome):
15316         Add gnus-group-{prev,next}-unread-group.
15317         (gnus-group-tool-bar-gnome): Re-order icons.
15318
15319         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15320         Move gnus-summary-insert-new-articles.
15321
15322         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15323         Fix comments.
15324
15325         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15326         also available in Emacs 21.3.
15327
15328         * message.el (message-fix-before-sending): Change "Emacs 22" to
15329         "Emacs 23 (unicode)" in comment.
15330
15331         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15332         "Emacs 23 (unicode)" in comment.
15333
15334         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15335         comment.
15336         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15337
15338         * mm-view.el (mm-fill-flowed): Add :version.
15339
15340 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15343         and load-path.
15344
15345 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * message.el: Autoload gmm-image-load-path.
15348         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15349         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15350         consitency.
15351
15352         * gmm-utils.el (gmm-image-load-path): Also search in
15353         "../etc/images".  Don't set gmm-image-load-path if we don't find
15354         the image.
15355
15356 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gmm-utils.el (gmm-image-load-path): Don't make
15359         `gmm-image-load-path' include subdirectories which the second arg
15360         `image' might specify.
15361
15362         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15363         subdirectory to icon file names.
15364
15365         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15366
15367 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15368
15369         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15370         gmm-image-load-path calls.
15371
15372         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15373
15374         * message.el (message-make-tool-bar): Ditto.
15375
15376         * mml.el (mml-preview): Add comment concerning tool bar icons.
15377
15378         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15379         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15380
15381         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15382         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15383
15384         * message.el (message-tool-bar-gnome): Use new icon names.
15385         (message-make-tool-bar): Use `gmm-image-load-path'.
15386
15387         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15388         New functions from MH-E.
15389         (gmm-image-load-path): New variable from MH-E.
15390         (gmm-image-load-path): New function from MH-E.  Add arguments
15391         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15392         *-image-load-path-called-flag.
15393
15394 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15395
15396         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15397
15398 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15399
15400         * nnimap.el (nnimap-request-move-article): Change folder back to
15401         source group before deleting.
15402
15403 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15406
15407         * gnus-art.el (mm-url-insert-file-contents-external):
15408         Autoload mm-url.
15409
15410         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15411
15412 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15415         coding system which mm-charset-to-coding-system returns for a
15416         given charset is valid.
15417
15418 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15419
15420         * html2text.el (html2text-remove-tag-list):
15421         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15422
15423 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15424
15425         * gnus-cus.el: Revert 2005-10-17 change.
15426
15427 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-art.el (article-strip-banner):
15430         Call article-really-strip-banner only when the regexp match is made.
15431
15432 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-art.el (article-strip-banner):
15435         Use gnus-extract-address-components instead of
15436         mail-header-parse-addresses to make it work with non-ASCII text;
15437         remove mail-encode-encoded-word-string.
15438
15439         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15440         values which are surrounded with \"...\"; make it never cause a
15441         Lisp error; give up parsing of parameters if it failed in
15442         extracting type.
15443
15444 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15445
15446         * smime.el (smime-cert-by-ldap-1): Fix bug where
15447         `smime-ldap-search' returns results without userCertificates.
15448
15449 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15452
15453 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * spam.el (spam-check-spamassassin-headers): Adapt format for
15456         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15457         <ari@mbf.ocn.ne.jp>.
15458         (spam-list-of-processors): Add spam-use-gmane.
15459
15460 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15463         make-temp-file; make it work with XEmacs as well.
15464
15465         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15466         mm-make-temp-file.
15467
15468         * mm-decode.el (mm-display-external): Use the 3rd arg of
15469         mm-make-temp-file.
15470         (mm-create-image-xemacs): Ditto.
15471
15472 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15475         with message-narrow-to-headers.
15476         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15477         (gnus-draft-check-draft-articles): New function.
15478         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15479
15480 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * gnus-art.el (gnus-article-browse-html-parts):
15483         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15484         Don't use suffix argument for mm-make-temp-file for Emacs 21
15485         compatibility.  Remove useless `format'.
15486
15487 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15488
15489         * nnweb.el (nnweb-google-wash-article): Update regexps.
15490         (nnweb-group-alist): Use defvoo instead of defvar.
15491
15492 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15495         re-loading nn* modules.
15496
15497 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15500         for `tool-bar-mode' and don't check it's default-value.
15501
15502         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15503
15504         * message.el (message-make-tool-bar): Ditto.
15505
15506         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15507         `substring'.  Shorten tmp-file name.
15508
15509         * gnus.el: Remove bogus comment.
15510
15511 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15512
15513         * gnus-art.el (gnus-article-browse-html-parts): New function.
15514         (gnus-article-browse-html-article): New function for viewing html
15515         articles with a browser.
15516
15517 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15518
15519         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15520         in elisp.
15521         (pgg-gpg-encrypt-symmetric-region): Ditto.
15522         (pgg-gpg-sign-region): Ditto.
15523
15524         * pgg-def.el (pgg-text-mode): New variable.
15525
15526         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15527         (mml2015-pgg-encrypt): Ditto.
15528
15529         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15530         (mml1991-pgg-encrypt): Ditto.
15531
15532 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * nnfolder.el (nnfolder-insert-newsgroup-line):
15535         Use message-make-date instead of current-time-string.
15536
15537         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15538         to gnus-decoded which mm-uu might set.
15539
15540 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15543         don't decode quoted parameters; remove misimported Emacs code.
15544         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15545         (rfc2231-decode-encoded-string): Don't use split-string which
15546         behaves differently according to Emacs version; use
15547         mm-decode-coding-region to convert charset to coding-system.
15548         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15549         (rfc2231-encode-string): Remove misimported Emacs code.
15550
15551 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15554         when calling mail-header-parse-content-type.
15555         (article-de-quoted-unreadable): Ditto.
15556         (article-de-base64-unreadable): Ditto.
15557         (article-wash-html): Ditto.
15558
15559         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15560         calling mail-header-parse-content-type and
15561         mail-header-parse-content-disposition.
15562         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15563         mail-header-parse-content-type.
15564
15565         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15566         insert charset and format parameters; encode description after
15567         inserting it to buffer.
15568         (mml-insert-parameter): Fold lines properly even if a parameter is
15569         segmented into two or more lines; change the max column to 76.
15570
15571         * rfc1843.el (rfc1843-decode-article-body): Don't use
15572         ignore-errors when calling mail-header-parse-content-type.
15573
15574         * rfc2231.el (rfc2231-parse-string): Return at least type if
15575         possible; don't cause an error even if it fails in parsing of
15576         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15577         (rfc2231-encode-string): Don't break lines at the beginning, leave
15578         it to mml-insert-parameter.
15579
15580         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15581         calling mail-header-parse-content-type.
15582
15583 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * spam-report.el (spam-report-gmane-use-article-number):
15586         Improve doc string.
15587         (spam-report-gmane-internal): Check if a suitable header was found
15588         in the article.
15589
15590 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15593         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15594
15595 2006-02-05  Romain Francoise  <romain@orebokech.com>
15596
15597         Update copyright notices of all files in the gnus directory.
15598
15599 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15600
15601         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15602
15603 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15606         segmented lines of parameter value to cope with Thunderbird 1.5
15607         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15608         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15609         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15610
15611 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15612
15613         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15614         parts.
15615
15616 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15617
15618         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15619         there's only one active file for all servers.
15620         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15621         solid groups.  Gnus might have used a FAST request to select the group.
15622         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15623         and nnweb-search redundantly in the active file.
15624         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15625         (nnweb-request-create-group): Don't use ARGS.
15626         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15627         initialisations.  Let nnoo do the work.
15628
15629 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15632         Say the part has been decoded.
15633
15634         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15635
15636 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15637
15638         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15639         mailcap-viewer-test-cache when there's no 'test clause, since that
15640         will invert the meaning of a "nil" test previously determined by
15641         mailcap-mailcap-entry-passes-test.
15642
15643 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15646         compiling.
15647
15648         * gnus-sum.el: Ditto.
15649
15650         * message.el: Don't bind tool-bar-map when compiling.
15651
15652 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15655
15656 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15657
15658         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15659         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15660         current Google Groups.
15661
15662 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15665         and tool-bar-mode.
15666
15667         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15668         and tool-bar-mode.
15669
15670         * message.el (message-tool-bar-update): Simplify.
15671         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15672
15673         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15674         gnus-summary-buffer.
15675         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15676         gnus-summary-reply.
15677
15678         * gmm-utils.el (gmm): Add :version.
15679
15680 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * Makefile.in (clean): New rule.
15683         (distclean): Use it.
15684
15685 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15686
15687         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15688         Don't autoload.
15689
15690 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gmm-utils.el (gmm-verbose): Add :group.
15693
15694 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * message.el: Change some comments WRT tool-bars.
15697
15698         * gnus-sum.el (gnus-summary-tool-bar)
15699         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15700         (gnus-summary-tool-bar-zap-list): New variables.
15701         (gnus-summary-make-tool-bar): Complete rewrite using
15702         `gmm-tool-bar-from-list'.
15703
15704         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15705         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15706         New variables.
15707         (gnus-group-make-tool-bar): Complete rewrite using
15708         `gmm-tool-bar-from-list'.
15709         (gnus-group-tool-bar-update): New function.
15710
15711         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15712
15713 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15716         is dissected into a single part of which the type is the same as
15717         the given one; decode charset.
15718
15719 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15720
15721         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15722         into alists as symbol not string, since that's what
15723         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15724         look for.
15725
15726 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15729         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15730
15731         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15732
15733 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15736         (gnus-xmas-mime-security-button-menu): New function.
15737
15738         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15739         (gnus-mime-security-button-menu): New definition.
15740         (gnus-mime-security-button-map): Use them.
15741         (gnus-mime-security-button-menu): New function.
15742         (gnus-insert-mime-security-button): Addition to help echo.
15743         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15744         (gnus-mime-security-pipe-part): New functions.
15745
15746         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15747         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15748
15749         * mm-decode.el (mm-handle-set-disposition): Remove.
15750         (mm-handle-set-description): Remove.
15751
15752 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15755         (mm-w3m-standalone-supports-m17n-p): New function.
15756         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15757         w3m usage.
15758
15759         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15760         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15761
15762 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * message.el (message-tool-bar-zap-list):
15765         Use gmm-tool-bar-zap-list as custom type.
15766         (message-tool-bar-update): New function.
15767         (message-tool-bar, message-tool-bar-gnome)
15768         (message-tool-bar-retro): Add message-tool-bar-update.
15769         (message-tool-bar-gnome): Add flyspell-buffer.
15770
15771         * gnus-util.el (gnus-error): Describe `args'.
15772
15773         * gmm-utils.el (gmm-error): Describe `args'.
15774         (gmm-tool-bar-zap-list): New widget.
15775         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15776
15777 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15780         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15781         the number of recursive calls.
15782
15783         * mm-decode.el (mm-handle-set-disposition): New macro.
15784         (mm-handle-set-description): New macro.
15785
15786 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15789         encoding.
15790
15791 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * message.el (message-tool-bar-zap-list, message-tool-bar)
15794         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15795         (message-tool-bar-local-item-from-menu): Remove.
15796         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15797         (message-make-tool-bar): New function.
15798         (message-mode): Use `message-make-tool-bar'.
15799
15800         * gmm-utils.el: New file.
15801         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15802         (gmm-lazy): New widget copied from `nnmail.el'.
15803         (gmm-tool-bar-from-list): New function for creating customizable
15804         tool bars.
15805         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15806         output.
15807         (gmm): Add :prefix to defgroup.
15808
15809 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15810
15811         * gmm-utils.el (gmm-widget-p): New function.
15812
15813 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * mml.el (mml-attach-file): Describe `description' in doc string.
15816         (mml-menu): Add Emacs MIME manual and PGG manual.
15817
15818 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15819
15820         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15821
15822 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15823
15824         * nntp.el (nntp-end-of-line): Doc fix.
15825
15826 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15827
15828         * imap.el (imap-open): Handle case where buffer is a buffer
15829         object.
15830
15831 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15832
15833         * gnus-delay.el (gnus-delay): Don't autoload.
15834         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15835         to be re-loaded when customizing the `gnus-delay' group.
15836
15837 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15838
15839         * message.el (message-insert-citation-line): Use newlines.
15840
15841 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15842
15843         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15844         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15845         these routines, so the passphrase can be managed externally and
15846         passed in to the system.
15847         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15848         pgg-add-passphrase-to-cache function.
15849
15850         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15851         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15852         these routines, so the passphrase can be managed externally and
15853         passed in to the system.
15854         (pgg-pgp5-sign-region): Use new name of
15855         pgg-add-passphrase-to-cache function.
15856
15857 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15858
15859         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15860         part of the decoded armor to find the key-identifier.
15861         (pgg-gpg-lookup-key-owner): New function to return the
15862         human-readable identifier of a key owner.
15863         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15864         itself.
15865         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15866         the key value) if we have a key and can match it against a secret
15867         key.  Also, added a note pointing out fact that the prompt only
15868         indicates the first matching key.
15869
15870         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15871         pgg-decrypt-region.
15872         (pgg-add-passphrase-to-cache): Rename from
15873         `pgg-add-passphrase-cache' to reduce confusion (all callers
15874         changed).
15875         (pgg-remove-passphrase-from-cache): Rename from
15876         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15877         changed).
15878         (pgg-read-passphrase, pgg-add-passphrase-cache)
15879         (pgg-remove-passphrase-cache): Add informative docstrings.
15880         (pgg-decrypt): Convey provided passphrase in subordinate call to
15881         pgg-decrypt-region.
15882
15883 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15884
15885         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15886         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15887         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15888         'passphrase' argument, so the passphrase can be managed externally
15889         and then passed in to the system.
15890
15891         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15892         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15893         so the passphrase cache can be used reliably with identifiers
15894         besides a pgp packet's key id.
15895
15896         * pgg-gpg.el (pgg-gpg-encrypt-region)
15897         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15898         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15899         these routines, so the passphrase can be managed externally and
15900         passed in to the system.
15901
15902         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15903         'notruncate' argument, so the passphrase cache can be used
15904         reliably with identifiers besides a pgp packet's key id.
15905
15906 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15907
15908         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15909         symmetric encryption.
15910         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15911         encrypted session key.
15912         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15913         message ask for the passphrase in a proper way.
15914
15915         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15916         New user commands for symmetric encryption.
15917
15918 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15921
15922         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15923
15924 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15925
15926         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15927
15928 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * mm-decode.el (mm-inlined-types): Add application/pgp.
15931         (mm-automatic-display): Ditto.
15932
15933         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15934         part as text.
15935
15936 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * nnrss.el: Update copyright.
15939         (nnrss-opml-import): Query whether to subscribe to each entry.
15940
15941         * gnus-art.el:
15942         * gnus-sum.el:
15943         * gnus-xmas.el:
15944         * messagexmas.el:
15945         * mm-uu.el:
15946         * mm-view.el: Update copyright.
15947
15948 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15949
15950         * message.el (message-info): New function.
15951         (message-mode-menu): Add it.
15952         Update copyright.
15953
15954         * ChangeLog: Fix and update copyright.
15955
15956 2006-01-13  Romain Francoise  <romain@orebokech.com>
15957
15958         * message.el (message-forward-subject-name-subject): Prefer the
15959         address to 'nowhere' if the sender has no name.
15960         Fix typo.  Update copyright year.
15961
15962 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * gnus-art.el (article-wash-html):
15965         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15966         (gnus-article-wash-html-with-w3m-standalone): New function.
15967
15968         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15969         mm-inline-text-html-render-with-w3m-standalone.
15970         (mm-text-html-washer-alist): Map w3m-standalone to
15971         gnus-article-wash-html-with-w3m-standalone.
15972         (mm-inline-text-html-render-with-w3m-standalone): New function.
15973
15974 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15977         Improve LaTeX.
15978
15979 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15982         (nnrss-request-article): Render text/plain parts as HTML.
15983
15984         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15985         the buffer.
15986
15987 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15990         custom definition of `gnus-posting-styles'.
15991
15992         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15993         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15994
15995 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15998         Use nntp for bug archive.
15999
16000 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16003         parts.
16004         (nnrss-normalize-date): New function converts ISO 8601 date into
16005         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16006         (nnrss-check-group): Use it.
16007
16008 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16011
16012         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16013         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16014         (nnrss-insert-w3): Ditto.
16015
16016 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16019         the articles to be forwarded including the case where neither a
16020         number of articles nor a region is specified.
16021
16022 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * nnrss.el (nnrss-request-article): Fix last change; fill
16025         text/plain parts.
16026
16027 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16030         in text/plain part.
16031         (nnrss-check-group): Don't add excessive newline to dc:subject.
16032
16033 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16034
16035         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16036         article.
16037
16038 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16041         (nnml-use-compressed-files, nnml-save-mail): Support other
16042         comression programs such as bzip2.
16043
16044 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16045
16046         * dns.el (query-dns): Make sure we check the buffer size before
16047         removing tcp headers.
16048
16049 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16052         remove MIME buttons associated with multipart/alternative parts.
16053         (gnus-mime-display-alternative): Tag buttons using `article-type'
16054         text property.
16055
16056         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16057         associated with multipart/alternative parts.
16058
16059         * gnus-art.el (gnus-signature-separator): Fix custom type.
16060
16061         * mm-decode.el (mm-inlined-types): Fix custom type.
16062         (mm-keep-viewer-alive-types): Ditto.
16063         (mm-automatic-display): Ditto.
16064         (mm-attachment-override-types): Ditto.
16065         (mm-inline-override-types): Ditto.
16066         (mm-automatic-external-display): Ditto.
16067
16068 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * spam-report.el (spam-report-user-mail-address)
16071         (spam-report-user-agent): New variables.
16072         (spam-report-url-ping-plain): Use spam-report-user-agent.
16073
16074 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16075
16076         * gnus-art.el (gnus-button-handle-custom): Do not just use
16077         `customize-apropos' for any "M-x customize-*" button but the
16078         function called for.  Accept both the function name and its
16079         argument in order to achieve this.
16080         (gnus-button-alist): Remove support for "custom:" URL's.
16081         Pass function name to `gnus-button-handle-custom' in case of "M-x
16082         customize-*" buttons.
16083
16084 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16087         multipart/alternative and add xref to mm-discouraged-alternatives
16088         in doc string.
16089
16090         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16091         gnus-buttonized-mime-types in doc string.
16092
16093 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16096         Suggest image/.* in the doc string.
16097
16098 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16099
16100         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16101         message-marks (Debian bug #342521).
16102
16103 2005-12-12  Simon Josefsson  <jas@extundo.com>
16104
16105         * password.el (password-read-from-cache): Add.
16106         (password-read): Use it.
16107
16108 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * rfc2047.el (rfc2047-charset-to-coding-system):
16111         Recognize us-ascii as a MIME charset.
16112
16113         * mm-bodies.el (mm-decode-content-transfer-encoding):
16114         Protect against the case where the 2nd arg TYPE is nil.
16115
16116 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * pop3.el (pop3-stream-type): Fix custom version.
16119
16120         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16121
16122 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16123
16124         * mm-decode.el (mm-display-external): Add missing cdr.
16125
16126 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16129         RFC1524) if it is in mailcap or add a suffix according to
16130         mailcap-mime-extensions when generating a temp filename; postpone
16131         deleting a temp file for 2 seconds for some wrappers, shell
16132         scripts, and so on, which might exit right after having started a
16133         viewer command as a background job.
16134
16135 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * nntp.el (nntp-marks-directory): Fix custom group.
16138
16139         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16140         steps when < 10.
16141
16142         * gnus-start.el (gnus-no-server-1):
16143         Mention `gnus-level-default-subscribed' in doc string.
16144
16145 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16146
16147         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16148         parens.
16149
16150 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-xmas.el (gnus-use-toolbar): Revert.
16153         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16154         gnus-use-toolbar is default.
16155
16156         * messagexmas.el (message-use-toolbar): Revert.
16157         (message-setup-toolbar): Use global default-toolbar if
16158         message-use-toolbar is default.
16159
16160 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16163         according to default-toolbar-visible-p.
16164
16165         * messagexmas.el (message-use-toolbar): Ditto.
16166
16167 2005-11-26  Dave Love  <fx@gnu.org>
16168
16169         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16170         (tls-program, tls-success): Provide openssl alternative.
16171
16172         * starttls.el: Doc fixes.
16173         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16174         SERVICE to PORT.
16175
16176         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16177         port null or service name.
16178         (starttls-negotiate): Autoload.
16179
16180 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * message.el (message-kill-to-signature): Fix interactive spec.
16183
16184 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * pop3.el (pop3-open-server): Recognize a string as a service name.
16187
16188 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16189
16190         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16191
16192 2005-11-23  Dave Love  <fx@gnu.org>
16193
16194         Add pop3s, pop3/starttls.
16195
16196         * pop3.el (pop3-authentication-scheme): Clarify doc.
16197         (open-tls-stream, starttls-open-stream): Autoload.
16198         (pop3-stream-type): New.
16199         (pop3-open-server): Use it.
16200
16201         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16202         for POP.
16203         (mail-source-keyword-map): Add :stream for POP.
16204         (mail-source-fetch-pop): Use pop3-stream-type.
16205
16206 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16209         of current-time-string.
16210
16211 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16212
16213         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16214         date header.
16215
16216 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16217
16218         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16219         it can seriously impact performance as it bypasses the agent's
16220         local caches.
16221
16222 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16223
16224         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16225         must be explicitly online rather than "not explicitly offline" for
16226         its flags to be synchronized.
16227
16228         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16229         that gnus-uu-unmark-thread will function correctly.
16230
16231         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16232         1024K is instead displayed as 1M.
16233
16234 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235
16236         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16237
16238 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16239
16240         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16241
16242 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16243
16244         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16245         error message to display actual error condition.
16246         (gnus-agent-save-local): Avoid saving symbols that are bound to
16247         nil as they simply result in a warning message in
16248         gnus-agent-read-local.
16249
16250 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16253         rather than make-variable-buffer-local for file-precious-flag.
16254
16255 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16256
16257         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16258         for duplicates which are removed.  The invalid sort check then
16259         triggers a rescan after the sort as sorting may have moved
16260         duplicate entries such that they can be cheaply detected.
16261
16262 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16265
16266 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16267
16268         * gnus-agent.el (gnus-agent-article-alist-save-format):
16269         Change internal variable to a custom variable.  Change default value
16270         from compressed(2) to uncompressed(1).
16271         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16272         support for uncompressed agentview files.  Taken together, reading
16273         the agentview file should now be 6-7 times faster.
16274
16275 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16276
16277         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16278         as a buffer-local variable.  This avoids creating truncated
16279         dribble files as a result of a hang up, eg.
16280
16281 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16282
16283         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16284         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16285         XEmacs.
16286
16287 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * gnus-start.el (gnus-start-draft-setup):
16290         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16291
16292         * gnus.el (gnus-splash): Change custom group.
16293         (gnus-group-get-parameter, gnus-group-parameter-value):
16294         Describe allow-list argument.
16295
16296         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16297         string.
16298
16299 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * gnus-art.el (gnus-default-article-saver): Add user-defined
16302         `function' to custom type.
16303
16304 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16305
16306         * imap.el (imap-open): Handle case where buffer is a buffer
16307         object.
16308
16309 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16310
16311         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16312         long lines.
16313         (gnus-cache-delete-group): Wrap doc strings.
16314
16315         * gnus-agent.el (gnus-agent-rename-group)
16316         (gnus-agent-delete-group): Wrap doc strings.
16317
16318 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * messagexmas.el (message-use-toolbar): Change the valid values
16321         into default, top, bottom, left, and right.
16322         (message-toolbar-thickness): New variable.
16323         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16324         well.
16325         (message-setup-toolbar): Make it work.
16326
16327         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16328         (gnus-use-toolbar): Change the valid values into default, top,
16329         bottom, left, and right.
16330         (gnus-toolbar-thickness): New variable.
16331         (gnus-xmas-setup-toolbar): New function.
16332         (gnus-xmas-setup-group-toolbar): Use it.
16333         (gnus-xmas-setup-summary-toolbar): Use it.
16334
16335 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16336
16337         * gnus-start.el (gnus-1): Add "native" to
16338         gnus-predefined-server-alist.
16339
16340         * gnus.el (gnus-method-to-server): Don't add "native" to the
16341         lists here, because that leads to problems when
16342         gnus-select-method is bound.
16343
16344 2005-11-09  Simon Josefsson  <jas@extundo.com>
16345
16346         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16347         use (not sort-by-date) instead.
16348
16349 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16350
16351         * gnus-delay.el (gnus-delay-group): Don't autoload.
16352         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16353         to be re-loaded when customizing the `gnus-delay' group.
16354
16355 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16356
16357         * message.el: Revert last changes.
16358         (message-insert-citation-line): Use newlines.
16359
16360 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16361
16362         * message.el (message-courtesy-message)
16363         (message-mark-insert-begin, message-mark-insert-end)
16364         (message-elide-ellipsis, message-cancel-message)
16365         (message-add-header, message-change-subject)
16366         (message-cross-post-followup-to-header)
16367         (message-cross-post-insert-note, message-reduce-to-to-cc)
16368         (message-widen-reply, message-delete-not-region)
16369         (message-kill-to-signature, message-insert-signature)
16370         (message-insert-importance-high, message-insert-importance-low)
16371         (message-insert-or-toggle-importance)
16372         (message-insert-disposition-notification-to)
16373         (message-indent-citation, message-yank-original)
16374         (message-cite-original-without-signature, message-cite-original)
16375         (message-insert-citation-line, message-position-on-field)
16376         (message-fix-before-sending, message-send-mail-partially)
16377         (message-send-mail, message-send-mail-with-sendmail)
16378         (message-send-mail-with-qmail, message-send-news)
16379         (message-check-news-header-syntax, message-generate-headers)
16380         (message-insert-courtesy-copy, message-fill-address)
16381         (message-fill-header, message-shorten-references)
16382         (message-setup-1, message-cancel-news)
16383         (message-forward-make-body-plain, message-forward-make-body-mime)
16384         (message-forward-make-body-mml, message-encode-message-body)
16385         (message-forward-make-body-digest-plain)
16386         (message-forward-make-body-digest-mime)
16387         (message-use-alternative-email-as-from): Insert `hard-newline'
16388         instead of ordinary newlines.
16389
16390 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * message.el (message-generate-headers): Downcase the argument
16393         given to message-check-element.
16394
16395 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16396
16397         * nntp.el (nntp-authinfo-rejected): New error condition.
16398         (nntp-wait-for): Use new error condition to signal authentication
16399         error.
16400         (nntp-retrieve-data): Rethrow new error condition to break out of
16401         recursive call to nntp-send-authinfo.
16402
16403 2005-11-08  Romain Francoise  <romain@orebokech.com>
16404
16405         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16406         (gnus-summary-exit-map): Bind to `Z p'.
16407         (gnus-summary-make-menu-bar): Add menu item.
16408
16409 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16410
16411         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16412         (gnus-treat-*): Add `first' in all doc strings.
16413
16414         * gnus-group.el (gnus-group-compact-group): Fix typo.
16415
16416 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus.el (gnus-parameters-case-fold-search): New variable.
16419         (gnus-parameters-get-parameter): Use it.
16420
16421         * gnus-score.el (gnus-home-score-file): Doc fix.
16422
16423 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16424
16425         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16426
16427 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * mm-util.el (mm-special-display-p): New function.
16430
16431         * mml.el (mml-preview): Use it; doc fix.
16432
16433 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16434
16435         * imap.el (imap-open): Handle case where buffer is a buffer object.
16436
16437 2005-10-29  Romain Francoise  <romain@orebokech.com>
16438
16439         * message.el (message-fix-before-sending): Fix comment.
16440
16441 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16442
16443         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16444
16445 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16446
16447         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16448         Used in gnus-score.el.
16449
16450 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16453
16454 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16455
16456         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16457         whitespace removed in revision 7.8.  Use concatenated string to
16458         protect trailing whitespace.
16459
16460 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16461
16462         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16463         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16464         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16465         Courier IMAP ("some version from 2004").  Mostly based on similar
16466         code in the same function.
16467
16468 2005-10-26  Didier Verna  <didier@xemacs.org>
16469
16470         * gnus-group.el (gnus-group-compact-group): Invalidate original
16471         article buffer.
16472         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16473         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16474         NOV database and in article itself.
16475         Invalidate article backlog.
16476
16477 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16480
16481 2005-10-26  Simon Josefsson  <jas@extundo.com>
16482
16483         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16484         part of 2004-07-25 change.
16485
16486 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * message.el (message-display-completion-list): New function.
16489         (message-expand-group): Use it; make sure the Completions buffer
16490         is modifiable.
16491 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16492
16493         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16494         user-mail-name is an empty string.
16495
16496 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16499         depending on gnus-score-decay-constant.
16500
16501         * encrypt.el (encrypt-insert-file-contents)
16502         (encrypt-write-file-contents): Don't use `gnus-message'.
16503
16504         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16505         arguments.
16506         (mm-uu-type-alist): Add message-marks and insert-marks.
16507         Pass arguments to mm-uu-verbatim-marks-extract.
16508         (mm-uu-hide-markers): New variable.
16509         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16510
16511         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16512         (gnus-convert-image-to-face-command): Use "convert" by default to
16513         allow other input image formats.
16514         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16515         accordingly.
16516
16517 2005-10-23  Simon Josefsson  <jas@extundo.com>
16518
16519         * imap.el (imap-gssapi-program): Align command line parameters
16520         with latest GNU SASL.
16521         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16522
16523 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16524
16525         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16526         HTML.
16527         (nnslashdot-request-article): Ditto.
16528
16529         * lpath.el (featurep): Add nobreak-char-display.
16530
16531 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16532
16533         * mail-source.el (mail-source-fetch-pop): Require pop3.
16534         (mail-source-check-pop): Ditto.
16535
16536 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16539         errors.
16540
16541 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16544         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16545
16546         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16547
16548         * mm-bodies.el (mm-decode-string):
16549         Call `mm-charset-to-coding-system' with allow-override argument.
16550
16551 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16554         (rfc2047-charset-to-coding-system): New function.
16555         (rfc2047-decode-encoded-words): New function.
16556         (rfc2047-decode-region): Use them.
16557         (rfc2047-decode-cte): Remove.
16558         (rfc2047-parse-and-decode): Remove.
16559         (rfc2047-decode): Remove.
16560
16561 2005-10-15  Kenichi Handa  <handa@m17n.org>
16562
16563         * rfc2047.el (rfc2047-decode-cte): New function.
16564         (rfc2047-decode-region): Change the way to decode successive
16565         encoded-words: decode B- or Q-encoding in each encoded-word,
16566         concatenate them, and decode it as charset.
16567
16568 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * lpath.el: Fbind codepage-setup for XEmacs.
16571
16572 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16573
16574         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16575         widget-move-and-invoke.
16576         (gnus-custom-mode): Use gnus-custom-map.
16577
16578 2005-10-15  Bill Wohler  <wohler@newt.com>
16579
16580         * message.el (message-tool-bar-map): Rename image file from
16581         mail_send to mail/send.
16582
16583 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16584
16585         * message.el (message-expand-group): Pass the common
16586         prefix substring of completion to `display-completion-list'.
16587
16588 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * mml-sec.el (mml-secure-method): New internal variable.
16591         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16592         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16593         New functions using mml-secure-method.
16594
16595         * mml.el (mml-mode-map): Add key bindings for those functions.
16596         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16597         Harder <harder@myrealbox.com>.
16598         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16599         Goto end of message if point is the headers of the message.
16600
16601         * message.el (message-in-body-p): New function.
16602
16603         * assistant.el: Autoload gnus-util and netrc.
16604
16605         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16606         Use `mm-charset-override-alist' only when decoding.
16607
16608         * mm-bodies.el (mm-decode-body):
16609         Call `mm-charset-to-coding-system' with allow-override argument.
16610
16611         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16612         `filename' from Content-Disposition if Content-Type doesn't
16613         provide `name'.
16614         (gnus-mime-view-part-as-type): Set default instead of
16615         initial-input.
16616
16617 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16618
16619         * format-spec.el (format-spec): Propagate text properties of % spec.
16620
16621 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * gnus-art.el (gnus-treat-predicate): Add `first'.
16624
16625 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16628         (mm-charset-override-alist): New variable.
16629         (mm-charset-to-coding-system): Use it.
16630         (mm-codepage-setup): New helper function.
16631         (mm-charset-eval-alist): New variable.
16632         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16633         Warn about unknown charsets.
16634
16635         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16636
16637 2005-10-04  David Hansen  <david.hansen@gmx.net>
16638
16639         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16640         (nnrss-check-group): Ditto.
16641
16642 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16645         Rename x-gnus-verbatim to x-verbatim.
16646         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16647
16648         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16649         x-verbatim.
16650
16651         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16652
16653         * gnus-util.el (gnus-remove-duplicates): Remove.
16654
16655         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16656         instead of gnus-remove-duplicates.
16657
16658         * message.el (message-remove-duplicates): Remove.
16659         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16660         message-remove-duplicates.
16661
16662         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16663         available, else use implementation from `delete-dups'.
16664
16665         * message.el (message-insert-expires): New function.
16666         (message-mode-map): Add key binding.
16667         (message-mode-field-menu): Add menu entry.
16668         (message-mode): Document it.
16669         (message-make-expires-date): Use `message-make-date'.
16670
16671 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16672
16673         * message.el (message-make-expires-date): New function.
16674
16675 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * Makefile.in (list-installed-shadows): New entry.
16678         (install): Use it.
16679         (remove-installed-shadows): New entry.
16680
16681         * dgnushack.el (dgnushack-default-load-path): New variable.
16682         (dgnushack-find-lisp-shadows): New function.
16683         (dgnushack-remove-lisp-shadows): New function.
16684
16685 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * Makefile.in (install-el-elc): New entry.
16688         (install): Use it so that .el files are necessarily installed.
16689
16690 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16693
16694 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16695
16696         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16697         function rather than the diff-mode.el package.
16698         (mm-display-external): Use with-current-buffer.
16699         (mm-viewer-completion-map, mm-viewer-completion-map):
16700         Move initialization inside declaration.
16701
16702 2005-09-29  Simon Josefsson  <jas@extundo.com>
16703
16704         * spam.el: Load hashcash when compiling, to avoid warnings.
16705         Don't autoload mail-check-payment.
16706         (spam-check-hashcash): Define unconditionally, since hashcash.el
16707         is part of Gnus now.  Ignore errors from payment checking.
16708
16709 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * message.el (message-bold-region, message-unbold-region):
16712         Rename from `bold-region' and `unbold-region'.
16713
16714         * message.el: Remove useless autoloads.
16715
16716 2005-09-28  Simon Josefsson  <jas@extundo.com>
16717
16718         * message.el (message-use-idna): Default to t.
16719         (message-use-idna): Test whether encoding works too.  Doc fix.
16720
16721 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * nntp.el (nntp-warn-about-losing-connection): Remove.
16724
16725 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16728         customizable.  Change default value.
16729         (mm-uu-diff-groups-regexp): Change default value.
16730         (mm-uu-type-alist): Add doc string.
16731         (mm-uu-configure): Add doc string.  Make it interactive.
16732         (mm-uu-tex-groups-regexp): New variable.
16733         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16734         (mm-uu-type-alist): Add LaTeX documents.
16735         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16736         of "text/verbatim".
16737         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16738
16739         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16740         instead of "text/verbatim".
16741
16742         * message.el (message-mark-inserted-region)
16743         (message-mark-insert-file): Use slrn style marks when called with
16744         prefix argument.
16745
16746 2005-09-27  Simon Josefsson  <jas@extundo.com>
16747
16748         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16749
16750 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16751
16752         * message.el (message-remove-duplicates): New function.
16753         Implementation borrowed from `gnus-remove-duplicates'.
16754         (message-idna-to-ascii-rhs): Also encode idna addresses in
16755         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16756         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16757         only ask about the same idna domain once per header and also tell
16758         in what header to replace the idna domain.
16759
16760         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16761         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16762         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16763         a header is decoded and not just the last one.
16764
16765 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16768         has been decoded.
16769
16770         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16771         (mm-insert-part): Don't modify text if it has been decoded.
16772
16773         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16774         decoded.
16775
16776         * mm-view.el (mm-inline-text): Don't strip text props unless
16777         decoding enriched or richtext parts.
16778
16779 2005-09-25  Romain Francoise  <romain@orebokech.com>
16780
16781         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16782         * gnus-start.el (gnus-subscribe-interactively):
16783         * gnus-uu.el (gnus-uu-grab-articles):
16784         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16785         space.
16786
16787 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16788
16789         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16790         * mm-view.el (mm-view-pkcs7-decrypt):
16791         * gnus-sum.el (gnus-summary-limit-to-extra)
16792         (gnus-summary-respool-article, gnus-read-move-group-name):
16793         * gnus-score.el (gnus-summary-increase-score):
16794         * gnus-util.el (gnus-completing-read-with-default):
16795         * gnus-art.el (gnus-read-save-file-name)
16796         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16797         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16798         * message.el (message-check-news-header-syntax):
16799         Follow convention for reading with the minibuffer.
16800
16801 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * spam-report.el (spam-report-url-ping-plain):
16804         Use gnus-extended-version as User-Agent.
16805
16806         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16807         default value is nil.
16808
16809         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16810         (mm-uu-verbatim-marks-extract): New function.
16811         (mm-uu-extract): New face.
16812         (mm-uu-copy-to-buffer): Use it.
16813
16814         * spam-report.el (spam-report-gmane-ham): Rename from
16815         `spam-report-gmane-unspam'.
16816         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16817         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16818
16819         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16820         Autoload.
16821         (spam-report-gmane-unregister-routine):
16822         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16823
16824 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16825
16826         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16827         (spam-report-gmane-unregister-routine): Add support for gmane
16828         unregistration.
16829
16830         * spam-report.el (spam-report-gmane-unspam)
16831         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16832         (spam-report-gmane): Change to take a single article and do unspam
16833         registration.
16834
16835 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16836
16837         * mm-url.el (mm-url-decode-entities): Fix regexp.
16838
16839 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16840
16841         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16842         default to nil, to be able to use Gnus at all.  If the default
16843         switches to something else, then the function should be fixed not
16844         be exceedingly slow.
16845
16846 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16847
16848         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16849         fail hard.
16850
16851         * spam-report.el: Add better Keywords line.
16852
16853         * spam.el: Add Maintainer and better Keywords line.
16854
16855 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16856
16857         * gnus-art.el (gnus-article-replace-part)
16858         (gnus-mime-replace-part): New functions.
16859         (gnus-mime-action-alist, gnus-mime-button-commands)
16860         (gnus-mime-save-part-and-strip): Add file argument.
16861         (gnus-article-part-wrapper): Add interactive argument.
16862
16863         * gnus-sum.el (gnus-summary-mime-map):
16864         Add `gnus-article-replace-part'.
16865
16866 2005-09-19  Didier Verna  <didier@xemacs.org>
16867
16868         The nnml compaction feature:
16869         * nnml.el (nnml-request-compact-group): New function.
16870         * nnml.el (nnml-request-compact): New function.
16871         * gnus-int.el (gnus-request-compact-group): New function.
16872         * gnus-int.el (gnus-request-compact): New function.
16873         * gnus-group.el (gnus-group-compact-group): New function.
16874         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16875         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16876         * gnus-srvr.el (gnus-server-compact-server): New function.
16877         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16878         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16879
16880 2005-09-18  Deepak Goel  <deego@gnufans.org>
16881
16882         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16883         format spec.
16884
16885 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16888
16889 2005-09-15  Romain Francoise  <romain@orebokech.com>
16890
16891         * message.el (message-fill-paragraph): Clarify docstring.
16892
16893 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * gnus-art.el (gnus-mime-display-part): Protect against broken
16896         MIME messages.
16897
16898 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16901         before parsing header.
16902
16903 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16904
16905         * html2text.el (html2text-replace-list): Add new entities.
16906
16907 2005-09-11  Romain Francoise  <romain@orebokech.com>
16908
16909         * message.el (message-alternative-emails): Improve docstring.
16910         (message-setup-1): Call `message-use-alternative-email-as-from'
16911         after `message-setup-hook' to give it precedence over posting
16912         styles, etc.
16913         (message-use-alternative-email-as-from): Add docstring.
16914         Remove the original From header if present.
16915
16916         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16917         (nnml-save-mail): Use it.
16918
16919         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16920         articles.  Add new argument `silent'.
16921         (gnus-uu-mark-all): Report the total number of marked articles.
16922
16923 2005-09-10  Romain Francoise  <romain@orebokech.com>
16924
16925         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16926         (gnus-uu-mark-series): Likewise.
16927
16928 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * spam-report.el (spam-report-gmane): Fix generation of spam
16931         report URL.
16932
16933 2005-09-10  Simon Josefsson  <jas@extundo.com>
16934
16935         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16936         t, based on discussion on the ding list with Robert Epprecht
16937         <epprecht@solnet.ch>.
16938
16939 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16940
16941         * spam-report.el (spam-report-gmane): Make it work without
16942         X-Report-Spam header.  Gmane now only provides Archived-At.
16943         This is only used if `spam-report-gmane-use-article-number' is nil.
16944         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16945
16946         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16947         make `gnus-summary-sort-by-recipient' work with threading.
16948
16949         * nnweb.el (nnweb-google-wash-article): Print a message if article
16950         is not available.
16951
16952 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16953
16954         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16955         change.  Decode text/* parts content before displaying.
16956
16957 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16960
16961 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16964
16965         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16966         url-package-name, url-package-version,
16967         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16968         w3m-display-inline-images, and w3m-minor-mode-map.
16969
16970 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * message.el (message-tab-body-function): Fix mismatched custom type.
16973
16974         * gnus.el (gnus-group-change-level-function): Ditto.
16975
16976         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16977
16978         * gnus-art.el (gnus-signature-limit)
16979         (gnus-article-mime-part-function): Ditto.
16980
16981 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * mml.el (mml-mode): Silence the byte compiler.
16984
16985         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16986         using `(sit-for 0)' before moving the point to the specified part;
16987         skip unbuttonized parts.
16988         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16989         return to the summary window if gnus-auto-select-part is non-nil.
16990
16991 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16994         New variables.
16995         (mml-dnd-attach-file, mml-mode): Use them.
16996
16997         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16998         Make fetching article by MID work again for Google Groups.
16999         Add FIXME concerning gnus-group-make-web-group.
17000
17001         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17002         Don't depend on Gnus by using mail-extract-address-components if
17003         gnus-extract-address-components is not bound.
17004
17005 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17006
17007         * gnus-art.el (gnus-mime-display-security): Don't display the
17008         signature, but only the signed part.
17009
17010 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17013
17014         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17015         list, not listp.
17016
17017 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17018
17019         * mm-encode.el (mm-encode-content-transfer-encoding):
17020         Likewise when encoding.
17021
17022         * mm-bodies.el (mm-decode-content-transfer-encoding):
17023         De-canonicalize CRLF for all text content types, not just
17024         text/plain.
17025
17026 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17029         valid article; point arrow and cursor at the MIME button.
17030
17031 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17034         Suggested by Dan Christensen <jdc@uwo.ca>.
17035
17036         * mm-decode.el (mm-save-part): Enable change of prompt.
17037
17038 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17039
17040         * gnus-msg.el (gnus-inews-add-send-actions):
17041         Make `message-post-method' lambda parameter ARG `&optional'.
17042
17043 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17044
17045         * gnus-sum.el (gnus-summary-mime-map):
17046         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17047         gnus-article-jump-to-part.
17048
17049         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17050         (gnus-article-edit-part): Use it.
17051         (gnus-article-part-wrapper): Add no-handle argument.
17052         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17053         New functions.
17054
17055 2005-08-29  Romain Francoise  <romain@orebokech.com>
17056
17057         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17058         docstring.
17059         (gnus-face-from-file): Likewise.
17060
17061 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17064         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17065         non-nil.
17066         (gnus-auto-select-part): New variable.
17067         (gnus-article-jump-to-part): New function.
17068         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17069         (gnus-mime-delete-part): Allow selecting specified part after
17070         deleting or stripping parts.
17071         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17072         part if argument is bogus.
17073
17074 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17075
17076         * gnus-art.el (w3m-minor-mode-map):
17077         * gnus-spec.el (gnus-newsrc-file-version):
17078         * gnus-util.el (nnmail-active-file-coding-system)
17079         (gnus-original-article-buffer, gnus-user-agent):
17080         * gnus.el (gnus-ham-process-destinations)
17081         (gnus-parameter-ham-marks-alist)
17082         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17083         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17084         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17085         * mm-decode.el (gnus-current-window-configuration):
17086         * mm-extern.el (gnus-article-mime-handles):
17087         * mm-url.el (url-current-object, url-package-name)
17088         (url-package-version):
17089         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17090         (smime-keys, w3m-cid-retrieve-function-alist)
17091         (w3m-current-buffer, w3m-display-inline-images)
17092         (w3m-minor-mode-map):
17093         * mml-smime.el (gnus-extract-address-components):
17094         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17095         (gnus-newsrc-hashtb, message-default-charset)
17096         (message-deletable-headers, message-options)
17097         (message-posting-charset, message-required-mail-headers)
17098         (message-required-news-headers):
17099         * mml1991.el (mc-pgp-always-sign):
17100         * mml2015.el (mc-pgp-always-sign):
17101         * nnheader.el (nnmail-extra-headers):
17102         * rfc1843.el (gnus-decode-encoded-word-function)
17103         (gnus-decode-header-function, gnus-newsgroup-name):
17104         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17105
17106 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17107
17108         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17109         the end of the date treatments.
17110
17111 2005-08-15  Simon Josefsson  <jas@extundo.com>
17112
17113         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17114         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17115         Capello and Romain Francoise.
17116         (pgg-fetch-key-function): Remove, not used?
17117         (pgg-insert-url-with-w3): Require url, to get
17118         url-insert-file-contents regardless of where it is defined.
17119
17120 2005-08-13  Romain Francoise  <romain@orebokech.com>
17121
17122         * message.el (message-cite-original-1): New function.
17123         (message-cite-original): Use it.
17124         (message-cite-original-without-signature): Ditto.
17125
17126 2005-08-08  Romain Francoise  <romain@orebokech.com>
17127
17128         * message.el (message-yank-empty-prefix): New variable.
17129         (message-indent-citation): Use it.
17130         (message-cite-original-without-signature): Respect X-No-Archive.
17131
17132 2005-08-08  Simon Josefsson  <jas@extundo.com>
17133
17134         * pgg.el: Autoload url-insert-file-contents instead of loading
17135         w3/url.
17136         (pgg-insert-url-with-w3): Don't load url here.
17137
17138 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17139
17140         * message.el (message-kill-to-signature): Don't insert newline at
17141         bol.
17142         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17143
17144 2005-08-06  Romain Francoise  <romain@orebokech.com>
17145
17146         * message.el (message-user-fqdn): Fix typo in docstring.
17147
17148 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17149
17150         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17151
17152         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17153
17154 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * mm-bodies.el (mm-encode-body): Use coding system rather than
17157         charset to encode text.
17158
17159         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17160         number of charsets if utf-8 is available (XEmacs).
17161
17162 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17163
17164         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17165         taken from `gnus-button-mid-or-mail-regexp'.
17166         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17167         (gnus-button-alist): Improve regexp for domain part of the MIDs
17168         for news:localpart@domain buttons.
17169         (gnus-button-ctan-directory-regexp): Update.
17170
17171 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * sieve-manage.el (sieve-manage-interactive-login):
17174         Use make-local-variable rather than make-variable-buffer-local.
17175         (sieve-manage-open): Ditto.
17176         (sieve-manage-authenticate): Ditto.
17177
17178         * mml.el (mml-generate-mime-1): Make the content type default to
17179         text/plain if the filename is not specified.
17180
17181 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17184         instead of insert-buffer.
17185
17186         * message.el (message-yank-original): Ditto; set the mark at the
17187         end of the yanked message.
17188
17189 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17192         lines to scroll rather than to stop it.
17193
17194         * mml.el (mml-generate-default-type): Add doc string.
17195         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17196         default to application/octet-stream when determining the content
17197         type if it is not specified for the part or the mml contents; add
17198         a comment about mml-generate-default-type.
17199
17200 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17203         make it default to application/octet-stream when determining the
17204         content type if it is not specified for the external contents.
17205
17206 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17209         segmented parameter but also other parameters might be there.
17210
17211 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17212
17213         * mm-decode.el (mm-display-external): Delete temp file, directory
17214         and buffer immediately if the external process is exited.
17215
17216 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17219         fewer lines than that of scroll-margin.
17220         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17221
17222 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * gnus-art.el (gnus-article-next-page): Revert.
17225         (gnus-article-beginning-of-window): New macro.
17226         (gnus-article-next-page-1): Use it.
17227         (gnus-article-prev-page): Ditto.
17228         (gnus-article-edit-part): Use insert-buffer-substring instead of
17229         insert-buffer.
17230         (gnus-article-edit-exit): Ditto.
17231
17232         * gnus-util.el (gnus-beginning-of-window): Remove.
17233         (gnus-end-of-window): Remove.
17234
17235         * lpath.el: Don't bind header-line-format and scroll-margin.
17236
17237 2005-07-25  Simon Josefsson  <jas@extundo.com>
17238
17239         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17240         to have the url package without w3.  Reported by Daiki Ueno
17241         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17242
17243 2005-07-20  Didier Verna  <didier@xemacs.org>
17244
17245         * gnus-diary.el: Remove the description comment (nndiary is now
17246         properly documented in the Gnus manual).
17247         Fix the spelling of "Back End".
17248         * nndiary.el: Ditto.
17249         Fix the copyright notice.
17250
17251 2005-07-18  Romain Francoise  <romain@orebokech.com>
17252
17253         * gnus-sum.el (gnus-summary-to-prefix)
17254         (gnus-summary-newsgroup-prefix): New variables.
17255         (gnus-summary-from-or-to-or-newsgroups): Use them.
17256
17257 2005-07-17  Romain Francoise  <romain@orebokech.com>
17258
17259         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17260         space as it's generally not especially interesting to the user.
17261
17262 2005-07-16  Romain Francoise  <romain@orebokech.com>
17263
17264         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17265         nil to avoid prompting and file modification if one of the
17266         messages at the top of the nnfolder file contains a copyright
17267         notice.
17268         Update copyright notice.
17269
17270         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17271         instead of `current-time-string' as the latter creates a time
17272         string that is not RFC 2822 compliant (it lacks the zone).
17273         Update copyright notice.
17274
17275 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17276
17277         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17278         for text/rtf.  Display default in prompt.  Pass default for M-n.
17279
17280         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17281
17282 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17283
17284         * gnus-msg.el (gnus-button-mailto):
17285         Remove save-selected-window-window hackery because it relies on
17286         save-selected-window internals.
17287
17288 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17291         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17292         (gnus-article-prev-page): Ditto.
17293
17294         * gnus-util.el (gnus-beginning-of-window): New function.
17295         (gnus-end-of-window): New function.
17296
17297         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17298
17299 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17300
17301         * gnus-score.el (gnus-score-edit-all-score):
17302         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17303         gnus-message.
17304
17305 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17306
17307         * gnus-msg.el (gnus-button-mailto):
17308         Remove save-selected-window-window hackery because it relies on
17309         save-selected-window internals.
17310
17311 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17314         add-minor-mode.
17315         (gnus-binary-mode): Ditto.
17316
17317         * gnus-topic.el (gnus-topic-mode): Ditto.
17318
17319 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17320
17321         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17322         (gnus-article-prev-page): Take scroll-margin into consideration.
17323
17324 2005-07-04  Lute Kamstra  <lute@gnu.org>
17325
17326         Update FSF's address in GPL notices.
17327
17328 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17329
17330         * gnus.el (gnus-exit):
17331         * gnus-group.el (gnus-group-icons):
17332         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17333
17334         * gnus-nocem.el (gnus-nocem):
17335         * message.el (message-various, message-buffers, message-sending)
17336         (message-interface, message-forwarding, message-insertion)
17337         (message-headers, message-news, message-mail):
17338         * pgg-gpg.el (pgg-gpg):
17339         * pgg-parse.el (pgg-parse):
17340         * pgg-pgp.el (pgg-pgp):
17341         * pgg-pgp5.el (pgg-pgp5):
17342         * pop3.el (pop3): Finish `defgroup' description with period.
17343
17344 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * gnus-art.el (article-display-face): Improve the efficiency.
17347         (article-display-x-face): Ditto; remove grey x-face stuff.
17348
17349 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * gnus-art.el (article-display-face): Correct the position in
17352         which Faces are inserted.
17353
17354 2005-06-29  Didier Verna  <didier@xemacs.org>
17355
17356         * gnus-art.el (article-display-face): Display faces in correct
17357         order.
17358
17359 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17362         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17363         (gnus-nocem-check-article): Fetch the Type header.
17364         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17365         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17366         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17367         make sure gnus-nocem-hashtb is initialized.
17368         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17369         (gnus-nocem-unwanted-article-p): Ditto.
17370
17371         * pgg.el (pgg-verify): Return the verification result.
17372
17373 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17374
17375         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17376         is ascii.
17377
17378 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17379
17380         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17381         `show-nonbreak-escape'.
17382
17383 2005-06-23  Lute Kamstra  <lute@gnu.org>
17384
17385         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17386
17387         * dig.el (dig-mode):
17388         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17389
17390 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17391
17392         * nnimap.el (nnimap-split-download-body): Fix spellings.
17393
17394 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17395
17396         * gnus-art.el (gnus-article-encrypt-body):
17397         * gnus-cus.el (gnus-score-customize):
17398         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17399         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17400
17401 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17402
17403         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17404         header by looking for magic "MII" at the beginnig.
17405
17406 2005-06-16  Miles Bader  <miles@gnu.org>
17407
17408         * gnus-xmas.el (gnus-xmas-group-startup-message):
17409         Use renamed gnus-splash face.
17410
17411         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17412         (assistant-field-face): New backward-compatibility alias for renamed
17413         face.
17414         (assistant-render-text): Use renamed assistant-field face.
17415
17416         * spam.el (spam): Remove "-face" suffix from face name.
17417         (spam-face): New backward-compatibility alias for renamed face.
17418         (spam-face, spam-initialize): Use renamed spam face.
17419
17420         * message.el (message-header-to, message-header-cc)
17421         (message-header-subject, message-header-newsgroups)
17422         (message-header-other, message-header-name)
17423         (message-header-xheader, message-separator, message-cited-text)
17424         (message-mml): Remove "-face" suffix from face names.
17425         (message-header-to-face, message-header-cc-face)
17426         (message-header-subject-face, message-header-newsgroups-face)
17427         (message-header-other-face, message-header-name-face)
17428         (message-header-xheader-face, message-separator-face)
17429         (message-cited-text-face, message-mml-face):
17430         New backward-compatibility aliases for renamed faces.
17431         (message-font-lock-keywords): Use renamed message faces.
17432
17433         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17434         (sieve-test-commands, sieve-tagged-arguments):
17435         Remove "-face" suffix from face names.
17436         (sieve-control-commands-face, sieve-action-commands-face)
17437         (sieve-test-commands-face, sieve-tagged-arguments-face):
17438         New backward-compatibility aliases for renamed faces.
17439         (sieve-control-commands-face, sieve-action-commands-face)
17440         (sieve-test-commands-face, sieve-tagged-arguments-face):
17441         Use renamed sieve faces.
17442
17443         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17444         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17445         (gnus-group-news-3-empty, gnus-group-news-4)
17446         (gnus-group-news-4-empty, gnus-group-news-5)
17447         (gnus-group-news-5-empty, gnus-group-news-6)
17448         (gnus-group-news-6-empty, gnus-group-news-low)
17449         (gnus-group-news-low-empty, gnus-group-mail-1)
17450         (gnus-group-mail-1-empty, gnus-group-mail-2)
17451         (gnus-group-mail-2-empty, gnus-group-mail-3)
17452         (gnus-group-mail-3-empty, gnus-group-mail-low)
17453         (gnus-group-mail-low-empty, gnus-summary-selected)
17454         (gnus-summary-cancelled, gnus-summary-high-ticked)
17455         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17456         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17457         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17458         (gnus-summary-low-undownloaded)
17459         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17460         (gnus-summary-low-unread, gnus-summary-normal-unread)
17461         (gnus-summary-high-read, gnus-summary-low-read)
17462         (gnus-summary-normal-read, gnus-splash):
17463         Remove "-face" suffix from face names.
17464         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17465         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17466         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17467         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17468         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17469         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17470         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17471         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17472         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17473         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17474         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17475         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17476         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17477         (gnus-summary-normal-ticked-face)
17478         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17479         (gnus-summary-normal-ancient-face)
17480         (gnus-summary-high-undownloaded-face)
17481         (gnus-summary-low-undownloaded-face)
17482         (gnus-summary-normal-undownloaded-face)
17483         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17484         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17485         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17486         (gnus-splash-face):
17487         New backward-compatibility aliases for renamed faces.
17488         (gnus-group-startup-message): Use renamed gnus faces.
17489
17490         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17491         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17492         (gnus-server-agent): Remove "-face" suffix from face names.
17493         (gnus-server-agent-face, gnus-server-opened-face)
17494         (gnus-server-closed-face, gnus-server-denied-face)
17495         (gnus-server-offline-face):
17496         New backward-compatibility aliases for renamed faces.
17497         (gnus-server-agent-face, gnus-server-opened-face)
17498         (gnus-server-closed-face, gnus-server-denied-face)
17499         (gnus-server-offline-face): Use renamed gnus faces.
17500
17501         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17502         Remove "-face" suffix from face names.
17503         (gnus-picon-xbm-face, gnus-picon-face):
17504         New backward-compatibility aliases for renamed faces.
17505
17506         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17507         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17508         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17509         (gnus-cite-11): Remove "-face" suffix from face names.
17510         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17511         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17512         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17513         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17514         New backward-compatibility aliases for renamed faces.
17515         (gnus-cite-attribution-face, gnus-cite-face-list)
17516         (gnus-article-boring-faces): Use renamed gnus faces.
17517
17518         * gnus-art.el (gnus-signature, gnus-header-from)
17519         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17520         (gnus-header-content): Remove "-face" suffix from face names.
17521         (gnus-signature-face, gnus-header-from-face)
17522         (gnus-header-subject-face, gnus-header-newsgroups-face)
17523         (gnus-header-name-face, gnus-header-content-face):
17524         New backward-compatibility aliases for renamed faces.
17525         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17526
17527         * gnus-sum.el (gnus-summary-selected-face)
17528         (gnus-summary-highlight): Use renamed gnus faces.
17529         * gnus-group.el (gnus-group-highlight): Likewise.
17530
17531 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17532
17533         * gnus-sieve.el (gnus-sieve-article-add-rule):
17534         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17535         * spam-stat.el (spam-stat-buffer-change-to-spam)
17536         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17537
17538         * message.el (message-is-yours-p):
17539         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17540
17541 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * mm-view.el (mm-inline-text): Withdraw the last change.
17544
17545 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17548         executing enriched-decode.
17549
17550 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17553         charset of tar files.
17554
17555 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17556
17557         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17558
17559 2005-06-04  Lute Kamstra  <lute@gnu.org>
17560
17561         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17562         information is never recorded.
17563
17564 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17565
17566         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17567
17568 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * pop3.el (pop3-apop): Run md5 in the binary mode.
17571
17572         * starttls.el (starttls-set-process-query-on-exit-flag):
17573         Use eval-and-compile.
17574
17575 2005-05-31  Simon Josefsson  <jas@extundo.com>
17576
17577         * smime.el (smime-replace-in-string): Define.
17578         (smime-cert-by-ldap-1): Use it.
17579
17580 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * gnus-art.el (article-display-x-face): Replace
17583         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17584
17585         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17586         set-process-query-on-exit-flag or process-kill-without-query.
17587
17588         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17589         loop instead of replace-regexp.
17590
17591         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17592         instead of process-kill-without-query if it is available.
17593
17594         * lpath.el: Fbind ldap-search-entries.
17595
17596         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17597         instead of find-file-hooks if it is available.
17598
17599         * mml1991.el: Bind pgg-default-user-id when compiling.
17600
17601         * mml2015.el: Bind pgg-default-user-id when compiling.
17602
17603         * nndraft.el (nndraft-request-associate-buffer):
17604         Use write-contents-functions instead of write-contents-hooks if it is
17605         available.
17606
17607         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17608         instead of find-file-hooks if it is available.
17609
17610         * nntp.el (nntp-open-connection): Replace
17611         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17612         (nntp-open-ssl-stream): Ditto.
17613         (nntp-open-tls-stream): Ditto.
17614
17615         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17616         set-process-query-on-exit-flag or process-kill-without-query.
17617         (starttls-open-stream-gnutls): Use it instead of
17618         process-kill-without-query.
17619         (starttls-open-stream): Ditto.
17620
17621 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17622
17623         * smime.el (smime-cert-by-ldap-1): Don't use
17624         replace-regexp-in-string.
17625
17626 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17627
17628         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17629
17630         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17631         in PEM format.  Adjust to the XEmacs compatibility.
17632
17633 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17636         by `string-to-number'.
17637         * gnus-agent.el (gnus-agent-regenerate-group)
17638         (gnus-agent-fetch-articles): Ditto.
17639         * gnus-art.el (gnus-button-fetch-group): Ditto.
17640         * gnus-cache.el (gnus-cache-generate-active)
17641         (gnus-cache-articles-in-group): Ditto.
17642         * gnus-group.el (gnus-group-set-current-level)
17643         (gnus-group-insert-group-line): Ditto.
17644         * gnus-score.el (gnus-score-set-expunge-below)
17645         (gnus-score-set-mark-below, gnus-summary-score-effect)
17646         (gnus-summary-score-entry): Ditto.
17647         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17648         (gnus-soup-pack): Ditto.
17649         * gnus-spec.el (gnus-xmas-format): Ditto.
17650         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17651         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17652         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17653         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17654         * nndb.el (nndb-get-remote-expire-response): Ditto.
17655         * nndiary.el (nndiary-parse-schedule-value)
17656         (nndiary-string-to-number, nndiary-request-replace-article)
17657         (nndiary-request-article): Ditto.
17658         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17659         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17660         * nneething.el (nneething-make-head): Ditto.
17661         * nnfolder.el (nnfolder-request-article)
17662         (nnfolder-retrieve-headers): Ditto.
17663         * nnheader.el (nnheader-file-to-number): Ditto.
17664         * nnkiboze.el (nnkiboze-request-article): Ditto.
17665         * nnmail.el (nnmail-process-unix-mail-format)
17666         (nnmail-process-babyl-mail-format): Ditto.
17667         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17668         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17669         (nnmh-request-create-group, nnmh-request-list-1)
17670         (nnmh-request-group, nnmh-request-article): Ditto.
17671         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17672         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17673         * nnsoup.el (nnsoup-make-active): Ditto.
17674         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17675         * nntp.el (nntp-find-group-and-number)
17676         (nntp-retrieve-headers-with-xover): Ditto.
17677         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17678         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17679         (pgg-format-key-identifier): Ditto.
17680         * pop3.el (pop3-last, pop3-stat): Ditto.
17681         * qp.el (quoted-printable-decode-region): Ditto.
17682
17683         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17684         of concat.
17685
17686 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17689
17690         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17691
17692         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17693
17694         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17695
17696         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17697
17698         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17699
17700         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17701         (gnus-carpal-mode): Ditto.
17702
17703         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17704         (gnus-browse-mode): Ditto.
17705
17706         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17707
17708         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17709
17710 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17711
17712         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17713
17714 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-util.el (gnus-run-mode-hooks): New function.
17717
17718         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17719
17720         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17721         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17722
17723 2005-05-27  Lute Kamstra  <lute@gnu.org>
17724
17725         * dns-mode.el (dns-mode): Specify customization group.
17726
17727 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17728
17729         * gnus-agent.el (gnus-agent-make-mode-line-string):
17730         Use mode-line-highlight as mouse-face.
17731
17732 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * canlock.el (canlock): Change the parent group to news.
17735
17736         * deuglify.el (gnus-outlook-deuglify): Add :group.
17737
17738         * dig.el (dig): Add :group.
17739
17740         * dns-mode.el (dns-mode): Add :group.
17741
17742         * encrypt.el (encrypt): Add :group.
17743
17744         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17745         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17746         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17747         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17748         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17749
17750         * gnus-diary.el (gnus-diary): Add :group.
17751
17752         * gnus.el (gnus-group-news-1-face): Add :group.
17753         (gnus-group-news-1-empty-face): Ditto.
17754         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17755         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17756         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17757         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17758         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17759         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17760         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17761         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17762         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17763         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17764         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17765         (gnus-summary-high-ticked-face): Ditto.
17766         (gnus-summary-low-ticked-face): Ditto.
17767         (gnus-summary-normal-ticked-face): Ditto.
17768         (gnus-summary-high-ancient-face): Ditto.
17769         (gnus-summary-low-ancient-face): Ditto.
17770         (gnus-summary-normal-ancient-face): Ditto.
17771         (gnus-summary-high-undownloaded-face): Ditto.
17772         (gnus-summary-low-undownloaded-face): Ditto.
17773         (gnus-summary-normal-undownloaded-face): Ditto.
17774         (gnus-summary-high-unread-face): Ditto.
17775         (gnus-summary-low-unread-face): Ditto.
17776         (gnus-summary-normal-unread-face): Ditto.
17777         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17778         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17779
17780         * hashcash.el (hashcash): New custom group.
17781         (hashcash-default-payment): Add :group.
17782         (hashcash-payment-alist): Ditto.
17783         (hashcash-default-accept-payment): Ditto.
17784         (hashcash-accept-resources): Ditto.
17785         (hashcash-path): Ditto.
17786         (hashcash-extra-generate-parameters): Ditto.
17787         (hashcash-double-spend-database): Ditto.
17788         (hashcash-in-news): Ditto.
17789
17790         * message.el (message-minibuffer-local-map): Add :group.
17791
17792         * netrc.el (netrc): Add :group.
17793
17794         * sieve-manage.el (sieve-manage-log): Add :group.
17795         (sieve-manage-default-user): Diito.
17796         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17797         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17798         (sieve-manage-authenticators): Ditto.
17799         (sieve-manage-authenticator-alist): Ditto.
17800         (sieve-manage-default-port): Ditto.
17801
17802         * sieve-mode.el (sieve-control-commands-face): Add :group.
17803         (sieve-action-commands-face): Ditto.
17804         (sieve-test-commands-face): Ditto.
17805         (sieve-tagged-arguments-face): Ditto.
17806
17807         * smime.el (smime): Add :group.
17808
17809         * spam-report.el (spam-report): Add :group.
17810
17811         * spam.el (spam, spam-face): Add :group.
17812
17813 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17814
17815         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17816         return \n.\n.\n at the end of articles.  Protect against that.
17817         (nntp-with-open-group): Allow debugging.
17818
17819         * nnheader.el (mail-header-set-extra): Make into a function
17820         because I just could't understand how to quote the list properly.
17821
17822         * dns.el (query-dns-cached): New function.
17823
17824 2005-05-26  Lute Kamstra  <lute@gnu.org>
17825
17826         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17827
17828 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17831
17832         * gnus-art.el: Don't autoload mail-extract-address-components.
17833
17834         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17835         eval-and-compile to evaluate it.
17836
17837         * hashcash.el: Don't autoload executable-find.
17838
17839         * nndb.el: Don't declare the nndb back end two or more times; don't
17840         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17841
17842         * nntp.el: Autoload format-spec instead of format; use
17843         eval-and-compile to evaluate autoload forms.
17844
17845 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17846
17847         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17848
17849 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17850
17851         * gnus.el (gnus-version-number): Bump version.
17852
17853 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17854
17855         * gnus.el: No Gnus v0.3 is released.
17856
17857 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17858
17859         * lpath.el (featurep): Bind show-nonbreak-escape.
17860
17861 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-art.el (gnus-article-edit-part): Disable undo.
17864
17865 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17868         gnus-article-date-lapsed-new-header is t if date timer is active;
17869         skip headers in which the original date value is empty.
17870         (gnus-article-save-original-date): Redefine it as a macro.
17871         (gnus-display-mime): Use it.
17872
17873 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * gnus-art.el (article-date-ut): Support converting date in
17876         forwarded parts as well.
17877         (gnus-article-save-original-date): New function.
17878         (gnus-display-mime): Use it.
17879
17880 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17881
17882         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17883         enclosure element of <item>.
17884
17885 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * message.el (message-kill-buffer-query): Rename from
17888         `message-kill-buffer-query-if-modified'.  Add :version.
17889
17890 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17893         window layout.
17894
17895 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * mml.el: Autoload dnd when compiling.
17898
17899 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17900
17901         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17902         x-dnd-*.
17903
17904 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * qp.el (quoted-printable-encode-region): Save excursion.
17907
17908 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17909
17910         * message.el (message-kill-buffer-query-if-modified): Add new variable
17911         so the user can kill a modified message buffer quickly.
17912         (message-kill-buffer): Use it.
17913
17914 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * lpath.el: Fbind display-time-event-handler; don't fbind
17917         string-to-multibyte.
17918
17919         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17920
17921 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17924         contained in text because xml.el decodes entities) with LFs.
17925
17926 2005-04-11  Lute Kamstra  <lute@gnu.org>
17927
17928         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17929         differently.
17930
17931 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17932
17933         * mm-util.el (mm-detect-coding-region): Typo.
17934
17935 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17938
17939 2005-04-06  Deepak Goel  <deego@gnufans.org>
17940
17941         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17942         user-function allow user modifications of the scores.
17943         (spam-stat-score-buffer-user): New function, to allow
17944         user-computed modifications to the score.
17945         (spam-stat-score-buffer-user-functions): List of additional
17946         scoring functions.
17947         (spam-stat-error-holder): Global temporary error holder.
17948         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17949         variable.
17950
17951 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17952
17953         * gnus-registry.el (gnus-registry-clean-empty-function)
17954         (gnus-registry-trim, gnus-registry-fetch-groups)
17955         (gnus-registry-delete-group): Groups that match
17956         `gnus-registry-ignored-groups' are removed from the registry
17957         entries, not just ignored for splitting.  This helps clean up the
17958         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17959         to get all the groups a message ID is in.
17960
17961         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17962         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17963         (spam-stat-score-buffer-user-functions): Add :number custom type.
17964
17965 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17968         argument in XEmacs.
17969
17970         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17971         (nnrss-request-group): Decode group name first.
17972         (nnrss-request-article): Make a text/plain article if mml-to-mime
17973         failed.
17974         (nnrss-get-encoding): Return a compatible encoding according to
17975         nnrss-compatible-encoding-alist.
17976         (nnrss-find-el): Use consp instead of listp.
17977         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17978
17979 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17982         which Emacs 20 doesn't support.
17983         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17984
17985 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17986
17987         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17988         silence the byte compiler inside the defun.
17989
17990         * gnus-demon.el (parse-time-string): Add autoload.
17991
17992         * gnus-delay.el (parse-time-string): Add autoload.
17993
17994         * gnus-art.el (parse-time-string): Add autoload.
17995
17996         * nnultimate.el (parse-time): Require for `parse-time-string'.
17997
17998 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17999
18000         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18001
18002         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18003
18004         * smime.el (smime-ldap-host-list): Add :version.
18005
18006 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18007
18008         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18009         pass it to `gnus-browse-read-group'.
18010         (gnus-browse-read-group): Add NUMBER argument and pass it to
18011         `gnus-group-read-ephemeral-group'.
18012
18013         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18014         argument and pass it to `gnus-group-read-group'.
18015
18016 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18017
18018         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18019         mm-xemacs-find-mime-charset-1 if we have the mule feature
18020         available at runtime.
18021
18022 2005-03-25  Werner Lemberg  <wl@gnu.org>
18023
18024         * nnmaildir.el: Replace `illegal' with `invalid'.
18025
18026 2005-03-23  Lute Kamstra  <lute@gnu.org>
18027
18028         * time-date.el: Add comment on time value formats.
18029         Don't require parse-time.
18030         (with-decoded-time-value): New macro.
18031         (encode-time-value): New function.
18032         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18033         (days-to-time): Return a valid time value when arg is huge.
18034         (time-since): Use time-subtract.
18035         (time-to-number-of-days): Use time-to-seconds.
18036
18037 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18038
18039         * gnus-start.el (gnus-display-time-event-handler):
18040         Check display-time-timer at runtime rather than only at load time
18041         in case display-time-mode is turned off in the mean time.
18042
18043 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18044
18045         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18046         used.
18047
18048         * nneething.el (nneething-map-file-directory): Derive from
18049         `gnus-directory'.
18050
18051         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18052         the To/Cc button.
18053
18054 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * nnmaildir.el (nnmaildir-request-accept-article):
18057         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18058
18059 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18060
18061         * gnus-async.el: Require timer-funcs at compile time when in
18062         XEmacs for `run-with-idle-timer'.
18063
18064 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18065
18066         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18067         autoloaded function.
18068
18069 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18070
18071         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18072
18073 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18074
18075         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18076
18077 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18078
18079         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18080         Add gnus-expert-user to default.
18081
18082 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18083
18084         * nnimap.el (nnimap-open-server): Ditto.
18085
18086         * imap.el (imap-authenticate): Fix typo.
18087
18088 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18089
18090         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18091         buffer (since IMAP server might return FETCH response out of
18092         order, and the nntp buffer must be sorted).
18093
18094 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18095
18096         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18097         comparison on string.
18098
18099         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18100         (gnus-agent-score): Rename category keywords to match gnus-cus.
18101         (gnus-agent-summary-fetch-series): Modify to protect against
18102         gnus-agent-summary-fetch-group clearing processable flags.
18103         (gnus-agent-synchronize-group-flags): Update live group buffer as
18104         synchronization may occur due to the user toggle the plugged
18105         status.
18106         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18107         successfully downloaded.
18108         (gnus-agent-expire-group-1): Avoid using markers when the overview
18109         is in ascending order; greatly improves performance.
18110         (gnus-agent-regenerate-group):
18111         Use gnus-agent-synchronize-group-flags to reset read status in both
18112         gnus and server.
18113         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18114
18115 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18116
18117         * message.el: Don't autoload former message-utils variables.
18118         (message-strip-subject-trailing-was): Change doc string.
18119
18120         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18121         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18122         (nnweb-google-search): Add "hl=en" here.
18123         (nnweb-google-parse-1, nnweb-google-create-mapping):
18124         Don't hardcode URL.
18125
18126 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18127
18128         * message.el (message-get-reply-headers, message-followup):
18129         Mention related variables `message-use-followup-to' and
18130         `message-use-mail-followup-to', in the information buffer.
18131
18132         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18133         of broken groups(-beta).google.com.
18134
18135 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18136
18137         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18138         parameter to invoked gnus-request-move-article; remove the
18139         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18140         all at once instead of once per article.
18141         (gnus-summary-remove-process-mark): Accept a list of articles as
18142         well as a single article for processing.
18143
18144         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18145         parameter.
18146
18147         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18148
18149         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18150
18151         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18152         parameter.
18153
18154         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18155         parameter.
18156
18157         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18158         parameter and remove the gnus-sum-hint-move-is-internal variable.
18159
18160         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18161         parameter.
18162
18163         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18164         parameter.
18165
18166         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18167         parameter.
18168
18169         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18170
18171         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18172         parameter.
18173
18174         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18175         parameter.
18176
18177 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18178
18179         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18180         a more conservative way.
18181
18182 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18183
18184         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18185         buffer, so it moves the window's cursor.
18186
18187 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18188
18189         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18190         `mm-dissect-multipart' and receive the from field as an (optional)
18191         argument from `mm-dissect-multipart'.
18192         (mm-dissect-multipart): Receive the from field as an argument and
18193         pass it on when we call `mm-dissect-buffer' on MIME parts.
18194         Fixes verification/decryption of signed/encrypted MIME parts.
18195
18196 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18197
18198         * gnus-sum.el (gnus-summary-move-article):
18199         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18200         whatever it calls (right now, only nnimap-request-move article
18201         respects it).
18202
18203         * nnimap.el (nnimap-request-move-article):
18204         When gnus-sum-hint-move-is-internal is set, don't do the extra
18205         nnimap-request-article.
18206
18207 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18208
18209         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18210
18211         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18212         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18213
18214         * gnus-sum.el (gnus-summary-caesar-message):
18215         Apply `gnus-treat-article' after rotation.
18216
18217         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18218         doc string.
18219
18220 2005-02-22  Simon Josefsson  <jas@extundo.com>
18221
18222         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18223         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18224         <arne@arnested.dk>.
18225         (encrypt): Add password-cache and password-cache-expiry as group
18226         members.
18227
18228 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18229
18230         * smime.el (smime-ldap-host-list): Doc fix.
18231         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18232         cache) password.
18233         (smime-sign-region): Use it.
18234         (smime-decrypt-region): Use it.
18235         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18236         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18237         fails.
18238         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18239         certificate from DER to PEM format rather than calling openssl.
18240
18241         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18242
18243         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18244         for signing/encryption.
18245
18246         * mml.el (mml-parse-1): Use them.
18247
18248 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18249
18250         * nnrss.el (nnrss-verbose): Remove.
18251         (nnrss-request-group): Use `nnheader-message' instead.
18252
18253 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18254
18255         * nnrss.el (nnrss-verbose): New variable.
18256         (nnrss-request-group): Make it say nnrss is requesting a group.
18257
18258 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18259
18260         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18261         Handle news URL with given port correctly.
18262
18263 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18266         containing special characters.
18267
18268         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18269
18270         * mml.el (mime-to-mml): Ditto.
18271
18272         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18273         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18274         (rfc2047-decode-region): Quote decoded words containing special
18275         characters when rfc2047-quote-decoded-words-containing-tspecials
18276         is non-nil.
18277
18278 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18279
18280         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18281
18282         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18283
18284 2005-02-15  Simon Josefsson  <jas@extundo.com>
18285
18286         * nnimap.el (nnimap-debug): Doc fix.
18287
18288         * imap.el (imap-debug): Doc fix.
18289
18290 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18293
18294 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18295
18296         * gnus.el (spam-contents): Improve docs for spam-contents
18297         parameter in its variable incarnation.
18298
18299 2005-02-14  Simon Josefsson  <jas@extundo.com>
18300
18301         * smime-ldap.el: Use require instead of load-library for ldap.
18302         (smime-ldap-search): Indent.
18303         (smime-ldap-search-internal): Shorten line.
18304
18305         * smime.el (smime-cert-by-dns): Add doc-string.
18306         (smime-cert-by-ldap-1): Indent.
18307
18308         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18309         mml-smime-get-dns-ldap.
18310         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18311
18312 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18313
18314         * smime.el: Require smime-ldap.
18315         (smime-ldap-host-list): New variable.
18316         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18317
18318         * mml-smime.el (mml-smime-encrypt-query): New function.
18319         (mml-smime-encrypt-query): Use it.
18320
18321         * smime-ldap.el: New file.
18322
18323 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18326
18327 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18328
18329         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18330         argument in doc string.  Make query for type more clear.
18331
18332 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18333
18334         * gnus.el (gnus-group-startup-message): Search for gnus images in
18335         etc/images/gnus.
18336         * mm-util.el (mm-image-load-path): Likewise.
18337         * smiley.el (smiley-data-directory): Search for smilies in
18338         etc/images/smilies.
18339
18340 2005-02-09  Kim F. Storm  <storm@cua.dk>
18341
18342         Change Emacs release version from 21.4 to 22.1 throughout.
18343         Change Emacs development version from 21.3.50 to 22.0.50.
18344
18345 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18348
18349         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18350         non-Mule XEmacs as well.
18351         (mm-decompress-buffer): Signal an error intentionally if it does
18352         not decompress compressed data because auto-compression-mode is
18353         disabled.
18354
18355 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18356
18357         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18358         an ID in the registry even if it has no groups.
18359
18360 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18363         merge it into mm-decompress-buffer.
18364         (gnus-mime-copy-part): Use the MIME part charset, the value which
18365         a user specified or gnus-newsgroup-charset for decoding, like
18366         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18367         save-buffer what was used.  Suggested by Kevin Ryde
18368         <user42@zip.com.au>.
18369         (gnus-mime-inline-part): Allow the name parameter as well as the
18370         filename parameter; force decompressing of compressed data; always
18371         display contents being not decoded as unibyte.
18372
18373         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18374         as well as the filename parameter.
18375
18376         * mm-util.el (mm-decompress-buffer):
18377         Merge gnus-mime-jka-compr-maybe-uncompress.
18378         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18379         of compressed data.
18380
18381 2005-02-08  Simon Josefsson  <jas@extundo.com>
18382
18383         * imap.el (imap-log): Doc fix.
18384
18385 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18388         the coding cookies; decompress compressed parts.
18389
18390         * mml.el (mml-generate-mime-1): Add the charset parameter according
18391         to the value which a user specified manually or the coding cookie.
18392
18393         * mm-util.el (mm-string-to-multibyte): New function.
18394         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18395         (mm-coding-system-to-mime-charset): New function.
18396         (mm-decompress-buffer): New function.
18397         (mm-find-buffer-file-coding-system): New function.
18398
18399         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18400         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18401         parts.
18402
18403 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18404
18405         * mm-view.el (mm-display-inline-fontify): Decode a part according
18406         to the charset parameter.
18407
18408 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18411         prefix arg is neither nil nor a number, as info specifies.
18412
18413 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18416         timestamps.
18417
18418 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18419
18420         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18421         groups error checking and notify user.
18422
18423 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18424
18425         * message.el (message-send-mail-function): Check existence of
18426         sendmail-program first before using default value
18427         `message-send-mail-with-sendmail'.  Otherwise use more generic
18428         `smtpmail-send-it'.
18429
18430 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * nntp.el (nntp-request-update-info): Always return nil.
18433
18434 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18435
18436         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18437
18438 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18439
18440         * message.el (message-beginning-of-line): Change the behavior when
18441         invoked between BOL and : so that it first moves backward.
18442
18443 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18446         article buffer when editing of the article is discarded.
18447         (gnus-article-prepare): Revert.
18448
18449 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * gnus-art.el (gnus-article-prepare):
18452         Remove message-strip-forbidden-properties from the local hook.
18453
18454 2005-01-27  Simon Josefsson  <jas@extundo.com>
18455
18456         * password.el (password-cache-add): Only start one timer per key.
18457         Reported by Derek Atkins <warlord@MIT.EDU>.
18458
18459 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18460
18461         * run-at-time.el: Remove.  It is no longer needed as
18462         timer-funcs.el in the xemacs-base package has a working version of
18463         `run-at-time'.
18464
18465         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18466
18467         * password.el: Require timer-funcs instead of run-at-time in
18468         XEmacs.
18469         Remove `password-run-at-time' macro.
18470         (password-cache-add): Use `run-at-time' instead of
18471         `password-run-at-time'.
18472
18473         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18474         Remove `nnheader-cancel-function-timers' alias,
18475         `cancel-function-timers' exists in XEmacs in timer-funcs.
18476
18477         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18478         for `run-with-idle-timer'.
18479
18480         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18481         for `run-at-time'.
18482
18483         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18484         for `with-timeout'.
18485
18486         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18487         the same as for XEmacs 21.4.
18488         No need to ignore `run-with-idle-timer', this function exists in
18489         XEmacs now in timer-funcs.el in the xemacs-base package.
18490         (dgnushack-compile): No need to delete
18491         run-at-time.el from the list of files to compile because it
18492         doesn't exist anymore.
18493
18494 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18497         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18498
18499 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18500
18501         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18502         sensitively.
18503
18504 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18505
18506         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18507
18508 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18511         which will be inserted according to the multibyteness of a buffer
18512         rather than the type of contents.  Suggested by ARISAWA Akihiro
18513         <ari@mbf.ocn.ne.jp>.
18514
18515         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18516         of string which old xml.el may return rather than a string.
18517
18518 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18521
18522 2005-01-16  Simon Josefsson  <jas@extundo.com>
18523
18524         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18525         idn/idna.el isn't available.
18526         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18527         <michael@waxrat.com>.
18528
18529         * hashcash.el: Remove non-FSF copyright header.
18530
18531         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18532         (hashcash-generate-payment): Use it.
18533         (hashcash-generate-payment-async): Use it.
18534
18535 2005-01-15  Simon Josefsson  <jas@extundo.com>
18536
18537         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18538         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18539
18540         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18541         gnus-summary-idna-message.
18542         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18543         (gnus-summary-idna-message): New function.
18544
18545 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18548         gnus-novice-user.
18549
18550 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * nnrss.el (nnrss-request-delete-group): Delete entries in
18553         nnrss-group-alist as well.
18554         (nnrss-save-server-data): Insert newline.
18555
18556 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * gnus.el (gnus-user-agent): Use list of symbols instead of
18559         symbols.  Display full version number for (S)XEmacs.
18560         Optionally display (S)XEmacs codename.
18561
18562         * gnus-util.el (gnus-emacs-version): Update for new
18563         `gnus-user-agent'.
18564
18565         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18566         Gnus version.
18567
18568 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18569
18570         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18571         which is unreadable in some setups.
18572
18573 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * gnus-spec.el (gnus-update-format-specifications): Flush the
18576         group format spec cache if it doesn't support decoded group names.
18577
18578 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18579
18580         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18581         Allow to apply decay on score files matching a regexp.
18582
18583 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18586         compatibility in %g and %c.
18587
18588 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18591         name for only %g and %c.
18592         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18593         of gnus-tmp-group to decoded group name.
18594         (gnus-group-make-rss-group): Exclude `/'s from group names.
18595
18596 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * nnrss.el (nnrss-get-encoding): Fix regexp.
18599
18600 2004-12-27  Simon Josefsson  <jas@extundo.com>
18601
18602         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18603         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18604         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18605
18606 2004-12-17  Kim F. Storm  <storm@cua.dk>
18607
18608         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18609
18610         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18611
18612 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18613
18614         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18615
18616 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * nnrss.el: Require rfc2047 and mml.
18619         (nnrss-file-coding-system): New variable.
18620         (nnrss-format-string): Redefine it as an inline function.
18621         (nnrss-decode-group-name): New function.
18622         (nnrss-string-as-multibyte): Remove.
18623         (nnrss-retrieve-headers): Decode group name; don't use
18624         nnrss-format-string.
18625         (nnrss-request-group): Decode group name.
18626         (nnrss-request-article): Decode group name; allow a Message-ID as
18627         well as an article number; don't use nnrss-format-string; encode a
18628         Message-ID string which may contain non-ASCII characters; use
18629         mml-to-mime to compose a MIME article.
18630         (nnrss-request-expire-articles): Decode group name.
18631         (nnrss-request-delete-group): Decode group name.
18632         (nnrss-fetch): Clarify error message.
18633         (nnrss-read-server-data): Use insert-file-contents instead of load;
18634         bind file-name-coding-system; use multibyte buffer.
18635         (nnrss-save-server-data): Bind coding-system-for-write to the
18636         value of nnrss-file-coding-system; bind file-name-coding-system;
18637         add coding cookie.
18638         (nnrss-read-group-data): Use insert-file-contents instead of load;
18639         bind file-name-coding-system; use multibyte buffer.
18640         (nnrss-save-group-data): Bind coding-system-for-write to the
18641         value of nnrss-file-coding-system; bind file-name-coding-system.
18642         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18643         make it work with non-ASCII text.
18644         (nnrss-find-el): Make it work with old xml.el as well.
18645
18646 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18647
18648         * nnrss.el (nnrss-get-encoding): New function.
18649         (nnrss-fetch): Use unibyte buffer initially; bind
18650         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18651         decode contents according to the encoding attribute.
18652         (nnrss-save-group-data): Add coding cookie.
18653         (nnrss-mime-encode-string): New function.
18654         (nnrss-check-group): Use it to encode subject and author.
18655
18656 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18657
18658         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18659         imaginary variable.
18660
18661 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18664         correctly even if there are wide characters.
18665
18666 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18667
18668         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18669         downcased symbol names; make a new cache instead of reusing
18670         bbdb-hashtable.
18671
18672 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18675         concatenating segments rather than before concatenating them.
18676         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18677
18678         * message.el (message-get-reply-headers): Bind `extra'.
18679
18680 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18681
18682         * message.el (message-extra-wide-headers): New variable.
18683         (message-get-reply-headers): Use it.
18684
18685 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18688         (gnus-agent-group-pathname): Ditto.
18689
18690         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18691
18692         * gnus-group.el (gnus-group-make-group): Decode group name.
18693         (gnus-group-make-rss-group): Register the group data after opening
18694         the nnrss group.
18695
18696 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18697
18698         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18699         by expiry now get marked as read.
18700
18701 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18704
18705 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18706
18707         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18708         unify Latin characters in XEmacs.
18709         (mm-find-mime-charset-region): Use it.
18710
18711 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * gnus-util.el (gnus-delete-directory): New function.
18714
18715         * gnus-agent.el (gnus-agent-delete-group): Use it.
18716
18717         * gnus-cache.el (gnus-cache-delete-group): Use it.
18718
18719 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18722         names.
18723
18724 2004-12-16  Simon Josefsson  <jas@extundo.com>
18725
18726         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18727
18728 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18729
18730         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18731
18732         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18733         (gnus-group-set-current-level): Decode group name.
18734
18735 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18736
18737         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18738         failed.
18739
18740 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * gnus-group.el (gnus-group-delete-group): Decode group name.
18743         (gnus-group-make-rss-group): Encode group name.
18744         (gnus-group-catchup-current): Decode group name.
18745         (gnus-group-kill-group): Decode group name.
18746
18747 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18748
18749         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18750
18751 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * gnus-group.el (gnus-group-make-rss-group):
18754         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18755
18756         * gnus-start.el (gnus-setup-news): Honor user's setting to
18757         gnus-message-archive-method.  Suggested by Lute Kamstra
18758         <lute@gnu.org>.
18759
18760 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18761
18762         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18763         global counterparts of the buffer-local variables.
18764
18765 2004-11-16  Romain Francoise  <romain@orebokech.com>
18766
18767         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18768         counterparts of the buffer-local variables.
18769
18770 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * message.el (message-forbidden-properties): Fix typo in doc
18773         string.
18774
18775 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18776
18777         * gnus-util.el (gnus-replace-in-string): Add doc string.
18778
18779         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18780         to avoid problems when splitting mails with many recipients.
18781
18782 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18783
18784         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18785         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18786
18787 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18788
18789         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18790         if there is no hashtable in memory or file modification time is
18791         newer than cached timestamp.
18792
18793 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * gnus-sum.el (gnus-summary-limit-to-recipient):
18796         Implement not-matching option.
18797
18798 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18801         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18802         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18803         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18804         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18805         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18806
18807 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * message.el (message-forward-make-body-mml): Remove headers
18810         according to message-forward-ignored-headers if a message is decoded.
18811
18812 2004-12-02  Romain Francoise  <romain@orebokech.com>
18813
18814         * message.el (message-forward-make-body-plain): Always remove
18815         headers according to message-forward-ignored-headers.
18816
18817 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18818
18819         * spam.el (spam-summary-prepare-exit): Remove the
18820         gnus-summary-limit pop for now, it has problems with ham marks for
18821         me.
18822
18823 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18824
18825         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18826         correctly.
18827
18828 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18829
18830         * format-spec.el (format-spec): Message the char.
18831
18832 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * gnus-art.el (gnus-split-methods): Reformat comments.
18835
18836         * spam.el (spam-summary-prepare-exit): Remove article limits
18837         before exiting the summary buffer.
18838
18839 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18842         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18843
18844         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18845         order to silence the byte compiler.
18846
18847         * spam.el: Fix the way to silence the byte compiler, which
18848         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18849         bbdb-search-simple, spam-BBDB-register-routine,
18850         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18851         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18852         spam-stat-buffer-is-spam, spam-stat-load,
18853         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18854         spam-stat-save and spam-stat-split-fancy.
18855
18856 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18859         which may confuse users.
18860         (canlock-password-for-verify): Ditto.
18861
18862         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18863
18864         * gnus-art.el (gnus-emphasis-alist): Ditto.
18865
18866         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18867
18868         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18869
18870         * gnus-start.el (gnus-save-killed-list): Ditto.
18871
18872         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18873         (gnus-sum-thread-tree-root): Ditto.
18874         (gnus-sum-thread-tree-false-root): Ditto.
18875         (gnus-sum-thread-tree-single-indent): Ditto.
18876
18877         * message.el (message-courtesy-message): Ditto.
18878         (message-archive-note): Ditto.
18879         (message-subscribed-address-file): Ditto.
18880         (message-user-fqdn): Ditto.
18881
18882         * spam-report.el (spam-report-gmane-regex): Ditto.
18883
18884         * spam.el (spam-blackhole-good-server-regex): Ditto.
18885
18886 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * mml.el (mml-preview): Widen the message buffer before copying
18889         the contents to the preview buffer; sort headers before previewing.
18890
18891         * message.el (message-hidden-headers): Fix the way to avoid a bug
18892         in the `repeat' widget in Emacs 21.3 or earlier.
18893
18894 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * message.el (message-hidden-headers): Default to "^References:".
18897         Improve customization type.  Suggested by Reiner Steib
18898         <Reiner.Steib@gmx.de>.
18899
18900 2004-11-25  Romain Francoise  <romain@orebokech.com>
18901
18902         * message.el (message-strip-forbidden-properties): Remove check for
18903         obsolete `message-hidden' text property, hidden headers are not
18904         accessible in the buffer anymore.
18905
18906 2004-11-22  Romain Francoise  <romain@orebokech.com>
18907
18908         * message.el (message-header-format-alist): Add `From' in list
18909         so that it can be sorted.
18910         (message-fix-before-sending): Widen and sort headers before
18911         sending.
18912         (message-hide-headers): Use narrowing to hide headers by moving
18913         them to the top of the buffer and narrowing to the region
18914         underneath.
18915
18916 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18917
18918         * message.el (message-strip-forbidden-properties):
18919         Bind buffer-read-only (etc) to nil.
18920
18921 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18924         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18925
18926 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18927
18928         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18929
18930 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18931
18932         * dns.el (query-dns): Use sit-for to time instead of
18933         accept-process-output, since that doesn't seem to work on udp
18934         sockets.
18935
18936 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18939
18940 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18943         doc string.  Improve doc string.
18944
18945 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * nntp.el (nntp-request-update-info): Return nil if
18948         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18949         may not call gnus-activate-group which uselessly issues the GROUP
18950         commands for all nntp groups and wastes time.  Reported by Romain
18951         Francoise <romain@orebokech.com>.
18952
18953         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18954
18955 2004-11-15  Simon Josefsson  <jas@extundo.com>
18956
18957         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18958         headers separately.
18959         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18960         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18961
18962 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * gnus-start.el (gnus-convert-old-newsrc):
18965         Assign legacy-gnus-agent to 5.10.7.
18966
18967 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18968
18969         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18970         start of the lines.
18971
18972 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18973
18974         * hashcash.el (hashcash-default-payment): Change default to 20.
18975         (hashcash-default-accept-payment): Change default to 20.
18976         (hashcash-process-alist): New variable.
18977         (hashcash-generate-payment-async): Add.
18978         (hashcash-already-paid-p): Add.
18979         (hashcash-insert-payment): Don't generate payments twice.
18980         (hashcash-insert-payment-async): Add.
18981         (hashcash-insert-payment-async-2): Add.
18982         (hashcash-cancel-async): Add.
18983         (hashcash-wait-async): Add.
18984         (hashcash-processes-running-p): Add.
18985         (hashcash-wait-or-cancel): Add.
18986         (mail-add-payment): New optional argument.  Conditionally start
18987         asynchronous calculation.
18988         (mail-add-payment-async): Add.
18989
18990         * message.el (message-send-mail): Wait for asynchronous hashcash
18991         results.  Don't clobber existing X-Hashcash headers.
18992         (message-setup-1): Call mail-add-payment-async when
18993         message-generate-hashcash is non-nil.
18994
18995 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18996
18997         * message.el (message-use-alternative-email-as-from): Examine the
18998         From header as well; use message-make-from in order to include a
18999         user's full name.
19000
19001 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19004         default; improve customization type.
19005         (gnus-emphasis-custom-with-format): New macro.
19006         (gnus-emphasis-custom-value-to-external): New function.
19007         (gnus-emphasis-custom-value-to-internal): New function.
19008
19009 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19010
19011         * dns.el (query-dns): Resolve reverse addresses.
19012
19013 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19014
19015         * gnus-group.el (gnus-group-get-new-news): Use it.
19016
19017         * gnus-start.el (gnus-check-reasonable-setup): New function.
19018
19019 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19022         "Args out of range" error.  Reported by Arnaud Giersch
19023         <arnaud.giersch@free.fr>.
19024
19025 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19026
19027         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19028
19029 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19030
19031         * spam.el (spam group): Add :version.
19032
19033         * pgg-def.el (pgg group): Add :version.
19034
19035 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * gnus-art.el (gnus-article-edit-article): Don't associate the
19038         article buffer with a draft file.  This is a temporary measure
19039         against the 2004-08-22 change to gnus-article-edit-mode.
19040
19041 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19044         (html2text-format-tags): Remove unused variable `attr'.
19045
19046 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19047
19048         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19049
19050         * tls.el (tls-process-connection-type, tls-success)
19051         (tls-certtool-program): Add :version.
19052
19053         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19054         (starttls-extra-arguments, starttls-process-connection-type)
19055         (starttls-connect, starttls-failure, starttls-success): Add :version.
19056
19057         * spam-stat.el (spam-stat): Add :version.
19058
19059         * sieve.el (sieve): Add :version.
19060
19061         * sha1.el (sha1): Add :version.
19062         (sha1-use-external): Remove redundant version.
19063
19064         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19065         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19066         (nnmail-split-fancy-match-partial-words)
19067         (nnmail-split-lowercase-expanded): Add :version.
19068
19069         * nndiary.el (nndiary): Add :version.
19070
19071         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19072
19073         * mml-sec.el (mml-default-sign-method)
19074         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19075         Add :version.
19076
19077         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19078
19079         * mm-url.el (mm-url-use-external, mm-url-program)
19080         (mm-url-arguments): Add :version.
19081
19082         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19083         (mm-attachment-file-modes, mm-decrypt-option)
19084         (mm-w3m-safe-url-regexp): Add :version.
19085
19086         * message.el (message-cite-prefix-regexp)
19087         (message-sendmail-envelope-from, message-minibuffer-local-map)
19088         (message-user-fqdn, message-completion-alist): Add :version.
19089
19090         * gnus-win.el (gnus-configure-windows-hook)
19091         (gnus-use-frames-on-any-display): Add :version.
19092
19093         * gnus-art.el (gnus-article-address-banner-alist)
19094         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19095         (gnus-treat-from-picon, gnus-treat-mail-picon)
19096         (gnus-treat-x-pgp-sig): Add :version.
19097
19098         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19099         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19100         (gnus-summary-article-delete-hook)
19101         (gnus-summary-display-while-building): Add :version.
19102
19103         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19104         (gnus-get-top-new-news-hook): Add :version.
19105
19106         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19107         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19108
19109         * gnus-registry.el (gnus-registry): Add :version.
19110
19111         * gnus-spec.el (gnus-use-correct-string-widths)
19112         (gnus-make-format-preserve-properties): Add :version.
19113
19114         * gnus.el (gnus-group-charter-alist)
19115         (gnus-group-fetch-control-use-browse-url)
19116         (gnus-install-group-spam-parameters): Add :version.
19117
19118         * gnus-diary.el (gnus-diary): Add :version.
19119
19120         * gnus-delay.el (gnus-delay): Add :version.
19121
19122         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19123         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19124         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19125         Add :version.
19126
19127         * gnus-agent.el (gnus-agent-max-fetch-size)
19128         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19129         (gnus-agent-prompt-send-queue): Add :version.
19130
19131         * deuglify.el (gnus-outlook-deuglify): Add :version.
19132
19133         * html2text.el: Beautify code.  Improve doc strings.
19134         Some checkdoc cleanup.
19135         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19136
19137 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19138
19139         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19140
19141 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19142
19143         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19144         when package is loaded.
19145
19146         * spam.el (spam-summary-score-preferred-header): Add global preference
19147         for people who want to override the default SpamAssassin over
19148         Bogofilter preference (when both are set).
19149         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19150         (spam-user-format-function-S):
19151         Check spam-summary-score-preferred-header.
19152         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19153         (spam-user-format-function-S): Format the score correctly.
19154
19155 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19158         signature file.  Suggested by Manoj Srivastava
19159         <srivasta@golden-gryphon.com>.
19160
19161         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19162         iso-2022-jp even in the Japanese language environment.
19163         Suggested by Jason Rumney <jasonr@gnu.org>.
19164
19165 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19168         use the same characters as the dummy marks; make it free from
19169         getting affected by the language environment.
19170         (gnus-summary-read-group-1): Update mark positions only when the
19171         format spec is updated.
19172
19173         * gnus-spec.el (gnus-update-format-specifications): Return a list
19174         of updated types.
19175
19176 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19179         of boundp to check if display-warning is available.
19180
19181 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19182
19183         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19184
19185 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * nnspool.el (nnspool-spool-directory): Use news-path if the
19188         news-directory variable is not bound.
19189
19190         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19191         function instead of display-warning if it is not available.
19192
19193 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19196         v5-10: Use `point-at-bol'.
19197
19198 2004-10-26  Simon Josefsson  <jas@extundo.com>
19199
19200         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19201         <chenggao@gmail.com>.
19202
19203 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19206         instead.
19207
19208 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19209
19210         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19211         to remove a server from the nnimap-server-buffer-alist.
19212         (nnimap-open-connection, nnimap-close-server): Use it.
19213
19214         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19215
19216 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19219         running the major-mode function.
19220
19221 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19224         dummy marks in the right way.
19225
19226 2004-10-18  David Edmondson  <dme@dme.org>
19227
19228         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19229         excessively.
19230
19231 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19232
19233         * gnus-util.el (gnus-split-references): Accept a nil references
19234         string and go on blissfully.
19235
19236         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19237         cases where the references string is non-nil but has no references.
19238
19239         * encrypt.el: Add autoload tags.
19240
19241         * spam.el (spam-resolve-registrations-routine): Remove article
19242         from unregistration list too.  Reported by David Hanak
19243         <dhanak@isis.vanderbilt.edu>
19244
19245 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19248         nil.  Change custom type.
19249
19250 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19253
19254         * gnus-sum.el (gnus-summary-move-article): Use it.
19255
19256 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19257
19258         * encrypt.el: Add autoload cookies.
19259
19260         * spam.el (spam-backend-article-list-property)
19261         (spam-backend-get-article-todo-list)
19262         (spam-backend-put-article-todo-list)
19263         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19264         Resolve registrations separately.
19265         (spam-register-routine): Format comments.
19266         (spam-unregister-routine, spam-register-routine): Always call with
19267         specific-articles, no default list.
19268         (spam-summary-prepare-exit): Use the spam-classifications function.
19269
19270         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19271         gnus-encrypt.el.
19272
19273         * encrypt.el: Copied from gnus-encrypt.el.
19274
19275         * gnus-encrypt.el: Commented that it's obsolete.
19276
19277 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19278
19279         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19280         (gnus-score-save): Use it.
19281
19282         * message.el (message-bury): Use `window-dedicated-p'.
19283
19284 2004-10-15  Simon Josefsson  <jas@extundo.com>
19285
19286         * pop3.el (top-level): Don't require nnheader.
19287         (pop3-read-timeout): Add.
19288         (pop3-accept-process-output): Add.
19289         (pop3-read-response, pop3-retr): Use it.
19290
19291 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19292
19293         * spam.el (spam-register-routine): Move comment.
19294         (spam-verify-bogofilter): Use 'unknown for the initial
19295         spam-bogofilter-valid state, not 'never.
19296
19297         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19298         for netrc-machine.
19299
19300         * nnimap.el (nnimap-open-connection):
19301         Use netrc-machine-user-or-password.
19302
19303 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19304
19305         * gnus-registry.el (gnus-registry-unload-hook):
19306         Set as a variable with add-hook.
19307
19308         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19309         of news-path.
19310
19311         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19312
19313         * spam.el: Delete duplicate `provide'.
19314         (spam-unload-hook): Set as a variable with add-hook.
19315
19316 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19317
19318         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19319         in the doc string.
19320
19321         * message.el (message-ignored-news-headers)
19322         (message-ignored-supersedes-headers)
19323         (message-ignored-resent-headers)
19324         (message-forward-ignored-headers): Improve custom type.
19325
19326 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * message.el (message-tokenize-header): Fix 2004-09-06 change
19329         which used point-min in the wrong place.
19330
19331 2004-10-12  Simon Josefsson  <jas@extundo.com>
19332
19333         * tls.el (tls-certtool-program): New variable.
19334         (tls-certificate-information): New function, based on
19335         ssl-certificate-information.
19336
19337 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * compface.el: Move the version of ELisp-based uncompface program
19340         to the contrib directory because of the copyright problem.
19341
19342 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * message.el (message-kill-buffer): Raise the current frame.
19345
19346 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19347
19348         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19349
19350         * gnus.el (message-y-or-n-p): Autoload.
19351
19352         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19353         (pop3-password-required, pop3-authentication-scheme)
19354         (pop3-leave-mail-on-server): Make customizable.
19355         (pop3): New custom group.
19356         (pop3-retr): Remove `sleep-for' statements.
19357         Suggested by Dave Love <fx@gnu.org>.
19358
19359         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19360         Windows/DOS.
19361
19362         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19363         (imap-parse-body): Fix incorrect use of `assert'.
19364         Suggested by Dave Love <fx@gnu.org>.
19365
19366         * mml.el (mml-minibuffer-read-disposition): Require match.
19367         Suggested by Dave Love <fx@gnu.org>.
19368
19369 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19372         doc string.
19373
19374 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19377
19378 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19379
19380         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19381         instead of calling `mm-insert-inline', to decode text/* parts
19382         before displaying them.
19383
19384 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * mm-uu.el (mm-uu-text-plain-type): New variable.
19387         (mm-uu-pgp-signed-extract-1): Use it.
19388         (mm-uu-pgp-encrypted-extract-1): Use it.
19389         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19390         bind mm-uu-text-plain-type with that value.
19391         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19392         mm-uu-dissect.
19393
19394 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * gnus-group.el (gnus-update-group-mark-positions):
19397         * gnus-sum.el (gnus-update-summary-mark-positions):
19398         * message.el (message-check-news-body-syntax):
19399         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19400         of string-as-multibyte.
19401
19402 2004-10-05  Juri Linkov  <juri@jurta.org>
19403
19404         * gnus-group.el (gnus-update-group-mark-positions):
19405         * gnus-sum.el (gnus-update-summary-mark-positions):
19406         * message.el (message-check-news-body-syntax):
19407         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19408         8-bit unibyte values to a multibyte string for search functions.
19409
19410 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19413         (mm-uu-dissect-text-parts): New function.
19414
19415         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19416         dissect text parts.
19417
19418         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19419         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19420
19421         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19422
19423         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19424         Use gnus-current-topics instead of gnus-current-topic.
19425
19426 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19427
19428         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19429
19430 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19431
19432         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19433         where approriate.
19434
19435         * nnml.el (nnml-generate-active-info): do.
19436
19437         * nndiary.el (nndiary-generate-active-info): do.
19438
19439         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19440         (gnus-topic-move): do.
19441
19442         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19443         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19444
19445         * gnus-srvr.el (gnus-server-prepare)
19446         (gnus-server-open-all-servers): do.
19447
19448         * gnus-msg.el (gnus-summary-cancel-article)
19449         (gnus-summary-resend-message)
19450         (gnus-summary-mail-crosspost-complaint): do.
19451
19452         * gnus-move.el (gnus-change-server): do.
19453
19454         * gnus-group.el (gnus-group-unmark-all-groups)
19455         (gnus-group-set-current-level): do.
19456
19457 2004-10-04  Simon Josefsson  <jas@extundo.com>
19458
19459         * message.el (message-generate-hashcash): Doc fix.
19460
19461 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19462
19463         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19464         avoid infinite recursion via gnus-get-function.
19465
19466 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19467
19468         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19469
19470         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19471
19472         * nnmail.el (nnmail-split-history): do.
19473
19474         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19475         (nnml-request-delete-group): do.
19476
19477         * nnslashdot.el (nnslashdot-read-groups): do.
19478
19479         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19480         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19481
19482         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19483         (nnspool-sift-nov-with-sed): Use last.
19484         (nnspool-retrieve-headers-with-nov): Use mapc.
19485         (nnspool-request-newgroups): Use dolist.
19486         (nnspool-request-group): Use last.
19487
19488         * nntp.el (nntp-read-server-type): Use dolist.
19489
19490         * nnvirtual.el (nnvirtual-create-mapping)
19491         (nnvirtual-update-read-and-marked): Use dolist.
19492         (nnvirtual-convert-headers): Simplify.
19493
19494 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19495
19496         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19497         Add support for sync'ing tick marks.
19498
19499 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19502         there's no visible header.
19503
19504 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19505
19506         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19507         When necessary, pass full group name to gnus-request-set-marks.
19508
19509 2004-10-01  Simon Josefsson  <jas@extundo.com>
19510
19511         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19512         acroread.
19513
19514 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19515
19516         * spam-report.el (spam-report-gmane): Fix interactive.
19517
19518         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19519
19520         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19521         when writing file.
19522         (gnus-agent-synchronize-flags): Don't default to being
19523         interactive.
19524
19525 2004-09-30  Simon Josefsson  <jas@extundo.com>
19526
19527         * message.el (message-generate-hashcash): Add.
19528         (message-send-mail): Use it, call mail-add-payment.
19529
19530 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19531
19532         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19533
19534 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19535
19536         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19537         gnus-requst-update-info with explicit code to sync the in-memory
19538         info read flags with the marks being sync'd to the backend.
19539
19540         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19541
19542 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19543
19544         * spam.el (spam-verify-bogofilter): Add new function.
19545         (spam-check-bogofilter)
19546         (spam-bogofilter-register-with-bogofilter): Use it.
19547         (spam-verify-bogofilter): Add small fixes.
19548
19549 2004-09-28  Simon Josefsson  <jas@extundo.com>
19550
19551         * hashcash.el (hashcash-generate-payment): Revert.
19552
19553 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19554
19555         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19556         Use gnus-extract-references instead of gnus-split-references.
19557
19558         * gnus-util.el (gnus-extract-references): Add new function, analogous
19559         to gnus-split-references but extracts only the message-ID without
19560         anything extra.
19561
19562         * hashcash.el (hashcash-generate-payment)
19563         (hashcash-check-payment): Do the right thing if hashcash-path is
19564         nil (because the hashcash program could not be found).
19565
19566         * spam.el (spam-use-hashcash): Remove comment.
19567
19568 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19569
19570         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19571         (gnus-cache-enter-article, gnus-cache-remove-article)
19572         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19573
19574         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19575
19576         * gnus-art.el (article-hide-boring-headers)
19577         (article-translate-strings, article-display-face)
19578         (gnus-article-mime-match-handle-first)
19579         (gnus-article-highlight-headers)
19580         (gnus-article-add-buttons-to-head): do.
19581
19582 2004-09-27  Simon Josefsson  <jas@extundo.com>
19583
19584         * hashcash.el: New version, from
19585         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19586         ../contrib/.
19587
19588 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19591
19592 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19593
19594         * gnus-dup.el (gnus-dup-open): Use mapc.
19595         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19596
19597         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19598         Reported by Stefan Wiens <s.wi@gmx.net>.
19599
19600         * gnus.el (gnus-shutdown): Use dolist.
19601
19602         * gnus-undo.el (gnus-undo): Use mapc.
19603
19604         * nnrss.el (nnrss-generate-active): do.
19605
19606         * message.el (message-cite-original-without-signature)
19607         (message-cite-original): Use mapc.
19608         (message-do-actions, message-make-forward-subject): Use dolist.
19609
19610 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19611
19612         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19613         deletion to remove entire duplicate line.  Fixes merged article
19614         number bug.
19615
19616 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19617
19618         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19619         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19620         first ask if you want to open a server and then, even when you
19621         responded with no, asking if you want to synchronize the server's
19622         flags.
19623         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19624         multi-line expressions.
19625         (gnus-agent-synchronize-group-flags): New internal function.
19626         Updates marks in memory (in the info structure) AND in the
19627         backend.
19628
19629         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19630
19631         * nnagent.el (nnagent-request-set-mark):
19632         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19633         method, to ensure that synchronization updates marks in the
19634         backend and in the info (in memory) structure.
19635
19636 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19639         convention fully; don't miss the root article of a thread; make
19640         the X-Draft-From header with correct article numbers.
19641
19642 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19643
19644         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19645         unless plugged.  Disable the agent so that an open failure causes
19646         an error.
19647
19648         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19649         Revert 2004-09-21 change.  The backend must be opened while
19650         synchronizing flags even when the backend stores the flags
19651         locally.
19652
19653 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19654
19655         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19656         in `header' match.  Reported by Svend Tollak Munkejord.
19657
19658         * message.el (message-cite-original): Fix use of
19659         `message-cite-articles-with-x-no-archive'.
19660
19661 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19662
19663         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19664         (gnus-window-to-buffer): Ditto.
19665
19666         * mml.el (mml-preview-buffer): New variable.
19667         (mml-preview): Manage window layout with gnus-buffer-configuration.
19668
19669         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19670         X-Draft-From header even if those articles aren't quoted.
19671
19672 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19673
19674         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19675         (gnus-request-set-mark, gnus-request-update-mark): Use new
19676         g-s-t-u-l-m to decide to use backend even when unplugged.
19677
19678 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19681         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19682
19683 2004-09-20  Simon Josefsson  <jas@extundo.com>
19684
19685         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19686         "utf-16-le".
19687
19688 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19689
19690         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19691
19692 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19693
19694         * uudecode.el (uudecode-use-external): Add :version.
19695
19696         * smime.el (smime-CA-file, smime-encrypt-cipher)
19697         (smime-dns-server): Add :version.
19698
19699         * smiley.el (gnus-smiley-file-types): Add :version.
19700
19701         * sha1.el (sha1-use-external): Add :version.
19702
19703         * pgg-def.el (pgg-query-keyserver): Add :version.
19704
19705         * nnmail.el (nnmail-fancy-expiry-targets)
19706         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19707         Add :version.
19708
19709         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19710         (nnimap-retrieve-groups-asynchronous): Add :version.
19711         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19712
19713         * mml.el (mml-content-disposition-parameters)
19714         (mml-insert-mime-headers-always): Add :version.
19715
19716         * mm-util.el (mm-coding-system-priorities): Add :version.
19717
19718         * mm-decode.el (mm-inline-text-html-with-images)
19719         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19720         (mm-verify-option): Add :version.
19721         (mm-text-html-renderer): Change :version.
19722
19723         * message.el (message-fcc-externalize-attachments)
19724         (message-required-headers, message-draft-headers)
19725         (message-subject-trailing-was-query)
19726         (message-subject-trailing-was-ask-regexp)
19727         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19728         (message-mark-insert-end, message-archive-header)
19729         (message-archive-note, message-cross-post-default)
19730         (message-cross-post-note, message-followup-to-note)
19731         (message-cross-post-note-function, message-use-mail-followup-to)
19732         (message-subscribed-address-functions)
19733         (message-subscribed-address-file, message-subscribed-addresses)
19734         (message-subscribed-regexps, message-allow-no-recipients)
19735         (message-yank-cited-prefix, message-signature-insert-empty-line)
19736         (message-hidden-headers, message-hierarchical-addresses)
19737         (message-mail-user-agent, message-use-idna)
19738         (message-valid-fqdn-regexp)
19739         (message-strip-special-text-properties, message-header-synonyms)
19740         (message-beginning-of-line, message-tab-body-function): Add :version.
19741         (message-insert-canlock, message-wide-reply-confirm-recipients):
19742         Change :version.
19743
19744         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19745         and :version.
19746         (mail-source-delete-old-incoming-confirm)
19747         (mail-source-movemail-program): Add :version.
19748
19749         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19750         (gnus-agent-cache, gnus-agent): Change :version.
19751
19752         * gnus-util.el (gnus-use-byte-compile): Change :version.
19753
19754         * gnus-sum.el (gnus-summary-make-false-root-always)
19755         (gnus-summary-default-high-score)
19756         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19757         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19758         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19759         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19760         (gnus-sum-thread-tree-single-indent)
19761         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19762         (gnus-sum-thread-tree-leaf-with-other)
19763         (gnus-sum-thread-tree-single-leaf): Add :version.
19764         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19765         (gnus-article-loose-mime): Change :version.
19766
19767         * gnus-start.el (gnus-backup-startup-file)
19768         (gnus-save-startup-file-via-temp-buffer): Add :version.
19769
19770         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19771         (gnus-server-offline-face): Add :version.
19772
19773         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19774
19775         * gnus-msg.el (gnus-gcc-externalize-attachments)
19776         (gnus-debug-files, gnus-debug-exclude-variables)
19777         (gnus-discouraged-post-methods): Change :version.
19778         (gnus-confirm-mail-reply-to-news)
19779         (gnus-confirm-treat-mail-like-news): Add :version.
19780
19781         * gnus-int.el (gnus-server-unopen-status): Add :version.
19782
19783         * gnus-group.el (gnus-group-jump-to-group-prompt)
19784         (gnus-large-ephemeral-newsgroup)
19785         (gnus-fetch-old-ephemeral-headers): Add :version.
19786
19787         * gnus-fun.el (gnus-x-face-directory)
19788         (gnus-convert-pbm-to-x-face-command)
19789         (gnus-convert-image-to-x-face-command)
19790         (gnus-convert-image-to-face-command): Add :version.
19791
19792         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19793
19794         * gnus-cite.el (gnus-cite-blank-line-after-header)
19795         (gnus-article-boring-faces): Add :version.
19796
19797         * gnus-art.el (gnus-buttonized-mime-types)
19798         (gnus-inhibit-mime-unbuttonizing)
19799         (gnus-treat-display-face)
19800         (gnus-treat-body-boundary): Change :version.
19801         (gnus-body-boundary-delimiter, gnus-picon-databases)
19802         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19803         (gnus-treat-date-english, gnus-treat-fold-headers)
19804         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19805         (gnus-treat-mail-picon, gnus-treat-wash-html)
19806         (gnus-article-encrypt-protocol)
19807         (gnus-use-idna, gnus-article-over-scroll)
19808         (gnus-mime-display-multipart-alternative-as-mixed)
19809         (gnus-mime-display-multipart-related-as-mixed)
19810         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19811         (gnus-ctan-url, gnus-button-ctan-handler)
19812         (gnus-button-handle-ctan-bogus-regexp)
19813         (gnus-button-ctan-directory-regexp)
19814         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19815         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19816         (gnus-button-man-level, gnus-button-emacs-level)
19817         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19818
19819         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19820         (gnus-agent-go-online): Change :version.
19821         (gnus-agent-expire-unagentized-dirs)
19822         (gnus-agent-auto-agentize-methods): Add :version.
19823
19824         * flow-fill.el (fill-flowed-display-column)
19825         (fill-flowed-encode-column): Add :version.
19826
19827         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19828         (gnus-outlook-deuglify-unwrap-max)
19829         (gnus-outlook-deuglify-cite-marks)
19830         (gnus-outlook-deuglify-unwrap-stop-chars)
19831         (gnus-outlook-deuglify-no-wrap-chars)
19832         (gnus-outlook-deuglify-attrib-cut-regexp)
19833         (gnus-outlook-deuglify-attrib-verb-regexp)
19834         (gnus-outlook-deuglify-attrib-end-regexp)
19835         (gnus-outlook-display-hook): Add :version.
19836
19837         * binhex.el (binhex-use-external): Add :version.
19838
19839 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19840
19841         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19842         and `invisible'.
19843
19844 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19845
19846         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19847         in gnus-registry-trim.
19848
19849 2004-09-13  Simon Josefsson  <jas@extundo.com>
19850
19851         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19852
19853         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19854
19855         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19856         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19857         <yamaoka@jpl.org>.
19858         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19859         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19860         <yamaoka@jpl.org>.
19861
19862         * sieve.el (sieve-manage-mode): Ditto.
19863
19864 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19865
19866         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19867
19868 2004-09-11  Simon Josefsson  <jas@extundo.com>
19869
19870         * dns-mode.el: Add.
19871
19872         * mm-view.el (mm-display-dns-inline): Add.
19873
19874         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19875         (mm-automatic-display): Ditto.
19876
19877         * mailcap.el (mailcap-mime-data): Add text/dns.
19878         (mailcap-mime-extensions): Map .soa to text/dns.
19879
19880 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19881
19882         * gnus-art.el (article-decode-mime-words, article-babel)
19883         (gnus-article-highlight-signature, gnus-article-add-buttons)
19884         (gnus-signature-toggle): Remove unnecessary bindings of
19885         `inhibit-read-only' inherited from v5.10 merge.
19886
19887 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19888
19889         * nntp.el (nntp): New customization group.
19890         (nntp-authinfo-file): Add customization group.
19891
19892         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19893
19894         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19895
19896         * gnus.el (to-address, to-list, subscribed)
19897         (large-newsgroup-initial): Ditto.
19898
19899         * flow-fill.el (fill-flowed-display-column)
19900         (fill-flowed-encode-column): Ditto.
19901
19902 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19903
19904         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19905         Use point-min rather than 1.
19906         (message-send-mail): Use buffer-size rather than point-max.
19907
19908         * gnus-sum.el (gnus-summary-search-article-forward):
19909         Signal a specific `search-failed' rather than a generic `error'.
19910
19911         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19912         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19913         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19914
19915 2004-09-10  Simon Josefsson  <jas@extundo.com>
19916
19917         * nndb.el (require): Remove tcp and duplicate cl.
19918
19919 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * gnus-agent.el (directory-files-and-attributes): Move forward.
19922
19923 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19924
19925         * gnus-agent.el (directory-files-and-attributes):
19926         Optionally defined to support XEmacs.
19927
19928 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19929
19930         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19931         to avoid run-time CL dependencies.
19932         (gnus-agent-unfetch-articles): New function.
19933         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19934         article numbers even when local .overview file is missing.
19935         (gnus-agent-read-article-number): New function.  Only accepts
19936         27-bit article numbers.
19937         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19938         Use gnus-agent-read-article-number.
19939         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19940         from backend while recognizing that article numbers in .overview
19941         must be valid.
19942         (gnus-agent-update-files-total-fetched-for):
19943         Use directory-files-and-attributes to improve performance.
19944         * gnus-int.el (gnus-request-move-article):
19945         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19946         improve performance.
19947
19948         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19949         some users confused by references to .newsrc when they only have a
19950         .newsrc.eld file.
19951         (gnus-convert-mark-converter-prompt)
19952         (gnus-convert-converter-needs-prompt): Fix use of property list.
19953         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19954         New function.  Used internally to only display 'gnus converting
19955         files' message when actually necessary.
19956
19957         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19958         methods now autoloaded.
19959
19960 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19963         identifiers.
19964
19965 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19966
19967         * gnus-picon.el: Fix indentation and closing parenthesis.
19968
19969 2004-09-01  Simon Josefsson  <jas@extundo.com>
19970
19971         * message.el (message-canlock-generate): Require sha1, not
19972         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19973         to require within a function.  Sadly, if sha1.el isn't loaded, the
19974         let binding in m-c-g will hide the defcustom definition, which is
19975         bad.)
19976
19977         * canlock.el: Require sha1, not sha1-el.
19978
19979         * message.el: Don't autoload sha1 (there is a autoload cookie in
19980         sha1.el).
19981
19982         * sha1-el.el: Rename to sha1.el.
19983
19984 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19985
19986         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19987
19988 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19989
19990         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19991
19992 2004-08-30  Kim F. Storm  <storm@cua.dk>
19993
19994         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19995
19996         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19997         Add :group 'nnimap.
19998
19999 2004-08-30  Andreas Schwab  <schwab@suse.de>
20000
20001         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20002         ?* and ?\;.
20003
20004         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20005         and ?\' to symbol instead of whitespace.
20006
20007 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20010
20011         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20012         instead of re-search-forward.
20013
20014         * gnus-uu.el (gnus-uu-save-article): Ditto.
20015         (gnus-uu-post-encode-uuencode): Ditto.
20016
20017         * html2text.el (html2text-clean-list-items): Ditto.
20018         (html2text-clean-dtdd): Ditto.
20019         (html2text-format-tags): Ditto.
20020
20021         * message.el (message-send-mail-with-sendmail): Fix regexp.
20022         (message-fill-field-general): Use search-forward instead of
20023         re-search-forward.
20024         (unbold-region): Ditto.
20025
20026         * nnrss.el (nnrss-request-article): Ditto.
20027
20028         * nnslashdot.el (nnslashdot-request-article): Ditto.
20029
20030         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20031
20032         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20033         "Unrecognized menu descriptor" error in XEmacs.
20034
20035 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20036
20037         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20038         parent article of a sparse article in the thread hashtb.
20039
20040 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20041
20042         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20043         (nnmail-expand-newtext): Lowercase expanded entries if
20044         nnmail-split-lowercase-expanded is non-nil.
20045
20046 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20049
20050         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20051         of gnus-tmp-news-method into string under XEmacs.  It will be
20052         passed to gnus-correct-length which takes only a string argument.
20053
20054 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * gnus-util.el (gnus-bind-print-variables): New macro.
20057         (gnus-prin1): Use it.
20058         (gnus-prin1-to-string): Use it.
20059         (gnus-pp): New function.
20060         (gnus-pp-to-string): New function.
20061
20062         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20063         Replace pp-to-string with gnus-pp-to-string.
20064         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20065         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20066         * gnus-msg.el (gnus-debug): Ditto.
20067         * gnus-score.el (gnus-score-save): Ditto.
20068         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20069         gnus-pp-to-string.
20070         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20071         with gnus-pp.
20072         * score-mode.el (gnus-score-pretty-print): Ditto.
20073         * webmail.el (webmail-debug): Ditto.
20074
20075 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * gnus-art.el (article-display-face, article-display-x-face):
20078         Use buffer-read-only.
20079
20080 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * gnus-art.el (article-hide-list-identifiers):
20083         Bind inhibit-read-only as t.
20084
20085 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20086
20087         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20088
20089 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20090
20091         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20092         (gnus-narrow-to-page): Don't assume point-min == 1.
20093         (gnus-article-edit-mode): Derive from message-mode.
20094
20095         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20096         point-min == 1.
20097
20098         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20099         Disable incorrect use of `assert'.
20100
20101         * message.el (message-mode): Set comment-start-skip.
20102
20103
20104 2004-08-22  Sam Steingold  <sds@gnu.org>
20105
20106         * pop3.el (pop3-leave-mail-on-server): New user variable.
20107         (pop3-movemail): Delete mail only when it is nil.
20108
20109 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20110
20111         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20112
20113         * mml.el (mml-preview): Use `pop-to-buffer'.
20114
20115         * message.el (message-goto-mail-followup-to): Insert after "To".
20116         (message-carefully-insert-headers): Add comment.
20117
20118         * gnus.el: Remove unused variable `gnus-article-check-size'.
20119
20120         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20121
20122         * gnus-art.el (gnus-button-alist):
20123         Improve `gnus-button-handle-library' entry.
20124
20125 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20126
20127         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20128         Use downcase, since XEmacs capitalizes error messages differently.
20129
20130 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * nntp.el: Add (require 'gnus) due to reference to
20133         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20134
20135 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20136
20137         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20138         Bind `mm-fill-flowed'.
20139
20140         * mm-decode.el (mm-dissect-singlepart): Check it.
20141
20142 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20143
20144         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20145         'imap' for netrc parsing.
20146
20147 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * mailcap.el (mailcap-mime-data): Mark as risky.
20150
20151 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20152
20153         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20154         may be included in the encoded word.
20155         (rfc2047-encode): Don't append a space if the encoded word
20156         includes close parenthesis.
20157
20158 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20161         of text within parentheses.
20162
20163 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20164
20165         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20166         (gnus-encrypt-write-file-contents): Make the password key the file
20167         name PLUS the cipher, not just the cipher.  Also remove failed
20168         passwords from the cache.
20169
20170 2004-08-06  Simon Josefsson  <jas@extundo.com>
20171
20172         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20173         Doc fix.
20174
20175 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20178         LWSP.
20179
20180 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20181
20182         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20183         Try to append in-reply-to: data to the references: header.
20184
20185         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20186         (netrc-parse): Use gnus-encrypt.el functions.
20187
20188         * gnus-encrypt.el: Add new file for encryption support; currently
20189         does only a few GPG ciphers and an internal XOR cipher.
20190
20191         * password.el: Add comments on using password-read-and-add.
20192         (password-read-and-add): Add function to read and add the
20193         password to the cache at once.
20194
20195 2004-07-28  Simon Josefsson  <jas@extundo.com>
20196
20197         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20198         parameter (but don't use it, for now).
20199
20200         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20201         instead of hard coding to nil.
20202
20203 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20204
20205         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20206         as mm-inline-image-xemacs does.
20207
20208 2004-07-26  Simon Josefsson  <jas@extundo.com>
20209
20210         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20211         Revert part of 2004-07-17 change below.
20212
20213 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20214
20215         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20216         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20217
20218 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20219
20220         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20221         quotes that actually start with ">" at the beginning of the
20222         lines.
20223
20224 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * rfc2047.el (rfc2047-encode-region): Fix last change.
20227         (rfc2047-encode-parameter): Remove useless concat.
20228
20229 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20230
20231         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20232         encode special characters; fix some kind of misconfigured headers;
20233         signal a real error if debug-on-quit or debug-on-error is non-nil.
20234         (rfc2047-encode-max-chars): New variable.
20235         (rfc2047-encode-1): Use it.
20236         (rfc2047-encode-parameter): New function.
20237
20238         * mml.el (mml-insert-parameter): Remove an excessive space.
20239
20240 2004-07-17  Simon Josefsson  <jas@extundo.com>
20241
20242         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20243         Kai Grossjohann <kai@emptydomain.de>.
20244         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20245         (gnus-group-make-menu-bar): Ditto.
20246
20247         * gnus-util.el (gnus-group-server): Add.
20248
20249 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20250
20251         * message.el (message-clone-locals): Clone sendmail and smtp
20252         variables.
20253
20254 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * rfc2047.el (rfc2047-encode-region): Fix last change.
20257
20258 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20259
20260         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20261         characters as non-special.
20262
20263 2004-07-09  Simon Josefsson  <jas@extundo.com>
20264
20265         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20266         Users will lose all flag changes made while unplugged with
20267         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20268         good default.  See numerous reports on ding mailing list.
20269
20270 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20273         add generate-head-function and generate-article-function to the
20274         rfc822-forward entry.
20275         (nndoc-rfc822-forward-generate-article): New function.
20276         (nndoc-rfc822-forward-generate-head): New function.
20277
20278         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20279
20280 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20281
20282         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20283         respect display group parameter and gnus-summary-expunge-below.
20284         (gnus-articles-to-read): Remove unused reference to display group
20285         parameter.
20286
20287 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20288
20289         * nnheader.el (nnheader-uniquify-message-id): New experimental
20290         variable.
20291         (nnheader-nov-read-message-id): Use it.
20292
20293         * spam-report.el (spam-report-gmane): Add interactive.
20294
20295 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * mm-encode.el (mm-content-transfer-encoding-defaults):
20298         Use qp-or-base64 for the application/* types.
20299
20300 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20301
20302         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20303
20304 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20305
20306         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20307         trim value.
20308
20309 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20310
20311         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20312         New macro and function.
20313         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20314
20315 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20316
20317         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20318         after-load-alist.
20319
20320 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20321
20322         * gnus-group.el (gnus-group-get-new-news-this-group):
20323         Don't update info that isn't there.
20324
20325 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20326
20327         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20328         entry.
20329
20330 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * mm-view.el (mm-inline-render-with-function): Use multibyte
20333         buffer; decode html source by charset.
20334
20335         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20336
20337         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20338         Mule-UCS is loaded under XEmacs.
20339         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20340
20341 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20344
20345 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * mm-util.el (mm-coding-system-p): Return a coding-system.
20348         (mm-mime-mule-charset-alist): Use shift_jis instead of
20349         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20350         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20351         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20352         instead of japanese-shift-jis and iso-latin-1 respectively in
20353         order to share the default value with both Emacs and XEmacs-mule.
20354         (mm-mule-charset-to-mime-charset):
20355         Make mm-coding-system-priorities effective.
20356         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20357         while predicating of candidates upon the priorities.
20358
20359 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20360
20361         * gnus-sum.el (gnus-summary-make-menu-bar):
20362         Add gnus-uu-invert-processable.
20363
20364         * gnus.el: Autoload gnus-uu-invert-processable.
20365
20366 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20367
20368         * mm-util.el (mm-with-multibyte-buffer): New macro.
20369
20370         * rfc2047.el (rfc2047-encode-string): Use it.
20371         (rfc2047-encode-region): Move point to the end of the region after
20372         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20373
20374 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20377         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20378
20379 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20380
20381         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20382         (gnus-cite-parse): Ignore quoted envelope From_.
20383         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20384
20385 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20386
20387         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20388         invalid addresses.
20389
20390 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20391
20392         * spam.el: Change section markers, revise TODO list.
20393         (spam-backends): Make new master list of all installed backends.
20394         (spam-summary-exit-behavior): Add new variable to determine how
20395         messages moves are done at summary exit.
20396         (spam-move-spam-nonspam-groups-only)
20397         (spam-process-ham-in-nonham-groups)
20398         (spam-process-ham-in-spam-groups): Remove variables, the
20399         spam-summary-exit-behavior variable should be used to manage this
20400         behavior.
20401         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20402         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20403         and spam-old-spam-articles.
20404         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20405         Add empty variables, placeholders for the backends they represent.
20406         (spam-set-difference): Move, unchanged.
20407         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20408         unless the user has a processor variable.
20409         (spam-classifications, spam-classification-valid-p)
20410         (spam-backend-properties, spam-backend-property-valid-p)
20411         (spam-backend-function-type-valid-p)
20412         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20413         (spam-report-articles-gmane, spam-report-articles-resend):
20414         Remove functions, they are not needed.
20415         (spam-install-backend-super, spam-backend-list)
20416         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20417         (spam-backend-function, spam-backend-ham-registration-function)
20418         (spam-backend-spam-registration-function)
20419         (spam-backend-ham-unregistration-function)
20420         (spam-backend-spam-unregistration-function)
20421         (spam-backend-statistical-p, spam-backend-mover-p)
20422         (spam-install-backend-alias, spam-install-checkonly-backend)
20423         (spam-install-mover-backend, spam-install-nocheck-backend)
20424         (spam-install-backend, spam-install-statistical-backend)
20425         (spam-install-statistical-checkonly-backend): Add backend installation
20426         support.
20427         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20428         (spam-group-processor-p): Use the new backend code and respect the
20429         summary exit behavior.
20430         (spam-mark-spam-as-expired-and-move-routine): Remove.
20431         (spam-summary-prepare): Change to use the new spam-old-articles
20432         variable.
20433         (spam-copy-or-move-routine, spam-copy-spam-routine)
20434         (spam-move-spam-routine, spam-copy-ham-routine)
20435         (spam-move-ham-routine): Add code to copy/move ham or spam.
20436         (spam-fetch-field-fast): Improve doc and code, plus allow the
20437         'number request.
20438         (spam-list-of-checks, spam-list-of-statistical-checks):
20439         Remove variables.
20440         (spam-split, spam-find-spam): Use the new backend code.
20441         (spam-registration-functions): Remove variable.
20442         (spam-unregister-routine): Add convenience wrapper.
20443         (spam-log-undo-registration, spam-register-routine)
20444         (spam-log-processing-to-registry)
20445         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20446         where possible.
20447         (spam-check-gmane-xref, spam-check-regex-headers)
20448         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20449         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20450         (spam-check-bogofilter-headers, spam-check-spamoracle)
20451         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20452         (spam-check-crm114-headers): Use the spam-split-group that
20453         spam-split prepares, no need to determine it every time.
20454
20455         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20456         to the nnheader-parse-naked-head call.
20457
20458         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20459
20460         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20461         the nnheader-nov-read-message-id call.
20462
20463 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20464
20465         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20466         gnus-activate-group twice.  Suggested by Markus Peter
20467         <warp@spin.de>.
20468
20469 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * gnus-art.el (gnus-article-time-format): Exchange the order of
20472         day and month in the default value; fix customization type.
20473         (article-date-ut): Use add-text-properties.
20474         (article-make-date-line): Use message-make-date instead of
20475         current-time-string.
20476
20477         * message.el (message-fetch-field): Don't use set-text-properties.
20478         (message-make-date): Simplify.
20479
20480         * messagexmas.el (message-xmas-make-date): New function.
20481         (message-xmas-redefine): Defalias message-make-date to it.
20482
20483 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20484
20485         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20486         (rfc2047-encode-region): Treat text within parentheses as special;
20487         show the original text when error has occurred.
20488
20489         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20490         already-computed method to gnus-activate-group.
20491
20492         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20493         same select-methods identical Lisp objects.
20494
20495         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20496         object when modifying the info.
20497
20498 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20499
20500         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20501         gnus-opened-servers since it has never been opened with the new
20502         configuration yet.
20503
20504 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20507         arg to nnheader-generate-fake-message-id.
20508
20509 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20510
20511         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20512         number and build a fake message ID localized to a group and
20513         article number (so it's repeatable from that point on).
20514         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20515         ID format.
20516
20517         * gnus-sum.el (gnus-get-newsgroup-headers):
20518         Call nnheader-generate-fake-message-id with the article number.
20519
20520 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20521
20522         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20523         end-of-buffer.
20524
20525 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20526
20527         * message.el (message-ignored-supersedes-headers): Add Approved.
20528
20529 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20532         goto-char.
20533         (rfc2047-encode): Fold the line before encoding.
20534
20535 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20536
20537         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20538         folding -- not all headers can be folded, and this should be done
20539         by the message composition mode.  Probably.  I think.
20540
20541 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20542
20543         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20544         fast.
20545
20546         * gnus-ems.el (gnus-remove-image): Don't use
20547         message-text-with-property; remove only the image found first.
20548
20549         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20550         found first.
20551
20552 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20553
20554         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20555
20556 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20557
20558         * message.el (message-text-with-property): Make it fast and accept
20559         optional arguments.
20560         (message-strip-forbidden-properties): Use it.
20561         (message-fix-before-sending): Follow the m-t-w-p change.
20562
20563         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20564
20565 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * gnus-art.el (article-hide-headers): Don't change the buffer
20568         mistakenly when performing mml-preview even if
20569         gnus-single-article-buffer is nil.
20570
20571 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20572
20573         * message.el (message-expand-name-databases): New user option.
20574         (message-expand-name): Use it.
20575
20576 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20577
20578         * spam.el (spam-report-articles-resend)
20579         (spam-report-resend-register-routine): Allow ham reporting.
20580         (spam-report-resend-register-ham-routine): Add wrapper.
20581         (spam-registration-functions): Add ham resending functions.
20582         (spam-list-of-processors): Add ham resend processor.
20583
20584         * gnus.el (ham-resend-to): Add new group parameter.
20585         (spam-process): Add ham resend option.
20586
20587         * spam-report.el (spam-report-resend): Allow reporting ham.
20588         (spam-report-resend-ham): Add wrapper.
20589
20590 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20591
20592         * message.el (message-cite-articles-with-x-no-archive):
20593         New variable.
20594         (message-cite-original): Use it.
20595
20596 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20597
20598         * message.el (message-cite-original): Respect X-No-Archive.
20599
20600 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20601
20602         * gnus-art.el (article-hide-headers): Refer to the values for
20603         gnus-ignored-headers and gnus-visible-headers in the summary
20604         buffer since a user may have set them as group parameters.
20605
20606 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20607
20608         * assistant.el (assistant-node-name): Add convenience function.
20609         (assistant-render-text, assistant-render-node): Add error handling,
20610         plus handle multiple next nodes.
20611         (assistant-find-next-node): Comment out for now.
20612         (assistant-find-next-nodes): Add function, returns list of next
20613         nodes.
20614
20615 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20616
20617         * mail-source.el (mail-source-directory): Fix doc-string.
20618
20619 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20620
20621         * assistant.el (assistant-render-text, assistant-eval): Add :set
20622         widget type, which is different because it takes and returns a
20623         list.  Much hilarity ensues.
20624
20625 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20626
20627         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20628
20629         * gnus-group.el (gnus-group-get-new-news-this-group):
20630         Add doc-string.
20631
20632         * gnus-start.el (gnus-activate-group): Add doc-string.
20633
20634 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20637
20638 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20639
20640         * assistant.el (assistant-render-text): Try to add a :set
20641         widget, more to come.
20642
20643         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20644         strings.
20645         (spam-report-articles-resend)
20646         (spam-register-routine): Do registration iff any articles warrant
20647         it.
20648         (spam-summary-prepare-exit): Change log message for nil group
20649         destinations.
20650
20651 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20652
20653         * spam.el (spam-report-resend-register-routine):
20654         Allow spam-report-resend-to to be a group parameter or a global value.
20655
20656 2004-05-26  Simon Josefsson  <jas@extundo.com>
20657
20658         * starttls.el: Merge with my GNUTLS based starttls.el.
20659         (starttls-gnutls-program, starttls-use-gnutls)
20660         (starttls-extra-arguments, starttls-process-connection-type)
20661         (starttls-connect, starttls-failure, starttls-success):
20662         New variables.
20663         (starttls-program, starttls-extra-args): Doc fix.
20664         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20665         New functions.
20666         (starttls-negotiate, starttls-open-stream):
20667         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20668         function if it is set.
20669
20670 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20671
20672         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20673         structured fields.
20674
20675 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20676
20677         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20678
20679 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20680
20681         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20682         Add variable.
20683         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20684         assigning the spam-mark to new messages.
20685
20686 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20687
20688         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20689
20690 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20691
20692         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20693
20694         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20695         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20696         default.
20697
20698 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20699
20700         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20701         correct data.
20702
20703 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20704
20705         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20706         (spam-group-processor-p): Fix function.
20707         (spam-group-processor-multiple-p)
20708         (spam-group-spam-processor-report-gmane-p)
20709         (spam-group-spam-processor-report-resend-p)
20710         (spam-group-spam-processor-bogofilter-p)
20711         (spam-group-spam-processor-blacklist-p)
20712         (spam-group-spam-processor-ifile-p)
20713         (spam-group-ham-processor-ifile-p)
20714         (spam-group-spam-processor-spamoracle-p)
20715         (spam-group-spam-processor-crm114-p)
20716         (spam-group-ham-processor-bogofilter-p)
20717         (spam-group-spam-processor-stat-p)
20718         (spam-group-ham-processor-stat-p)
20719         (spam-group-ham-processor-whitelist-p)
20720         (spam-group-ham-processor-BBDB-p)
20721         (spam-group-ham-processor-spamoracle-p)
20722         (spam-group-ham-processor-copy-p): Remove functions with some
20723         prejudice against unneeded code.
20724         (spam-report-articles-resend)
20725         (spam-report-resend-register-routine): Allow the group/topic
20726         spam-resend-to value to override spam-report-resend-to.
20727         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20728         properly now.
20729
20730         * gnus.el (spam-resend-to): Add group/topic parameter.
20731         (spam-process): Move the OBSOLETE processors to the end of the
20732         choices.
20733
20734 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20735
20736         * spam-report.el (spam-report-resend-to, spam-report-resend):
20737         Start with resend-to set to nil, and then ask the user if necessary.
20738         (spam-report-resend): spam-report-resend takes a list of articles, not
20739         separate article numbers.
20740
20741 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20742
20743         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20744         addition to emacs-w3m.
20745
20746 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20747
20748         * assistant.el (assistant-authinfo-data): New function.
20749         (assistant-eval): Eval for entire assistant.
20750
20751         * netrc.el (netrc-services-file): New variable.
20752         (netrc-parse-services): New function.
20753         (netrc-find-service-name): New function.
20754         (netrc-find-service-number): New function.
20755         (netrc-port-equal): New function.
20756         (netrc-machine): Use it.
20757
20758         * nnimap.el (nnimap-open-connection): Use netrc.
20759
20760         * gnus-util.el (gnus-netrc-get): Remove aliases.
20761
20762         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20763
20764         * assistant.el (wid-edit): Fix compilation.
20765
20766         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20767
20768 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20769
20770         * gnus-util.el (gnus-set-file-modes): New function.  (small
20771         patch).
20772
20773 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20774
20775         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20776
20777         * assistant.el (assistant-render-node): Fix up rendering and
20778         read-only text.
20779         (assistant-render-node): Reset.
20780         (assistant-make-read-only): Not sticky.
20781
20782 2004-05-20  Danny Siu  <dsiu@adobe.com>
20783
20784         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20785         centered even when gnus-auto-center-summary is t.
20786
20787 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20788
20789         * dns.el (dns-get-txt-answer): New function.
20790         (dns-read-txt): Ditto.
20791         (query-dns): Use it.
20792
20793 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20796         active for foreign groups even if the group level is higher than
20797         the specified value.
20798
20799 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20800
20801         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20802         non-active groups.
20803
20804         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20805
20806 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20807
20808         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20809
20810 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20811
20812         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20813         (spam-crm114-header, spam-crm114-spam-switch)
20814         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20815         (spam-crm114-positive-spam-header)
20816         (spam-crm114-database-directory, spam-list-of-processors)
20817         (spam-group-spam-processor-crm114-p)
20818         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20819         (spam-generic-score, spam-list-of-checks)
20820         (spam-list-of-statistical-checks, spam-registration-functions)
20821         (spam-check-crm114-headers, spam-crm114-score)
20822         (spam-check-crm114, spam-crm114-register-with-crm114)
20823         (spam-crm114-register-spam-routine)
20824         (spam-crm114-unregister-spam-routine)
20825         (spam-crm114-register-ham-routine)
20826         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20827         From asjo@koldfront.dk (Adam Sjøgren).
20828
20829         * gnus.el: Add spam-use-crm114.
20830
20831         * spam.el (spam-list-of-processors, spam-registration-functions):
20832         Add spam-use-resend.
20833         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20834         (spam-report-articles-gmane): Add doc fix.
20835         (spam-report-articles-resend, spam-report-resend-register-routine):
20836         Add wrappers around spam-report-resend-to.
20837
20838         * spam-report.el (spam-report-resend-to, spam-report-resend):
20839         Add support for resending spam.
20840         (spam-report-gmane): Fix line length >80.
20841
20842         * gnus.el (spam-process): Add spam-use-resend.
20843
20844 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20845
20846         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20847         number of processed spam messages.
20848         (spam-ham-copy-or-move-routine): Return the number of processed
20849         ham messages.
20850         (spam-summary-prepare-exit): Use the above values to decide
20851         whether status messages shouled be displayed.
20852
20853 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20856         `rfc2047-encoding-function-alist' in order to avoid conflicting
20857         with the old version.
20858         (rfc2047-encode-region): Concatenate words containing non-ASCII
20859         characters in structured fields; don't encode space-delimited
20860         ASCII words even in unstructured fields; don't break words at
20861         char-category boundaries.
20862         (rfc2047-encode-1): New function.
20863         (rfc2047-encode): Use it; encode text so that it occupies the
20864         maximum width within 76-column; work correctly on Q encoding for
20865         iso-2022-* charsets.
20866         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20867         sure not to break a line just after the header name.
20868         (rfc2047-b-encode-region): Remove.
20869         (rfc2047-b-encode-string): New function.
20870         (rfc2047-q-encode-region): Remove.
20871         (rfc2047-q-encode-string): New function.
20872
20873         * mm-util.el (mm-replace-in-string): New function.
20874
20875 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20876
20877         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20878         Really get it right.
20879         (gnus-inews-make-draft): Really.
20880
20881 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20882
20883         * nnmh.el (nnmh-request-list-1): Don't check the link count
20884         before descending.  (small patch)
20885
20886 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20887
20888         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20889         stuff.
20890
20891         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20892         Match on real group name.
20893
20894         * gnus-art.el (gnus-signature-limit): Doc fix.
20895
20896         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20897
20898         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20899
20900 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20901
20902         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20903         isn't a string.
20904
20905 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20906
20907         * gnus-draft.el (gnus-draft-send):
20908         Bind rfc2047-encode-encoded-words.
20909
20910         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20911         (rfc2047-encodable-p): Say that =? needs encoding.
20912         (rfc2047-encode-encoded-words): New variable.
20913
20914         * gnus-group.el (gnus-group-select-group): Doc fix.
20915
20916         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20917
20918         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20919         to nil.
20920
20921         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20922
20923         * nnheader.el (nnheader-get-lines-and-char): New function.
20924
20925 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20926
20927         * gnus-msg.el (gnus-summary-followup-with-original):
20928         Document yanking of region when active.
20929
20930 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20931
20932         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20933         groups if the group level is higher than the specified value.
20934
20935 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20936
20937         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20938         (gnus-group-jump-to-group): Add prefix argument using
20939         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20940         non-active group.
20941
20942         * compface.el (uncompface): Be verbose when changing
20943         `uncompface-use-external'.
20944
20945         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20946         handle manual section.
20947
20948 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20949
20950         * gnus-art.el (gnus-button-alist): Revert previous change.
20951
20952 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20953
20954         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20955
20956 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20957
20958         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20959         whether backend can accept message.
20960
20961         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20962
20963 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20964
20965         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20966         Avoid creating directory when nntp-marks-is-evil is true.
20967         Reported by Reiner Steib.
20968
20969 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20970
20971         * gnus-picon.el (gnus-picon-style): New variable.
20972         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20973         (gnus-picon-transform-address): Support `gnus-picon-style'.
20974         From Jesper Harder <harder@ifa.au.dk>.
20975
20976 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20977
20978         * message.el (message-fill-field): Return point.
20979         (message-generate-headers): Go to end of field.
20980
20981         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20982         stuff for non-living groups.
20983
20984 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20985
20986         * gnus-art.el (gnus-article-followup-with-original)
20987         (gnus-article-reply-with-original): gnus-mark-active-p ->
20988         gnus-region-active-p.
20989
20990 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20991
20992         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20993         only when there is spam or ham to be processed.
20994
20995 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20996
20997         * mail-source.el (mail-source-delete-crash-box): Refactor.
20998         (mail-source-fetch): Use it.
20999         (mail-source-fetch-file): Ditto.
21000         (mail-source-fetch-directory): Run postscript in loop.
21001         (mail-source-fetch-pop): Delete.
21002         (mail-source-fetch-maildir): Ditto.
21003         (mail-source-fetch-imap): Ditto.
21004
21005         * imap.el (imap-authenticators): Comment out sasl.
21006
21007         * message.el (message-skip-to-next-address): New function.
21008         (message-fill-header-address): Refactor.
21009         (message-fill-address): Use it.
21010         (message-delete-address): Use it.
21011         (message-fill-header-general): Refactor.
21012         (message-fill-field-address): Rename.
21013         (message-narrow-to-field): Find the start of the header.
21014         (message-header-format-alist): Don't pre-fill.
21015         (message-fill-header): Remove.
21016         (message-insert-header): New function.
21017         (message-shorten-references): Use it.
21018
21019         * rfc2047.el (rfc2047-field-value): Strip props.
21020
21021         * mail-parse.el (mail-header-make-address): New alias.
21022
21023         * ietf-drums.el (ietf-drums-make-address): New function.
21024
21025         * imap.el: Add compiler directives.
21026
21027         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21028
21029         * gnus-art.el (article-decode-idna-rhs): Don't use
21030         message-idna-inside-rhs-p.
21031
21032 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21033
21034         * message.el (message-idna-inside-rhs-p): Remove.
21035         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21036
21037         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21038         false positives.
21039
21040 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21041
21042         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21043
21044 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21045
21046         * nneething.el (nneething-file-name): Don't create spurious
21047         files.
21048
21049         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21050         (gnus-inews-do-gcc): Remove sleep.
21051
21052         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21053         part under point.
21054
21055         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21056         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21057
21058 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21059
21060         * spam.el (spam-summary-prepare-exit): Fix (length).
21061
21062 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21063
21064         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21065         as expired without moving it" message when there are spam
21066         messages left.
21067
21068 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21069
21070         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21071         header is not nil.
21072
21073 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21074
21075         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21076         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21077         (nntp-marks-changed-p): New arg SERVER.
21078         (nntp-request-update-info): Adjust caller.
21079
21080 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21081
21082         * nntp.el (nntp-save-marks): Pass missing arg.
21083
21084 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21085
21086         * nntp.el: Support marks.
21087         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21088         (nntp-marks-modtime, nntp-marks-directory): New variables.
21089         (nntp-request-set-mark, nntp-request-update-info)
21090         (nntp-possibly-create-directory, nntp-marks-changed-p)
21091         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21092         New functions.
21093
21094 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21095
21096         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21097         (gnus-xmas-redefine): Rename.
21098
21099         * gnus-score.el (gnus-score-insert-help):
21100         Use gnus-select-lowest-window.
21101
21102         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21103         appt-select-lowest-window and rename to gnus-select-lowest-window.
21104
21105         * gnus.el: do.
21106
21107 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21108
21109         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21110         encodings of MIME-encoded words, in order to improve
21111         interoperability with several broken MUAs.
21112
21113 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21114
21115         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21116         tags, only when charsets are not specified in headers.
21117         (mm-inline-text-html-render-with-w3m): Ditto.
21118
21119         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21120         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21121
21122 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21123
21124         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21125         instead of MIME-decoded from fields when checking
21126         `gnus-article-address-banner-alist'.
21127
21128 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21129
21130         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21131         description rather than subject.
21132
21133 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21134
21135         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21136
21137 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21138
21139         * gnus.el (gnus-version-number): Bump.
21140
21141 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21142
21143         * gnus.el: No Gnus v0.2 is released.
21144
21145 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21146
21147         * gnus-agent.el (gnus-agent-read-agentview):
21148         Inline gnus-uncompress-range.
21149
21150 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21151
21152         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21153         `exec-installed-p'.
21154
21155 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21156
21157         * gnus.el (spam-process, spam-autodetect-methods):
21158         Add bsfilter and bsfilter-headers.
21159
21160         * spam.el (spam-bsfilter): New customize group.
21161         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21162         (spam-bsfilter-header, spam-bsfilter-probability-header)
21163         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21164         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21165         (spam-bsfilter-database-directory): New options.
21166         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21167         (spam-list-of-statistical-checks, spam-registration-functions):
21168         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21169         (spam-bsfilter-score): New command.
21170         (spam-check-bsfilter-headers, spam-check-bsfilter)
21171         (spam-bsfilter-register-with-bsfilter)
21172         (spam-bsfilter-register-spam-routine)
21173         (spam-bsfilter-unregister-spam-routine)
21174         (spam-bsfilter-register-ham-routine)
21175         (spam-bsfilter-unregister-ham-routine): New functions.
21176         (spam-generic-score): Support bsfilter; Accept an optional argument
21177         to recalcurate spam score even if scoring header has already been
21178         added.
21179         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21180         optional argument to recalcurate spam score even if scoring header
21181         has already been added.
21182
21183 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21184
21185         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21186         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21187         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21188         link is missing.
21189
21190 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21191
21192         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21193         (html2text-get-attr): Rewrite.
21194
21195         * message.el (message-setup-1): Remove redundant put-text-property
21196         on mail-header-separator.
21197
21198 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21199
21200         * gnus-registry.el (gnus-registry-cache-whitespace)
21201         (gnus-registry-action, gnus-registry-spool-action)
21202         (gnus-registry-split-fancy-with-parent): Change message levels
21203         from 5 to 3 or 7, as needed.
21204
21205         * spam.el (spam-summary-prepare-exit)
21206         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21207         (spam-split, spam-find-spam, spam-log-undo-registration)
21208         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21209         level from 5 to 6.
21210
21211 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21212
21213         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21214         2004-03-04 change).
21215
21216 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21217
21218         * sieve-manage.el (sieve-manage-open):
21219         * nnweb.el (nnweb-insert-html):
21220         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21221         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21222         * nnspool.el (nnspool-request-group):
21223         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21224         * nnml.el (nnml-request-update-info):
21225         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21226         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21227         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21228         (nnimap-request-set-mark):
21229         * nnfolder.el (nnfolder-request-update-info):
21230         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21231         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21232         * gnus-uu.el (gnus-uu-find-articles-matching):
21233         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21234         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21235         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21236         * gnus-nocem.el (gnus-nocem-scan-groups):
21237         * gnus-int.el (gnus-start-news-server):
21238         * gnus-group.el (gnus-group-make-kiboze-group)
21239         (gnus-group-browse-foreign-server):
21240         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21241         Use mapc when appropriate.
21242
21243 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21244
21245         FIXME: Make separate entries for each person.
21246
21247         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21248         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21249         <shields@msrl.com>:
21250
21251         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21252         may need for spam sorting and scoring.
21253         (spam-user-format-function-S): Add user format function suitable for
21254         general use.
21255         (spam-article-sort-by-spam-status): Add sorting function for summary
21256         sorting.
21257         (spam-extra-header-to-number): Add function to get a score from a
21258         header.
21259         (spam-summary-score): Add function to get a numeric score from the
21260         headers.
21261         (spam-generic-score): Fix function doc, was in wrong place.
21262         (spam-initialize): Take symbols when it's run, and install the
21263         extra headers that spam-necessary-extra-headers thinks we need.
21264
21265 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21266
21267         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21268         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21269
21270 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21271
21272         * gnus-sum.el (gnus-set-global-variables)
21273         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21274         (gnus-article-get-xrefs, gnus-summary-best-group)
21275         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21276         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21277         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21278         Use with-current-buffer.
21279
21280 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21281
21282         * spam.el (spam-summary-prepare-exit): Simplify logic.
21283         (spam-fetch-article-header): Read the article header if it's not
21284         available.
21285         (spam-list-articles): Simplify logic.
21286         (spam-filelist-register-routine): Fix bug with unregister-list.
21287
21288         * gnus-registry.el: Fix comments at beginning.
21289
21290 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21291
21292         * message.el (message-cater-to-broken-inn): Remove.
21293         (message-shorten-references): Make sure the total folded length of
21294         References is shorter than 998 characters to cater to a bug in INN
21295         2.3.  Also, don't pretend that references aren't folded -- this
21296         hasn't worked for a while.
21297
21298 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21299
21300         * gnus-agent.el (gnus-agentize):
21301         gnus-agent-send-mail-real-function no longer set to current value
21302         of message-send-mail-function but rather a lambda that calls
21303         message-send-mail-function.  The change makes the agent real-time
21304         responsive to user changes to message-send-mail-function.
21305
21306 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21307
21308         * legacy-gnus-agent.el
21309         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21310         help from Florian Weimer <fw@deneb.enyo.de>
21311
21312 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * nnmail.el (nnmail-cache-insert): Revert last change.
21315
21316 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21317
21318         * nnmail.el (nnmail-cache-insert): Always check whether
21319         nnmail-cache-ignore-groups matches a group name.
21320
21321 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21322
21323         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21324         (spam-find-spam, spam-log-processing-to-registry)
21325         (spam-log-registered-p, spam-log-unregistration-needed-p)
21326         (spam-log-undo-registration): Use gnus-message instead of
21327         gnus-error, none of these errors are fatal.
21328
21329         * gnus-registry.el (gnus-registry-clean-empty-function)
21330         (gnus-registry-clean-empty): Remove only empty entries without
21331         extra data.
21332
21333 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21334
21335         * spam-stat.el (spam-stat-buffer-change-to-spam)
21336         (spam-stat-buffer-change-to-non-spam): Change (error) to
21337         (gnus-message 8) invocation.
21338
21339 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * nntp.el (nntp-via-netcat-command): New variable.
21342         (nntp-via-netcat-switches): New variable.
21343         (nntp-open-via-rlogin-and-netcat): New function.
21344         (nntp-open-connection-function): Doc fix.
21345         (nntp-telnet-command): Doc fix.
21346         (nntp-end-of-line): Doc fix.
21347         (nntp-via-rlogin-command): Doc fix.
21348         (nntp-via-user-name): Doc fix.
21349         (nntp-via-address): Doc fix.
21350
21351 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21352
21353         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21354         error in Emacs 21.1.
21355
21356 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21357
21358         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21359
21360 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21361
21362         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21363         (gnus-agent-with-refreshed-group): New macro.
21364         (gnus-agent-rename-group): New function.
21365         (gnus-agent-delete-group): New function.
21366         (gnus-agent-save-group-info): Use gnus-command-method when
21367         `method' parameter is nil.  Don't write nil entries into the
21368         active file.
21369         (gnus-agent-get-group-info): New function.
21370         (gnus-agent-fetch-articles):
21371         Use gnus-agent-update-files-total-fetched-for to increment disk space
21372         used.
21373         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21374         Use gnus-agent-update-view-total-fetched-for to increment disk space
21375         used.
21376         (gnus-agent-get-local): Add optional parameters to avoid calling
21377         gnus-group-real-name and gnus-find-method-for-group.
21378         (gnus-agent-set-local): Delete stored entry if either min, or max,
21379         are nil.
21380         (gnus-agent-fetch-session): Reworded error/quit messages.
21381         On quit, use gnus-agent-regenerate-group to record existance of any
21382         articles fetched to disk before the quit occurred.
21383         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21384         gnus-agent-update-view-total-fetched-for, and
21385         gnus-agent-update-files-total-fetched-for to decrement disk space
21386         used.
21387         (gnus-agent-retrieve-headers):
21388         Use gnus-agent-update-view-total-fetched-for to increment disk space
21389         used.
21390         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21391         with gnus-agent-update-files-total-fetched-for to decrement disk
21392         space and fresh group buffer.
21393         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21394         (gnus-agent-need-update-total-fetched-for): New variable.
21395         (gnus-agent-update-files-total-fetched-for): New function.
21396         (gnus-agent-update-view-total-fetched-for): New function.
21397         (gnus-agent-total-fetched-for): New function.
21398
21399         * gnus-cache.el (gnus-cache-save-buffers):
21400         Use gnus-cache-update-overview-total-fetched-for to change disk space
21401         used by this group.
21402         (gnus-cache-possibly-enter-article):
21403         Use gnus-cache-update-file-total-fetched-for to increment disk space
21404         used by this group.
21405         (gnus-cache-possibly-remove-article):
21406         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21407         used by this group.
21408         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21409         (gnus-cache-rename-group): New function.
21410         (gnus-cache-delete-group): New function.
21411         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21412         (gnus-cache-need-update-total-fetched-for): New variable.
21413         (gnus-cache-with-refreshed-group): New macro.
21414         (gnus-cache-update-file-total-fetched-for): New function.
21415         (gnus-cache-update-overview-total-fetched-for): New function.
21416         (gnus-cache-rename-group-total-fetched-for): New function.
21417         (gnus-cache-delete-group-total-fetched-for): New function.
21418         (gnus-cache-total-fetched-for): New function.
21419
21420         * gnus-group.el: Require gnus-sum and autoload functions to
21421         resolve warnings when gnus-group.el compiled alone.
21422         (gnus-group-line-format): Documented new %F.
21423         (size of Fetched data) group line format; identifies disk space
21424         used by agent and cache.
21425         (gnus-group-line-format-alist): Defined new F format.
21426         (gnus-total-fetched-for): New function.
21427         (gnus-group-delete-group): No longer update
21428         gnus-cache-active-altered as gnus-request-delete-group now keeps
21429         the cache in sync.
21430         (gnus-group-list-active): Let the agent store a server's active
21431         list if currently plugged.
21432
21433         * gnus-int.el (gnus-request-delete-group):
21434         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21435         local disk in sync with the server.
21436         (gnus-request-rename-group):
21437         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21438         local disk in sync with the server.
21439
21440         * gnus-start.el (gnus-get-unread-articles):
21441         Cosmetic simplification to logic.
21442
21443         * gnus-util.el (gnus-rename-file): New function.
21444
21445 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21446
21447         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21448
21449 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21450
21451         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21452         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21453
21454 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21455
21456         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21457         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21458
21459 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21460
21461         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21462
21463 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21464
21465         * spam.el (spam-set-difference): Add function to replace
21466         gnus-set-difference in spam.el.
21467         (spam-summary-prepare-exit): Use spam-set-difference.
21468
21469 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21470
21471         * gnus-registry.el (gnus-registry-cache-file): Update to use
21472         gnus-dribble-directory OR gnus-home-directory OR ~.
21473         (gnus-registry-split-fancy-with-parent): Fix doc.
21474
21475 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21476
21477         * message.el (message-exchange-point-and-mark):
21478         Use message-mark-active-p.  Suggested by Jesper Harder
21479         <harder@ifa.au.dk>.
21480
21481 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21482
21483         * message.el (message-exchange-point-and-mark): Don't activate
21484         region if it was inactive.  Suggested by Hiroshi Fujishima
21485         <pooh@nature.tsukuba.ac.jp>.
21486
21487 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * gnus-art.el (article-display-face): Display Faces in the same
21490         order as X-Faces.
21491
21492 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21493
21494         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21495
21496 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21497
21498         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21499         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21500         (gnus-article-mime-hierarchy): Remove.
21501         (gnus-article-mime-hierarchy-next): Remove.
21502         (gnus-article-mode): Revert 2004-03-19 change.
21503         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21504         (gnus-insert-mime-button): Revert 2004-03-19 change.
21505         (gnus-mime-accumulate-hierarchy): Remove.
21506         (gnus-mime-enter-multipart): Remove.
21507         (gnus-mime-leave-multipart): Remove.
21508         (gnus-mime-display-part): Revert 2004-03-19 change.
21509         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21510
21511         * mml.el (mml-preview): Revert 2004-03-19 change.
21512
21513 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21514
21515         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21516
21517 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21518
21519         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21520         t while entering a file name using the mm-with-multibyte macro.
21521         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21522
21523         * mm-util.el (mm-with-multibyte): New macro.
21524
21525 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21526
21527         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21528         New user option.
21529         (gnus-mime-multipart-functions): Doc and customization fix.
21530         (gnus-article-mime-hierarchy): New variable.
21531         (gnus-article-mime-hierarchy-next): New variable.
21532         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21533         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21534         gnus-article-mime-hierarchy-next to nil.
21535         (gnus-insert-mime-button): Show hierarchy numbers.
21536         (gnus-mime-accumulate-hierarchy): New function.
21537         (gnus-mime-enter-multipart): New function.
21538         (gnus-mime-leave-multipart): New function.
21539         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21540         (gnus-mime-display-alternative): Show hierarchy numbers.
21541
21542         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21543         gnus-article-mime-hierarchy-next to nil.
21544
21545 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21546
21547         * dns.el: Don't require gnus-xmas.
21548
21549 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21550
21551         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21552         inline PGP.
21553         (mml-menu): Disable mml-quote-region if mark is inactive.
21554
21555 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21556
21557         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21558         when the group's active is not available.
21559
21560 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21561
21562         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21563         error.
21564
21565 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21566
21567         * imap.el (imap-store-password): New variable.
21568         (imap-interactive-login): Use it.
21569         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21570
21571 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21574         window-start and hscroll to summary window.
21575
21576 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21577
21578         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21579         conversion message to newsrc-dribble when an actual conversion is
21580         performed.
21581
21582 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21583
21584         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21585
21586 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * mm-decode.el (mm-complicated-handles): New function reviving
21589         former definition of mm-multiple-handles.
21590
21591         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21592         (gnus-mime-delete-part): Use it.
21593
21594 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21595
21596         * gnus-agent.el (gnus-agent-read-local):
21597         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21598         avoid the implicit assumption that they will always be equal.
21599         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21600         coding-system-for-write, as the with-temp-file macro first prints
21601         to a buffer then saves the buffer.
21602
21603 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21604
21605         * gnus-art.el (gnus-article-edit-part): New function.
21606         (gnus-mime-save-part-and-strip): Use it; do query instead of
21607         signaling an error; don't use mm-multiple-handles.
21608         (gnus-mime-delete-part): Ditto.
21609
21610 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21611
21612         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21613         old file versions.
21614         (gnus-group-prepare-hook): Remove function that converted list
21615         form of gnus-agent-expire-days to group properties.
21616
21617         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21618         (gnus-request-accept-article): Re-indented.
21619
21620         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21621         converters to handle old agent file formats.  Add logic for a
21622         "backup before upgrading warning".
21623         (gnus-convert-mark-converter-prompt): Developers can mark
21624         functions as needing (default), or not needing,
21625         gnus-convert-old-newsrc's "backup before upgrading warning".
21626         (gnus-convert-converter-needs-prompt): Tests whether the user
21627         should be protected from potentially irreversable changes by the
21628         function.
21629
21630         * legacy-gnus-agent.el: New.  Provides converters that are only
21631         loaded when gnus-convert-old-newsrc needs to call them.
21632
21633 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21634
21635         * mail-source.el (mail-source-touch-pop): Doc fix.
21636
21637         * message.el (message-smtpmail-send-it): Doc fix.
21638
21639 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21640
21641         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21642
21643         * nnmail.el (nnmail-split-fancy): do.
21644
21645         * gnus-kill.el (gnus-kill, gnus-execute): do.
21646
21647 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21648
21649         * gnus-sum.el (gnus-widget-reversible-match)
21650         (gnus-widget-reversible-to-internal)
21651         (gnus-widget-reversible-to-external): New functions.
21652         (gnus-widget-reversible): New widget.
21653         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21654
21655 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21656
21657         * gnus-sum.el (gnus-thread-sort-functions)
21658         (gnus-article-sort-functions): Document `(not F)' items.
21659
21660 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21661
21662         * spam.el (spam-use-gmane-xref): Add new backend.
21663         (spam-gmane-xref-spam-group): Add variable to control the name of the
21664         Gmane spam group.
21665         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21666         (spam-regex-headers-spam, spam-regex-headers-ham)
21667         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21668         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21669         backends and checks.
21670         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21671
21672         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21673         an autodetect method.
21674
21675 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21676
21677         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21678         articles are being added to a group.
21679         (gnus-request-replace-article): Inform the agent that articles
21680         need to be uncached as the cached contents are no longer valid.
21681
21682 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * binhex.el: Don't autoload executable-find.
21685
21686         * canlock.el: Don't autoload mail-fetch-field.
21687
21688         * dgnushack.el: Autoload c-mode for XEmacs.
21689
21690         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21691
21692         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21693         rmail-dont-reply-to and rmail-output.
21694
21695         * gnus-score.el: Don't autoload ffap-string-at-point.
21696
21697         * gnus-setup.el: Don't autoload sc-cite-original.
21698
21699         * imap.el: Don't autoload base64-decode-string,
21700         base64-encode-string and md5.
21701
21702         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21703         and rmail-msg-restore-non-pruned-header.
21704
21705         * mm-decode.el: Don't autoload executable-find.
21706
21707         * mm-url.el: Don't autoload executable-find.
21708
21709         * mm-view.el: Don't autoload diff-mode.
21710
21711         * nndb.el: Don't autoload news-reply-mode, news-setup,
21712         cancel-timer and telnet.
21713
21714         * password.el: Don't autoload run-at-time for Emacs.
21715
21716         * sha1-el.el: Don't autoload executable-find.
21717
21718         * sieve-mode.el: Don't autoload c-mode.
21719
21720         * uudecode.el: Don't autoload executable-find.
21721
21722 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21723
21724         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21725         (gnus-agent-possibly-alter-active): Avoid null in numeric
21726         comparison.
21727         (gnus-agent-set-local): Refuse to save null in local object table.
21728         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21729         list of articles that will be marked as unread.
21730
21731 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21732
21733         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21734
21735 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21736
21737         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21738         language tags.
21739
21740 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21741
21742         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21743         Don't bind "obarray".
21744
21745         * gnus-sum.el (gnus-thread-sort-functions):
21746         Add `gnus-thread-sort-by-most-recent-number' and
21747         `gnus-thread-sort-by-most-recent-date'.
21748         Reported by Kai Grossjohann <kai@emptydomain.de>.
21749
21750 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21753
21754 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21755
21756         * gnus-cus.el (gnus-agent-customize-category):
21757         Remove ignore-errors macro reference that required cl to be loaded at
21758         run-time.
21759
21760         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21761         single-interval range of the form (min . max).  Previously the
21762         range had to look like ((min . max)).  Likewise, return
21763         (min . max) rather than ((min . max)).
21764         (gnus-range-map): Use gnus-range-normalize to accept
21765         single-interval range.
21766
21767         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21768         the cache, but not the agent, now appear with their usual face.
21769
21770         * dgnushack.el (loaddir): New variable that is bound to the
21771         directory containing the dgnushack.el file. Use loaddir, rather
21772         than srcdir, to update load-path. Change lets dgnushack compile
21773         code in directories other than GNUS/lisp.
21774
21775 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * lpath.el: Don't bind w3m-safe-url-regexp.
21778
21779         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21780         w3m-safe-url-regexp variable buffer-local.
21781
21782         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21783
21784 2004-02-27  Simon Josefsson  <jas@extundo.com>
21785
21786         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21787         gnus-group-real-prefix.
21788         (gnus-summary-move-article): Use it, instead of
21789         gnus-group-real-prefix.
21790
21791 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21792
21793         * lpath.el: Bind w3m-safe-url-regexp.
21794
21795         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21796         w3m-safe-url-regexp variable buffer-local and set it as the value
21797         of mm-w3m-safe-url-regexp.
21798
21799         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21800
21801         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21802         parsing gnus-posting-styles when the message is not for replying.
21803
21804         * dgnushack.el: Autoload sgml-mode for XEmacs.
21805
21806         * nnrss.el (nnrss-opml-export):
21807         Use mm-set-buffer-file-coding-system instead of
21808         set-buffer-file-coding-system.
21809
21810 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21811
21812         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21813         of checkdoc.el).
21814         * nnrss.el: do.
21815         * gnus-mlspl.el: do.
21816         * gnus-ml.el: do.
21817         * gnus-srvr.el: do.
21818
21819         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21820
21821 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21822
21823         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21824         Corrections to custom-manual links.
21825
21826         * gnus-art.el (gnus-article): Ditto.
21827
21828         * mm-decode.el (mime-display, mime-security): Ditto.
21829
21830 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21831
21832         * flow-fill.el: Typo.
21833
21834 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21835
21836         * spam-wash.el: New file.
21837
21838 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21839
21840         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21841
21842 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21843
21844         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21845         to be run with new-articles as LIST1, not LIST2.
21846         (spam-registration-functions): Add spam-use-ham-copy as a nil
21847         registration backend.
21848
21849 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21850
21851         * spam-stat.el (spam-stat-washing-hook): New option.
21852         (spam-stat-buffer-words): Use it.
21853         (spam-stat-process-directory, spam-stat-test-directory):
21854         Use insert-file-contents-literally.
21855         (spam-stat-coding-system): New variable.
21856         (spam-stat-load, spam-stat-save): Use it.
21857
21858 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21859
21860         * spam-report.el (spam-report-plug-agent):
21861         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21862
21863 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21864
21865         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21866         Allow / in mailto URLs.
21867
21868 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21869
21870         * spam-report.el (spam-report-process-queue): Fix interactive use.
21871         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21872         (spam-report-unplug-agent): Doc fixes.
21873         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21874         (spam-report-agentize, spam-report-deagentize): Autoload.
21875
21876 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21877
21878         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21879
21880         * message.el (message-setup-fill-variables): Add mml tags to
21881         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21882         <ajk@iu.edu>.
21883         (message-mode): Don't modify paragraph-separate there.
21884
21885 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * compface.el (uncompface-use-external): Default to undecided.
21888         (uncompface-use-external-threshold): New variable.
21889         (uncompface-float-time): New macro.
21890         (uncompface): Determine whether to use the external decoder if
21891         uncompface-use-external is undecided.
21892
21893 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21894
21895         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21896         after images.
21897
21898         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21899
21900 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21901
21902         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21903
21904         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21905
21906         * gnus-sum.el (gnus-summary-limit-to-age)
21907         (gnus-summary-limit-children): do.
21908
21909         * gnus-int.el (gnus-request-scan): do.
21910
21911         * gnus-group.el (gnus-group-suspend): do.
21912
21913         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21914
21915         * gnus-cite.el (gnus-cite-parse-attributions): do.
21916
21917         * gnus-agent.el (gnus-summary-set-agent-mark)
21918         (gnus-agent-regenerate-group): do.
21919
21920         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21921
21922         * binhex.el (binhex-decode-region-internal): do.
21923
21924 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21925
21926         * gnus-fun.el (gnus-face-properties-alist): New user option.
21927         (gnus-display-x-face-in-from): Use it.
21928
21929         * gnus-art.el (article-display-face): Ditto.
21930
21931         * compface.el (uncompface-use-external): Default to nil.
21932
21933 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21934
21935         * nntp.el (nntp-erase-buffer): New function.
21936         (nntp-retrieve-data, nntp-send-command)
21937         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21938         (nntp-possibly-change-group): Use it.
21939
21940         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21941         Use with-current-buffer.
21942
21943 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21944
21945         * compface.el: Merge the ELisp-based uncompface program.
21946         (compface): New customization group.
21947         (uncompface-use-external): New user option.
21948         (uncompface): Call uncompface-internal if uncompface-use-external
21949         is nil.
21950         (uncompface-internal): New function.  Note that there are also
21951         some other functions and variables added for this function.
21952
21953 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21954
21955         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21956         if necessary.
21957
21958 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21959
21960         * spam-report.el (spam-report-unplug-agent)
21961         (spam-report-plug-agent, spam-report-deagentize)
21962         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21963         Add support for the Agent in spam-report: when unplugged, report to a
21964         file; when plugged, submit all the requests.
21965
21966         * spam.el (spam-register-routine): Fix message about
21967         registration.
21968
21969 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21970
21971         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21972         dependencies.
21973         (rfc2047-encode): Use it.
21974
21975         * gnus-art.el (gnus-button-marker-list): Move before first
21976         reference.
21977
21978         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21979         (imap-parse-body): Fix format string mismatch.
21980
21981         * gnus-score.el (gnus-summary-increase-score): do.
21982
21983         * nnrss.el (nnrss-close): New function.
21984
21985 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21986
21987         * nnrss.el (nnrss-make-filename): New function.
21988         (nnrss-request-delete-group, nnrss-read-server-data)
21989         (nnrss-save-server-data, nnrss-read-group-data)
21990         (nnrss-save-group-data): Use it.
21991         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21992         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21993         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21994
21995 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21996
21997         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21998
21999 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22000
22001         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22002         files.
22003
22004         * message.el (message-generate-headers-first): Don't quote nil
22005         and t in docstrings.
22006
22007         * imap.el (imap-id): do.
22008
22009         * gnus-agent.el (gnus-agent-consider-all-articles)
22010         (gnus-agent-queue-mail): do.
22011
22012 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22013
22014         * spam-report.el (spam-report-process-queue): New function.
22015         Process requests from `spam-report-requests-file'.
22016         (spam-report-process-queue): Doc fix.
22017
22018 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22019
22020         * spam.el (spam-register-routine)
22021         (spam-log-processing-to-registry, spam-log-registered-p)
22022         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22023         Change "check" to "spam-check" for semi-clarity.
22024
22025 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22026
22027         * pop3.el: Require nnheader.
22028
22029         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22030
22031         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22032
22033         * gnus-picon.el: Require cl.
22034
22035         * gnus-fun.el: Require gnus-ems and gnus-util.
22036
22037         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22038
22039         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22040
22041         * gnus-art.el (gnus-article-edit-mode): Define before first
22042         reference.
22043
22044 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22045
22046         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22047         (gnus-uu-post-encoded): Use point-at-bol.
22048
22049         * gnus-topic.el (gnus-group-active-topic-p): do.
22050
22051         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22052
22053         * gnus-group.el (gnus-group-kill-region): do.
22054
22055         * gnus-art.el (article-date-ut): do.
22056
22057         * message.el (message-fetch-field): Remove redundant
22058         case-fold-search binding.
22059         (message-narrow-to-field): Simplify.
22060
22061 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22062
22063         * spam.el (spam-directory): Derive from `gnus-directory'.
22064
22065         * spam-report.el (spam-report-url-to-file)
22066         (spam-report-requests-file): New function and variable for offline
22067         reporting.
22068         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22069         and user defined function.
22070         (spam-report-url-ping-mm-url): Remove doubled slash.
22071
22072 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22073
22074         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22075
22076 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22077
22078         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22079         Fix format string mismatch.
22080
22081         * sieve.el (sieve-deactivate-all): do.
22082
22083         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22084
22085         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22086
22087         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22088
22089         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22090
22091 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22092
22093         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22094         the list of checks.
22095
22096 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22097
22098         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22099         padding.
22100
22101 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22102
22103         * mm-view.el (mm-fill-flowed): New variable.
22104         (mm-inline-text): Use it.
22105
22106 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22107
22108         * spam.el (spam-spamassassin-register-ham-routine)
22109         (spam-spamassassin-register-spam-routine): Fix function names.
22110
22111 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22112
22113         * gnus.el (gnus-tmp-grouplens): Remove.
22114         (gnus-summary-line-format): Remove grouplens.
22115
22116         * gnus-group.el (gnus-group-line-format): Ditto.
22117
22118         * gnus-spec.el (gnus-format-specs): Ditto.
22119         (gnus-update-format-specifications): Flush the group format spec
22120         cache if there's the grouplens stuff.
22121         (gnus-parse-simple-format): Replace %l with the empty string.
22122
22123 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22124
22125         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22126         omission.
22127
22128 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22131         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22132
22133 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22134
22135         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22136         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22137         New macros and functions.
22138         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22139         Handle > NLINK_MAX messages.
22140         * nnmaildir.el (nnmaildir-request-set-mark):
22141         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22142
22143 2004-01-25  Alex Schroeder  <alex@gnu.org>
22144
22145         * spam-stat.el (spam-stat-process-directory-age): New option.
22146         (spam-stat-process-directory): Use it.
22147
22148 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22149
22150         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22151         (spam-stat-save): Accept prefix argument.
22152
22153 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22154
22155         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22156         links" error.
22157
22158 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22159
22160         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22161         the rest of the and/or forms.
22162
22163 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22164
22165         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22166         compatibility with old .newsrc.eld files.
22167
22168         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22169
22170         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22171
22172         * gnus-start.el (gnus-1): do.
22173
22174         * gnus-group.el (gnus-group-line-format-alist): do.
22175
22176         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22177
22178         * gnus-gl.el: Remove.
22179
22180 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22181
22182         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22183         marks consisting of a single range {for example, (3 . 5)} rather
22184         than a list of a single range { ((3 . 5)) }.
22185
22186 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22187
22188         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22189         Use with-current-buffer.
22190         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22191         avoid consing a string.
22192
22193         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22194         Remove obsolete entries for big5 and gb2312.
22195
22196 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22197
22198         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22199         uncompressed list.
22200
22201 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22202
22203         * spam-stat.el (spam-stat-strip-xref): New function.
22204         (spam-stat-process-directory): Use it.
22205
22206         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22207         here -- it's done in message-fetch-field.
22208
22209 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22210
22211         * gnus-agent.el (gnus-agent-queue-mail)
22212         (gnus-agent-prompt-send-queue): New variables.
22213         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22214         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22215         "nndraft:queue" along to gnus-draft-send.
22216         Use gnus-agent-prompt-send-queue.
22217         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22218         is "nndraft:queue".  Suggested by Gaute Strokkenes
22219         <gs234@srcf.ucam.org>
22220
22221         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22222         (agent-enable-undownloaded-faces): Add.
22223         (gnus-agent-cat-groups): Use eval-and-compile, not
22224         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22225         method of gnus-agent-cat-groups even when the buffer has been
22226         evaled.
22227         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22228         delete gnus-agent-save-active-1.
22229         (gnus-agent-save-groups): Delete.  Identical to
22230         gnus-agent-save-active.
22231         (gnus-agent-write-active): No longer adjust agent's copy of active
22232         file as agent's adjustments are now stored in their own
22233         file.  Remove optional parameter.
22234         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22235         servers.  Add use of min/max range limits from server's local
22236         file.
22237         (gnus-agent-save-alist): Remove unused optional argument.
22238         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22239         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22240         (gnus-agent-set-local): A per-server file that keeps min/max range
22241         limits for articles known to the agent.  Provides a fast mechanism
22242         for altering many active ranges.
22243         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22244         active file (local makes it unnecessary).
22245         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22246
22247         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22248         (agent-enable-undownloaded-faces): Add.
22249
22250         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22251         disable it when sending to "nndraft:queue".
22252         (gnus-group-send-queue): Add safety check to avoid sending queue
22253         when unplugged.
22254
22255         * gnus-group.el (gnus-group-catchup): Use new
22256         gnus-sequence-of-unread-articles, not
22257         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22258         numbers of articles.  Use gnus-range-map to avoid having to
22259         uncompress the unread list.
22260         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22261         Fix invalid ange-ftp reference.
22262
22263         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22264         (gnus-sorted-range-intersection): Intersection of two ranges
22265         without requiring that they first be uncompressed.
22266
22267         * gnus-start.el (gnus-activate-group): Unless blocked by the
22268         caller, possibly expand the active range to include both cached
22269         and agentized articles.
22270         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22271         multiple version-dependent converters.
22272         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22273         gnus-agent-save-active.
22274         (gnus-save-newsrc-file): Save dirty agent range limits.
22275
22276         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22277         gnus-agent-possibly-alter-active.
22278         (gnus-adjust-marked-articles): Faster handling of simple lists.
22279
22280 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22281
22282         * spam-stat.el (spam-stat-test-directory): New optional argument
22283         displays a list of files detected.  Suggested by Andrew Cohen
22284         <cohen@andy.bu.edu>.
22285         (spam-stat-buffer-words-with-scores): Don't narrow and change
22286         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22287
22288 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22289
22290         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22291         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22292         (spam-spamassassin-arguments)
22293         (spam-spamassassin-spam-flag-header)
22294         (spam-spamassassin-positive-spam-flag-header)
22295         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22296         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22297         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22298         (spam-list-of-processors, spam-list-of-checks)
22299         (spam-list-of-statistical-checks, spam-registration-functions)
22300         (spam-check-spamassassin-headers, spam-check-spamassassin)
22301         (spam-spamassassin-score)
22302         (spam-spamassassin-register-with-sa-learn)
22303         (spam-spamassassin-register-spam-routine)
22304         (spam-spamassassin-register-ham-routine)
22305         (spam-assassin-register-spam-routine)
22306         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22307         (spam-bogofilter-score): Fix to show article before scoring.
22308
22309 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22310
22311         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22312         default scoring function.
22313         (spam-generic-score): Call spam-spamassassin-score if
22314         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22315         spam-bogofilter-score otherwise.
22316
22317         * gnus.el (spam-process, spam-autodetect-methods):
22318         Add spamassassin and spamassassin-headers.
22319
22320 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22321
22322         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22323         Suppress unnecessary messages.
22324
22325 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22326
22327         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22328         make-hash-table.
22329
22330 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22331
22332         * canlock.el (base64-encode-string): Don't autoload it.
22333
22334 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * run-at-time.el: Remove useless (require 'itimer),
22337         eval-and-compile and (featurep 'xemacs).
22338
22339 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22340
22341         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22342         GROUP is a virtual group.
22343
22344 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22345
22346         * gnus.el: Autoload `message-y-or-n-p'.
22347
22348 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22349
22350         * pgg-parse.el: Remove unnecessary (require 'custom).
22351
22352         * pgg-def.el: do.
22353
22354         * nnmail.el: do.
22355
22356         * gnus-undo.el: do.
22357
22358         * gnus-picon.el: do.
22359
22360         * gnus-util.el: do.
22361
22362 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22363
22364         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22365
22366 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22367
22368         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22369         handle, as well as a list.
22370
22371         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22372         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22373         (mm-w3m-cid-retrieve): Simplify.
22374
22375 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22376
22377         * message.el (message-kill-to-signature): Allow prefix arg to
22378         specify number of lines to keep before signature.
22379
22380 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22381
22382         * message.el (message-kill-to-signature): Change docstring.
22383
22384 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22385
22386         * canlock.el: Always require sha1-el.
22387         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22388
22389         * message.el: Autoload sha1 only when compiling.
22390
22391         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22392         eudc-expand-inline for XEmacs.
22393
22394 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22395
22396         * message.el (message-canlock-generate): Require sha1-el.
22397
22398 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22399
22400         * message.el (message-expand-name): Silence the byte compiler.
22401
22402         * lpath.el: Add detect-coding-system.
22403
22404         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22405         cus-edit.
22406
22407 2004-01-13  Simon Josefsson  <jas@extundo.com>
22408
22409         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22410         Invoke gnus-score-mode.
22411         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22412
22413         * gnus-range.el (gnus-compress-sequence): Doc fix.
22414         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22415
22416 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22417
22418         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22419
22420 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22421
22422         * spam.el (spam-get-article-as-string): Update to use
22423         gnus-request-article-this-buffer, much simpler.
22424         (spam-get-article-as-buffer): Remove.
22425
22426 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22427
22428         * message.el (message-expand-name): Use EUDC if the user uses that.
22429
22430 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22431
22432         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22433         character for the encoding to avoid consing a string.
22434
22435         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22436         unnecessarily.
22437
22438         * mm-util.el (mm-replace-chars-in-string): Remove.
22439
22440         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22441         of mm-replace-chars-in-string.
22442
22443 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22444
22445         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22446
22447         * mm-util.el (mm-subst-char-in-string): Support inplace.
22448
22449         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22450         a new string in every iteration.  Use shy groups.
22451
22452 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22453
22454         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22455         * gnus-soup.el (gnus-soup-group-brew):
22456         * gnus-msg.el (gnus-put-message):
22457         * gnus-move.el (gnus-group-move-group-to-server):
22458         * gnus-kill.el (gnus-batch-score):
22459         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22460         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22461         (gnus-group-update-group, gnus-group-read-group)
22462         (gnus-group-make-group, gnus-group-make-help-group)
22463         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22464         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22465         (gnus-group-sort-by-unread, gnus-group-catchup)
22466         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22467         (gnus-group-yank-group, gnus-group-set-info)
22468         (gnus-group-list-groups):
22469         * gnus.el (gnus-generate-new-group-name):
22470         * gnus-delay.el (gnus-delay-send-queue):
22471         * nnvirtual.el (nnvirtual-catchup-group):
22472         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22473         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22474         (gnus-group-prepare-topics, gnus-topic-check-topology):
22475         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22476         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22477         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22478         (gnus-group-make-articles-read):
22479         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22480         (gnus-group-change-level, gnus-kill-newsgroup)
22481         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22482         (gnus-get-unread-articles, gnus-make-articles-unread)
22483         (gnus-make-ascending-articles-unread): Use accessor
22484         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22485         to get group information for improved readability.
22486
22487
22488 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22489
22490         * gnus-art.el (article-decode-mime-words, article-babel)
22491         (gnus-article-highlight-signature, gnus-article-add-buttons)
22492         (gnus-signature-toggle): Use gnus-with-article-buffer.
22493
22494         * gnus-art.el (gnus-article-highlight-headers)
22495         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22496
22497         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22498         (gnus-article-set-globals, gnus-request-article-this-buffer)
22499         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22500         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22501         (gnus-mime-display-alternative): Use with-current-buffer.
22502
22503 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22504
22505         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22506         also under 80 char limit, and call gnus-error if needed.
22507         (spam-fetch-article-header): Fix - it was a
22508         buffer-local variable (gnus-newsgroup-data).
22509         (spam-find-spam): Use spam-generate-fake-headers, forget about
22510         spam-insert-fake-headers.
22511         (spam-insert-fake-headers): Remove.
22512
22513 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22514
22515         * deuglify.el (gnus-article-outlook-unwrap-lines)
22516         (gnus-outlook-rearrange-article)
22517         (gnus-outlook-repair-attribution-outlook)
22518         (gnus-outlook-repair-attribution-block)
22519         (gnus-outlook-repair-attribution-other): Remove redundant
22520         save-excursion.
22521
22522 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22523
22524         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22525         (spam-fetch-field-subject-fast)
22526         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22527         (spam-fetch-article-header): Add functions to deal with Gnus
22528         internals for fast retrieval of article header data.
22529         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22530
22531 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22532
22533         * pop3.el (pop3-md5): Remove.
22534         (pop3-apop): Replace pop3-md5 with md5.
22535
22536         * mm-bodies.el: base64 is always built-in.
22537
22538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22539         Use with-current-buffer.
22540
22541 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22542
22543         * canlock.el (canlock-insert-header): Remove excessive grouping in
22544         regexp.
22545
22546         * gnus-sum.el (gnus-summary-read-document): Ditto.
22547
22548         * gnus-uu.el (gnus-uu-part-number): Ditto.
22549
22550         * html2text.el (html2text-remove-tags): Ditto.
22551         (html2text-format-tags): Ditto.
22552         (html2text-format-single-elements): Ditto.
22553
22554         * mml.el (mml-parse-1): Ditto.
22555
22556 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22557
22558         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22559
22560         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22561
22562         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22563
22564         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22565
22566 2003-11-15  Simon Josefsson  <jas@extundo.com>
22567
22568         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22569         (pgg-gpg-lookup-key): Use regexp match instead of
22570         split-string (split-string is different between emacs 21.2 and
22571         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22572
22573 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22574
22575         * gnus-art.el (gnus-mime-view-all-parts)
22576         (gnus-article-part-wrapper, gnus-article-view-part):
22577         Use with-current-buffer.
22578
22579 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22580
22581         * spam.el (spam-disable-spam-split-during-ham-respool)
22582         (spam-spamoracle-database, spam-cache-lookups)
22583         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22584         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22585         (spam-group-ham-marks, spam-group-spam-marks)
22586         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22587         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22588         also add spam-use-blackholes to the statistical checks.
22589         (spam-fetch-field-fast): Add interface to fetching fields, may
22590         become a macro.
22591         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22592         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22593         (spam-insert-fake-headers): Fake an article when needed.
22594         (spam-find-spam): Fake article when possible.
22595         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22596         (spam-check-bogofilter-headers): Use message-fetch-field instead
22597         of nnmail-fetch-field.
22598
22599 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22600
22601         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22602
22603 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22604
22605         * spam.el (spam-split): Do not require spam-use-CHECK to be
22606         enabled if that check is passed to spam-split explicitly; also
22607         fix so 'spam doesn't get converted to spam-split-group when
22608         spam-split-symbolic-return is t.
22609         (spam-find-spam): Find registrations of the article and use those
22610         instead of re-running spam-split to find the spam/ham
22611         classification of the article.
22612         (spam-log-processing-to-registry, spam-log-registered-p)
22613         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22614         Use gnus-error instead of gnus-message.
22615         (spam-log-registration-type): Add function to determine the
22616         classification of a message based on registry entries; will
22617         return nil if both 'spam and 'ham are found.
22618         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22619         a reasonably fast local cache without the loading errors.
22620         (spam-cache-lookups): Set to t by default.
22621         (spam-find-spam): Don't try to guess spam-cache-lookups.
22622         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22623         spam-caches entry.
22624         (spam-filelist-build-cache, spam-filelist-check-cache):
22625         Fix caching of whitelist/blacklist entries.
22626         (spam-check-whitelist, spam-check-blacklist):
22627         Invoke spam-from-listed-p with a type, not a cache variable.
22628         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22629
22630 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22631
22632         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22633
22634         * nnmail.el (nnmail-split-fancy): do.
22635
22636         * mml.el (mml-parse): do.
22637
22638         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22639         (gnus-score-adaptive): do.
22640
22641 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22642
22643         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22644         (gnus-mime-button-map): Don't set keymap parent.
22645         (gnus-button-ctan-directory-regexp): Use shy grouping.
22646         (gnus-prev-page-map): Don't set keymap parent.
22647         (gnus-prev-page-map): Remove duplicated one.
22648         (gnus-next-page-map): Don't set keymap parent.
22649         (gnus-mime-security-button-map): Ditto.
22650
22651         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22652         version number.
22653
22654         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22655
22656 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22657
22658         * canlock.el (canlock-sha1-function): Remove.
22659         (canlock-sha1-function-for-verify): Remove.
22660         (canlock-openssl-program): Remove.
22661         (canlock-openssl-args): Remove.
22662         (canlock-ignore-errors): Remove.
22663         (canlock-sha1-with-openssl): Remove.
22664         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22665         (canlock-verify): Don't use canlock-ignore-errors.
22666
22667         * sha1-el.el (sha1-string-external): Make it can return a string
22668         in binary form.
22669         (sha1-region-external): Ditto.
22670         (sha1-string-internal): Ditto.
22671         (sha1-region-internal): Ditto.
22672         (sha1-region): Ditto.
22673         (sha1-string): Ditto.
22674         (sha1): Ditto.
22675
22676 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22677
22678         * spam.el (spam-report-articles-gmane): New command.
22679
22680 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22683
22684         * run-at-time.el (run-at-time-saved): Remove.
22685         (run-at-time): Doc fix.
22686
22687 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22688
22689         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22690         (gnus-summary-limit-map): Add it.
22691         (gnus-summary-make-menu-bar): do.
22692
22693 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22694
22695         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22696         Make attempt at some caching support (done for BBDB only now).
22697         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22698         addresses to be checked.
22699         (spam-clear-cache-BBDB): Add function, to be invoked by
22700         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22701         (spam-check-BBDB): Check and use the caches, if
22702         spam-cache-lookups is on, remove superfluous (provide).
22703
22704 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22705
22706         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22707
22708 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22709
22710         * run-at-time.el (run-at-time-saved): Move to after the definition
22711         of `run-at-time'.
22712
22713         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22714
22715 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22716
22717         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22718         mm-w3m-local-map-property.
22719
22720         * mm-view.el (mm-w3m-mode-map): Remove.
22721         (mm-w3m-local-map-property): Remove.
22722         (mm-inline-text-html-render-with-w3m): Don't use
22723         mm-w3m-local-map-property.
22724
22725 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22726
22727         * run-at-time.el: New file.
22728
22729         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22730         under Emacs.
22731
22732         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22733         of gnus-set-text-properties.
22734
22735         * gnus-uu.el (gnus-uu-save-article): Ditto.
22736
22737         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22738
22739         * gnus-cite.el (gnus-cite-parse): Ditto.
22740
22741         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22742         of gnus-.
22743
22744         * gnus-xmas.el (run-at-time): Require run-at-time.
22745
22746         * gnus.el: Change calls to nnheader-run-at-time and
22747         password-run-at-time throughout to use run-at-time directly.
22748
22749         * password.el: Remove definition of run-at-time.
22750
22751         * nnheaderxm.el: Remove definition of run-at-time.
22752
22753 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22754
22755         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22756         in prompt.
22757
22758 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22759
22760         * messagexmas.el (message-xmas-redefine): Alias
22761         `message-make-caesar-translation-table' to
22762         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22763         version.
22764
22765         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22766         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22767         `gnus-xmas-set-text-properties'.
22768         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22769         `gnus-xmas-completing-read'.
22770         (gnus-xmas-completing-read): Removed.
22771         (gnus-xmas-open-network-stream): Removed.
22772
22773         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22774         XEmacs version.
22775
22776         * dns.el (dns-make-network-process): Use `open-network-stream'
22777         instead of `gnus-xmas-open-network-stream'.
22778
22779         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22780
22781         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22782
22783 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22784
22785         * gnus-art.el (gnus-mime-display-alternative)
22786         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22787         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22788         Don't use gnus-local-map-property.
22789
22790         * gnus-util.el (gnus-local-map-property): Remove.
22791
22792         * mm-view.el (mm-view-pkcs7-decrypt):
22793         Replace gnus-completing-read-maybe-default with completing-read.
22794
22795         * gnus-util.el (gnus-completing-read): do.
22796         (gnus-completing-read-maybe-default): Remove.
22797
22798 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22799
22800         * password.el: Only autoload `run-at-time' if not XEmacs.
22801         Only autoload the itimer functions if XEmacs.
22802
22803 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22804
22805         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22806         XEmacsen.
22807
22808         * dgnushack.el: Autoload executable-find for XEmacs.
22809
22810 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22811
22812         * gnus-art.el (gnus-read-string): Remove.
22813         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22814         read-string.
22815
22816 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22817
22818         * netrc.el: Autoload password-read.
22819         (netrc): Add configuration group.
22820         (netrc-encoding-method, netrc-openssl-path):
22821         Add variables for encoding and decoding of files with symmetric
22822         ciphers.
22823         (netrc-encode): Add assistant function to encode a file with
22824         netrc-encoding-method.
22825         (netrc-parse): Add interactive parameter, added optional
22826         decoding if netrc-encoding-method is non-nil but otherwise
22827         behavior is standard.
22828         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22829         Do s/encode/encrypt/ everywhere.
22830
22831         * spam.el: Remove executable-find autoload.
22832
22833 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22834
22835         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22836
22837         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22838
22839 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22840
22841         * gnus-art.el (gnus-treat-ansi-sequences)
22842         (article-treat-ansi-sequences): New variable and function.
22843         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22844
22845         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22846         Use it.
22847
22848 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22849
22850         * mm-util.el (mm-quote-arg): Remove.
22851
22852         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22853         shell-quote-argument.
22854
22855         * gnus-uu.el (gnus-uu-command): do.
22856
22857         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22858
22859         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22860         with make-char.
22861
22862         * mm-util.el (mm-make-char): Remove.
22863
22864         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22865         add-minor-mode.
22866
22867         * gnus-undo.el (gnus-undo-mode): do.
22868
22869         * gnus-topic.el (gnus-topic-mode): do.
22870
22871         * gnus-sum.el (gnus-dead-summary-mode): do.
22872
22873         * gnus-start.el (gnus-slave-mode): do.
22874
22875         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22876
22877         * gnus-ml.el (gnus-mailing-list-mode): do.
22878
22879         * gnus-gl.el (gnus-grouplens-mode): do.
22880
22881         * gnus-draft.el (gnus-draft-mode): do.
22882
22883         * gnus-dired.el (gnus-dired-mode): do.
22884
22885         * gnus-ems.el (gnus-add-minor-mode): Remove.
22886
22887         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22888         Replace gnus-char-width with char-width.
22889
22890         * gnus-ems.el (gnus-char-width): Remove.
22891
22892         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22893         Replace gnus-char-width with char-width.
22894
22895         * gnus-ems.el (gnus-char-width): Remove.
22896
22897         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22898         definition.
22899         Remove Emacs 20 hash table compatibility code.
22900
22901         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22902         20 compatibility code.
22903
22904         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22905
22906         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22907
22908         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22909         Replace with point-at-{eol,bol}.
22910
22911         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22912
22913         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22914
22915         * flow-fill.el (fill-flowed-point-at-bol)
22916         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22917
22918         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22919         Replace with point-at-{eol,bol} throughout all files.
22920
22921 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22922
22923         * ntlm.el (ntlm-string-as-unibyte): New macro.
22924         (ntlm-build-auth-response): Use it.
22925
22926         Remove Emacs 20 stuff:
22927         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22928         (butlast, mapc, remove): Remove the compiler macros.
22929         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22930         of delq and copy-sequence.
22931         * gnus-art.el (popup-menu): Remove the compiler macro.
22932         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22933         Emacs 20.
22934
22935 2004-01-05  Simon Josefsson  <jas@extundo.com>
22936
22937         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22938         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22939         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22940         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22941         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22942         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22943         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22944         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22945         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22946         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22947         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22948         string-xor into ntlm-string-xor.
22949         Suggested by Jesper Harder <harder@myrealbox.com>.
22950
22951         * ntlm.el: Don't include poem.
22952
22953         * md4.el (print-int32, print-string-hexa): Remove.
22954         Suggested by Jesper Harder <harder@myrealbox.com>.
22955
22956         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22957
22958         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22959         probably breaks emacs with DL patch, but do we care? Is anyone
22960         still using the DL stuff?)
22961
22962         * sieve-manage.el: Use the password package.
22963         (sieve-manage-read-passwd): Remove.
22964         (sieve-manage-interactive-login): Use password.  Re-add
22965         condition-case around loop.
22966
22967         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22968         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22969         Use the password package.
22970
22971 2003-02-19  Simon Josefsson  <jas@extundo.com>
22972
22973         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22974         token.
22975
22976 2002-08-07  Simon Josefsson  <jas@extundo.com>
22977
22978         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22979         (sieve-manage-authenticators):
22980         (sieve-manage-authenticator-alist): Add some SASL mechs.
22981         (sieve-sasl-auth): New function.
22982         (sieve-manage-cram-md5-auth):
22983         (sieve-manage-plain-auth): Rewrite using SASL library.
22984         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22985         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22986         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22987         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22988
22989 2004-01-05  Simon Josefsson  <jas@extundo.com>
22990
22991         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22992         New files.
22993
22994 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22995
22996         * gnus-group.el (gnus-no-groups-message): Update.
22997
22998         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22999
23000 2003-11-09  Simon Josefsson  <jas@extundo.com>
23001
23002         * imap.el: Support for ID IMAP extension (RFC 2971).
23003         (imap-local-variables): Add imap-id.
23004         (imap-id): New variable.
23005         (imap-id): New function.
23006         (imap-parse-response): Parse untagged ID response.
23007         * nnimap.el (nnimap-id): New variable.
23008         (nnimap-open-connection): Use it.
23009
23010 2003-12-28  Simon Josefsson  <jas@extundo.com>
23011
23012         * gnus-score.el (gnus-score-edit-all-score): New.
23013         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23014
23015 2004-01-04  Simon Josefsson  <jas@extundo.com>
23016
23017         * password.el: Add.
23018
23019 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23020
23021         * dns.el (dns-query-types): Fix typo.
23022         (dns-query-types): New function.
23023         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23024         PTR and SOA replies, see RFC 1035.
23025
23026 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23027
23028         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23029
23030         * Move to Changelog.2.
23031
23032 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23033
23034         * gnus.el (gnus-version-number): Bump version.
23035
23036 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23037
23038         * gnus.el: No Gnus v0.1 is released.
23039
23040 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23041
23042         * gnus.el: No Gnus v0.0 is released.
23043
23044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23045
23046         * gnus.el (gnus-version-number): Bump.
23047         (gnus-version): No.
23048
23049 See ChangeLog.2 for earlier changes.
23050
23051   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23052
23053   This file is part of GNU Emacs.
23054
23055   GNU Emacs is free software: you can redistribute it and/or modify
23056   it under the terms of the GNU General Public License as published by
23057   the Free Software Foundation, either version 3 of the License, or
23058   (at your option) any later version.
23059
23060   GNU Emacs is distributed in the hope that it will be useful,
23061   but WITHOUT ANY WARRANTY; without even the implied warranty of
23062   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23063   GNU General Public License for more details.
23064
23065   You should have received a copy of the GNU General Public License
23066   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23067
23068 ;; Local Variables:
23069 ;; coding: utf-8
23070 ;; fill-column: 79
23071 ;; add-log-time-zone-rule: t
23072 ;; End: