Silence compiler warnings by renaming function arguments from `this'
[gnus] / lisp / ChangeLog
1 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4         renaming function arguments from `this'.
5
6         * gnus-sum.el (gnus-newsgroup-recent): Removed.
7
8         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
9         has been renamed.
10         (gnus-lrm-string-p): Include RLM and PDF, too.
11
12         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
13         (bug#9225).
14
15 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
16
17         Add autoload cookies for functions used by sendmail.el.
18         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
19
20         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
21
22 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * gnus-art.el (article-date-ut): Work properly even when there are
25         things like Date header in the body; work for forwarded parts.
26
27 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
28
29         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
30         original-article-buffer.
31
32 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
33
34         * nnir.el (nnir-compose-result): Fix matching of server type.
35         (nnir-run-swish++): Ditto.
36         (nnir-run-namazu): Ditto.
37         (nnir-run-notmuch): Ditto.
38
39 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
42         (bug#9405).
43
44         * gnus-score.el (gnus-summary-increase-score): Doc clarification
45         (bug#9421).
46
47         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
48         (bug#9425).
49
50         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
51         thing (bug#9426).
52
53 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
56         the error message.
57
58 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
59
60         * message.el (message-setup-1): Return t (Bug#9392).
61
62 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
63
64         * gnus-sum.el: When adding article headers to a summary buffer also
65         update gnus-newsgroup-articles (bug#9386).
66
67 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * auth-source.el: Autoload help-mode.
70
71 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
74         names.
75
76 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
77
78         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
79         mm-replace-in-string for compatibility issues.
80         * mml2015.el (mml2015-epg-verify): Ditto.
81
82 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
85
86         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
87
88 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
91         continue on and do the clean-up phase (bug#9188).
92
93         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
94         just ignore groups that can't be opened instead of erroring out
95         (bug#9225).
96
97         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
98         nil since some many people are fuddy-duddies.
99
100         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
101         images.
102
103         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
104         instead.
105
106         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
107
108         * gnus-util.el (gnus-process-live-p): Copy over compat function.
109
110         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
111         processing.
112
113         * nntp.el (nntp-kill-buffer): Kill the process before killing the
114         buffer to avoid warnings.
115
116 2011-08-20  Simon Josefsson  <simon@josefsson.org>
117
118         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
119         specified to reduce precision.
120
121 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
124         bodystructures (bug#9314).
125
126 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
129         Make button keymap non-sticky after buttons.
130
131 2011-08-18  David Engster  <dengste@eml.cc>
132
133         * nnmairix.el (nnmairix-request-set-mark)
134         (nnmairix-goto-original-article): Remove adding of article to registry,
135         since `gnus-registry-add-group' isn't available anymore.
136         (nnmairix-determine-original-group-from-registry): Use
137         `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
138         available anymore.
139
140 2011-08-12  Simon Josefsson  <simon@josefsson.org>
141
142         * starttls.el (starttls-any-program-available): Define as obsolete
143         function.
144
145 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
148         versions which Gnus use when appropriate.
149
150         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
151         a pretty destructive command.
152
153         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
154
155 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * message.el (message-fix-before-sending): Make a different warning
158         about NUL characters (bug#9270).
159
160         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
161         from custom (bug#9260).
162
163         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
164         things work in Emacs 22 and XEmacs, too.
165
166         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
167         default From.
168
169         * gnus-spec.el (gnus-lrm-string-p): New macro.
170         (gnus-lrm-string): New constant.
171         (gnus-summary-line-format-spec): LRM-ify the from.
172         (gnus-tilde-max-form): LRM-ify string chopping.
173
174         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
175
176         * message.el (message-is-yours-p): Allow disabling canlock checking
177         (bug#9295).
178         (message-shoot-gnksa-feet): Add `canlock-verify'.
179         (message-auto-save-directory): Use ~/ as the auto-save directory if the
180         message directory isn't writable (bug#9304).
181
182         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
183         non-world-readable.
184
185 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
188         articles.
189
190 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
191
192         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
193         copy-list.
194
195 2011-08-12  Sam Steingold  <sds@gnu.org>
196
197         * gnus-score.el (gnus-score-find-alist): Keep the score files already
198         in the reverse order to avoid modifying the cache with `nreverse'.
199         (gnus-all-score-files): Do not modify the value returned by
200         `gnus-score-find-alist' because it lives in a cache variable.
201         (gnus-current-home-score-file): No need to `nreverse' the return value
202         of `gnus-score-find-alist', it is already in the correct order.
203
204 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
205
206         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
207         type MESSAGE and subtype RFC822 is slightly different from those of
208         type TEXT.
209
210 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
211
212         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
213         allows article-referral to work from an nnir group.
214
215 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
216
217         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
218
219 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
220
221         * mml1991.el (mml1991-epg-find-usable-key)
222         (mml1991-epg-find-usable-secret-key): New function.
223         (mml1991-epg-sign): Check if signing key is usable.
224         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
225
226 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
227
228         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
229         server-variables only. This should fix a bug introduced with commit
230         e1889675b7f4adf057833c5513c9374134c4e053.
231         (nnir-run-query): 'nnir-search-engine should not be set from the global
232         environment.
233
234 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
235
236         * nnir.el (nnir-search-thread): Position point on referring article
237         line.
238         (nnir-warp-to-article): Clean up summary buffers.
239
240         * nnimap.el (nnimap-request-thread): Whitespace fix.
241
242 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
243
244         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
245
246 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * starttls.el (starttls-available-p): Renamed from
249         `starttls-any-program-available' and changed return convention.
250
251 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
254         `unix-sync' unless it's defined.
255
256 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
257
258         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
259         `aref' for XEmacs compatibiltiy.
260
261 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
264
265 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
266
267         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
268         closures, quote the form properly (bug#9194).
269
270 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
273         (gnus-summary-insert-new-articles): Protect against servers that are
274         down.
275
276 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
277
278         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
279         in mm handle if none is specified.
280
281 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
282
283         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
284
285 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
286
287         * nnir.el (nnir-search-thread): New function to make an nnir group
288         based on a thread query.
289
290         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
291         of nnir in thread referral.
292         (gnus-summary-refer-thread): Use it.
293
294         * nnimap.el (nnimap-request-thread): Use it.
295
296 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el (shr-tag-comment): Ignore HTML comments.
299
300 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
301
302         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
303         argument.
304         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
305         `nnir-address' to handle server info rather than passing an arg.
306
307         * nnimap.el (nnimap-make-thread-query): New utility function to format
308         an imap thread search query.
309         (nnimap-request-thread): Use it.
310
311         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
312         right select-method if we are not going back to the group buffer.
313
314 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
317         enter invalid buffer configurations into the quit form (bug#9107).
318         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
319         unplugged/plugged.
320
321         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
322         keep track of which ones are unread (bug#9061).
323
324         * gnus.el (gnus-refer-article-method): Allow entering any sexp
325         (bug#9055).
326
327         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
328         (bug#9041).
329
330         * gnus-html.el (mm-util): Require (bug#9073).
331
332         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
333         (gnus-summary-refer-thread): Use it to remove duplicates in the
334         un-threaded view (bug#9053).
335         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
336
337 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
338
339         * nnir.el (nnir-read-server-parm): Use default value from global
340         variable.  Without this the default search engine parameters aren't
341         used at all.
342
343 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * message.el (message-unique-id): Don't use the undocumented return
346         value from (random t) (bug#9118).
347
348 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * message.el (message-auto-save-directory): If the ~/Mail directory
351         doesn't exist, use ~ as the auto-save directory (bug#4432).
352
353         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
354         hasn't already been started.
355
356 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
359
360         * message.el (message-reply): Work around mysterious bug where
361         `message-mode' seems to overwrite the locally bound `subject' variable.
362
363 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
364
365         * nnimap.el (nnimap-request-thread): Ensure search is performed in
366         correct group.
367
368         * gnus-int.el (gnus-request-thread): Add group argument.
369
370         * gnus-sum.el (gnus-summary-refer-thread): Use it.
371
372 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
375
376         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
377         renamed to `debbugs-gnu-*'.
378
379 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
380
381         * plstore.el: Revert the editing feature since it is not urgent.
382         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
383         (plstore-mode-decoded): Remove.
384
385 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
388         isn't very interesting any more, and it leaks potentially secret data.
389         (gnus-debug): Removed.
390
391         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
392         use of :custom-show.
393
394 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
395
396         * plstore.el: Add documentation.
397         (plstore-mode): New mode to edit plstore file.
398         (plstore-mode-toggle-display, plstore-mode-original)
399         (plstore-mode-decoded): New command.
400         (plstore--encode, plstore--decode, plstore--write-contents-functions)
401         (plstore--insert-buffer, plstore--make): New function.
402         (plstore-open, plstore-save): Simplify by using them.
403
404 2011-07-06  Glenn Morris  <rgm@gnu.org>
405
406         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
407
408 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
411         no longer is much used.
412         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
413         Articles".
414
415 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
416
417         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
418         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
419         `notmuch' backend.
420
421 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * mm-decode.el (mm-text-html-renderer): Doc fix.
424
425         * gnus-msg.el (gnus-bug): Fix the MML tag.
426
427         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
428
429 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
430
431         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
432         secondary methods if started with `gnus-no-server'.
433
434 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
435
436         * message.el (message-return-action): Fix typo in docstring.
437
438 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
441         bug reports at once.
442
443         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
444
445 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * nndraft.el: Require gnus-group.
448         (nndraft-request-list): Declare.
449
450         * nndraft.el (nndraft-update-unread-articles): Don't show group having
451         no unread article unless it matches gnus-permanently-visible-groups.
452
453         * nndraft.el (nndraft-update-unread-articles): New function.
454         (nndraft-request-associate-buffer): Use it to update the number of
455         unread articles for the nndraft groups in the group buffer when saving
456         or killing a draft message.
457
458 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
461         systems to binary before writing and reading the mbox files.
462
463         * gnus.el (gnus-summary-line-format): Link to the info node for %U
464         instead of trying to list them all (bug#8978).
465
466 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
467
468         * pop3.el (pop3-open-server): Use :end-of-capability.
469
470 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
473         the id is always a number.
474
475         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
476
477         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
478         debbugs mode, if possible.
479
480 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
481
482         * auth-source.el (auth-source-token-passphrase-callback-function):
483         Reindent.
484         (epg-context-operation): Remove unnecessary autoload.
485
486 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * gnus.el (gnus-list-debbugs): New command.
489
490         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
491         mboxstat instead of the maintbox, since the stat seems to be fuller.
492
493         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
494         summary buffers.
495
496         * message.el (message-get-reply-headers): Delete all duplicates,
497         instead of the first.
498         (message-get-reply-headers): Ensure that we have progress while
499         deleting duplicates.
500
501         * gnus-msg.el (gnus-configure-posting-styles): Get the local
502         gnus-posting-style value from the summary buffer to make it easier to
503         make that a per-buffer conf.
504
505 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
506
507         * nnir.el (nnir-run-imap): Allow halting a search when an article is
508         found by setting `shortcut' in 'query.
509         (nnir-request-article): Use `shortcut' setting when requesting article
510         by Message-ID.
511
512 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
515         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
516         Bring the pseudo-headers back too.
517
518 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
519
520         * auth-source.el (auth-source-token-passphrase-callback-function):
521         Simplify and remove EPA dependency.
522
523 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
524
525         * nnir.el (nnir-request-article): Fix error message text.
526
527 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
528
529         * auth-source.el (plstore-delete): Autoload.
530         (auth-source-plstore-search): Support delete operation.
531         * plstore.el (plstore-delete): New function.
532
533 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
536         mark actually existing articles as unread rather than the ones that
537         active asserts.
538
539 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
540
541         * nntp.el (nntp-record-command):
542         * gnus-util.el (gnus-message-with-timestamp-1):
543         Use format-time-string rather than decoding time stamps by hand.
544         This is simpler and insulates the code from potential changes to
545         current-time format.
546
547 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
550
551 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
552
553         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
554         (plstore-save): Support public key encryption.
555         (plstore--init-from-buffer): New function.
556         (plstore-open): Use it; fix error when opening a non-existent file.
557         (plstore-revert): Use plstore--init-from-buffer.
558
559 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
560
561         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
562
563 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * mml2015.el (mml2015-use): Replace string-match-p with string-match
566         for old Emacsen.
567
568 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
569
570         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
571         is not fully working.
572
573 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * dgnushack.el: Autoload sha1 on XEmacs.
576
577         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
578         quit window configuration.
579
580         * auth-source.el (epg-context-set-passphrase-callback): Remove
581         duplicate autoload.
582
583 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
584
585         * nnir.el (nnir-request-article): Allow requesting articles by
586         Message-ID with nnimap.
587
588         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
589         current server.
590
591 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
592
593         * auth-source.el: Autoload EPA/EPG functions.
594         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
595         changed when EPA/EPG is not available.
596         (auth-source-backend): Rename "arg" member to "data".
597         (auth-source-backend-parse, auth-source-plstore-search)
598         (auth-source-plstore-create): Use it.
599
600 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
601
602         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
603         `gnus-refer-article-methods'.
604
605 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
606
607         * auth-source.el: Require EPA and EPG.
608         (auth-source-passphrase-alist): New variable.
609         (auth-source-passphrase-callback-function)
610         (auth-source-token-passphrase-callback-function): Callbacks for the
611         netrc field encryption (GPG tokens).
612         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
613         Symmetric encryption and decryption of the netrc GPG tokens.
614         (auth-source-netrc-normalize): Use them, simplifying the closure.
615
616 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
619         is available.
620
621 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
624         non-nil, and `nnimap-split-methods' is nil, use the former.
625
626 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
627
628         * plstore.el (plstore-revert): New function.
629         (plstore-open): Use it; hide the buffer from user.
630
631 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
632
633         * auth-source.el (auth-source-backend): New member "arg".
634         (auth-source-backend-parse): Handle new backend 'plstore.
635         * plstore.el: New file.
636
637 2011-06-30  Glenn Morris  <rgm@gnu.org>
638
639         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
640
641 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
644         expiring articles to.
645
646         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
647         variations as ASCII (bug#5458).
648
649 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
652
653 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * message.el (message-point-in-header-p): Tweak the function to default
656         to saying that we're not in the headers if there is no separator at
657         all.  This makes it possible to use the Message version of `M-q' in
658         buffers with no headers (bug#7987).
659         (message-point-in-header-p): Fix last checkin to work with an empty
660         mail-header-separator, too.
661
662         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
663         again, save the choice via customize.
664
665 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * message.el (message-send-mail-function): Add `sendmail-query-once'.
668
669         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
670         ended the connection, bail out before waiting infinitely on a new
671         connection.
672
673 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
676         reports.
677
678         * gnus.el (gnus-bug-package): Use "gnus."
679         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
680
681 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * dgnushack.el: Make the timer warning go away on XEmacs.
684
685         * gnus-art.el (gnus-article-stop-animations): New function to stop any
686         animations going on at article exit time.
687
688         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
689         since removing it breaks people upgrading.
690
691         * shr.el (shr-put-image): Use the new interface for animating images.
692         (shr-put-image): Animate for 60 seconds.
693
694         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
695         avoid compiler warnings.
696
697         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
698         error with `find-file-hooks' on Emacs 22.
699         (with-auth-source-epa-overrides): Ugly hack to Wrap the
700         `find-file-hook' things in `symbol-value' to avoid compilation warnings
701         on all architectures.
702
703         * spam.el (spam-stat): Require in a normal fashion without binding
704         `spam-stat-install-hooks' to avoid compilation warnings.
705
706         * spam-stat.el (spam-stat-install-hooks): Removed.
707         (spam-stat-install-hooks): Don't run automatically.
708
709 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
710
711         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
712         and keystroke.
713
714 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * auth-source.el (auth-source-netrc-cache): Move forward.
717
718 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * proto-stream.el (proto-stream-open-starttls): Use
721         `gnutls-available-p' to see whether we have built-in support.
722
723         * auth-source.el (auth-source-netrc-create): Don't query the bits that
724         we already know.
725         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
726         (auth-source-netrc-create): Don't prompt for the stuff we already know.
727
728 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
731         %S format, since that looks odd.
732         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
733         file, especially when saving.
734
735 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
736
737         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
738         article found.
739
740 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
743         `auth-source-save-secrets' with a more sensitive alist that can be
744         configured per file.  Experimental, so defaults to 'never.
745         (auth-source-netrc-create): Use it.  Still experimental code.
746         (with-auth-source-epa-overrides): Use `find-file-hooks' if
747         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
748
749 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * auth-source.el (auth-source-save-secrets): New variable to control if
752         secret tokens should be saved encrypted.
753         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
754         to `auth-source-netrc-normalize'.
755         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
756         on the EPA variables being defined.
757         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
758         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
759         the lexical-let closure.
760         (auth-source-netrc-create): Create "gpg:" tokens according to
761         `auth-source-save-secrets'.
762
763 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-group.el (gnus-group-update-group): Add new argument
766         `info-unchanged' that stops updating dribble buffer.
767
768         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
769         deletes lines matching to it in dribble buffer.
770
771         * gnus-agent.el (gnus-agent-fetch-group-1):
772         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
773         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
774         * gnus-start.el (gnus-group-change-level):
775         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
776
777         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
778         if newsgroup info is not changed.
779
780         * gnus-group.el (gnus-group-get-new-news-this-group):
781         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
782         Don't update dribble buffer.
783
784 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
785
786         * gnus-registry.el (gnus-registry-remove-ignored): New function to
787         remove entries with groups we ignore.
788
789 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
792         the underline comes at the bottom.
793
794 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
795
796         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
797         `gnus-registry-user-format-function-M' and declare the latter obsolete.
798         (gnus-registry-article-marks-to-names): Rename from
799         `gnus-registry-user-format-function-M2'.
800
801 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
804         ephemeral group.
805
806 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * shr.el (shr-browse-image): Copy the URL if called interactively.
809
810 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
813         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
814         done, then unselected articles may be marked as read.
815
816         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
817         since not doing this seems to lead to a race condition in pop3-logon.
818
819         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
820         so that the call chain it correct when we call "upwards".
821
822         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
823         in read-only groups.
824
825         * gnus-group.el (gnus-group-mark-article-read): Ditto.
826
827         * message.el (message-cite-reply-position): Doc string fix.
828
829         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
830         avoid regexp overflow.
831         (nnimap-transform-split-mail): Ditto.
832
833         * pop3.el (pop3-retr): Error out if the server closes the connection.
834
835 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
836
837         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
838         mm-with-unibyte-current-buffer.  The buffer should not contain any
839         multibyte chars anyway at this stage.
840
841 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
844         at the end of lines.
845
846 2011-05-29  Julien Danjou  <julien@danjou.info>
847
848         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
849
850 2011-05-27  Glenn Morris  <rgm@gnu.org>
851
852         * gnus-group.el (gnus-bug-group-download-format-alist):
853         Use the "maintainer" version of debian reports as well.
854
855 2011-05-26  Glenn Morris  <rgm@gnu.org>
856
857         * gnus-group.el (gnus-bug-group-download-format-alist):
858         Use the "maintainer" version of debbugs.gnu.org reports.
859
860 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
863
864 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
865
866         * gnus-cus.el (gnus-agent-customize-category):
867         * gnus-delay.el (gnus-delay-send-queue):
868         * gnus.el (gnus-other-frame):
869         Don't quote lambda expressions with `quote'.
870
871 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
872
873         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
874         the thread moves us backwards and so we loop forever.
875
876 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
879         whitespace in base64 data lines.
880
881 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
882
883         * gnus-registry.el (gnus-registry-user-format-function-M):
884         Use `mapconcat'.
885         (gnus-registry-user-format-function-M2): Use to see the full text of
886         the marks.  Make "," the mark text separator.
887
888         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
889         authentication with auth-source.
890
891 2011-05-17  Glenn Morris  <rgm@gnu.org>
892
893         * gnus-group.el (gnus-import-other-newsrc-file):
894         Use insert-file-contents.
895
896 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
899         1000 iterations.
900
901 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * nntp.el (nntp-open-connection): Check if process-type is available.
904
905 2011-05-16  Julien Danjou  <julien@danjou.info>
906
907         * shr.el (shr-tag-del): Add support for del tag.
908
909 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-html.el (gnus-html-put-image): Register a displayer.
912
913         * shr.el (shr-image-displayer): Don't remove text props from alt text.
914
915 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
916
917         * registry.el (prune-factor): New initialization parameter defaulting
918         to 0.1.
919         (registry-prune-hard): Use it.
920
921         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
922         0.1 expicitly.
923
924 2011-05-13  Glenn Morris  <rgm@gnu.org>
925
926         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
927         is bound, since this function requires sendmail.
928
929 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * registry.el (registry-usage-test): Disable pruning test.
932
933 2011-05-11  David Engster  <dengste@eml.cc>
934
935         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
936         Bind set-network-process-option for XEmacs.
937
938 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * registry.el (registry-prune-hard-candidates)
941         (registry-prune-soft-candidates): Helper methods for registry pruning.
942         (registry-prune): Use them.  Make the sort function optional.
943
944 2011-05-10  Jim Meyering  <meyering@redhat.com>
945
946         * shr.el (shr-colorize-region): Fix typo "on on -> on".
947
948 2011-05-10  Julien Danjou  <julien@danjou.info>
949
950         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
951         symbol and not a list.
952
953 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * gnus-art.el (gnus-article-mode): Move binding of
956         shr-put-image-function here from gnus-article-prepare-display.
957
958         * shr.el (shr-put-image-function): New variable.
959         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
960         (shr-put-image): Return scaled image.
961
962         * gnus-art.el (gnus-shr-put-image): New function.
963         (gnus-article-prepare-display): Bind shr-put-image-function to it.
964
965         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
966         original ones, as deletable.
967
968 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
969
970         * nntp.el (nntp-open-connection): Set TCP keepalive option.
971
972 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
973
974         * registry.el (registry-full): Add convenience method.  Fix logic.
975         (registry-insert): Use it.  Fix logic here too.
976
977         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
978         `registry-prune' if `registry-full' returns t.
979         (gnus-registry-handle-action)
980         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
981         (gnus-registry-usage-test): Use it.
982
983 2011-05-07  Julien Danjou  <julien@danjou.info>
984
985         * shr.el (shr-link): Make shr-link inherit from link by default.
986
987 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
988
989         * shr.el (shr-urlify, shr-link): Fix shr-link face.
990
991 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
994         error out because the face is not a list.
995
996 2011-05-05  Glenn Morris  <rgm@gnu.org>
997
998         * proto-stream.el (gnutls-negotiate): Fix declarations.
999
1000         * gnus-start.el (gnus-propagate-marks): Declare.
1001
1002 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1003
1004         * registry.el (registry-reindex): Fix percentage message.
1005
1006         * proto-stream.el (network-stream-open-starttls): Adjust to call
1007         `gnutls-negotiate' with :process and :hostname arguments.
1008
1009 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1010
1011         * shr.el: Add shr-link face for links.
1012         (shr-urlify): Use it.
1013
1014         * registry.el (registry-insert): Make error message more helpful.
1015
1016 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-html.el (gnus-html-schedule-image-fetching):
1019         Use url-queue-retrieve, if it exists.
1020
1021         * shr.el (shr-tag-img): Ditto.
1022
1023         * gnus.el: Autoload more gnus-agent functions.
1024
1025         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1026         agent if we haven't already (bug#8502).
1027
1028         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1029         into the Agent, too.
1030
1031         * gnus-agent.el (gnus-agent-store-article): New function.
1032
1033         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1034         and moved from that file for reuse.
1035
1036         * pop3.el (pop3-open-server): Error messages are "-ERR".
1037
1038 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1041         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1042
1043 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1044
1045         * gnus.el: No Gnus v0.17 is released.
1046
1047 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1048
1049         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1050         buffer has moved to a different frame.
1051
1052 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1055         to get the conversion from unibyte to multibyte buffers to work on
1056         Emacs 22.
1057
1058         * nntp.el (nntp-request-article): Slight clean-up.
1059
1060 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * shr.el (shr-strike-through): New face.
1063         (shr-tag-s): Use it to provide <s> support.
1064         (shr-tag-s): Remove duplicate definition.
1065
1066 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1069         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1070
1071 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1072
1073         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1074         `gnutls-negotiate'.
1075         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1076
1077 2011-04-23  Glenn Morris  <rgm@gnu.org>
1078
1079         * gnus-sum.el (gnus-extra-headers): Bump :version.
1080
1081 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * shr.el (shr-tag-sup): New function.
1084         (shr-tag-sub): Ditto.
1085
1086 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1087
1088         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1089         for the case where `gnus-registry-ignored-groups' is a list of lists,
1090         and don't call `gnus-parameter-registry-ignore' otherwise.
1091
1092 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * nnimap.el (nnimap-user): New backend variable.
1095         (nnimap-open-connection-1): Use it.
1096         (nnimap-credentials): Accept user parameter so it's explicit what user
1097         name is desired.
1098
1099         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1100         default.
1101
1102         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1103         not gnus-registry.el.
1104
1105         * gnus-registry.el: Mention in comments how to modify
1106         `gnus-extra-headers' for proper recipient tracking and that it may
1107         already have To and Cc recently, which it does as of this commit.
1108         (gnus-registry-ignored-groups): Remove defcustom.
1109         Explain why in comments.
1110         (gnus-registry-action): Fix data-header reference to use the extra
1111         headers.  Explain in package commentary how to add To and Cc headers to
1112         the gnus-extra-headers.
1113         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1114         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1115         parameter list or a string list in `gnus-registry-ignored-groups'.
1116         Fix logic error.
1117
1118 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * shr.el (shr-expand-url): Protect against null urls.
1121
1122 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * shr.el (shr-base): New binding.
1125         (shr-tag-base): Keep track of <base>.
1126         (shr-expand-url): New function used throughout.
1127
1128 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1129
1130         * gnus-registry.el
1131         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1132         (gnus-registry-ignored-groups): New variable.
1133         (gnus-registry-ignore-group-p): Use it.
1134         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1135         set the destination group to nil (same as delete) if it's ignored.
1136
1137 2011-04-20  David Engster  <dengste@eml.cc>
1138
1139         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1140
1141         * Makefile.in (test-nntp): New rule.
1142         (check): Add it.
1143         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1144
1145 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * gnus-registry.el (gnus-registry-action)
1148         (gnus-registry-fetch-header-fast):
1149         Don't use mail-header that looks an internal function of mailheader.el.
1150
1151 2011-04-19  Glenn Morris  <rgm@gnu.org>
1152
1153         * time-date.el (time-to-days): Remove unused local variables.
1154
1155 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * gnus-registry.el: Eliminate cl functions.
1158         (gnus-registry-sort-addresses): New function that replaces mapcan.
1159         (gnus-registry-action, gnus-registry-spool-action)
1160         (gnus-registry-split-fancy-with-parent)
1161         (gnus-registry-fetch-recipients-fast): Use it.
1162         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1163
1164         * registry.el (initialize-instance, registry-lookup)
1165         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1166         (registry-lookup-secondary-value, registry-search, registry-delete)
1167         (registry-insert, registry-reindex, registry-size, registry-prune):
1168         Use eval-and-compile.
1169
1170 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * registry.el (registry-reindex): New method to recreate the secondary
1173         registry indices.
1174
1175         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1176         tracked field changes.
1177         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1178         (gnus-registry-action, gnus-registry-spool-action)
1179         (gnus-registry-handle-action)
1180         (gnus-registry--split-fancy-with-parent-internal)
1181         (gnus-registry-split-fancy-with-parent)
1182         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1183         move, and delete actions, and for fancy splitting with parent.
1184         (gnus-registry-extract-addresses)
1185         (gnus-registry-fetch-recipients-fast)
1186         (gnus-registry-fetch-header-fast): Convenience functions.
1187         (gnus-registry-misc-test): ERT test of
1188         `gnus-registry-extract-addresses'.
1189
1190 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1191
1192         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1193         Track by subject first, then sender.
1194
1195 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1196
1197         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1198
1199         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1200         Lisp.
1201
1202         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1203         (gnus-draft-send): Use it to avoid popping
1204         up frames from gnus-group-send-queue.
1205
1206 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1207
1208         * gnus-registry.el: Updated gnus-registry docs.
1209
1210 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1213         Fix logic bug.
1214         (gnus-registry-post-process-groups): Fix logging of no results and
1215         quote sender and subject.
1216
1217 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1220         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1221         gnutls-cli are too slow to be done opportunistically.
1222
1223         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1224         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1225         we had no early-data returned.
1226         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1227         two async commands to the same server at the same time.
1228
1229 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1230
1231         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1232
1233 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1236         "warning" level.
1237
1238         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1239         (mm-url-insert-file-contents): Don't set the package names.
1240
1241 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1242
1243         * gnus-registry.el (gnus-registry-action): Remove properties and
1244         simplify subject in `gnus-registry-handle-action'.
1245         (gnus-registry-spool-action): Get subject and sender from message if
1246         they are not passed in.
1247         (gnus-registry-handle-action): Remove properties and simplify subject
1248         consistently.
1249
1250 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1251
1252         * registry.el: Require CL before using defmacro*.
1253
1254 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * gnus-art.el (article-treat-date): Assume that
1257         gnus-article-date-headers may be a group parameter.
1258
1259 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1260
1261         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1262
1263         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1264         interactively so the newsrc file can contain foreign groups too.
1265         Useful for debugging but not much for users.
1266
1267 2011-04-07  David Engster  <dengste@eml.cc>
1268
1269         * registry.el (registry-usage-test): Only do
1270         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1271         lexical binding.
1272
1273 2011-04-07  David Engster  <dengste@eml.cc>
1274
1275         * Makefile.in (check, test-registry): New rules for test-suite.
1276
1277 2011-04-06  David Engster  <dengste@eml.cc>
1278
1279         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1280         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1281
1282 2011-04-06  David Engster  <dengste@eml.cc>
1283
1284         * registry.el (initialize-instance): Change :after to :AFTER to be
1285         compatible with old EIEIO version in XEmacs.
1286
1287 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1288
1289         * gnus-registry.el (gnus-registry-post-process-groups)
1290         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1291         and provide better messaging.
1292
1293 2011-04-06  David Engster  <dengste@eml.cc>
1294
1295         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1296         errors.
1297
1298         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1299         dgnushack-compile with error-on-warn enabled, and to signal an error if
1300         clean compilation failed.
1301         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1302         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1303
1304 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1305
1306         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1307         unconditionally anyway, discarding errors.
1308         (gnus-registry-delete-entries): New convenience function.
1309         (gnus-registry-import-eld): Import from old .eld registry.
1310
1311         * registry.el: Don't use ERT if it's not available.  Load it
1312         unconditionally anyway, discarding errors.
1313
1314         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1315         version from the Claudio Bley GnuTLS patch (extra optional parameters
1316         and host name).
1317
1318 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1319
1320         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1321         fixup the parameters that can be customized by the user between
1322         save/read cycles.
1323         (gnus-registry-read): Use it.
1324         (gnus-registry-make-db): Use it.
1325         (gnus-registry-spool-action, gnus-registry-handle-action):
1326         Fix messaging.
1327         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1328         Map references to actual group names with sender and subject tracking.
1329         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1330         (gnus-registry-usage-test): Add subject lookup test.
1331
1332         * registry.el (registry-db, initialize-instance): Set up constructor
1333         instead of :initform arguments for the sake of older Emacsen.
1334         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1335         pre-lexbind merge bug.
1336         (registry-usage-test): Use it.
1337         (initialize-instance, registry-db): Move the non-function initforms
1338         back to the class definition.
1339
1340 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1341
1342         * registry.el: New library to manage gnus-registry-style data.
1343
1344         * gnus-registry.el: Use it (major rewrite).
1345
1346         * nnregistry.el: Use it.
1347
1348         * spam.el: Use it.
1349
1350 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1353         marks on non-selected articles.
1354
1355 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1356
1357         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1358         parameter to open-protocol-stream.
1359
1360 2011-04-01  Julien Danjou  <julien@danjou.info>
1361
1362         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1363         fundamental-mode.
1364
1365 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1368         servers.
1369
1370 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1373         made marks not propagate, again.
1374
1375 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1376
1377         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1378         Make this the default type.
1379         (proto-stream-open-plain): Rename from proto-stream-open-default.
1380         (open-protocol-stream, proto-stream-open-starttls)
1381         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1382         with `plain'.
1383
1384         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1385         value.
1386
1387         * nntp.el (nntp-open-connection-function): Document the fact that some
1388         values are not functions but are instead handled specially.
1389         Recognize nntp-open-plain-stream value.
1390         (nntp-open-connection): Recognize that value.
1391
1392 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1395         where it seems to be needed.
1396
1397 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1400         stuff.
1401
1402         * gnus-score.el (gnus-score-string): Fix calling convention of
1403         `gnus-simplify-buffer-fuzzy' after last patches.
1404
1405         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1406         server for articles we didn't get any headers for.  This is a sanity
1407         check.
1408
1409 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1410
1411         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1412         new CAPABILITY, use it.
1413
1414 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1417         downloading anything.
1418
1419         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1420
1421 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1422
1423         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1424         colors.
1425         (gnus-splash-svg-color-symbols): New function.
1426
1427 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1430         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1431         (gnus-simplify-subject-fuzzy): Use the local
1432         gnus-simplify-subject-fuzzy-regex instead of the global one.
1433         This makes using this variable in group parameters work.
1434
1435 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1436
1437         * gnus-registry.el (gnus-registry-unfollowed-groups):
1438         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1439         archive:sent-YYYY-MM-DD groups).
1440         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1441         tracking if there are more than `gnus-registry-max-track-groups'
1442         matches.
1443
1444 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1445
1446         * message.el (message--yank-original-internal): New function to do the
1447         insertion cleanly inside eval in `message-yank-original'.
1448         (message-yank-original): Use it.
1449
1450 2011-03-29  Julien Danjou  <julien@danjou.info>
1451
1452         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1453         local variables disabled rather than `normal-mode'.
1454
1455 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1456
1457         * imap.el (imap-shell-open, imap-process-connection-type):
1458         Use imap-process-connection-type for 'shell' streams as well as
1459         Kerberos, SSL, other subprocesses.
1460
1461 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1462
1463         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1464         with open-network-stream.
1465         (proto-stream-always-use-starttls): Option removed.
1466         (open-protocol-stream): Return a process object by default.  Provide a
1467         new parameter :return-list specifying a list-type return value, which
1468         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1469         :type `network' to `try-starttls', and `network-only' to `default'.
1470         Make `default' the default, for compatibility with open-network-stream.
1471         Handle the no-parameter case exactly as open-network-stream, with no
1472         additional stream processing.  Search plists using plist-get.
1473         Explicitly add :end-of-commend parameter if it is missing.
1474         (proto-stream-open-default): Rename from
1475         proto-stream-open-network-only.  Return 'default as the type.
1476         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1477         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1478         failed.  Always return a list with a (possibly dead) process as the
1479         first element, for compatibility with open-network-stream.
1480         (proto-stream-open-tls): Use plist-get.  Always return a list.
1481         (proto-stream-open-shell): Return `default' as connection type.
1482         (proto-stream-capability-open): Use plist-get.
1483         (proto-stream-eoc): Function deleted.
1484
1485         * nnimap.el (nnimap-stream, nnimap-open-connection)
1486         (nnimap-open-connection-1): Handle renaming of :type parameter for
1487         open-protocol-stream.
1488         (nnimap-open-connection-1): Pass a :return-list parameter
1489         open-protocol-stream to obtain a list return value.  Parse this list
1490         using plist-get.
1491
1492         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1493         for open-protocol-stream.  Accept open-protocol-stream return value
1494         that is a subprocess object instead of a list.  Handle the case of a
1495         dead returned process.
1496
1497 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1498
1499         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1500
1501         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1502
1503 2011-03-21  Julien Danjou  <julien@danjou.info>
1504
1505         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1506         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1507         query.
1508         (mm-inline-text): Render normal text with fontification whenever
1509         possible.
1510
1511         * gnus-sum.el (gnus-summary-save-parts-1):
1512         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1513         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1514         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1515         Use `mm-handle-filename'.
1516
1517         * mm-util.el (mm-handle-filename): New function, return the filename of
1518         an handle.
1519
1520 2011-03-18  Julien Danjou  <julien@danjou.info>
1521
1522         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1523         (gnus-buffer-live-p): Check that buffer is not nil.
1524
1525 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1526
1527         * gnus.el: No Gnus v0.15 is released.
1528
1529 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1532         avoid warning on XEmacs.
1533
1534         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1535         on XEmacs.
1536
1537         * gnus-art.el: Require mouse, which the build bot seems to say is
1538         needed.
1539
1540         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1541
1542         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1543         XEmacs, since it doesn't have url-retrieve-synchronously.
1544
1545         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1546         since assoc-string doesn't exist in XEmacs.
1547
1548 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1549
1550         * gnus-group.el (gnus-group-list-ticked): New function.
1551         (gnus-group-make-menu-bar): Provide a menu entry for it.
1552         (gnus-group-list-map): Provide a binding for it.
1553
1554 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * shr.el (shr-visit-file): New command.
1557
1558         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1559
1560 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1561
1562         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1563         servers.
1564
1565 2011-03-16  Julien Danjou  <julien@danjou.info>
1566
1567         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1568         inline.
1569
1570         * gnus-art.el (article-hide-list-identifiers):
1571         Use gnus-group-get-list-identifiers.
1572
1573         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1574         (gnus-summary-remove-list-identifiers):
1575         Use gnus-group-get-list-identifiers to get regexp.
1576         (gnus-select-newsgroup, gnus-summary-insert-subject)
1577         (gnus-summary-insert-articles):
1578         Call gnus-summary-remove-list-identifiers unconditionally.
1579
1580 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1583         we're selecting a group with unread articles.
1584
1585         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1586
1587         * gssapi.el: New file separated out from imap.el to provide a general
1588         Kerberos 5 connection facility for Emacs.
1589
1590         * message.el (message-elide-ellipsis): Document the format spec
1591         ellipsis.
1592
1593 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1594
1595         * message.el (message-elide-region): Allow the ellipsis to say how many
1596         lines were removed.
1597
1598 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1601         window configurations containing buffers that are now dead.
1602
1603         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1604         parsing to avoid integer overflows.
1605         (nnimap-parse-flags): Simplify the last change.
1606         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1607         too large for 32-bit Emacsen.
1608
1609 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1610
1611         * auth-source.el (auth-source-netrc-create):
1612         * message.el (message-yank-original): Fix use of `case'.
1613
1614 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1615
1616         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1617         XEmacs, which was one character too wide.
1618
1619 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1620
1621         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1622         default number of articles to display.
1623         (gnus-articles-to-read): Use pretty names for prompt.
1624
1625 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-int.el (gnus-open-server): Ditto.
1628
1629         * gnus-start.el (gnus-activate-group): Give a backtrace if
1630         debug-on-quit is set and the user hits `C-g'.
1631         (gnus-read-active-file): Ditto.
1632
1633         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1634
1635 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1636
1637         * message.el (message-yank-original): Use cond instead of CL case.
1638
1639 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1640
1641         * auth-source.el (auth-source-netrc-create): Use usual format for the
1642         default in prompts.
1643
1644 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * lpath.el: Fbind read-char-choice for XEmacs.
1647
1648 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1649
1650         * auth-source.el (auth-source-netrc-create): Show the default in the
1651         prompt when prompting for token creation.
1652
1653 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1654
1655         * auth-source.el (auth-source-format-prompt): Always convert the value
1656         to a string to avoid evaluating non-string arguments.
1657         (auth-source-netrc-create): Offer default properly, not as initial
1658         content in `read-string'.
1659         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1660         of line to determine if we've been run before.  If so, don't run again,
1661         but print a trivial message to indicate the cache was hit instead.
1662
1663 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1664
1665         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1666         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1667         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1668         Gnus.
1669
1670 2011-03-11  Julien Danjou  <julien@danjou.info>
1671
1672         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1673         modified file".
1674
1675 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * auth-source.el (auth-source-read-char-choice): New function to read a
1678         character choice using `dropdown-list', `read-char-choice', or
1679         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1680         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1681         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1682         (auth-source-netrc-saver): Use it.
1683         (auth-source-pick-first-password): New convenience function.
1684
1685 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1686
1687         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1688         parameter in the credentials.
1689         (nnimap-open-connection-1): Use it after a successful login.
1690         (nnimap-credentials): Add IMAP-specific user and password prompt.
1691
1692         * auth-source.el (auth-source-search): Add :require parameter, taking a
1693         list.  Document it and the :save-function return token.  Pass :require
1694         down.  Change the CREATED message from a warning to a debug statement.
1695         (auth-source-search-backends): Pass :require down.
1696         (auth-source-netrc-search): Pass :require down.
1697         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1698         Change save prompt to indicate all modifications saved here are
1699         deletions.
1700         (auth-source-netrc-create): Take user login name as default in user
1701         prompt.  Move all the save functionality to a lexically bound function
1702         under the :save-function token in the returned list.  Set up clearer
1703         default prompts for user, host, port, and secret.
1704         (auth-source-netrc-saver): New function, intended to be wrapped for
1705         :save-function.
1706
1707 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1710         lines to be spaces instead.
1711
1712 2011-03-07  Julien Danjou  <julien@danjou.info>
1713
1714         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1715         (sieve-sasl-auth): Check that auth-source-search did return something,
1716         or just return an empty string.
1717
1718 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1719
1720         * gnus.el (gnus-interactive): Use read-directory-name.
1721
1722         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1723         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1724         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1725         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1726         Likewise.
1727
1728         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1729
1730 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1733         onto the list of killed groups, too.  This makes killed nnimap groups,
1734         for instance, more reliably not reappear.
1735
1736         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1737         the parent.
1738
1739         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1740
1741         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1742         really have server-side marks.
1743
1744         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1745         since most backends do not usefully have server-side marks.
1746         (gnus-update-read-articles): Propagate marks to all backends that
1747         really have server-side marks.
1748
1749 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1750
1751         * message.el (message-cite-reply-position, message-cite-style):
1752         New variables.
1753         (message-yank-original): Use the new citation styles.
1754
1755 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1756
1757         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1758         buffer-local issue); don't mark it buffer-local when running under
1759         XEmacs.
1760
1761 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1762
1763         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1764         numbers too big to be `read'.
1765
1766 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1767
1768         * password-cache.el (password-in-cache-p): Add autoload.
1769
1770         * message.el (message-options): Make buffer-local two ways to attempt
1771         to fix a XEmacs bug.
1772
1773 2011-03-02  Julien Danjou  <julien@danjou.info>
1774
1775         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1776
1777 2011-03-01  Julien Danjou  <julien@danjou.info>
1778
1779         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1780         group.
1781         (article-hide-list-identifiers): Use list-identifier group parameter.
1782
1783 2011-02-28  Julien Danjou  <julien@danjou.info>
1784
1785         * sieve.el (sieve-buffer-script-name): New local variable to store
1786         sieve script name.
1787         (sieve-edit-script): Store sieve script name.
1788         (sieve-upload): Use sieve script name when uploading.
1789         (sieve-upload): Use substitute-command-keys.
1790         (sieve-edit-script): Use substitute-command-keys.
1791         (sieve-refresh-scriptlist): Use substitute-command-keys.
1792         (sieve-manage-mode-map): Define keymap properly.
1793         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1794         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1795         Remove commented code about cvs.
1796         (sieve-manage-quit): New function.
1797         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1798
1799 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1802
1803 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1804
1805         * auth-source.el (auth-source-search): Cache empty result sets.
1806
1807         * password-cache.el (password-in-cache-p): Convenience function to
1808         check if a key is in the cache, even if the value is nil.
1809
1810         * auth-source.el (auth-source-save-behavior): New variable to replace
1811         `auth-source-never-create'.
1812         (auth-source-netrc-create): Use it.
1813         (auth-source-never-save): Remove.
1814
1815 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1816
1817         * nnimap.el (nnimap-stream): Doc fix.
1818         (nnimap-open-connection-1): Reverse the order of the ports to that the
1819         prompted-for port is first.
1820
1821         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1822         retrieval by the no-group selection.
1823
1824         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1825         numerical parameters.
1826
1827 2011-02-25  Julien Danjou  <julien@danjou.info>
1828
1829         * gnus-gravatar.el: Use gnus-with-article-buffer.
1830
1831         * gnus-art.el (gnus-with-article-buffer): Check that the
1832         gnus-article-buffer is alive.
1833
1834 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1835
1836         * auth-source.el (auth-source-creation-prompts): New variable to manage
1837         creation-time prompts.
1838         (auth-source-search): Document it.
1839         (auth-source-format-prompt): Add utility function.
1840         (auth-source-netrc-create): Don't default the user name to
1841         user-login-name.  Use `auth-source-creation-prompts' and some default
1842         prompts for user, host, port, and password (the default generic prompt
1843         remains ugly).
1844         (auth-source-never-save): Add customizable option to never save info.
1845         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1846         mode excursion.
1847
1848 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1851         argument that XEmacs doesn't support.
1852
1853         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1854         compiled for Emacsen having no `libxml-parse-html-region' support.
1855
1856         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1857
1858         * lpath.el: Bind buffer-save-without-query for XEmacs.
1859
1860 2011-02-23  Julien Danjou  <julien@danjou.info>
1861
1862         * gnus-art.el (article-make-date-line): Ignore errors if time is
1863         invalid and not convertible.
1864         (article-make-date-line): Only add lapsed time if time is not nil.
1865
1866 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1867
1868         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1869         `read-char-choice' for backwards compatibility.
1870         (auth-source-netrc-element-or-first): New function to DTRT for
1871         parameter extraction.
1872         (auth-source-netrc-create): Use it and fix multiple parameter print
1873         bug.  Use the default passed from above (given-default) or the
1874         built-in (user-login-name for :user).
1875
1876 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-start.el (gnus-dribble-read-file):
1879         Set buffer-save-without-query, since we always want to save the dribble
1880         file, probably.
1881
1882         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1883         nnimap.
1884
1885         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1886         -summary- since it's a user-visible variable.
1887
1888         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1889         first time you use the new Gnus.
1890
1891 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * auth-source.el: Don't load netrc.el.
1894         (auth-sources): Search ~/.netrc as well by default.
1895         (auth-source-debug): Add 'trivia option for extra output.
1896         (auth-source-do-trivia): Use it.
1897         (auth-source-search): Simplify logic to use
1898         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1899         appropriate.  Don't keep a running count at this level.  Layer :create
1900         and :delete options appropriately on the first and second passes.
1901         Don't track the backend with the search results.
1902         (auth-source-search-backends): New function to search a list of
1903         backends for a processed spec.
1904         (auth-source-netrc-parse): Cache all netrc files, making
1905         auth-source-netrc-cache an alist keyed by the file name and using the
1906         file mtime as the caching criterion.  Keep the obfuscated data secret
1907         with a lexical bind.
1908         (auth-source-netrc-search): Don't calculate the length of the results
1909         unnecessarily.
1910         (auth-source-search-backends): Fix bug.
1911         (auth-source-netrc-create): Rework prompts.
1912
1913 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1914
1915         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1916         Lower case names of search constraints.
1917         (nnir-run-query): Cache and reuse search constraints for all imap
1918         servers.
1919
1920 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1921
1922         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1923         after exit.
1924         (gnus-setup-message): Define missing variable from last checkin.
1925
1926         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1927         value, show the raw article.
1928
1929 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1930
1931         * gnus.el: No Gnus v0.13 is released.
1932
1933 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1934
1935         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1936         auth-source now accepts numbers.
1937
1938         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1939         spec, too.
1940         (auth-source-ensure-strings): New function.
1941
1942         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1943         (gnus-article-setup-buffer): Always restart the date timer so that user
1944         changes to the frequency is respected.
1945
1946         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1947         port numbers, so make sure it gets that if nnimap-server-port is
1948         explicit.
1949
1950 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1951
1952         * nnimap.el (nnimap-inbox): Doc fix.
1953
1954 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1955
1956         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1957         Autoload.  Add optional arg FRAME, and pass it to color-values.
1958         (color-complement): Caller changed.  Doc fix.
1959         (color-gradient): Rewrite for better clarity and efficiency.
1960
1961 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1962
1963         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1964         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1965         color-lab-to-srgb.
1966
1967 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1968
1969         * color.el: First part of merge from hexrgb.el.
1970         (color-rgb-to-hex): Rename from color-rgb->hex.
1971         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1972         saturation to zero if the value is too small.
1973         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1974         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1975         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1976         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1977         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1978         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1979         (color-cie-de2000): Doc fix.
1980
1981 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1982
1983         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1984         given method as in the group name if we're using an extended method.
1985         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1986         command, if we're using that, instead of waiting for the beginning.
1987
1988         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1989         we're sure to get unique server names, and we don't output two async
1990         commands in the same buffer.  This fixes an NNTP hang for some users.
1991
1992 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1993
1994         * gnus.el: No Gnus v0.11 is released.
1995
1996 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1999         summary buffer before reading going to the next buffer.  This avoids
2000         putting the point in the group buffer if you `C-g' the command.
2001
2002         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2003         cache (for now) to make ~/.authinfo.gpg files usable.
2004
2005         * nnfolder.el (copyright-update): Define for the compiler.
2006
2007         * auth-source.el (auth-source-search): Fix unbound variable.
2008
2009 2011-02-19  Glenn Morris  <rgm@gnu.org>
2010
2011         * gnus.el (gnus-meta): Doc fix.
2012
2013 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2014
2015         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2016         in case it's not yet loaded.
2017
2018 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2019
2020         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2021         line we're waiting for.
2022
2023 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2024
2025         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2026         face with line-width greater than zero will cause RET in gnus summary
2027         buffer to scroll down article page-wise because auto vscroll happens,
2028         it should be temporalily disabled when doing a scroll-up.
2029
2030 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2031
2032         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2033         outputs from the server.
2034
2035 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2036
2037         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2038         later so that bbdb can hook in easier.
2039
2040 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2041
2042         * auth-source.el (auth-source-search): Don't try to create credentials
2043         if the caller doesn't want that.
2044         (auth-source-search): If we don't find a match, don't bug out on
2045         non-bound variables.
2046         (auth-source-search): Only ask a single backend to create the
2047         credentials.
2048
2049         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2050         logging.
2051         (nnimap-credentials): Protect against auth-source-search returning nil.
2052         (nnimap-request-list): Protect against not being able to open the
2053         server.
2054
2055 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2056
2057         * auth-source.el (auth-source-search): Do a two-phase search, one with
2058         no :create to get the responses from all backends.
2059
2060         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2061         when getting credentials.
2062
2063         * gnus-util.el (gnus-delete-duplicates): New function.
2064
2065 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2066
2067         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2068         a creation default, pass the whole port list down.  It will be
2069         completed.
2070
2071         * auth-source.el (auth-source-search): Updated docs to talk about
2072         multiple creation choices.
2073         (auth-source-netrc-create): Accept a list as a value (from the search
2074         parameters) and do completion on that list.  Keep a separate netrc line
2075         with the password obscured for showing the user.
2076
2077         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2078         first choice to `auth-source-search' so it will be used for entry
2079         creation instead of the server's Gnus-specific name.
2080         (nnimap-credentials): Rely on the auth-source library to select which
2081         port is actually wanted in the new netrc entry, so don't override
2082         `auth-source-creation-defaults'.
2083
2084         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2085         :protocol and accept a missing user, host, or port as a wildcard match.
2086         (auth-source-debug): Default to off.
2087
2088         (auth-source-netrc-search, auth-source-netrc-create)
2089         (auth-source-secrets-search, auth-source-secrets-create)
2090         (auth-source-user-or-password, auth-source-backend, auth-sources)
2091         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2092         instead of :protocol.
2093
2094         * nnimap.el (nnimap-credentials): Pass a port default to
2095         `auth-source-search' in case an entry needs to be created.
2096         (nnimap-open-connection-1): Use :port instead of :protocol.
2097
2098 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * auth-source.el: Bind load-path when loading EIEIO from
2101         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2102         21.4 doesn't support, to `require'.
2103         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2104         delete-dups that is not available in XEmacs 21.4.
2105
2106 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2107
2108         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2109         as EIEIO must also be loaded when auth-source.el is being
2110         byte-compiled.
2111
2112 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2115
2116         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2117
2118         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2119
2120         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2121
2122         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2123
2124         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2125
2126         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2127
2128         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2129         necessary.
2130
2131 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2134         nil means that nnimap doesn't get updated.
2135
2136 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2137
2138         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2139         result when the user doesn't want to write to the file.
2140         (auth-source-netrc-search): Expect a synthetic result and proceed
2141         accordingly.
2142         (auth-source-cache-expiry): New variable to override
2143         `password-cache-expiry'.
2144         (auth-source-remember): Use it.
2145
2146         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2147         parameter.  Create entry if necessary by using :create t.
2148         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2149
2150 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * auth-source.el (auth-source-debug): Enable by default and don't
2153         mention the obsolete `auth-source-hide-passwords'.
2154         (auth-source-do-warn): New function to debug unconditionally.
2155         (auth-source-do-debug): Use it.
2156         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2157         and for Secrets API entries when the secrets.el library is not
2158         available.
2159
2160 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2163         (gnus-summary-exit): Kill the correct article buffer on exit from a
2164         `C-d' group.
2165
2166         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2167         gnus-propagate-marks.
2168
2169         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2170         before killing the buffers so that a non-full window conf gets handled
2171         correctly.
2172         (gnus-summary-exit): Ditto.
2173         (gnus-summary-read-group-1): Ditto.
2174
2175         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2176         async code again so that we can debug it properly.
2177
2178         * message.el (message-reply): Take an optional switch-buffer parameter
2179         so that Gnus window confs are respected better.
2180
2181 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2184         `plist-get' to accept non-list parameters (XEmacs issue).
2185         Fix docstring.
2186         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2187         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2188         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2189         Login collection is "Login" and not "login".
2190
2191 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2192
2193         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2194         multiple headers.
2195
2196         * nnimap.el (nnimap-inhibit-logging): New variable.
2197         (nnimap-log-command): Don't log login commands.
2198
2199         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2200         to have more parameters.
2201
2202         * nnimap.el (nnimap-send-command): Mark the command time for each
2203         command, so that we don't get NOOPs stepping on our toes.
2204
2205         * gnus-art.el (article-date-ut): Get the date from the Date header on
2206         `t'.
2207
2208 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * auth-source.el (auth-source-search): Use copy-sequence instead of
2211         the cl.el copy-list.
2212
2213 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2214
2215         * imap.el: Bring it back (revert
2216         84d800cd31de3064f0ed39617d725709a2f8f42f).
2217
2218 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2219
2220         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2221         Improve prompt.
2222
2223 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2226         washing status from the default format.  It isn't very informative.
2227
2228 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2229
2230         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2231         Fix Gcc processing on imap.
2232
2233 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2234
2235         * imap.el: Remove file.  All the functionality is in nnimap.el.
2236
2237 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2238
2239         * message.el (message-bury): Don't pop up a new window when selected
2240         window is dedicated.
2241
2242 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2243
2244         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2245
2246 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2247
2248         * sieve-manage.el: Autoload `auth-source-search'.
2249         (sieve-sasl-auth): Use it.
2250
2251 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2252
2253         * nnimap.el: Autoload `auth-source-forget+'.
2254         (nnimap-open-connection-1): Use it if the connection fails.
2255
2256         * auth-source.el: Require `password-cache'.
2257         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2258         obsolete.
2259         (auth-source-magic): Marker for `password-cache' keys.
2260         (auth-source-do-cache): Update docstring.
2261         (auth-source-search): Use and check cache.
2262         (auth-source-forget-all-cached, auth-source-remember)
2263         (auth-source-recall, auth-source-forget, auth-source-forget+)
2264         (auth-source-specmatchp): Caching support functions.
2265         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2266         Remove and obsolete.
2267         (auth-source-user-or-password): Remove caching to further discourage
2268         using it.  Always hide passwords.
2269
2270         * password-cache.el (password-cache-remove): Accept secrets that are
2271         not strings.
2272
2273 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2274
2275         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2276         code for now, since it doesn't work for all users.
2277
2278 2011-02-09  Julien Danjou  <julien@danjou.info>
2279
2280         * message.el (message-options): Make message-options really buffer
2281         local.
2282
2283 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2284
2285         * mail-source.el: Autoload `auth-source-search'.
2286         (mail-source-keyword-map): Note order matters.
2287         (mail-source-set-1): Get all the mail-source source values and
2288         defaults and search auth-source on those if needed.  This can all
2289         probably be simplified.
2290
2291         * nnimap.el: Autoload `auth-source-search'.
2292         (nnimap-credentials): Use it.
2293         (nnimap-open-connection-1): Ask for the virtual server and physical
2294         address in one shot.
2295
2296         * nntp.el: Autoload `auth-source-search'.
2297         (nntp-send-authinfo): Use it.  Note TODO.
2298
2299 2011-02-08  Julien Danjou  <julien@danjou.info>
2300
2301         * shr.el (shr-tag-body): Add support for text attribute in body
2302         markups.
2303
2304         * message.el (message-options): Make message-options a local variable.
2305
2306 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * auth-source.el (auth-source-secrets-search)
2309         (auth-source-user-or-password): Use `append' instead of `nconc'.
2310         (auth-source-user-or-password): Build return list better and protect
2311         against nil :secret.
2312
2313 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2314
2315         * nnimap.el (nnimap-update-info): Refactor slightly.
2316         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2317         (nnimap-update-info): Clean up slightly.
2318         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2319         characters.
2320         (nnimap-process-quirk): Rename function to avoid collision.
2321         (nnimap-update-info): Fix macrology bug-out.
2322         (nnimap-update-info): Simplify split history test.
2323
2324 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2325
2326         * auth-source.el (top): Require 'eieio unconditionally.
2327         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2328         (auth-source-secrets-search): Limit search when `max' is greater than
2329         number of results.
2330
2331 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2334         part not returning any data.
2335
2336         * proto-stream.el (open-protocol-stream): Document the return value.
2337
2338 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2339
2340         * auth-source.el (auth-source-secrets-search): Add examples.
2341
2342 2011-02-06  Julien Danjou  <julien@danjou.info>
2343
2344         * message.el (message-setup-1): Handle message-generate-headers-first
2345         set to t.
2346
2347 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2348
2349         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2350         API with a string "secrets:collection-name" and with 'default.
2351         (auth-source-backend-parse): Parse "secrets:collection-name" and
2352         'default.  Recurse on parses instead of repeating code.  Use the
2353         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2354         message when ignoring a source.
2355         (auth-source-search): List ignored search keys at the top level.
2356         (auth-source-netrc-create): Use `case' instead of `cond'.
2357         (auth-source-secrets-search): Created with TODOs.
2358         (auth-source-secrets-create): Created with TODOs.
2359         (auth-source-retrieve, auth-source-create, auth-source-delete)
2360         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2361         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2362         (auth-source-user-or-password-sftp)
2363         (auth-source-user-or-password-smtp): Remove.
2364         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2365         around `auth-source-search'.  Not tested thoroughly.
2366
2367 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2368
2369         * auth-source.el: Bring in assoc and eioeio libraries.
2370         (secrets-enabled): New variable to track the status of the Secrets API.
2371         (auth-source-backend): New EIOEIO class to represent a backend.
2372         (auth-source-creation-defaults): New variable to set prompt defaults
2373         during token creation (see the `auth-source-search' docstring for
2374         details).
2375         (auth-sources): Simplify to allow a simple string as a netrc backend
2376         spec.
2377         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2378         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2379         (auth-source-search): Main auth-source API entry point.
2380         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2381         (auth-source-search-collection): Helper function for searching.
2382         (auth-source-netrc-parse, auth-source-netrc-normalize)
2383         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2384         Supports search, create, and delete.
2385         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2386         backend stubs.
2387         (auth-source-user-or-password): Call `auth-source-search' but it's not
2388         ready yet.
2389
2390 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2391
2392         * message.el (message-setup-1): Remove the read-only stuff, since it
2393         doesn't work under XEmacs, for some reason.
2394
2395         * gnus-sum.el (gnus-user-date): Rename back from
2396         gnus-summary-user-date since user code refers to it.
2397
2398         * shr.el (shr-render-td): Store the actual background colour used.
2399
2400         * message.el (message-setup-1): Don't bind the constant
2401         -forbidden-properties.
2402         (message-setup-1): Revert previous change, since it needs to bind the
2403         props to insert them.
2404         (message-resend): Allow removing the read-only separator line.
2405
2406 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2407
2408         * nnimap.el (nnimap-request-accept-article): Give an error message if
2409         the APPEND wasn't successful.
2410
2411 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2412
2413         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2414         that have no groups.
2415
2416 2011-02-03  Julien Danjou  <julien@danjou.info>
2417
2418         * gnus-draft.el: Remove progn around gnus-draft-setup.
2419
2420 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2421
2422         * gnus-start.el (gnus-read-active-for-groups): This function is never
2423         called with a nil `infos', so clean that up.
2424         (gnus-get-unread-articles): Request active files from primary/secondary
2425         methods that have no groups (yet).
2426
2427 2011-02-03  Julien Danjou  <julien@danjou.info>
2428
2429         * message.el (message-setup-1): Always generate References first.
2430         (message-mail): Return the return value of message-setup, not always t.
2431         (message-setup-1): Insert mail-header-separator with read-only and
2432         intangible properties set.
2433
2434         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2435         user-date in docstring.
2436
2437         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2438
2439         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2440         docstring.
2441
2442         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2443         defcustom, with type and group. Move from gnus-util.el. Rename to
2444         gnus-summary-user-date-format-alist.
2445
2446 2011-02-03  Glenn Morris  <rgm@gnu.org>
2447
2448         * nnimap.el (gnus-fetch-headers): Declare.
2449
2450         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2451
2452 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2453
2454         * message.el (message-forward-make-body-digest-plain)
2455         (message-followup, message-reply): Clean up things noted by Stefan.
2456
2457         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2458         gnus-article-update-date-headers is nil.
2459         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2460         it didn't really work with defcustom.
2461         (article-update-date-lapsed): Make sure the window start doesn't move,
2462         either.
2463
2464 2011-02-01  Julien Danjou  <julien@danjou.info>
2465
2466         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2467         format.
2468
2469         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2470         standard in Emacs nowadays.
2471
2472         * color.el (color-gradient): Add a color-gradient function.
2473
2474 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2475
2476         * message.el (message-expand-name): Don't trust the return value of
2477         bbdb-complete-name.
2478         (message-check-news-header-syntax): Remove unused var `start'.
2479         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2480         (message-inhibit-body-encoding): Move to before first use.
2481         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2482         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2483         (Organization, Message-ID, Date, mh-previous-window-config):
2484         Defvar the vars using dynamic scoping.
2485
2486 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2487
2488         * shr.el (shr-render-td): Only do colours at the final rendering.
2489         Should be slightly faster.
2490         (shr-insert-table): Fix up TD background colours when doing the
2491         vertical padding.
2492
2493         * gnus-art.el (article-date-ut): Protect against articles with no Date
2494         header.
2495         (article-update-date-lapsed): Don't use current-column to find the
2496         horizontal position.  It's fragile in the presence of \003 characters.
2497
2498         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2499
2500 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-art.el (article-transform-date): Rewrite to still work when
2503         there are several rfc2822 parts.
2504         (article-transform-date): Fix infinite recursion.
2505         (article-date-ut): Replace infinitely many Date headers with a single
2506         one when called interactively.
2507
2508         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2509         secure manner.
2510
2511         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2512         move around by not using save-window-excursion.  It seems to work...
2513
2514 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * gnus-art.el (article-make-date-line): Work for user-defined format.
2517
2518 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nntp.el (nntp-retrieve-group-data-early)
2521         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2522         fetching functions.
2523
2524         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2525         thoroughly for all backends that have no known groups.  This should
2526         allow new nnml methods to retrieve mail.
2527
2528         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2529         that Gnus doesn't know exists again.
2530
2531         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2532         (gnus-treat-date-ut): Ditto.
2533         (gnus-article-update-date-header): Rename.
2534         (gnus-treat-date-local): Remove.
2535         (gnus-treat-date-english): Remove.
2536         (gnus-treat-date-lapsed): Remove.
2537         (gnus-treat-date-combined-lapsed): Remove.
2538         (gnus-treat-date-original): Remove.
2539         (gnus-treat-date-iso8601): Remove.
2540         (gnus-treat-date-user-defined): Remove.
2541         (gnus-article-date-headers): New variable to control all the date
2542         header options.
2543         (article-date-ut): Rewrite to allow using the new way to format date
2544         headers(s).
2545
2546 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2547
2548         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2549         method.
2550         (nnmail-article-group): A better test for fanciness.
2551
2552         * nnimap.el (nnimap-request-head): Protect against not finding the
2553         article by Message-ID.
2554
2555 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2556
2557         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2558         keep point at the "same place".
2559
2560 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2561
2562         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2563         data if the group is unactivated.
2564
2565 2011-01-28  Julien Danjou  <julien@danjou.info>
2566
2567         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2568         (gnus-all-windows-visible-p): Remove old compatibility code.
2569         (gnus-window-top-edge): Add docstring.
2570
2571         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2572
2573 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2576         older request-update-info.
2577
2578         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2579
2580 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2581
2582         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2583         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2584
2585 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2588         groups.  This makes the nndraft:queue group pop up if it's not already
2589         there.
2590
2591         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2592         messages" logic, which was reversed.
2593
2594         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2595         the "same place" even if point is on the line being replaced.
2596         (article-update-date-lapsed): Allow updating both the combined lapsed
2597         and the lapsed headers.
2598         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2599         (article-make-date-line): Limit the number of segments dynamically to
2600         avoid too-long lines.
2601
2602 2011-01-27  Julien Danjou  <julien@danjou.info>
2603
2604         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2605         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2606
2607 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2610         Use plist-get instead of the cl function getf.
2611
2612 2011-01-27  Glenn Morris  <rgm@gnu.org>
2613
2614         * gnus-util.el (float-time): Get rid of compiler warning, again.
2615
2616 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2617
2618         * shr.el (shr-put-color): Special-case background colours: Do put them
2619         at the blank parts at the front of the lines.
2620
2621         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2622         exit hook to nix out all data on readedness on group exit.
2623
2624         * gnus-util.el (float-time): If float-time is bound, always use it on
2625         all Emacsen.  It's unclear why the subrp check was there.
2626         (time-date): Require to make some autoload issues on XEmacs go away.
2627
2628         * shr.el (shr-put-color): Don't do the box padding in tables, since
2629         they're already padded.
2630
2631 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-art.el (gnus-article-next-page): When the last line of the
2634         article is displayed, scroll down once more instead of going to the
2635         next article at once.
2636         (article-lapsed-string): Refactor out and allow specifying how many
2637         segments you want.
2638         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2639         (gnus-article-update-lapsed-header): New variable.
2640
2641         * shr.el: Revert change that made headings use different-sized faces.
2642         The Emacs display engine isn't advanced enough that, for instance,
2643         tables can comfortably use differently-sized faces.
2644
2645 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2646
2647         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2648         used.
2649         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2650         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2651         we're using an encrypted connection.
2652
2653         * proto-stream.el: Alter the interface functions to also return the
2654         actual stream type used: network or tls.
2655
2656 2011-01-25  Julien Danjou  <julien@danjou.info>
2657
2658         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2659         (mm-display-javascript-inline): New function.
2660
2661         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2662         viewing function.
2663
2664 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * shr.el (shr-expand-newlines): Fix variable name.
2667
2668 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2669
2670         * shr.el (shr-expand-newlines): Make nested boxes work.
2671
2672 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2673
2674         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2675         backgrounds.
2676         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2677         in a more sensible manner.
2678
2679 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2682         if EPG is loaded.
2683
2684 2011-01-24  Julien Danjou  <julien@danjou.info>
2685
2686         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2687         tags.
2688
2689 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2692         commands.
2693
2694         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2695         in the article buffer.
2696         (gnus-gravatar-insert): Use blank space from the current buffer to
2697         avoid breaking text properties.  This makes X-Sent updating work again.
2698
2699         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2700
2701 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2702
2703         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2704         fix the bug in url-http.el instead.
2705
2706         * shr.el (shr-image-fetched): Ditto.
2707
2708         * shr.el (shr-image-fetched): Avoid having point move in the article
2709         buffer.
2710
2711         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2712         buffer after being called.  It's apparently being killed by url.el, and
2713         killing it made point move to end-of-buffer in a random buffer.
2714
2715         * shr.el (shr-image-fetched): Ditto.
2716
2717 2011-01-23  Julien Danjou  <julien@danjou.info>
2718
2719         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2720
2721         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2722         text/x-org.
2723
2724 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2727         (i.e., nnimap) returning nil as the article number.
2728
2729 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2730
2731         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2732         "DelSp" parameter in RFC3676.
2733
2734 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2735
2736         * message.el (message-check-recipients): Display the encoded version of
2737         the bogus address if they differ.
2738
2739         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2740         after sending.
2741
2742         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2743
2744         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2745
2746         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2747         group buffer after sending the queue.
2748
2749         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2750
2751 2011-01-22  Julien Danjou  <julien@danjou.info>
2752
2753         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2754
2755 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2756
2757         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2758         nested related parts.
2759
2760         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2761         unexpired articles.  This fixes the regression that led expiry marks to
2762         disappear from nnfolder groups.
2763
2764 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2765
2766         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2767         Don't confuse the "ret" of "retrograde" with RET.
2768
2769 2011-01-21  Julien Danjou  <julien@danjou.info>
2770
2771         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2772         than mm-insert-inline.
2773
2774 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2777         Widen article buffer.
2778
2779 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2780
2781         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2782         the temp buffer.
2783         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2784
2785 2011-01-20  Julien Danjou  <julien@danjou.info>
2786
2787         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2788
2789         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2790         than mm-insert-inline to insert inline part: this respect
2791         mm-inline-media-tests displayers.
2792
2793         * mm-view.el (mm-display-shell-script-inline): New function.
2794
2795         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2796
2797         * mm-uu.el (mm-uu-type-alist): Add org block.
2798         (mm-uu-org-src-code-block-extract): New function.
2799
2800         * mm-view.el (mm-display-org-inline): New function.
2801
2802         * mm-decode.el (mm-automatic-display): Add text/org.
2803
2804         * mailcap.el (mailcap-mime-extensions): Add .org.
2805
2806 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2809         gnus-article-add-buttons.
2810
2811 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2812
2813         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2814         From header with a date and "nobody" as the sender.
2815
2816 2011-01-19  Julien Danjou  <julien@danjou.info>
2817
2818         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2819         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2820         if you have the same regexp several times.
2821         (gnus-button-push): Fix matching when regexp is symbol.
2822
2823 2011-01-15  Glenn Morris  <rgm@gnu.org>
2824
2825         * message.el (message-mail): A compose-mail function should
2826         accept headers as strings.
2827
2828 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2829
2830         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2831         Add :vert-only tags.
2832         (message-mail): New arg RETURN-ACTION.
2833         (message-return-action): New var.
2834         (message-bury): Use it.
2835         (message-mode): Make it buffer-local.
2836         (message-send-and-exit): Always call message-bury.
2837
2838         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2839         message-mail.
2840
2841 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * nnimap.el (nnimap-convert-partial-article): Protect against
2844         zero-length body parts.
2845
2846         * mm-decode.el (mm-preferred-alternative-precedence):
2847         Discourage showing empty parts.
2848
2849         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2850         and stuff if the backend didn't return the article number.  This fixes
2851         an Exchange-related nnimap bug.
2852
2853         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2854         group window, because it does the wrong thing when a separate frame
2855         displays the group buffer.
2856
2857         * proto-stream.el (open-protocol-stream): Protect against the low-level
2858         transport functions returning nil.
2859
2860 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2861
2862         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2863         (mml2015-epg-find-usable-secret-key): New function.
2864         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2865         mml2015-epg-find-usable-key (Bug#7797).
2866         (mml2015-epg-encrypt): Ditto.
2867
2868 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * dgnushack.el (rot13-string): Fix the way to get the argument.
2871
2872 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2875
2876 2011-01-03  Glenn Morris  <rgm@gnu.org>
2877
2878         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2879
2880         * sieve.el (sieve-open-server): Give a more explicit error if
2881         sieve-manage-open returns nil.  (Bug#7720)
2882
2883 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2884
2885         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2886
2887 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2890         This avoids sending passwords in plain text over non-encrypted
2891         channels.
2892
2893         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2894
2895         * nnimap.el (nnimap-login): Refactored out into own function, and
2896         implement CRAM-MD5.
2897         (nnimap-wait-for-line): Refactored out.
2898
2899         * mm-view.el (mml-smime): Require.
2900
2901 2010-12-20  David Engster  <deng@eml.cc>
2902
2903         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2904         use EPG to decrypt S/MIME messages instead of openssl.
2905
2906 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2909
2910         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2911         status is the group clearly is unreachable.
2912
2913         * auth-source.el (auth-source-create): Add the optional second
2914         parameter to `local-variable-p' to be compatible with XEmacs.
2915
2916 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2917
2918         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2919         work when using a compressed nnml folder.
2920
2921 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2924         backends after sanitising on entry, because this never makes sense:
2925         If the articles have gone missing, then the data no longer exists on
2926         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2927         overwrite anything anyway.
2928
2929         * shr.el (shr-insert-document): Bind shr-width dynamically to
2930         window-width if it's nil.
2931
2932 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2933
2934         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2935         with the meaning of using the full emacs window width for rendering.
2936
2937 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2938
2939         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2940         case when sender is not given.
2941
2942 2010-12-23  Julien Danjou  <julien@danjou.info>
2943
2944         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2945         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2946         the addresses, otherwise we might misplaced the gravatar.
2947
2948 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2949
2950         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2951         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2952         obsolete in Emacs.
2953
2954 2010-12-20  Julien Danjou  <julien@danjou.info>
2955
2956         * gnus-util.el (gnus-rescale-image): Revert last change.
2957
2958 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2959
2960         * binhex.el: Improve commentary (Bug#7482).
2961
2962 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * gnus-group.el (gnus-group-delete-articles): New command.
2965
2966 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2967
2968         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2969
2970 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2973         here, since it's up to the backends to do CRLF removal if their
2974         protocol has it.
2975
2976         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2977
2978 2010-12-17  Julien Danjou  <julien@danjou.info>
2979
2980         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2981         they are from file. Can also scale up.
2982
2983 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2984
2985         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2986         gnus-use-agent.
2987         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2988
2989         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2990
2991 2010-12-17  Julien Danjou  <julien@danjou.info>
2992
2993         * gravatar.el (gravatar-retrieve-synchronously): New function.
2994         (gravatar-get-data): Make more robust.
2995
2996 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2999
3000 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3003         to really consider the last line.
3004
3005 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3006
3007         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3008         list of recipient keys, or use symmetric encryption if not a list.
3009         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3010         EPA override, replacing the call to `netrc-store-data'.
3011
3012 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3013
3014         * gnus-srvr.el: Avoid passing nil regexp argument to
3015         delete-matching-lines.
3016
3017 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3020         fetching stops when Gnus exits.
3021
3022         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3023         function.
3024         (nnfolder-request-expire-articles): Save all the buffers after doing
3025         expiry.
3026
3027         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3028         the last article", since that led to serious performance regressions
3029         when expiring nnml groups.
3030
3031 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3032
3033         * nnir.el: Improve customizations.
3034
3035 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3038
3039         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3040         group has been killed.
3041         (gnus-group-yank-group): Ditto.
3042
3043         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3044
3045         * nnimap.el (nnimap-request-update-group-status): New function.
3046
3047         * gnus-int.el (gnus-request-update-group-status): New interface
3048         function.
3049
3050         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3051         copying read-ness to the backends.
3052
3053         * nnimap.el (nnimap-quirk): New function.
3054         (nnimap-retrieve-group-data-early): Use it.
3055         (nnimap-quirks): New alist.
3056
3057 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3060         don't delete it within indentation.
3061
3062 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3065         previous line.
3066
3067 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3070         QRESYNC command by deleting a superfluous space which broke Cyrus
3071         servers.  This change will break other servers that are buggy the other
3072         way around.
3073
3074 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3075
3076         * spam.el: Reindent and fix long lines.
3077         (spam-copy-or-move-routine): Exclude invalid move destinations.
3078
3079 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3080
3081         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3082         installed the registry.
3083
3084 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3087
3088 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3089
3090         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3091         groupname doesn't contain "gmane".
3092
3093 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3096         and netrc-bound-and-true-p bindings.
3097         (netrc-parse): Cache the netrc contents.
3098
3099         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3100         (gnus-1): Don't create the nndrafts group twice.
3101         (gnus-setup-news): There's no need to read the active file here, since
3102         that's done again later on a per-backend basis.
3103         (gnus-start-draft-setup): Make sure that the new group is started out
3104         empty.
3105
3106         * gnus-agent.el (gnus-agentize): Don't create the queue group
3107         automatically on startup.  It'll be created later, if needed.
3108
3109         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3110         of automatically subscribed groups.
3111         (gnus-auto-subscribed-categories): New variable.
3112         (gnus-matches-options-n): Use it.
3113         (gnus-default-subscribed-newsgroups): Remove unused variable.
3114         (gnus-start-draft-setup): Message a bit less.
3115
3116 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3117
3118         * nnir.el (nnir-run-imap): Return article list in order of increasing
3119         UID.
3120
3121 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * gnus-sum.el (gnus-summary-enter-digest-group):
3124         Mention gnus-auto-select-on-ephemeral-exit.
3125
3126         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3127         convention of the network-only option.
3128
3129 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * proto-stream.el (proto-stream-open-network-only): New function to
3132         have a way to specify non-STARTTLS upgrade connections.
3133
3134 2010-12-10  Julien Danjou  <julien@danjou.info>
3135
3136         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3137         email address is nil.
3138
3139         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3140
3141 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3142
3143         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3144         deletion.
3145         (nnir-run-imap): Only need to parse list once.
3146
3147 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * shr.el (shr-tag-script): Ignore <script>.
3150         (shr-tag-label): Add <label> support.
3151
3152 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3155
3156         * shr.el (shr-image-displayer): Work for images lined side by side.
3157
3158 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3159
3160         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3161         parameter, since XEmacs doesn't accept t as a parameter.
3162
3163 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3164
3165         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3166         ids.
3167         (nnir-run-gmane): Simplify groupspec formatting.
3168         (nnir-request-expire-articles): New function.
3169
3170 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3173         overflow, possibly.
3174
3175         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3176         (shr-render-td): Handle td style="" better.
3177         (shr-tag-table): Use the color from the style sheet.
3178         (shr-render-td): Make sure we copy over all the overlays, too.
3179
3180 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3181
3182         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3183         (nnir-request-article): Improve article retrieval.
3184
3185 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * mm-util.el (mm-extra-numeric-entities): New variable.
3188
3189         * mm-url.el (mm-url-decode-entities):
3190         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3191
3192         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3193
3194 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3195
3196         * message.el: Use completion-at-point.
3197         (message-completion-function): New fun, extracted from message-tab.
3198         (message-mode): Use it for completion-at-point-functions.
3199         (message-tab): Use it and completion-at-point.
3200
3201 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3204         character if a non-breakable character follows.
3205
3206 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3209         any stream.
3210
3211         * shr.el (shr-tag-font): Colorize the region.
3212         (shr-tag-body): Ditto.
3213         (shr-tag-font): Actually let the styles be inherited instead of
3214         overwriting them.
3215         (shr-tag-font): Get the background color right.
3216         (shr-tag-style): Ignore all <style> tags for the moment.
3217
3218         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3219         a Message-ID to avoid having nnimap depend on gnus-sum.
3220
3221         * shr.el (shr-descend): Only colorize something if we have a node that
3222         sets colors.
3223
3224 2010-12-06  Julien Danjou  <julien@danjou.info>
3225
3226         * shr.el (shr-render-td): Render td content with shr-descend, so style
3227         will be applied to <td> too.
3228         (shr-colorize-region): Colorize region even if we only have a background.
3229         (shr-tag-body): Fix color and background color inheritance.
3230         Do not recolorize after shr-generic.
3231         (shr-tag-font): Let shr-generic colorize via inheritance.
3232
3233 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3236
3237 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3238
3239         * nnir.el (nnir-request-move-article): Remove obsolete code.
3240
3241 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3244
3245 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * gnus-sum.el (gnus-summary-respool-article): The completion function
3248         expects a list instead of an alist.
3249
3250         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3251         string as the parameter.
3252
3253         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3254
3255         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3256         styles.
3257         (shr-colorize-region): New function.
3258         (shr-insert-background-overlay): Remove.
3259         (shr-render-td): Background setting should be taken care of on a higher
3260         level.
3261         (shr-tag-body): Use post-hoc colorizations.
3262         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3263         (shr-put-color-1): Don't overwrite old colors.
3264         (shr-colorize-region): When the background color isn't explicit, use
3265         a fixed background.
3266
3267         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3268         nnmail variables.
3269
3270 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3271
3272         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3273         unless necessary.
3274
3275 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3276
3277         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3278         server.
3279
3280 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3283         so that TAB works.
3284
3285         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3286         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3287
3288         * shr.el (shr-urlify): Show the URL before the title to avoid
3289         misleading URLs.
3290
3291 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3292
3293         * shr.el (shr-urlify): Display the title in <a> tags.
3294
3295 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3296
3297         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3298
3299 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3300
3301         * nnir.el: Rearrange code to allow macros to be autoloaded by
3302         gnus-sum.el.
3303         (nnir-retrieve-headers-override-function): Make this variable
3304         customizable.
3305         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3306
3307         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3308         from nnir.el.
3309
3310 2010-12-03  Julien Danjou  <julien@danjou.info>
3311
3312         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3313
3314 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3317         allow optional argument `environment'.
3318
3319 2010-12-03  Glenn Morris  <rgm@gnu.org>
3320
3321         * mm-extern.el (message-goto-body): Update declaration.
3322
3323 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-util.el (gnus-macroexpand-all): New function.
3326
3327         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3328         instead of macroexpand-all that is unavailable in XEmacs.
3329
3330 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3331
3332         * nnir.el (nnir-summary-line-format): New variable.
3333         (nnir-mode): Use it.
3334         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3335         (nnir-article-ids): Reimplement as defsubst.
3336         (nnir-retrieve-headers): Don't mangle the subject header.
3337         (nnir-run-imap): Use 100 as RSV score.
3338         (nnir-run-find-grep): Fix for full server searching.
3339         (nnir-run-gmane): Better restriction to gmane groups.
3340
3341         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3342         summary buffers.
3343
3344 2010-12-02  Julien Danjou  <julien@danjou.info>
3345
3346         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3347
3348         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3349
3350         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3351         support.
3352
3353 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3354
3355         * nnir.el: Update to handle the registry better.
3356         (autoload): Silence byte-compiler.
3357         (nnir-open-server): Add a hook for nnir groups.
3358         (nnir-request-move-article): Don't mangle the header. Better to use
3359         formating variables (which will be added in the future).
3360         (nnir-registry-action): Update the registry using the original article
3361         group name.
3362         (nnir-mode): Install nnir-specific hooks for updating the registry.
3363
3364         * gnus-sum.el
3365         (gnus-article-original-subject,gnus-newsgroup-original-name):
3366         Remove obsolete variables.
3367         (gnus-summary-move-article): Remove use of obsolete variables.
3368         (gnus-summary-local-variables): Make move and delete hooks local to
3369         summary buffers.
3370
3371 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * rtree.el: New file.
3374
3375 2010-12-01  Julien Danjou  <julien@danjou.info>
3376
3377         * message.el (message-user-organization): Do not use
3378         gnus-local-organization.
3379
3380         * gnus.el: Remove gnus-local-organization.
3381
3382         * gnus-msg.el: Remove nastygram thing.
3383
3384 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3387         funcall.
3388
3389 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3392         names.
3393
3394         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3395         characters.
3396
3397         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3398         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3399         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3400         (gnus-gravatar-transform-address): Use mail-extract-address-components
3401         that supports non-ASCII names rather than mail-header-parse-addresses.
3402
3403 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * proto-stream.el (open-protocol-stream): All starttls connections are
3406         handled by the network handler.
3407
3408 2010-11-30  Julien Danjou  <julien@danjou.info>
3409
3410         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3411         (nnimap-open-connection-1): Fix PREAUTH.
3412
3413         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3414
3415 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3418         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3419         (shr-insert): Use them.
3420         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3421
3422 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3423
3424         * nnir.el (nnir-request-move-article): Bail out if original group
3425         doesn't support article moves.
3426         (nnir-get-active): Improve active list retrieval.
3427
3428 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3431
3432 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3433
3434         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3435         seem to accept strings-with-numbers as port numbers,
3436
3437 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3438
3439         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3440         change the registry.
3441
3442 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3445         delete-dups that is not available in XEmacs 21.4.
3446
3447         * mm-util.el (mm-delete-duplicates): Add comment.
3448
3449 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3450
3451         * nnir.el (nnir-ignored-newsgroups): New variable.
3452         (nnir-get-active): Use it.
3453
3454 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * proto-stream.el (proto-stream-open-network): Add some comments.
3457
3458         * nntp.el (nntp-open-connection): Provide a :success condition.
3459
3460         * nnimap.el (nnimap-open-connection-1): Ditto.
3461
3462         * proto-stream.el (proto-stream-open-network): See what the response to
3463         the STARTTLS command is.
3464
3465         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3466         backwards compatibility).
3467         (nnimap-open-connection-1): Really respect nnimap-server-port.
3468
3469         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3470         TLS upgrades we don't really care about the identity of the peer.
3471         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3472         that what we've checked for.
3473         (proto-stream-always-use-starttls): Only default to t if
3474         open-gnutls-stream exists.
3475         (proto-stream-open-network): If STARTTLS failed, then just open a
3476         normal connection.
3477         (proto-stream-open-network): Wait until the greeting before doing
3478         STARTTLS.
3479
3480         * nntp.el (nntp-open-connection): Report what the connection error is.
3481
3482         * proto-stream.el (open-protocol-stream): Rename from
3483         open-proto-stream.
3484
3485 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnimap.el (nnimap-stream): Change default to `undecided'.
3488         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3489         first, and then network.
3490         (nnimap-open-connection-1): Respect nnimap-server-port.
3491         (nnimap-open-connection): Be more backwards-compatible.
3492
3493         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3494         (proto-stream-open-starttls): De-duplicate the starttls code.
3495         (proto-stream-open-starttls): Folded back into the main function.
3496         (proto-stream-open-network): Fix typo in the gnutls path.
3497         (proto-stream-command): Refactor out.
3498
3499         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3500
3501         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3502         starttls.el STARTTLS.
3503
3504         * color.el (color-lab->srgb): Fix function call name.
3505
3506         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3507         if we're using tls.el.
3508         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3509         built in, then don't try to establish a STARTTLS connection.
3510
3511         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3512         servers.
3513
3514         * proto-stream.el (open-proto-stream): Use network, not stream.
3515         (open-proto-stream): Add a way to specify what the end of a command is.
3516
3517         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3518         connections types.
3519         (nntp-open-network-stream): Remove.
3520         (nntp-open-ssl-stream): Remove.
3521         (nntp-open-tls-stream): Remove.
3522         (nntp-ssl-program): Remove.
3523
3524         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3525
3526 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3527
3528         * nnir.el: Fix typos.
3529         (nnir-retrieve-headers-override-function): Rename variable to reflect
3530         new semantics.
3531         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3532         macros.
3533         (nnir-request-article, nnir-request-move-article): Use them.
3534         (nnir-categorize): New function.
3535         (nnir-run-query): Use it.
3536         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3537         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3538         sorted.
3539         (nnir-group-full-name): Use gnus-group-full-name instead.
3540         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3541         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3542
3543 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3546
3547         * proto-stream.el: New library to provide protocol-specific
3548         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3549         protocols.
3550         (open-proto-stream): Complete the documentation.
3551         (proto-stream-open-network): Fix some typos.
3552
3553         * nnimap.el (nnimap-open-connection): Use it.
3554
3555 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3556
3557         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3558         negotiation.
3559
3560 2010-11-26  Julien Danjou  <julien@danjou.info>
3561
3562         * color.el: Rename various rgb functions to srgb.
3563
3564 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3567         names.
3568
3569 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * shr.el (shr-insert): Revert last change.
3572         (shr-find-fill-point): Never leave point being at bol;
3573         relax the kinsoku limitation when rendering tables.
3574
3575 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3578         results from -accept-article.
3579
3580         * shr-color.el: Require cl when compiling.
3581
3582         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3583         checkin.
3584
3585         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3586
3587         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3588
3589         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3590         'add and 'delete to set backend marks.
3591
3592         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3593
3594         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3595
3596         * nntp.el (nntp-request-set-mark): Use it.
3597
3598         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3599
3600         * nnml.el (nnml-request-set-mark): Ditto.
3601
3602         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3603         introduces regressions in article selection.
3604         (nnimap-find-uid-response): New function.
3605         (nnimap-request-accept-article): Use the UID returned, if any.
3606         (nnimap-request-move-article): Use the UID returned, if any.
3607         (nnimap-get-groups): Reimplement to work with folded lines.
3608         (nnimap-find-uid-response): The UID is the last element in the list.
3609         (nnimap-request-set-mark): Extend syntax with 'set.
3610
3611         * nnml.el (nnml-request-set-mark): Ditto.
3612
3613         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3614
3615         * nntp.el (nntp-request-set-mark): Ditto.
3616
3617 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * message.el (message-called-interactively-p): A temporary macro.
3620         (message-goto-body): Use it temporarily.
3621
3622 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3625         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3626         (nnimap-last-response-string): Fix last unfolding fix.
3627
3628 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * shr.el (shr-insert): Fix the way to fold lines.
3631
3632 2010-11-25  Julien Danjou  <julien@danjou.info>
3633
3634         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3635
3636         * color.el: Rename from color-lab.el
3637         (color-rgb->hex): Add.
3638         (color-complement): Add.
3639         (color-complement-hex): Add.
3640
3641         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3642
3643 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3646         don't exist.
3647
3648 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3651         assuming that article displaying or another mml-preview may be
3652         interrupted for an error or for the like.
3653
3654         * shr.el (shr-get-background): Fix argument name.
3655
3656 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3659
3660         * gnus-sum.el (gnus-summary-include-articles): New function.
3661
3662         * message.el (message-goto-body): called-interactively-p needs a
3663         parameter, so use `any'.
3664
3665         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3666         clear marks before moving, since they're synced from the Gnus side
3667         first.
3668
3669         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3670         (gnus-summary-move-article): Copy over all marks before moving, so that
3671         IMAP doesn't think a new article has arrived.
3672
3673 2010-11-24  Julien Danjou  <julien@danjou.info>
3674
3675         * shr.el (shr-insert-background-overlay): Fix typo.
3676         (shr-render-td): Copy the background before rendering.
3677
3678         * shr-color.el (shr-color-visible): Fix docstring.
3679
3680         * shr.el (shr-tag-table): Add bgcolor support.
3681         (shr-render-td): Add bgcolor support.
3682         (shr-get-background): Add.
3683         (shr-insert-foreground-overlay): Use shr-get-background.
3684
3685         * message.el (message-goto-body): Use called-interactively-p.
3686         (message-in-body-p): message-goto-body returns point.
3687
3688 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3691         Fixes something or other in Emacs 23, and is backwards compatible.
3692
3693         * message.el (message-goto-body): Remove the <#secure special-casing,
3694         which is too special.
3695
3696         * shr.el (shr-parse-style): Drop !important from styles.
3697
3698 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3699
3700         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3701         this function to return incorrect results when calling it with an
3702         explicit article argument different from
3703         (gnus-summary-article-number).
3704
3705 2010-11-24  Julien Danjou  <julien@danjou.info>
3706
3707         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3708         (shr-tag-body): Add background support.
3709         (shr-descend): Add background support.
3710         (shr-tag-title): Add.
3711
3712         * shr-color.el (shr-color-visible): Really return original background
3713         if fixed.
3714
3715 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * shr.el (shr-color-check): Protect against non-existent colour names.
3718
3719 2010-11-24  Julien Danjou  <julien@danjou.info>
3720
3721         * color-lab.el: Require 'cl when compiling.
3722
3723         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3724
3725         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3726         matched part.
3727
3728         * color-lab.el: Fix all expt calls to use float type.
3729
3730 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3733         expression to shr-color-check as is.
3734
3735         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3736
3737         * color-lab.el: Add coding cookie.
3738         (float-pi): Use eval-and-compile.
3739
3740         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3741         compiled for Emacsen having no `libxml-parse-html-region' support.
3742
3743 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * shr.el (shr-insert-color-overlay): Split stuff like
3746         "#444444 !important" to find the real colour.
3747         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3748         parse <font color="red"> entries.
3749
3750 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3751
3752         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3753         point when parsing headers.
3754
3755         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3756         is positioned properly when parsing headers.
3757
3758 2010-11-23  Julien Danjou  <julien@danjou.info>
3759
3760         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3761
3762         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3763
3764         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3765
3766         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3767         Use shr-color-hue-to-rgb.
3768         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3769
3770 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * shr.el (shr-color->hexadecimal): Autoload.
3773         (shr-descend): Add color to all tags.
3774
3775 2010-11-22  Julien Danjou  <julien@danjou.info>
3776
3777         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3778         shr-color->hexadecimal.
3779
3780         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3781         RGB() or HSL() color representation.
3782
3783         * shr.el (shr-tag-font): Add.
3784         (shr-tag-color-check): New function to get better colors.
3785         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3786         tag-span.
3787
3788         * shr-color.el: New file.
3789
3790         * color-lab.el: New file.
3791
3792         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3793
3794 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3795
3796         * nnir.el: Fix typo in comments.
3797         (nnir-run-imap): Simplify code. No need to reverse artlist.
3798         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3799
3800 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3803
3804         * nnimap.el (nnimap-get-capabilities): Refactor out.
3805         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3806
3807 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3808
3809         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3810         appearing when `mm-uu-hide-markers' is nil.
3811
3812 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * nnimap.el (nnimap-unselect-group): Make into its own function.
3815         (nnimap-request-rename-group): Unselect group before renaming.
3816         This had gotten lost somewhere.
3817         (nnimap-request-accept-article): Keep track of examined groups, and
3818         unselect the group before APPENDing to read-only groups.
3819         (nnimap-request-move-article): Clear flags before moving so that they
3820         can be re-set later.
3821
3822 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3825         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3826
3827 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-art.el (gnus-mime-display-single)
3830         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3831         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3832         parameter.
3833
3834 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3837         (shr-table-vertical-line): New variable.
3838         (shr-insert-table): Use it.
3839
3840 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-html.el (gnus-html-wash-images): Don't display images if
3843         gnus-inhibit-images is non-nil; register displayer for cid images.
3844         (gnus-html-display-image): Work for cid image.
3845         (gnus-html-insert-image): Allow arguments.
3846         (gnus-html-put-image): Inhibit read-only.
3847         (gnus-html-prefetch-images): Don't prefetch images if
3848         gnus-inhibit-images is non-nil.
3849
3850 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * shr.el (shr-put-image): Break lines when inserting big pictures.
3853
3854 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3855
3856         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3857         sender, thanks Katsumi Yamaoka.
3858
3859 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3860
3861         * nnir.el (nnir-run-imap): Reverse the article list for each group
3862         rather than the whole list.
3863
3864 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * shr.el (shr-image-displayer): Protect function against non-existent
3867         image source.
3868
3869         * gnus-art.el (gnus-inhibit-images): New user option.
3870         (gnus-mime-display-single): Don't display image if it is non-nil.
3871
3872         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3873         gnus-inhibit-images.
3874
3875         * shr.el (shr-image-displayer): New function.
3876         (shr-tag-img): Use it.
3877
3878 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3879
3880         * mml2015.el (mml2015-epg-sign): Use From header.
3881
3882 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3885
3886         * gnus-util.el (gnus-find-text-property-region): Return markers.
3887
3888         * shr.el (shr-tag-img): Put a displayer in the text property.
3889
3890         * gnus-util.el (gnus-find-text-property-region): New utility function.
3891
3892         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3893         (gnus-html-show-images): Remove.
3894
3895         * gnus-art.el (gnus-article-show-images): New, more general function.
3896
3897         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3898         image url text properties.
3899
3900         * shr.el: Ditto.
3901
3902         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3903         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3904
3905 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3908         work for two or more articles.
3909
3910 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3913         divide an image that's in an html article to two or more when washing
3914         non-ASCII characters in alt text of it.
3915
3916 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3919         smime-decrypt-region using function argument.
3920         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3921
3922         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3923
3924         * smime.el (smime-decrypt-region): Catch it.
3925
3926 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3927
3928         * smime.el (smime-mode-map): Move initialization into declaration.
3929         (gnus-run-mode-hooks): Don't autoload.
3930         (smime-mode): Use define-derived-mode.
3931
3932 2010-11-11  Glenn Morris  <rgm@gnu.org>
3933
3934         * smime.el (from): Restrict declaration to XEmacs.
3935
3936         * nnir.el (gnus-group-topic-name): Autoload.
3937
3938 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * shr.el (shr-insert): Don't break long line if it is because of
3941         kinsoku-bol characters in the line end.
3942
3943 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3944
3945         * nnir.el (nnir-request-move-article): Fix to provide original group
3946         and subject.
3947         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3948         been retrieved.
3949
3950         * gnus-sum.el (gnus-summary-move-article): Use original group and
3951         subject for virtual articles such as those in an nnir summary buffer.
3952
3953 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3956         least 21.5).
3957
3958         * smime.el (from): Declare it again for XEmacs.
3959
3960 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * message.el (message-resend): Don't disable encoding unless it's
3963         already encoded.
3964
3965         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3966         low-numbered articles.
3967
3968 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * rfc2047.el (rfc2047-syntax-table): Simplify.
3971
3972         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3973
3974         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3975         set-char-table-range for XEmacs.
3976
3977 2010-11-10  Glenn Morris  <rgm@gnu.org>
3978
3979         * time-date.el (time-to-seconds): Always an alias on Emacs,
3980         never a real function.
3981         (with-no-warnings): Remove compat stub, now unused.
3982         (time-less-p): Doc fix.
3983         (time-to-number-of-days): Simplify.
3984
3985         * smime.el (from): Remove unused declaration.
3986
3987         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3988         (gnus-float-time): On Emacs, always an alias.
3989
3990         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3991         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3992
3993 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * dgnushack.el: Don't use ignore-errors in the top level form since it
3996         is unavailable in XEmacs even if cl is loaded.
3997
3998         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3999
4000 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * shr.el (browse-url-mailto): Autoload.
4003
4004         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4005
4006         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4007         regexp doesn't need quoting.
4008
4009 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4010
4011         * message.el (message-subject-trailing-was-ask-regexp)
4012         (message-subject-trailing-was-regexp): Match was: in addition to was.
4013
4014 2010-11-09  Glenn Morris  <rgm@gnu.org>
4015
4016         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4017         (nnbabyl-check-mbox): Use point-at-bol.
4018
4019 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4022
4023         * message.el (message-mailto): New function.
4024         (message-mailto): Should accept other parameters.
4025         (message-mailto): Remove since it duplicates browse-url-mailto
4026         functionality.
4027
4028 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4031         methods.
4032         (gnus-read-active-file): Ditto.
4033
4034         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4035         ": " from the prompt.
4036         (gnus-group-make-group): Ditto.
4037
4038 2010-11-07  Glenn Morris  <rgm@gnu.org>
4039
4040         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4041         (gnus-bookmark-kill-line): Use point-at-eol.
4042
4043 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4046         asterisks in From header.
4047
4048 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4051         string to avoid making the From headers syntactically invalid.
4052
4053         * message.el (message-send-mail): Don't insert courtesy messages if the
4054         message already has List-Post and List-ID messages.
4055
4056 2010-11-06  Glenn Morris  <rgm@gnu.org>
4057
4058         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4059         `condition', `type', `length' a prefix.
4060         (gnus-treat-predicate): Update for above name changes.
4061
4062 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4063
4064         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4065         binding.  Handled by `gnus-summary-refer-thread' instead.
4066         (nnir-warp-to-article): New backend function.
4067
4068         * nnimap.el (nnimap-request-thread): Force dependency updating.
4069
4070         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4071         (gnus-summary-refer-thread): Rework to improve thread-referral.
4072
4073         * gnus-int.el (gnus-warp-to-article): New function.
4074
4075         * gnus-sum.el (gnus-summary-article-map): Bind it.
4076
4077 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4078
4079         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4080         gnus-summary-refer-thread.
4081
4082         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4083         headers.
4084         (gnus-summary-limit-include-thread): Prevent articles in thread from
4085         being cut in gnus-cut-threads.
4086         (gnus-summary-refer-thread): Limit retrieved headers to those in
4087         thread.
4088
4089 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * message.el (message-send-mail): Use the value of
4092         message-courtesy-message from the message buffer.
4093
4094         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4095
4096         * shr.el (shr-browse-url): Implement mailto: URLs.
4097
4098         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4099         "raw".
4100
4101         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4102         if it's already selected.
4103
4104         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4105
4106 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4109         to measure the length and truncate alt text.
4110
4111 2010-11-03  Glenn Morris  <rgm@gnu.org>
4112
4113         * nndiary.el (nndiary-generate-nov-databases-1)
4114         (nndiary-generate-active-info): Rename dynamic variable `files' to
4115         something less generic.
4116
4117 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4118
4119         * nnir.el (nnir-request-move-article): Call the underlying backend to
4120         move articles from nnir.
4121
4122 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4125
4126 2010-11-02  Julien Danjou  <julien@danjou.info>
4127
4128         * nnir.el: Remove wais support.
4129
4130 2010-11-02  Glenn Morris  <rgm@gnu.org>
4131
4132         * gnus-html.el: Reorder requirements to quieten compiler.
4133
4134 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4137         properly for XEmacs as well.
4138         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4139         (gnus-article-natural-long-line-p): Use window-width rather than
4140         frame-width.
4141
4142 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4143
4144         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4145         (nnir-read-parms): Don't modify query.
4146         (nnir-run-query): Add ability to search topic on current line.
4147         (nnir-get-active): Clean up.
4148
4149 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4152         degenerate articles.
4153
4154         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4155         (gnus-print-buffer): Just print the buffer as is, without any copying
4156         to a buffer and then re-highlighting.
4157
4158         * nnimap.el (nnimap-request-group): Store the new updated info.
4159         (nnimap-request-group): Select the group when we don't know whether it
4160         exists or not.
4161
4162         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4163         groups.
4164
4165         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4166         groups.
4167
4168         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4169         groups.
4170
4171         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4172         long-lines case by only filling the long lines.
4173
4174         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4175         (bug #7311).
4176
4177 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * shr.el: No need to declare `declare-function' since shr.el is for
4180         only Emacsen that provide `libxml-parse-html-region'.
4181
4182         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4183         effective only in a file it is referred to.
4184
4185 2010-11-01  Glenn Morris  <rgm@gnu.org>
4186
4187         * mm-util.el (gnus-completing-read): Autoload.
4188         (mm-read-coding-system): Simplify Emacs definition.
4189
4190         * nnmail.el (gnus-activate-group):
4191         * nnimap.el (gnutls-negotiate):
4192         * nntp.el (netrc-parse): Fix declarations.
4193
4194 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4197         string-match-p in Emacs >=23.
4198
4199         * gnus-msg.el (gnus-configure-posting-styles)
4200         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4201
4202 2010-11-01  Glenn Morris  <rgm@gnu.org>
4203
4204         * nnir.el (declare-function): Add compat stub.
4205         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4206         (nnir-run-gmane): Require 'mm-url.
4207
4208         * mm-util.el (mm-string-to-multibyte): Simplify.
4209
4210         * shr.el (declare-function): Add compat stub.
4211         (url-cache-create-filename): Declare.
4212         (mm-disable-multibyte, widget-convert-button): Autoload.
4213
4214         * smime.el (ldap-search): Declare.
4215         (smime-cert-by-ldap-1): Require ldap on Emacs.
4216
4217         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4218         (nnimap-keepalive): Use gnus-float-time.
4219
4220         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4221         (mail-source-delete-crash-box): Use gnus-float-time.
4222
4223         * gnus-dired.el (gnus-completing-read): Autoload.
4224
4225         * mm-view.el (gnus-rescale-image): Autoload.
4226
4227         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4228
4229         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4230
4231         * sieve-manage.el: Require 'cl when compiling.
4232
4233         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4234         (gnus-iswitchb-completing-read): Require iswitchb.
4235         (gnus-select-frame-set-input-focus): Silence compiler.
4236
4237 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * message.el (message-subject-trailing-was-query): Change default to t,
4240         since I think that's what most people want.
4241
4242         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4243         appending for easier debugging.
4244         (nnimap-wait-for-connection): Take a regexp.
4245         (nnimap-request-accept-article): Wait for the continuation line before
4246         sending anything unless we're streaming.
4247
4248         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4249         leave the header washing to take place.
4250
4251 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4252
4253         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4254         regular expression match and replace in posting styles.
4255
4256 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4257
4258         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4259         an entire server.
4260         (nnir-get-active): New function.
4261         (nnir-run-imap): Use it.
4262         (nnir-run-gmane): Who knew, gmane search returns an article score!
4263
4264         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4265         server on the current line with nnir.
4266
4267 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4270         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4271         left edge.
4272         (gnus-article-foldable-buffer): Skip past the prefix when determining
4273         raggedness.
4274
4275         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4276         the raw article, and change `C-u g' to show the article without doing
4277         treatments.
4278
4279         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4280         on to `gnus-treat-article'.
4281         (gnus-inhibit-article-treatments): New variable.
4282
4283         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4284
4285         * gnus-art.el (gnus-treatment-function-alist): Have
4286         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4287         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4288         sections.
4289
4290         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4291         parameter.
4292         (gnus-article-fill-cited-long-lines): New function.
4293         (gnus-article-fill-cited-article): Allow filling only long sections.
4294
4295         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4296         and non-punctuation (like after the apostrophe in "'We").
4297
4298         * gnus-sum.el (gnus-summary-select-article): Make sure
4299         gnus-original-article-buffer is alive.
4300
4301         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4302         reflect the order they're in in the digest.
4303
4304         * gnus.el (gnus-group-startup-message): Move point to the start of the
4305         buffer.
4306
4307         * nnimap.el (nnimap-capability): New function.
4308         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4309         is set.
4310
4311 2010-10-31  David Engster  <dengste@eml.cc>
4312
4313         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4314         conform with changes to gnus-completing-read.
4315
4316 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4319
4320 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4321
4322         * nnir.el: Move defvar, defcustom around to keep file organized
4323         and keep byte-compiler quiet.
4324         (nnir-read-parms): Accept search-engine as arg.
4325         (nnir-run-query): Pass search-engine as arg.
4326         (nnir-search-engine): Remove.
4327
4328 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * shr.el (shr-generic): The text nodes should be text, not :text.
4331
4332         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4333         later in the file.
4334
4335 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4336
4337         * nnir.el: General clean up.  Allow searching with multiple engines.
4338         Allow separate extra-parameters for each engine.
4339         Batch queries when possible.
4340         (nnir-imap-default-search-key,nnir-method-default-engines):
4341         Add customize interface.
4342         (nnir-run-gmane): New engine.
4343         (nnir-engines): Use it.  Qualify all prompts with engine name.
4344         (nnir-search-engine): Remove global variable.
4345         (nnir-run-hyrex): Restore for now.
4346         (nnir-extra-parms,nnir-search-history): New variables.
4347         (gnus-group-make-nnir-group): Use them.
4348         (nnir-group-server): Remove in favor of gnus-group-server.
4349         (nnir-request-group): Avoid searching twice.
4350         (nnir-sort-groups-by-server): New function.
4351
4352 2010-10-30  Julien Danjou  <julien@danjou.info>
4353
4354         * gnus-group.el: Remove gnus-group-fetch-control.
4355
4356         * gnus-start.el (gnus-find-new-newsgroups):
4357         Remove gnus-check-first-time-used.
4358
4359         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4360
4361 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4362
4363         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4364         set on groups that don't have \* permanentflags.
4365
4366 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4369         control the background color.
4370         (shr-tag-img): Ignore very small web bug type images.
4371         (shr-put-image): Add help-echo alt texts to the images.
4372         (shr-tag-video): Show the video poster image.
4373
4374 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * shr.el (shr-table-depth): New variable.
4377         (shr-tag-table-1): Only insert the images after the top-level table.
4378
4379         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4380
4381         * gnus-util.el (gnus-list-memq-of-list): New function.
4382
4383         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4384         selected.
4385         (nnimap-unsplittable-articles): New slot.
4386         (nnimap-new-articles): Use it.
4387
4388 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4389
4390         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4391         move to the previous line on `M-g'.
4392
4393 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4396         *-request-group, which seems unnecessary.
4397
4398         * nnimap.el (nnimap-quote-specials): Function copied over from
4399         imap.el.
4400         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4401         they support that.  Suggested by Tom Regner.
4402
4403 2010-10-29  Julien Danjou  <julien@danjou.info>
4404
4405         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4406         defalias.
4407         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4408
4409         * gnus.el: Remove `gnus-nntp-service' variable.
4410         (gnus-secondary-servers): Make obsolete.
4411         (gnus-nntp-server): Make obsolete.
4412
4413         * gnus-start.el (gnus-1): Remove x-splash calls.
4414
4415         * gnus-ems.el (gnus-x-splash): Remove.
4416
4417         * gnus.el (gnus-group-startup-message): Simplify/update code.
4418
4419         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4420         definition.
4421
4422         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4423         capability before doing anything.
4424         (gnus-group-insert-group-line): Remove useless
4425         gnus-group-remove-excess-properties.
4426
4427 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4430
4431 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4434         config after reselecting.
4435
4436 2010-10-28  Julien Danjou  <julien@danjou.info>
4437
4438         * shr.el (shr-put-image): Use point even if only inserting text.
4439         (shr-put-image): Save excursion when inserting alt text on non-graphic
4440         display, so the behaviour is the same when we are on a graphic display.
4441
4442         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4443
4444 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4447         (gnus-mime-copy-part): Check coding system, not charset.
4448         (gnus-mime-view-part-externally): Never remove part.
4449         (gnus-mime-view-part-internally): Don't remove part here.
4450         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4451         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4452         multipart/alternative.
4453
4454         * mm-decode.el (mm-display-part): Take optional arg `force'.
4455
4456 2010-10-26  Julien Danjou  <julien@danjou.info>
4457
4458         * gnus-group.el (gnus-group-default-list-level): Add this function to
4459         compute the default list level.
4460         (gnus-group-default-list-level): Add possibility to use a function.
4461
4462 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4465
4466         * gnus-group.el (gnus-group-completing-read)
4467         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4468         gnus-replace-in-string.
4469
4470 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * shr.el (shr-tag-div): Add.
4473
4474         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4475
4476 2010-10-25  Julien Danjou  <julien@danjou.info>
4477
4478         * gnus-util.el: Remove `gnus-with-local-quit'.
4479
4480         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4481
4482 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4485         the original article buffer.
4486
4487 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * nnimap.el (nnimap-request-head): New function.
4490         (nnimap-request-move-article): Try to be slighly faster by not
4491         requesting the entire message when moving.
4492         (nnimap-transform-headers): Don't bug out on bodiless articles.
4493         (nnimap-send-command): Have no outstanding messages if the IMAP server
4494         doesn't support streaming.
4495         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4496
4497 2010-10-24  Julien Danjou  <julien@danjou.info>
4498
4499         * message.el (message-default-headers): Fix type.
4500
4501 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4504         prefetching images.
4505
4506         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4507         backend for unknown groups.  This is mainly useful for nnimap groups.
4508
4509         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4510         group isn't covered by the agent.
4511
4512 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4513
4514         * nnir.el (nnir-method-default-engines): New variable.
4515         (nnir-run-query): Use it.
4516         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4517         (gnus-summary-nnir-goto-thread): Change group if needed.
4518
4519         * gnus-group.el (gnus-group-group-map): Add key binding for
4520         gnus-group-make-nnir-group.
4521
4522 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * shr.el (shr-tag-object): Add.
4525
4526         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4527         original article buffer live.
4528         (gnus-summary-select-article-buffer):
4529         Mention gnus-widen-article-buffer.
4530
4531 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * shr.el (shr-tag-strong): Add.
4534
4535 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4538         group names.  They mess up the group buffer badly.
4539
4540         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4541
4542         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4543         instead of the summary one.
4544
4545 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * mml.el (mml-preview): Work properly when editing article.
4548
4549         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4550         gnus-have-read-active-file if it's already been in.
4551
4552 2010-10-22  Tom Tromey  <tromey@redhat.com>
4553
4554         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4555         gnus-group-completing-read.
4556
4557 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * message.el (message-mode-map): Don't bind M-; to comment region, to
4560         allow the global comment-dwim to work.
4561
4562 2010-10-21  Julien Danjou  <julien@danjou.info>
4563
4564         * message.el (message-setup-1): Allow message-default-headers to be a
4565         function.
4566
4567 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * shr.el (shr-tag-table): Simplify.
4570
4571 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4574         to avoid trying to snarf invalid stuff.
4575
4576         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4577
4578         * gnus.el (gnus-message-archive-group): Quote value.
4579         (gnus-message-archive-group): Mark as changed.
4580
4581         * shr.el (shr-add-font): Don't put the font properties on the newline
4582         or the indentation.
4583
4584         * message.el (message-fix-before-sending): Change options when sending
4585         non-printable characters.
4586
4587         * gnus.el (gnus-message-archive-method): Change the default to
4588         monthly outgoing groups.
4589
4590         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4591         that have gotten new numbers.
4592
4593         * nnimap.el (nnimap-request-replace-article): New function.
4594
4595 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4598         (nnrss-request-article): Don't use special html washing code.
4599
4600 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * shr.el (shr-tag-table): Remove useless nconc.
4603
4604 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * gnus-art.el (article-wash-html): Simplify and remove the charset
4607         stuff.  Use the normal html rendering code instead of the special html
4608         washing code.
4609
4610         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4611         `gnus-w3m' symbols.
4612         (mm-text-html-washer-alist): Remove.
4613
4614         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4615         (mm-inline-media-tests): Remove use.
4616         (mm-text-html-renderer): Change default to the `shr' symbol.
4617
4618         * mm-view.el (mm-inline-text-html): Remove use.
4619
4620         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4621         `gnus-blocked-images' to be a function.
4622         (gnus-article-wash-function): Remove.
4623
4624 2010-10-20  Julien Danjou  <julien@danjou.info>
4625
4626         * spam.el (spam-list-of-processors): Mark as obsolete.
4627
4628         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4629         (nnimap-insert-partial-structure): Fix boundary detection.
4630
4631 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4632
4633         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4634         run file-truename on remote files.  This can be expensive and even
4635         prevent one from editing drafts if some unrelated buffer has a stale
4636         connection.
4637
4638 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4641         kinsoku-eol regardless of shr-kinsoku-shorten.
4642         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4643         (shr-tag-table): Support caption, thead, and tfoot.
4644
4645 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4648         lines.
4649         (shr-save-contents): New command and keystroke.
4650
4651         * nndoc.el (nndoc-type-alist): Add git support.
4652         (nndoc-git-type-p): New function.
4653         (nndoc-transform-git-article): Ditto.
4654         (nndoc-transform-git-headers): Ditto.
4655         (nndoc-transform-git-headers): Generate Subject headers.
4656
4657         * shr.el (shr-parse-style): New function.
4658         (shr-tag-span): Ditto.
4659
4660         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4661         to `G G' to avoid collisions.
4662
4663 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * shr.el: Load kinsoku if necessary.
4666         (shr-kinsoku-shorten): New internal variable.
4667         (shr-find-fill-point): Make kinsoku shorten text line if
4668         shr-kinsoku-shorten is bound to non-nil.
4669         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4670         shr-indentation too when testing if table is wider than frame width.
4671         (shr-insert-table): Use `string-width' instead of `length' to measure
4672         text width.
4673         (shr-insert-table-ruler): Make sure indentation is done at bol.
4674
4675 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4676
4677         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4678         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4679         undecoded network data.
4680
4681 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4684         name in the mode line spec so that the mode line menu works
4685         (bug #2431).
4686
4687         * message.el (message-get-reply-headers): If we're fed `to-address',
4688         then always use that.
4689
4690         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4691         aren't so wide as to need to switch off the edit menu.
4692
4693         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4694         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4695
4696         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4697         `M-g'.
4698         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4699         the permanent marks.
4700
4701 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4702
4703         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4704         Splitting according to references/in-reply-to obeys the ignore-groups
4705         variable, while splitting by sender and subject do not.
4706
4707 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4710         alist, so that we can look for non-Unicode chars.
4711         (article-translate-strings): Allow both character and string maps.
4712
4713 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * shr.el (shr-insert): Don't insert space behind a wide character
4716         categorized as kinsoku-bol, or between characters both categorized as
4717         nospace.
4718
4719 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4720
4721         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4722         headers to gnus-newsgroup-headers.
4723
4724 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * shr.el (shr-tag-img): Don't align images -- since we're not
4727         rescaling, this often leads to ugly displays.
4728
4729 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4730
4731         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4732         duplicates.
4733
4734 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4735
4736         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4737         call.
4738
4739 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus.el: Autoload gnus-html-show-images.
4742
4743         * nnimap.el: Use nnheader-message throughout.
4744
4745         * shr.el (shr-tag-img): Ignore images with no data.
4746
4747 2010-10-15  Julien Danjou  <julien@danjou.info>
4748
4749         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4750         a possibility to disable format=flow encoding when using hard newlines.
4751
4752 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * shr.el (shr-insert): Remove space inserted before or after a
4755         breakable character or at the beginning or the end of a line.
4756         (shr-find-fill-point): Do kinsoku; find the second best point or give
4757         it up if there's no breakable point.
4758
4759 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * nnimap.el (nnimap-open-connection): Message when opening connection
4762         for debugging purposes.
4763
4764         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4765         on every setup buffer call to allow this to change from article to
4766         article.
4767
4768         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4769         buffers where we have a wide table.
4770
4771 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4772
4773         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4774         uses *-request-thread.
4775
4776 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4779         incantation, which is no longer valid.
4780
4781 2010-10-14  Julien Danjou  <julien@danjou.info>
4782
4783         * shr.el: Fix defcustom type (char -> character).
4784
4785 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4788         programs.
4789
4790 2010-10-14  Julien Danjou  <julien@danjou.info>
4791
4792         * shr.el (shr-tag-a): Use url-link as widget type.
4793
4794         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4795         `gnus-group-get-icon'.
4796
4797 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4800         This should make server editing work better.
4801
4802         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4803
4804         * tls.el (tls-program): Remove spurious %s from openssl.
4805
4806         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4807         (nnimap-parse-flags): Fix regexp.
4808
4809         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4810         probably work for CJVK text, too.
4811
4812         * nnimap.el (nnimap-extend-tls-programs): Remove.
4813         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4814
4815         * tls.el (tls-starttls-switches): Remove starttls hack.
4816         (open-tls-stream): Ditto.
4817         (tls-find-starttls-argument): Ditto.
4818
4819 2010-10-13  Julien Danjou  <julien@danjou.info>
4820
4821         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4822         responses.
4823
4824 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4827
4828         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4829         anything in Emacs.
4830
4831         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4832
4833 2010-10-13  Julien Danjou  <julien@danjou.info>
4834
4835         * shr.el (shr-width): Make shr-width a defcustom with default to
4836         fill-column.
4837         (shr-tag-img): Use shr-width rather than fill-column.
4838
4839 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * dgnushack.el (byte-optimize-apply)
4842         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4843
4844         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4845         position when (X-)Faces exist.
4846         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4847         avatars when called interactively.
4848
4849 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4852         gnus-article-x-face-too-ugly is bound.
4853
4854 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4857
4858         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4859         mailbox that doesn't exist.
4860
4861 2010-10-12  Julien Danjou  <julien@danjou.info>
4862
4863         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4864         (shr-get-image-data): Encode URL properly when fetching from cache.
4865         (shr-tag-img): Use aligned-to spaces to align correctly images.
4866
4867         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4868         before inserting the Gravatar.
4869
4870         * shr.el (shr-tag-img): Add align attribute support for <img>.
4871
4872 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * gnus-gravatar.el (gnus-art): Require.
4875
4876         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4877         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4878         Remove long obsoleted functions.
4879
4880 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4883
4884         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4885
4886         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4887         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4888         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4889         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4890         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4891         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4892         * sieve-manage.el, smime.el, spam.el:
4893         Fix comment for declare-function.
4894
4895 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * nnimap.el (nnimap-request-rename-group): Select group read-only
4898         before renaming it.
4899
4900         * shr.el (shr-insert): Fix up the white space only regexp.
4901
4902         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4903         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4904
4905         * shr.el (shr-current-column): New function.
4906         (shr-find-fill-point): New function.
4907
4908 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4909
4910         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4911         numbers.
4912
4913 2010-10-11  Julien Danjou  <julien@danjou.info>
4914
4915         * shr.el (shr-hr-line): Add.
4916         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4917         display hr lines.
4918         (shr-max-columns): Do not change state to nil if we just inserting
4919         spaces.
4920
4921 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4924         select the last group.
4925
4926 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4929
4930 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4931
4932         * dig.el (dig-mode-map): Declare and define in one step.
4933
4934 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4937         for Gnus.
4938         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4939         (nnimap-update-qresync-info): Mark \Seen articles as read.
4940
4941         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4942         non-variable, too.
4943
4944         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4945         available.
4946         (nnimap-update-info): Rely more on the current active than the param
4947         active to avoid marking articles as read too much.
4948
4949         * auth-source.el (auth-source-create): Use (user-login-name) for the
4950         user name default.
4951
4952         * nnimap.el (nnimap-update-info): If the server doesn't return any
4953         useful info, just use the previous info.
4954         (nnimap-update-info): Prefer old info over start-article.
4955         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4956
4957 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4958
4959         * nnir.el (autoload): Clean up autoloads.
4960         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4961         Use key rather than value.
4962         (nnir-imap-search-other): New variable.
4963         (nnir-read-parm): Use it.
4964         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4965         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4966
4967 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4968
4969         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4970         the process, too.
4971
4972 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * spam.el (gnus-summary-mode-map): Bind to "$".
4975         Suggested by Russ Allbery.
4976
4977         * shr.el: Rework the way things are indented by <li> slightly.
4978
4979         * gnus.el (gnus-group-set-parameter): Fix typo.
4980
4981         * nnimap.el: Start implementing QRESYNC support.
4982
4983 2010-10-09  Julien Danjou  <julien@danjou.info>
4984
4985         * nnir.el (nnir-engines): Fix too many arguments.
4986
4987 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4990         group is the "last", so that the backends like nnfolder actually save
4991         their folders.
4992
4993         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4994         try to use that for the tls stream.
4995         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4996         UIDVALIDITY and find out which groups are read-only and not.
4997         (nnimap-get-flags): Use the same marks parsing code as the rest of
4998         nnimap.
4999
5000 2010-10-09  Julien Danjou  <julien@danjou.info>
5001
5002         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5003
5004         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5005         retrieving gravatars.
5006
5007         * shr.el (shr-table-corner): Add.
5008         (shr-table-line): Add.
5009         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5010
5011 2010-10-08  Julien Danjou  <julien@danjou.info>
5012
5013         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5014
5015 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5018
5019         * gnus-sum.el (gnus-mark-article-as-unread)
5020         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5021         (gnus-summary-set-bookmark): Use it.
5022
5023         * gnus-msg.el (gnus-setup-message): Use it.
5024
5025         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5026
5027         * gnus.el (gnus-group-remove-parameter): Use it.
5028
5029         * gnus-group.el (gnus-group-make-web-group): Use it.
5030
5031         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5032
5033         * nnregistry.el: Update docs to mention manual.
5034
5035         * gnus-registry.el: Update docs to mention nnregistry.el.
5036         (gnus-registry-initialize): Don't install nnregistry refer method
5037         automatically.
5038         (gnus-registry-install-nnregistry): Remove it.
5039
5040 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * shr.el (shr-insert): Don't insert double spaces.
5043
5044 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-gravatar.el (gnus-treat-from-gravatar)
5047         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5048         called interactively.
5049
5050         * gnus-art.el (gnus-mime-view-part-externally)
5051         (gnus-mime-view-part-internally): Make predicate function passed to
5052         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5053         of a mime type.
5054
5055         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5056
5057 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * shr.el (require): Require cl when compiling.
5060         (shr-tag-hr): New function.
5061
5062         * nnimap.el (nnimap-update-info): Remove double setting of high.
5063         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5064         This makes nnimap work properly on Courier again.
5065
5066         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5067         the variable for backwards compatibility.
5068
5069         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5070         the file name before using to avoid setting mm-default-directory to
5071         nil.
5072
5073         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5074         bidning gnus-agent variables.
5075
5076         * shr.el (shr-render-td): Use a cache for the table rendering function
5077         to avoid getting an exponential rendering behaviour in nested tables.
5078         (shr-insert): Rework the line-breaking algorithm.
5079         (shr-insert): Don't leave trailing spaces.
5080         (shr-insert-table): Also insert empty TDs.
5081         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5082
5083 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5084
5085         * gnus-sum.el (gnus-number): Rename from `number'.
5086         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5087         (gnus-summary-limit-children): Update uses correspondingly.
5088
5089 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5092         (gnus-gravatar-transform-address): Don't show avatars of people of
5093         which mail addresses match gnus-gravatar-too-ugly.
5094
5095 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * shr.el (shr-table-widths): Expand TD elements to fill available
5098         space.
5099
5100 2010-10-07  Julien Danjou  <julien@danjou.info>
5101
5102         * nnimap.el (nnimap-request-rename-group): Add this method.
5103
5104 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5107         name from XEmacs' function-arglist.
5108
5109         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5110         gravatar under XEmacs.
5111
5112 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * auth-source.el: Update docs with TODO items.
5115
5116         * gnus-sync.el: Update docs to explain state and plans.
5117
5118         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5119         Hooks for mark updates.
5120         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5121
5122         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5123         hooks with arguments, which is needed for mark update hooks.
5124
5125 2010-10-06  Julien Danjou  <julien@danjou.info>
5126
5127         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5128         was matched.
5129
5130         * sieve-manage.el: Update example in `Commentary'.
5131
5132         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5133
5134         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5135         not 2000.
5136         (sieve-manage-authenticate): Re-add function.
5137
5138 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * shr.el (shr-insert): Get 'space transition right.
5141         (shr-render-td): Only delete space at the end of the TD.
5142
5143         * nnimap.el (nnimap-open-connection): Prepare to support
5144         open-gnutls-stream.
5145
5146         * shr.el: Rearrange function order to be more logical.
5147
5148 2010-10-06  Julien Danjou  <julien@danjou.info>
5149
5150         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5151         (nnrss-discover-feed): Remove 404 URL in docstring.
5152
5153         * nnir.el: Fix Swish-E URL.
5154         Fix Namazu URL.
5155
5156         * message.el (message-change-subject): Remove 404 URL in a comment.
5157
5158 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5161         called interactively.
5162
5163         * gnus-util.el (gnus-remove-if): Allow hash table.
5164         (gnus-remove-if-not): New function.
5165
5166         * gnus-art.el (gnus-mime-view-part-as-type)
5167         * gnus-score.el (gnus-summary-score-effect)
5168         * gnus-sum.el (gnus-read-move-group-name):
5169         Replace remove-if-not with gnus-remove-if-not.
5170
5171         * gnus-group.el (gnus-group-completing-read):
5172         Regard collection as a hash table if it is not a list.
5173
5174 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5177
5178         * shr.el: Document the table-rendering algorithm.
5179
5180 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5183         for Emacsen having no `libxml-parse-html-region' support.
5184
5185 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5188         invalid URLs.
5189
5190         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5191         line-broken.
5192         (shr-tag-img): Ignore image fetching errors.
5193         (shr-overlays-in-region): Compute overlay positions correctly.
5194
5195         * mm-decode.el (mm-shr): Require shr.
5196
5197         * gnus-art.el (gnus-blocked-images): Move variable here.
5198
5199         * shr.el (shr-insert-table): Bind free variable.
5200
5201         * mm-decode.el (mm-shr): Bind shr-content-function.
5202
5203         * shr.el (shr-content-function): New variable.
5204
5205         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5206         added for symmetry.
5207
5208         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5209
5210         * gnus-group.el (gnus-group-make-group): Doc fix.
5211
5212         * nnimap.el (nnimap-request-newgroups): Return success.
5213
5214         * shr.el (shr-find-elements): New function.
5215         (shr-tag-table): Put all the images after the table.
5216         (shr-tag-table): Really inhibit images inside the table.
5217         (shr-collect-overlays): Copy over overlays from the TD elements to the
5218         main document.
5219
5220         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5221         gnus-blocked-images.
5222
5223 2010-10-05  Julien Danjou  <julien@danjou.info>
5224
5225         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5226
5227         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5228         (gnus-html-maximum-image-size): Add this function.
5229         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5230
5231         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5232         server-value of the capability is nil.
5233
5234 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235
5236         * shr.el (shr-tag-em): Add <EM> tag.
5237
5238 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5239
5240         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5241         customizable.
5242
5243         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5244         handing broken links to browse-url.
5245
5246 2010-10-05  Julien Danjou  <julien@danjou.info>
5247
5248         * gnus-util.el (gnus-emacs-completing-read)
5249         (gnus-iswitchb-completing-read): Use autoload rather than require.
5250
5251 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5254         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5255         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5256         iswitchb-temp-buflist for XEmacs.
5257
5258         * gnus-util.el (gnus-completing-read-function): Exclude
5259         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5260         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5261         XEmacs.
5262
5263         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5264         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5265
5266         * gnus-html.el: Don't require help-fns under XEmacs.
5267         (gnus-html-schedule-image-fetching): Work for XEmacs.
5268
5269         * mm-decode.el (mm-shr): Decode contents by charset.
5270
5271 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5274         unknown.
5275
5276         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5277         (shr-get-image-data): Ensure against the cache file missing.
5278
5279         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5280         for data.
5281
5282         * spam-report.el (spam-report-url-ping-plain): Don't query about
5283         killing the process.
5284
5285         * shr.el (shr-render-td): Protect against too-wide text.
5286
5287 2010-10-04  Julien Danjou  <julien@danjou.info>
5288
5289         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5290         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5291
5292         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5293         retrieved.
5294
5295 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * shr.el (browse-url): Require.
5298         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5299         lines.
5300         (shr-show-alt-text, shr-browse-image): New commands.
5301         (shr-browse-url, shr-copy-url): New commands.
5302
5303         * gnus-sum.el (gnus-widen-article-window): New variable.
5304         (gnus-summary-select-article-buffer): Use it.
5305
5306         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5307         without @ signs.
5308
5309 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5310
5311         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5312
5313 2010-10-04  Julien Danjou  <julien@danjou.info>
5314
5315         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5316         for XEmacs.
5317
5318 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5321
5322         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5323         (nnimap-close-server): Implement.
5324
5325         * dgnushack.el (iswitchb): Require to shut up the compiler.
5326
5327         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5328         (shr-insert): Tweak line breaking.
5329         (shr-insert): Handle <pre> better.
5330         (shr-tag-li): Get <li> indentation right.
5331         (shr-tag-li): Get <li> indentation even righter.
5332         (shr-tag-blockquote): Ensure paragraph start.
5333         (shr-make-table): Tweak table generation.
5334         (shr-make-table): Fix typo.
5335
5336         * shr.el: Implement table rendering.
5337
5338 2010-10-04  Julien Danjou  <julien@danjou.info>
5339
5340         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5341
5342 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * shr.el (shr-insert): Use string anchors instead of line anchors.
5345
5346 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * shr.el: Add headings.
5349         (shr-ensure-paragraph): Actually work.
5350         (shr-tag-li): Make <ul> prettier.
5351         (shr-insert): Get white space at the beginning/end of elements right.
5352         (shr-tag-p): Collapse subsequent <p>s.
5353         (shr-ensure-paragraph): Don't insert double line feeds after blank
5354         lines.
5355         (shr-insert): \t is also space.
5356         (shr-tag-s): Fix "s" tag name function.
5357         (shr-tag-s): Fix face prop name.
5358
5359 2010-10-03  Julien Danjou  <julien@danjou.info>
5360
5361         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5362
5363         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5364         gnus-window-inside-pixel-edges.
5365
5366         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5367         gnus-ems.
5368
5369         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5370
5371         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5372         function.
5373
5374         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5375         resize choice.
5376
5377 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5380         beginning of the buffer.
5381
5382         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5383         article buffer again.
5384
5385         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5386
5387         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5388         when it's at the start of the buffer.
5389
5390         * shr.el (shr-tag-blockquote): Convert name.
5391         (shr-rescale-image): Use the right image-size variant.
5392
5393         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5394         buffer isn't shown, then select the current article first instead of
5395         bugging out.
5396         (gnus-summary-select-article-buffer): Show both the article and summary
5397         buffers again.
5398
5399         * shr.el (shr-fontize-cont): Protect against regions with no text.
5400         Rename tag functions to shr-tag-* for enhanced security.
5401         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5402
5403 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5404
5405         * shr.el (shr-insert):
5406         * pop3.el (pop3-movemail):
5407         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5408         loaded.
5409
5410 2010-10-03  Glenn Morris  <rgm@gnu.org>
5411
5412         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5413
5414         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5415
5416         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5417
5418         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5419
5420         * gnus-util.el (gnus-make-local-hook): Simplify.
5421
5422 2010-10-02  Julien Danjou  <julien@danjou.info>
5423
5424         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5425         (gnus-ido-completing-read): New function.
5426         (gnus-emacs-completing-read): New function.
5427         (gnus-completing-read): Use gnus-completing-read-function.
5428         Add gnus-completing-read-function.
5429
5430 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5431
5432         * shr.el (shr-insert-document): Autoload.
5433         (shr-img): Be silent.
5434         (shr-insert): Add a newline after every picture before text.
5435         (shr-add-font): Use overlays for combining faces.
5436         (shr-insert): Pass upwards the text start point.
5437
5438         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5439         possible.
5440         (mm-shr): New function.
5441
5442 2010-10-02  Julien Danjou  <julien@danjou.info>
5443
5444         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5445         should go backward.
5446
5447 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5448
5449         * shr.el (shr): Fix typo in provide call.
5450
5451 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452
5453         * shr.el: New file.
5454
5455         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5456
5457         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5458         completing read.
5459
5460 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5463         we're being queried about.  Suggested by Dan Jacobson.
5464
5465         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5466         Suggested by Jason Eisner.
5467
5468         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5469         table, too.  Suggested by Stefan Wiens.
5470         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5471         the table unnecessary.  Suggested by Stefan Wiens.
5472
5473         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5474         longer needed, and probably doesn't work either, as pointed out by
5475         Stefan Wiens.
5476         (gnus-summary-exit): Remove call to the clearing function.
5477         (gnus-summary-exit-no-update): Ditto.
5478
5479         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5480         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5481         Reported by Stefan Monnier.
5482         (gnus-summary-save-in-rmail): Ditto.
5483
5484         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5485         article buffer, instead of both the article buffer and the summary
5486         buffer.  Sort of suggested by Dan Jacobson.
5487
5488         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5489
5490         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5491         Suggested by Dan Jacobson.
5492
5493         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5494         documentation clearer.
5495
5496         * message.el (message-shorten-references): Comment on the number "21".
5497         Suggested by Stefan Monnier.
5498
5499         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5500         Suggested by Dan Jacobson.
5501
5502         * gnus.el (gnus-large-newsgroup):
5503         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5504
5505         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5506         externalize attachments.  Bug reported by Steve Wen.
5507
5508         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5509         really message anything to the user.
5510
5511         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5512         directly.
5513
5514         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5515         messages in empty groups.
5516
5517 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5518
5519         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5520         non-UIDNEXT group.
5521
5522 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5525         not the value from the collection.
5526
5527         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5528         values.  This sometimes happens on some groups that have no info.
5529         (nnimap-request-newgroups): New function.
5530
5531 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5534         check into `gnus-registry-initialize'.
5535         (gnus-registry-initialize): Ditto.
5536         Fix and extend header docs.
5537
5538 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5541         regexp backtrace overflows.
5542
5543         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5544         for starttls that tls.el implements; i.e. openssl.
5545
5546         * tls.el (tls-starttls-switches): Give up on using starttls with
5547         gnutls-cli.
5548         (tls-program): Add --insecure to be consistent with the defaults from
5549         openssl s_client.  Now all three commands are insecure.
5550
5551 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * lpath.el: Bind completion-styles-alist for XEmacs.
5554
5555         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5556         (gravatar-create-image): New function that's an alias to
5557         gnus-xmas-create-image, gnus-create-image, or create-image.
5558         (gravatar-data->image): Use it.
5559
5560 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5561
5562         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5563         install the nnregistry refer method.
5564         (gnus-registry-install-hooks): Use it.
5565         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5566         unfollowed groups.
5567
5568 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5569
5570         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5571         expanding threads.
5572
5573 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * nnir.el: Use the server names without suffixes (bug #7009).
5576
5577         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5578         unencrypted to STARTTLS, if possible.
5579
5580 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5581
5582         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5583         headers before superseding.
5584
5585 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * nnrss.el (nnrss-use-local): Add documentation.
5588
5589         * nnimap.el (nnimap-extend-tls-programs): New function.
5590         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5591         (nnimap-wait-for-connection): Accept the greeting from the stupid
5592         output from openssl s_client -starttls, too.
5593
5594         * tls.el (tls-starttls-switches): New variable.
5595         (tls-find-starttls-argument): Use it.
5596         (open-tls-stream): Ditto.
5597
5598         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5599         (netrc-machine): Ditto.
5600
5601         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5602         article number.
5603         (nnimap-split-fancy): New variable.
5604         (nnimap-split-incoming-mail): Use it.
5605
5606         * nntp.el (nntp-server-list-active-group): Document.
5607
5608         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5609         SELECT to get the message-id.
5610
5611         * mail-source.el (mail-sources): Remove webmail support.
5612         (defvar): Ditto.
5613         (mail-source-fetcher-alist): Ditto.
5614         (mail-source-fetch-webmail): Remove.
5615
5616         * webmail.el: Remove -- doesn't seem relevant any more.
5617
5618         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5619
5620         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5621         the \r.
5622
5623 2010-09-30  Julien Danjou  <julien@danjou.info>
5624
5625         * gnus-agent.el (gnus-agent-add-group): Fix call to
5626         gnus-completing-read.
5627
5628 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * nndoc.el (nndoc-retrieve-groups): New function.
5631
5632         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5633         `default', use nnmail-split-methods.
5634         (nnimap-request-article): Downcase the NILs so that they are nil.
5635
5636         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5637         symbol.
5638
5639         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5640         code, since if the user has requested network, that's what they ought
5641         to get.
5642         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5643         (nnimap-split-rule): Mark as obsolete.
5644
5645         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5646         New variable.
5647
5648         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5649         correct slot, too.
5650
5651 2010-09-29  Julien Danjou  <julien@danjou.info>
5652
5653         * gnus.el (gnus-local-domain): Declare variable obsolete.
5654
5655         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5656         Fix history computing.
5657         (gnus-ido-completing-read): Require ido.
5658
5659 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5662         build Gnus.
5663
5664         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5665         when interpreting the structures.
5666         (nnimap-request-accept-article): Add \r\n to the lines to make this
5667         work with Cyrus.
5668
5669         * nndraft.el (nndraft-request-expire-articles): Use the group name
5670         instead if "nndraft".  Fix found by Nils Ackermann.
5671
5672 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5673
5674         * nnregistry.el: Add.
5675
5676 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5677
5678         * nnmail.el (group, group-art-list, group-art):
5679         Remove unneeded directives.
5680
5681 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5684         (mm-mime-charset)
5685         * rfc2047.el (rfc2047-syntax-table)
5686         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5687
5688         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5689         rather than `insert-file-contents' and `eval-region'.
5690
5691         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5692         construction.
5693
5694         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5695
5696         * time-date.el: No need to require cl for Emacs 21.
5697
5698 2010-09-29  Julien Danjou  <julien@danjou.info>
5699
5700         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5701         replacement of `gnus-gravatar-relief' to mimic
5702         `gnus-faces-properties-alist'.
5703         Add :version property.
5704
5705 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * mail-source.el (mail-source-report-new-mail)
5708         * message.el (message-default-mail-headers)
5709         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5710
5711         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5712
5713 2010-09-28  Julien Danjou  <julien@danjou.info>
5714
5715         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5716         mail-address contains the same string as real-name.
5717
5718         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5719         non-blank in header, otherwise it'll get stripped.
5720
5721         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5722         real-name, and then for mail address rather than doing : or , search.
5723
5724 2010-09-27  Julien Danjou  <julien@danjou.info>
5725
5726         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5727         right completing-read function.
5728         (gnus-use-ido): New variable
5729         (gnus-completing-read-with-default): Remove.
5730         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5731         (gnus-agent-add-group):
5732         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5733         * mm-view.el (mm-view-pkcs7-decrypt):
5734         * mm-util.el (mm-codepage-setup):
5735         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5736         * mml-smime.el (mml-smime-openssl-sign-query):
5737         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5738         (mml-insert-multipart):
5739         * gnus-msg.el (gnus-summary-yank-message):
5740         * gnus-int.el (gnus-start-news-server):
5741         * mm-decode.el (mm-interactively-view-part):
5742         * gnus-dired.el (gnus-dired-attach):
5743         * gnus.el (gnus-read-method):
5744         * gnus-bookmark.el (gnus-bookmark-jump):
5745         * gnus-art.el (gnus-mime-view-part-as-type)
5746         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5747         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5748         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5749         * nnmairix.el (nnmairix-create-server-and-default-group)
5750         (nnmairix-update-groups, nnmairix-get-server)
5751         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5752         (nnmairix-get-group-from-file-path):
5753         * nnrss.el (nnrss-find-rss-via-syndic8):
5754         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5755         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5756         (gnus-group-browse-foreign-server):
5757         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5758         (gnus-summary-execute-command, gnus-summary-respool-article)
5759         (gnus-read-move-group-name):
5760         * gnus-score.el (gnus-summary-increase-score)
5761         (gnus-summary-score-effect):
5762         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5763
5764 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5767         x-focus-frame.
5768
5769         * nnimap.el (auth-source-forget-user-or-password)
5770         (auth-source-user-or-password): Autoload.
5771
5772         * message.el (message-from-style, message-interactive)
5773         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5774         (message-yank-prefix, message-indentation-spaces, message-signature)
5775         (message-signature-file): Add comment.
5776
5777 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5780         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5781         new articles.
5782
5783         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5784         parts.
5785         (nnimap-request-article): Work with the t setting, too.
5786
5787         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5788         that you don't get flashes of other buffers.
5789         (gnus-summary-show-complete-article): Intern before setting.
5790
5791 2010-09-27  David Engster  <dengste@eml.cc>
5792
5793         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5794         well as HEADERS.
5795         (nnmairix-retrieve-headers): Provide new argument for the above.
5796
5797 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * gnus-sum.el (gnus-summary-move-article): Don't alter
5800         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5801         group.
5802
5803         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5804
5805         * message.el (message-cite-prefix-regexp): Revert my last edit.
5806
5807         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5808         variable instead of the Gnus variable.
5809
5810         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5811
5812         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5813
5814         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5815         since some servers don't like it.
5816         (nnimap-open-connection): Forget credentials if the server says the
5817         password was wrong.
5818         (nnimap-parse-line): Protect against invalid data.
5819
5820         * gnus-sum.el (gnus-summary-move-article): Add comment.
5821         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5822         nothing alters it while scanning for new messages.
5823
5824         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5825         which may or may not help.
5826         (nnimap-open-connection): If we're doing a stream connection, and then
5827         discover we're on a STARTTLS-capable server, then open a STARTTLS
5828         connection instead.
5829
5830 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * nnimap.el (utf7): Require.
5833
5834         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5835         prefix.
5836
5837 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5838
5839         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5840
5841 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * nnimap.el (nnimap-request-accept-article): Message the error on
5844         error.
5845
5846 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5849
5850 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * nndoc.el (nndoc-request-list): Return success always.
5853
5854         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5855         `fetch-old' -- we only want to fetch the articles we've requested.
5856         The rest are in the agent, probably.
5857         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5858         disappeared server" to something low.  It's not important.
5859
5860         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5861         arrived before the FETCH data.
5862
5863         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5864         target here, because we don't know the Gnus name of the group.
5865
5866         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5867         for the correct group.
5868
5869         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5870
5871         * gnus.el (gnus): Give a final warning after startup.
5872
5873         * gnus-util.el (gnus-action-message-log): New variable.
5874         (gnus-message): Use it.
5875         (gnus-final-warning): New function.
5876
5877         * nnimap.el (nnimap-open-connection): Record the greeting.
5878         (nnimap): Add greeting.
5879
5880 2010-09-26  Julien Danjou  <julien@danjou.info>
5881
5882         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5883         arguments.
5884         (gnus-html-wash-images): Fix spec computing to include start/end.
5885
5886         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5887
5888 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5891         deletion.
5892         (nnimap-retrieve-headers): Don't select the group, because that's
5893         already done by nnimap-possibly-change-group.
5894
5895         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5896         (gnus-picon-transform-address): Use it.
5897
5898         * mail-source.el (mail-source-value): Revert previous patch.
5899
5900         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5901         on failure.
5902         (nnimap-open-connection): Look up both virtual and physical server name
5903         credentials.
5904
5905         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5906
5907 2009-02-07  Dave Love  <fx@gnu.org>
5908
5909         * tls.el (open-tls-stream): Don't query killing process.
5910
5911 2009-02-08  Dave Love  <fx@gnu.org>
5912
5913         * gnus-win.el (gnus-window-to-buffer-helper)
5914         (gnus-all-windows-visible-p): Function needn't be a symbol.
5915
5916         * mail-source.el (mail-source-value): Function needn't be a symbol.
5917
5918 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * message.el (message-cite-prefix-regexp): Remove } from the cite
5921         prefix.
5922
5923         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5924         highlight again, so that the highlight is correct.
5925
5926         * gnus-picon.el (gnus-picon): Remove again.
5927         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5928
5929         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5930         doing the header highlightling, so that the background colour of the
5931         picon is correct.
5932
5933         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5934         (gnus-picon): Ditto.
5935         (gnus-picon): Reinstate.  The background colour for picons is white.
5936         (gnus-picon-insert-glyph): Make the background white.
5937
5938         * nnml.el (nnml-open-nov): Don't return dead buffers.
5939
5940         * auth-source.el (auth-source-create): Query the user for whether to
5941         store the credentials.
5942
5943         * netrc.el (netrc-store-data): New function.
5944
5945         * auth-source.el (auth-source-user-or-password): Use the existing auth
5946         sources, if any, for creation.
5947
5948         * gnus.el (gnus-group-fast-parameter): Return the last matching
5949         parameter instead of the first matching parameter.
5950
5951 2010-09-26  Julien Danjou  <julien@danjou.info>
5952
5953         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5954
5955 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * mml2015.el (mml2015-use): Remove gpg support.
5958
5959         * mml1991.el (mml1991-function-alist): Remove gpg function.
5960         (mml1991-gpg-sign): Remove.
5961
5962 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5963
5964         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5965         (gnus-browse-unsubscribe-current-group): Document it.
5966         (gnus-browse-unsubscribe-group): Use it.
5967
5968 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5971         address to the To list for easier response.
5972
5973         * gnus.el (gnus-play-startup-jingle): Remove.
5974         (gnus-splash): Don't play jingle.
5975         (gnus): Silence gnus-load message.
5976
5977         * gnus-art.el (gnus-treat-play-sounds): Remove.
5978
5979         * gnus.el (gnus-play-jingle): Remove audio support.
5980
5981         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5982
5983         * earcon.el: Remove -- no users.
5984
5985         * gnus-audio.el: Remove -- no users of this package.
5986
5987         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5988
5989         * gnus-start.el (gnus-setup-news): Remove nocem support.
5990
5991         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5992
5993         * gnus.el (gnus-use-nocem): Remove.
5994
5995         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5996         Remove.
5997
5998         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5999         uses NoCeM any more.
6000
6001         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6002         (gnus-button-ctan-handler): Ditto.
6003         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6004         (gnus-button-ctan-directory-regexp): Ditto.
6005         (gnus-button-handle-ctan): Ditto.
6006         (gnus-button-tex-level): Ditto.
6007         (gnus-button-alist): Remove CTAN stuff.
6008
6009 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6010
6011         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6012         nnimap-streaming test.
6013
6014         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6015         servers twice.
6016
6017         * nnimap.el (nnimap-open-connection): Add more error reporting when
6018         nnimap fails early.
6019
6020         * nnheader.el (nnheader-get-report-string): New function.
6021         (nnheader-get-report): Use it.
6022
6023         * gnus-int.el (gnus-check-server): Say what the error was when opening
6024         failed.
6025
6026         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6027         using streaming.
6028
6029 2010-09-25  Julien Danjou  <julien@danjou.info>
6030
6031         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6032         gnus-window-inside-pixel-edges.
6033
6034 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6037
6038         * mm-decode.el (mm-save-part): Allow saving to other directories the
6039         normal Emacs way.
6040
6041         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6042         Suggested by Jay Berkenbilt.
6043
6044         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6045         there isn't a single byte.
6046
6047         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6048         just do it.  It doesn't really seem to matter what the user responds
6049         here, I think, so it's just a confusing question.
6050
6051         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6052         non-streaming case.
6053
6054         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6055         (gnus-article-encrypt-body): Use it.
6056
6057         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6058         keystroke.
6059
6060         * nnimap.el (nnimap-find-wanted-parts-1):
6061         Use gnus-fetch-partial-articles.
6062
6063         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6064
6065         * nnimap.el (nnimap-insert-partial-structure): New function.
6066         (nnimap-get-partial-article): New function.
6067         (nnimap-request-article): Use it.
6068         (nnimap-wait-for-response): Return whether the wait was successful.
6069         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6070         retrieval wasn't successful.
6071         (nnimap-retrieve-group-data-early): Allow throttling servers.
6072         (nnimap-streaming): New variable.
6073         (nnimap-fetch-partial-articles): Remove.
6074
6075         * mm-decode.el (mm-with-part): Protect against killed buffers.
6076
6077         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6078         for prettier summary display.
6079
6080 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6081
6082         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6083
6084 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6087         apparently third-party libraries depend on it.
6088
6089         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6090         before starting negotiation.
6091
6092         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6093         privacy reasons.
6094         (gnus-treat-mail-gravatar): Ditto.
6095
6096         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6097         buffer when inserting images.  Inserting text into the headers, for
6098         instance, can make them invalid.
6099
6100 2010-09-25  Julien Danjou  <julien@danjou.info>
6101
6102         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6103         variables.
6104
6105         * nnheader.el: Remove useless variables news-reply-yank-from and
6106         news-reply-yank-message-id.
6107
6108         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6109         variables.
6110
6111         * mml1991.el: Remove useless mml1991-verbose.
6112
6113         * gnus.el: Remove useless variable gnus-use-generic-from.
6114         Remove obsolete variable gnus-topic-indentation.
6115
6116         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6117
6118         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6119
6120         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6121
6122         * gnus-group.el: Remove useless gnus-group-icon-cache.
6123         Remove useless gnus-ephemeral-group-server.
6124
6125         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6126
6127         * mml2015.el: Remove useless mml2015-verbose.
6128
6129         * mml-smime.el: Remove useless mml-smime-verbose.
6130
6131         * gnus.el: Remove useless gnus-local-domain.
6132
6133         * gnus-gravatar.el (gnus-gravatar-transform-address):
6134         Use gnus-gravatar-size.
6135
6136         * gnus-art.el: Remove useless gnus-treat-translate.
6137
6138 2010-09-24  Julien Danjou  <julien@danjou.info>
6139
6140         * gnus-sum.el: Add support for Gravatars.
6141
6142         * gnus-art.el: Add support for Gravatars.
6143
6144         * gnus-gravatar.el: Add this file.
6145
6146         * gravatar.el: Add this file.
6147
6148 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6149
6150         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6151
6152         * gnus-group.el (gnus-group-fetch-faq): Remove.
6153
6154         * gnus.el (gnus-group-faq-directory): Remove.
6155
6156         * gnus-group.el (gnus-group-fetch-charter): Remove.
6157
6158         * gnus.el (gnus-group-charter-alist): Remove.
6159
6160         * gnus-group.el (gnus-group-archive-directory): Remove.
6161         (gnus-group-recent-archive-directory): Ditto.
6162         (gnus-group-make-archive-group): Remove.
6163
6164         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6165
6166         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6167         use the same article number for all the cached articles.
6168
6169         * nnimap.el (nnimap-command): Register the last command time so
6170         that we can use it for idling NOOPs.
6171         (nnimap-open-connection): Start the keeplive timer.
6172         (nnimap-make-process-buffer): Store all the process buffers.
6173         (nnimap-keepalive): New function.
6174
6175         * starttls.el (starttls-open-stream): Add autoload cookie.
6176
6177 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6178
6179         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6180         handling.
6181
6182 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6185         its data structures.
6186
6187         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6188         instead of the cl.el copy-list.
6189         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6190         equalp.
6191
6192 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6195         and tool-bar-local-item-from-menu.
6196
6197         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6198         mode-line-highlight face for Emacs.
6199
6200         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6201         loading gnus-sum.elc; fix comment for canlock-verify.
6202         (gnus-article-jump-to-part): Use read-number.
6203         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6204         Remove Emacs pre-21 compatible code for help-echo.
6205         (gnus-article-next-page-1): No need to adjust the number of lines.
6206         (gnus-article-describe-bindings): Always use help-buffer.
6207
6208         * gnus-audio.el (gnus-audio-inline-sound)
6209         * gnus-cus.el (gnus-custom-mode)
6210         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6211
6212         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6213
6214         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6215         compatible code.
6216
6217 2010-09-24  Glenn Morris  <rgm@gnu.org>
6218
6219         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6220         visiting the fcc file in rmail-mode.
6221
6222         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6223
6224 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * nnir.el: Silence the byte compiler.
6227
6228         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6229         alias to browse-url-url-encode-chars if any.
6230         (gnus-html-encode-url): Use it.
6231
6232 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6233
6234         * gnus-start.el (gnus-use-backend-marks): New variable.
6235         (gnus-get-unread-articles-in-group): Use it.
6236
6237         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6238         makeover.
6239
6240 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6241
6242         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6243
6244 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6245
6246         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6247         Remove.
6248         (gnus-setup-news-hook):
6249         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6250
6251         * gnus-int.el (gnus-request-update-info): Protect against backends not
6252         having the function.
6253
6254         * nnimap.el (nnimap-stream): Mention starttls.
6255         (nnimap-open-connection): Add starttls support.
6256
6257 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6258
6259         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6260
6261 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6264         BODYSTRUCTUREs.
6265         (nnimap-transform-headers): Unfold quoted {42} headers.
6266
6267         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6268         the info.
6269         (gnus-get-unread-articles): Only call updatep on backends that support
6270         it.
6271
6272         * nnweb.el (nnweb-request-update-info): NOOP.
6273
6274         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6275
6276         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6277         since it only deals with marks.
6278
6279         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6280         gnus-request-marks, and make a new gnus-request-update-info.
6281
6282         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6283         the active instead of the high number, which is usually too low.
6284
6285 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6288         * encrypt.el: Remove.
6289
6290 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6293         server in symbolic form.
6294
6295         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6296
6297 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6300         (nnimap-update-info): Fix up code slightly.
6301
6302         * gnus-int.el (gnus-open-server): Add tracing for performance
6303         debugging.
6304
6305         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6306         (gnus-group-insert-group-line): Pass the real group name so that it
6307         gets the right data.
6308
6309         * gnus-start.el (gnus-get-unread-articles): Don't have
6310         `gnus-get-unread-articles-in-group' update info, since that can be
6311         really slow and doesn't seem to be needed?
6312
6313 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6314
6315         * time-date.el (date-to-time): Try using parse-time-string first before
6316         using the slower timezone-make-date-arpa-standard.
6317
6318 2010-09-22  Julien Danjou  <julien@danjou.info>
6319
6320         * gnus-group.el (gnus-group-insert-group-line):
6321         Call gnus-group-highlight-line.
6322         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6323         default hook list.
6324         (gnus-group-update-eval-form): Add new function.
6325         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6326         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6327
6328 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329
6330         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6331         immediate, then expire all articles.
6332         (nnimap-update-info): Fix off-by-one errors.
6333         (nnimap-flags-to-marks): Would return no marks lists for group with no
6334         flags.  Instead return the other data.
6335
6336 2010-09-22  Julien Danjou  <julien@danjou.info>
6337
6338         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6339         Only return an icon.
6340         (gnus-group-insert-group-line): Compute icon to return.
6341
6342         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6343         (gnus-html-image-fetched): Only cache if
6344         gnus-html-image-automatic-caching is set.
6345         (gnus-html-image-fetched): Check for errors.
6346
6347 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6350         once per method on `g'.  This ensures that backends like nnfolder don't
6351         open all their folders.
6352
6353         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6354         (nnimap-request-list): Nix out group in the correct buffer.
6355         (nnimap-parse-flags): Implement by using `read' instead of
6356         hand-parsing.
6357         (nnimap-flags-to-marks): Pass on permanent-flags.
6358         (nnimap-make-process-buffer): Record the server name.
6359         (nnimap-parse-flags): Fix typo.
6360         (nnimap-request-scan): Run split on the server in general, not just a
6361         single group.
6362
6363         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6364         parameter, and propagate this downwards.
6365
6366         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6367         since EXAMINE changes it on the server.
6368
6369         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6370         this command might take a while.
6371
6372 2010-09-22  Julien Danjou  <julien@danjou.info>
6373
6374         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6375         harmful if you have 2 images side-by-side, they can't be properly
6376         update on text deletion.  Using text-property is safer here.
6377         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6378         data.
6379
6380 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6381
6382         * nnimap.el (nnimap-expunge-inbox): Remove.
6383         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6384         (nnimap-expunge): Flip default to t.
6385
6386         * gnus.el (gnus-method-to-server): Don't push things to the cache
6387         unless it's unique.
6388         (gnus-server-to-method): Ditto.
6389
6390 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6391
6392         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6393
6394 2010-09-22  Julien Danjou  <julien@danjou.info>
6395
6396         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6397         get the start of data.
6398         (gnus-html-encode-url): Add this function to encode special chars in
6399         URL.
6400         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6401         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6402
6403         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6404         default.
6405         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6406
6407         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6408         images alt-text.
6409         (gnus-html-put-image): Put alt-text as help-echo.
6410
6411 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6414         * mm-util.el (mm-decompress-buffer)
6415         * nnir.el (nnir-run-find-grep)
6416         * pop3.el (pop3-list): Use 3rd arg of split-string.
6417
6418         * time-date.el (format-seconds): Comment fix.
6419
6420         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6421         and byte-optimize-form-code-walker.
6422         (dgnushack-make-auto-load): Don't advise make-autoload.
6423
6424         * lpath.el: Remove Emacs 21 stuff.
6425
6426 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6429         outside the active range.  Suggested by Dan Christensen.
6430
6431         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6432         slightly later to avoid double-getting it.
6433
6434         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6435         previous patch.
6436
6437         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6438
6439 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6440
6441         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6442
6443 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * gnus-int.el (gnus-open-server): Give a better error message in the
6446         "go offline" case.
6447
6448         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6449         marks for nnimap, which is seldom the right thing to do.
6450
6451         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6452         (gnus-same-method-different-name): New function.
6453
6454         * nnimap.el (parse-time): Require.
6455
6456         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6457         method in the presence of many similar methods.
6458
6459         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6460
6461         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6462         nnml-inhibit-expiry.
6463
6464         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6465         find out whether methods are equal.
6466
6467         * nnimap.el (nnimap-find-expired-articles): New function.
6468         (nnimap-process-expiry-targets): New function.
6469         (nnimap-request-move-article): Request the article before looking at
6470         what the Message-ID is.  Fix found by Andrew Cohen.
6471         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6472
6473         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6474         for oldness in addition to being a predicate.
6475
6476         * nnimap.el (nnimap-request-group): When we have zero articles, return
6477         the right data to Gnus.
6478         (nnimap-request-expire-articles): Only delete articles immediately if
6479         the target is 'delete.
6480
6481         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6482         method, this would bug out.
6483
6484         * gnus-group.el (gnus-group-expunge-group): Rename from
6485         gnus-group-nnimap-expunge, and implemented as a normal interface
6486         function.
6487
6488         * gnus-int.el (gnus-request-expunge-group): New function.
6489
6490         * nnimap.el (nnimap-request-create-group): Implement.
6491         (nnimap-request-expunge-group): New function.
6492
6493 2010-09-21  Julien Danjou  <julien@danjou.info>
6494
6495         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6496         (gnus-html-cache-expired): Add new function.
6497         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6498         wethever we should display image for fetch it.
6499         Compute alt-text earlier to pass it to the fetching function too.
6500         (gnus-html-schedule-image-fetching): Change function argument to only
6501         get one image at a time, not a list.
6502         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6503         cache.
6504         (gnus-html-get-image-data): New function to retrieve image data from
6505         cache.
6506         (gnus-html-put-image): Change buffer argument to use image data rather
6507         than file, and place image above region rather than inserting a new
6508         one.  Do not take alt-text as argument, since it's useless now: we place
6509         the image above alt-text.
6510         (gnus-html-prune-cache): Remove.
6511         (gnus-html-show-images): Start to fetch image when we find one, do not
6512         push into a temporary list.
6513         (gnus-html-prefetch-images): Only fetch image if they have expired.
6514         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6515         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6516
6517 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6520
6521 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6524         spec inser "*" if the group isn't active instead of 0.
6525
6526         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6527         opening the server.
6528         (nnimap-request-delete-group): Implement group deletion.
6529         (nnimap-transform-headers): Return the size of the entire message in
6530         the Bytes header, not just the size of the first part.
6531         (nnimap-request-move-article): When moving an article from nnimap,
6532         request the article first so the accepting form has an article to
6533         accept.  Reported by Dan Christensen.
6534         (nnimap-command): Make sure that the error message doesn't error out.
6535
6536 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6537
6538         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6539         we haven't requested anything.
6540
6541 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6544         "".  Fix found by Andrew Cohen.
6545
6546         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6547         instead of -encode-string.
6548
6549 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6552
6553         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6554         by mm-subst-char-in-string.
6555
6556 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6557
6558         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6559         waiting for the connection string.
6560
6561         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6562         arriving.
6563
6564         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6565         bogus characters.  This allows selecting certain Gmail groups.
6566
6567         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6568         (nnimap-fetch-partial-articles): New variable.
6569         (nnimap-open-connection): When looking for credentials, also use the
6570         nnimap-server-port.
6571         (nnimap-request-article): Return the group/article number, so that Gnus
6572         `^' works as expected.
6573         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6574
6575         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6576         comments.
6577         (gnus-methods-sloppily-equal): New function.
6578         (gnus): When using the development version of Gnus, load the gnus-load
6579         file.
6580
6581         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6582         `gnus-open-server' on each method before trying to scan them etc.
6583         This ensures that all the backend parameters are set correctly.
6584
6585         * nnimap.el (nnimap-authenticator): New variable.
6586         (nnimap-open-connection): Allow anonymous login.
6587         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6588         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6589
6590         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6591         patch, found by Knut Anders Hatlen.
6592
6593 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6594
6595         * gnus-agent.el (gnus-agent-batch-confirmation)
6596         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6597         to gnus-message.
6598         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6599         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6600         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6601         * gnus-int.el (gnus-open-server): Likewise.
6602         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6603         (gnus-score-check-syntax): Likewise.
6604         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6605         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6606         Likewise.
6607         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6608
6609 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6612         calling conventions so that prefetch doesn't bug out.
6613
6614 2010-09-19  Julien Danjou  <julien@danjou.info>
6615
6616         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6617         rather than `subst-char-in-region' in order to be able to replace ASCII
6618         char by UTF-8 ones.
6619
6620         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6621         than curl.
6622         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6623         the right URL and ALT text on images.
6624         (gnus-html-wash-tags): Fix tag case.
6625         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6626         (gnus-article-html): Add -o display_ins_del=2 option.
6627         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6628
6629 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6632         the extra mail headers, which sometimes seem to happen for unknown
6633         reasons.
6634
6635         * mail-parse.el (mail-header-encode-parameter): Define as
6636         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6637         (or most, perhaps?) mail readers don't understand the latter, but do
6638         understand the former.
6639
6640         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6641         to nil, so that no methods are automatically agentized.  I think this
6642         is probably what most users want.
6643
6644         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6645         from url-retrieve, for instance about invalid URLs.
6646
6647         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6648         groups that have no articles.
6649         (nnimap-request-article): Check that we really got an article when we
6650         requested one.
6651
6652         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6653         doesn't exist.
6654
6655         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6656         nntp buffer so the agent can save it.
6657         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6658         that CRLF doesn't get translated to \n.
6659         (nnimap-open-connection): Don't make 'shell commands only send \n.
6660
6661 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6662
6663         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6664         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6665         Update var name.
6666         (nnml-generate-nov-file): Use dolist.
6667         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6668         Use with-current-buffer.
6669
6670 2010-09-18  Julien Danjou  <julien@danjou.info>
6671
6672         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6673         parallel.
6674
6675 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6678         the range update right.
6679         (nnimap-request-group): Don't make `M-g' bug out on group with no
6680         marks.
6681         (nnoo): Require, so that other packages can require nnimap.
6682         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6683         command we're looking for.  This helps when the server sends more
6684         responses after we've gotten everything we expected.
6685         (nnimap): Add a `newlinep' field to keep track of end-of-line
6686         conventions.
6687         Don't send CRLF to things that don't want it.
6688         (nnimap-request-accept-article): Ditto.
6689
6690 2010-09-18  Julien Danjou  <julien@danjou.info>
6691
6692         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6693         than curl to retrieve images.
6694
6695 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6696
6697         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6698         the marks.
6699         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6700         (nnimap-wait-for-connection): New function.
6701         (nnimap-open-connection): If we have PREAUTH, don't query for login
6702         credentials.
6703         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6704         when doing a partial update.
6705
6706 2010-09-18  Julien Danjou  <julien@danjou.info>
6707
6708         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6709         tags.
6710
6711 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * nnimap.el (nnimap-credentials): New function.
6714         (nnimap-open-connection): Use the new function to look for credentials
6715         also on the numeric equivalents of "imap" and "imaps".
6716
6717         * gnus-start.el (gnus-activate-group): Send the info to
6718         gnus-request-group.
6719
6720         * nnimap.el (nnimap-request-group): Have the "check" version of the
6721         function parse flags and update the info, so that a `M-g' get a total
6722         resync of all flags from the group.
6723
6724         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6725         to allow backends to alter the info on group selection.  Also alter all
6726         the backend -request-group functions to take the parameter.
6727
6728         * nnimap.el (nnimap-store-info): New function.
6729         (nnimap-update-info): Store the info for later usage.
6730         (nnimap-request-group): Use the stored info for the dont-check case, so
6731         that we don't retrieve all marks when we enter a group.
6732
6733         * nnimap.el: Use deffoo instead of defun for interface functions.
6734
6735         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6736         update the group info.  This makes the nndraft groups, for instance, go
6737         back to their old behaviour.
6738
6739         * gnus-sum.el (gnus-select-newsgroup): Indent.
6740
6741         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6742         in.
6743         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6744         nothing.
6745
6746         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6747         from methods that are denied.
6748
6749         * gnus-int.el (gnus-method-denied-p): New function.
6750
6751         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6752         store the password instead of netrc.
6753         (nnimap-open-connection): Don't error out when we can't make a
6754         connections.
6755
6756         * auth-source.el (auth-source-create): In the password prompt, say what
6757         we're querying for.  Also prompt for user name if that hasn't been
6758         given.
6759
6760         * nnimap.el (nnimap-with-process-buffer): Remove.
6761
6762 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6763
6764         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6765         method when we're reading from the agent.
6766
6767         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6768
6769         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6770         that's probably most useful for users.
6771
6772         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6773         "failed" all the time.
6774
6775         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6776         ...)) with (with-current-buffer ... ).
6777
6778         * nntp.el (nntp-open-server): Return whether the open was successful or
6779         not.
6780
6781         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6782         select an unread unseen article first.
6783
6784         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6785         /etc/services, supply some sensible port defaults.
6786
6787         * dgnushack.el: Define netrc-credentials.
6788
6789 2010-09-17  Julien Danjou  <julien@danjou.info>
6790
6791         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6792
6793 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6794
6795         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6796         doesn't have any parameters.
6797
6798 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799
6800         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6801         only upcased checks.
6802
6803         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6804
6805         * nnimap.el (nnimap-open-shell-stream): New function.
6806         (nnimap-open-connection): Use it.
6807         (nnimap-transform-headers): Get the number of lines in each message.
6808         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6809         number of lines.
6810         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6811         problem.
6812
6813         * utf7.el (utf7-encode): Autoload.
6814
6815         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6816         to allow the mail splitting to not return a default group.  This is
6817         useful for nnimap, which will leave unmatched mail in the inbox.
6818
6819         * nnimap.el: Rewritten.
6820
6821         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6822         nnimap usage.
6823
6824         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6825         if the move is internal, so that nnimap can do fast internal moves.
6826
6827         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6828         data.
6829         (gnus-read-active-for-groups): Support finishing the early retrieval of
6830         data.
6831
6832         * gnus-range.el (gnus-range-nconcat): New function.
6833
6834         * gnus-int.el (gnus-finish-retrieve-group-infos)
6835         (gnus-retrieve-group-data-early): New functions.
6836
6837 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6838
6839         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6840         (nnrss-retrieve-groups):
6841         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6842         (pop3-quit): Use with-current-buffer.
6843
6844 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6847         instead of nnheader-accept-process-output.
6848
6849         * dgnushack.el (dgnushack-compile): Add comment.
6850
6851         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6852
6853         * gnus-html.el (gnus-html-schedule-image-fetching)
6854         (gnus-html-prefetch-images): Replace process-kill-without-query by
6855         gnus-set-process-query-on-exit-flag.
6856
6857 2010-09-16  Romain Francoise  <romain@orebokech.com>
6858
6859         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6860
6861 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862
6863         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6864         parameter to unintern is mandatory-ish in Emacs 24.
6865
6866         * gnus-html.el (gnus-html-schedule-image-fetching)
6867         (gnus-html-prefetch-images): Check for curl before using it.
6868
6869         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6870         depend on curl, which isn't essential.
6871
6872         * imap.el: Revert back to version
6873         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6874         seem problematic.
6875
6876 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6877
6878         * gnus-registry.el (gnus-registry-install-shortcuts):
6879         Explicitly pass `obarray' to `unintern' to avoid a warning.
6880
6881 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6884         change.
6885
6886         * nnrss.el (nnrss-request-list): Remove this function and related
6887         functions, including the moreover stuff.
6888
6889 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * nnrss.el (nnrss-retrieve-groups): New function.
6892
6893 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6894
6895         * .dir-locals.el: Add no-byte-compile cookie.
6896
6897 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * time-date.el (format-seconds): Comment fix.
6900
6901         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6902         for back end that doesn't support request-scan.
6903
6904 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6907         then do request scans from the backends.
6908
6909         * netrc.el (netrc-credentials): New conveniency function.
6910
6911         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6912         avoid running a hook per line, since this takes a lot of time,
6913         profiling shows.
6914         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6915         directly if gnus-visual-p is true.
6916
6917 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6920         groups; replace mapcar with dolist which is a bit faster; pass groups
6921         info to gnus-read-active-file-1.
6922         (gnus-read-active-file-1): Scan only specified groups if the new
6923         optional arg `infos' is given.
6924
6925 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6928
6929         * pop3.el (pop3-movemail): Remove.
6930         (pop3-streaming-movemail): Rename to pop3-movemail.
6931
6932         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6933         don't restrict end-tag searches to the end of the line.
6934
6935 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6938         articles of every unchecked group to t, which means unknown since the
6939         server has never been opened.
6940
6941 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus-html.el (gnus-html-show-alt-text): New command.
6944         (gnus-html-browse-image): Ditto.
6945         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6946         to browse the image directly.
6947         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6948         better.
6949
6950         * gnus-async.el (gnus-async-article-callback):
6951         Call `gnus-html-prefetch-images' unconditionally.
6952
6953         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6954         before feeding URLs to curl.
6955
6956 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6959         internal images as deletable by `W D D'.
6960
6961         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6962         (gnus-async-article-callback): Fix typo.
6963
6964 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6967         current line to work around bugs in the output from w3m.
6968
6969         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6970         for groups that want that.
6971
6972         * nntp.el (nntp-wait-for-string): Supply a timeout for
6973         accept-process-output to ensure progress.
6974
6975         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6976         level to get unread articles from, then use that for foreign groups,
6977         too.
6978
6979         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6980         confuses the rest of the function.
6981
6982         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6983         for the methods that support -retrieve-groups, too.
6984
6985         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6986
6987 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6990         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6991
6992         * pop3.el: Require cl when compiling.
6993         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6994
6995 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6998         that aren't going to be activated.
6999         (gnus-get-unread-articles): Fix up the last commit.
7000
7001         * gnus-html.el (gnus-article-html): Allow calling without specifying
7002         the handle.  In that case, dissect the buffer first.
7003
7004         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7005
7006         * nnimap.el (nnimap-open-connection): Revert the change that would look
7007         into authinfo for imaps instead of imap.
7008
7009         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7010         say that you don't want to call gnus-request-group with don-check, but
7011         do check the reponse.  This is for virtual groups only.
7012         (gnus-get-unread-articles): Count the archive groups as secondary, so
7013         that they're activated the same way as before.
7014
7015         * imap.el (imap-message-map): Removed optional buffer parameter, since
7016         no callers use it.
7017         (imap-message-get): Ditto.
7018         (imap-message-put): Ditto.
7019         (imap-mailbox-map): Ditto.
7020         (imap-mailbox-put): Ditto.
7021         (imap-mailbox-get): Ditto.
7022         (imap-mailbox-get): Revert last change for this function.
7023
7024         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7025         case-insensitively.
7026         (nnimap-debug): Remove.
7027
7028         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7029         callers to use `imap-fetch' instead.  According to the comments, this
7030         should be safe, since all other IMAP clients use the 1:* syntax.
7031         (imap-enable-exchange-bug-workaround): Remove.
7032         (imap-debug): Remove -- doesn't seem very useful.
7033
7034         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7035         mail from a file, and the file doesn't exist.
7036
7037         * imap.el (imap-log): New convenience function used throughout instead
7038         of repeating the same code all over the place.
7039
7040         * pop3.el (pop3-streaming-movemail): Return t for success.
7041
7042         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7043         .authinfo if we're using ssl connection.
7044
7045         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7046         already have if we're in a main Gnus `g' run.
7047
7048         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7049
7050 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7053
7054         * nnmh.el (nnmh-request-list-1): Bind `file'.
7055
7056         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7057         alias to set-process-query-on-exit-flag or process-kill-without-query.
7058         (pop3-open-server): Use it.
7059
7060 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7063         box to the Incoming file.  Fixes mistake in previous checkin.
7064
7065         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7066         request loop (for debugging purposes) removed.
7067
7068         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7069         culprit is more visible.
7070         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7071         (nnml-add-incremental-nov): New functions to do "incremental" nov
7072         updates, where we just append to the end of the existing nov files
7073         without reading/writing them in full.
7074
7075         * mail-source.el (mail-source-delete-crash-box): Really only check the
7076         incoming files once in a while.
7077
7078         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7079
7080         * mail-source.el (mail-source-delete-crash-box): Only check the
7081         incoming files for deletion once per day to save a lot of file
7082         accesses.
7083
7084         * pop3.el (pop3-logon): Fix up unbound variable typo.
7085
7086         * mail-source.el (pop3-streaming-movemail): Autoload.
7087
7088         * pop3.el (pop3-streaming-movemail):
7089         Respect pop3-leave-mail-on-server.
7090
7091         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7092         retrieval.
7093
7094         * pop3.el (pop3-process-filter): Remove unused function.
7095         (pop3-streaming-movemail, pop3-send-streaming-command)
7096         (pop3-wait-for-messages, pop3-write-to-file)
7097         (pop3-number-of-responses): New functions for streaming pop3
7098         retrieval.
7099
7100         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7101         come from no known methods.
7102         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7103         list.
7104
7105         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7106         message sizes.
7107         (pop3-movemail): Use erase-buffer instead of looping and deleting
7108         regions, which seems rather odd.
7109
7110         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7111         file once per `g' run.
7112
7113         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7114         directories.  This makes the draft queue directory work.
7115
7116         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7117         data from the backends, so that we only request the list of groups from
7118         each method once.  This should speed things up considerably.
7119
7120         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7121         detect that it's not implemented.
7122
7123         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7124         we actually do recurse down into the tree, but don't stat all leaf
7125         nodes.
7126
7127         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7128         then say so instead of bugging out.
7129
7130         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7131         files exist before trying to read them.
7132
7133         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7134         around <pre_int>.
7135
7136         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7137
7138         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7139
7140 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7141
7142         * mm-util.el (mm-image-load-path): Just return the image directories,
7143         not all directories in the path in addition to the image directories.
7144         (mm-image-load-path): Maintain a cache of the image directories so that
7145         the `g' command in Gnus doesn't have to stat dozens of directories each
7146         time.
7147
7148         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7149         (gnus-html-wash-tags): Add a new `i' command to insert images.
7150         (gnus-html-insert-image): New command and keystroke.
7151         (gnus-html-redisplay-with-images): New command and keystroke.
7152         (gnus-html-show-images): Rename command.
7153         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7154         spacers.
7155         (gnus-html-wash-tags): Decode entities at the end, so that entities
7156         inside the tags don't mess up the rest of the "parsing".
7157
7158         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7159         so that nnimap methods aren't agentized by default.  There's apparently
7160         many problems related to agent/imap behaviour.
7161
7162         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7163
7164         * gnus-html.el: Doc fix.
7165
7166 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7169         specifier-spec-list for Emacs 21.
7170
7171         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7172         glyph-width and glyph-height instead of display-graphic-p and
7173         image-size; make avoidance of displaying small images work for XEmacs.
7174
7175         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7176         for XEmacs.
7177
7178         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7179         of symbol that holds plist data.
7180         (gnus-process-plist): Remove plist of process after getting it.
7181
7182 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * message.el (message-generate-hashcash): Change default to
7185         'opportunistic if hashcash is installed.
7186
7187         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7188         (gnus-html-put-image): Only call image-size once, since it's somewhat
7189         time-consuming on remote X servers.
7190
7191 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7194         type on data, not a file name.
7195
7196         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7197         window-pixel-edges for Emacs 21.
7198
7199         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7200         decoded contents.
7201         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7202
7203 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7206         group line format, since it isn't very interesting.
7207
7208         * gnus-agent.el (gnus-agent-short-article),
7209         (gnus-agent-long-article): Increase values for these two variables,
7210         since most people are likely to have more network connection and
7211         storage than before.
7212
7213         * gnus.el (gnus-refer-article-method): Change default to 'current.
7214         When referring an article, the common behaviour is to refer it from the
7215         current select method, not the native select method.  The chances of
7216         the native select method having the message in question is rather slim
7217         these days.
7218
7219         * gnus-sum.el (gnus-auto-select-subject): Change default to
7220         `unseen-or-unread'.  I think it's likely that most people want to
7221         select an unseen article over a previously seen, but unread one.
7222
7223         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7224         means that in the article buffer none of the minor mode elements will
7225         be shown, usually, and this is not desirable in most cases.
7226
7227         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7228         that commands like `d' (and the like) go to the next line in the
7229         buffer, instead of the next unread article.  I think this is the
7230         behaviour that is most natural for most users.
7231         (gnus-single-article-buffer): Change default to nil, so that people can
7232         have as many article buffers open as they have summary buffer.  I think
7233         this is the most natural way for the groups to behave.
7234
7235         * message.el (message-generate-new-buffers): Change default to
7236         `unsent', so that all new message buffers start their names with the
7237         string "*unsent", and it's easier to find the buffers if you move from
7238         them.
7239
7240 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7243         small.  They're probably tracking images.
7244         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7245         (gnus-html-rescale-image): Yet another try at getting the image sizing
7246         right.
7247
7248         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7249         nntp-marks-file-name is nil.
7250
7251 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7252
7253         * gnus-html.el (gnus-html-wash-tags)
7254         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7255         Better logging.
7256
7257 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7260
7261         * gnus-html.el (gnus-html-wash-tags): Check the value of
7262         gnus-blocked-images in the summary buffer.
7263
7264 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7265
7266         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7267
7268 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7271         like "a", it seems like.
7272         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7273         since it needs to be picked from the correct buffer.
7274
7275         * nnwfm.el: Remove.
7276
7277         * nnlistserv.el: Remove.
7278
7279 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7280
7281         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7282         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7283
7284 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * nnkiboze.el: Remove.
7287
7288         * nndb.el: Remove.
7289
7290         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7291         alt text.
7292         (gnus-html-rescale-image): Try to get the rescaling logic right for
7293         images that are just wide and not tall.
7294
7295         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7296         overshadow variable bindings.
7297
7298 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7299
7300         * gnus-html.el (gnus-html-wash-tags)
7301         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7302         Add extra logging.
7303
7304 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7307         (gnus-max-image-proportion): New variable.
7308         (gnus-html-rescale-image): New function.
7309         (gnus-html-put-image): Rescale images.
7310
7311 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7312
7313         Fix up some byte-compiler warnings.
7314         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7315         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7316         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7317         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7318         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7319         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7320         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7321
7322 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-html.el (gnus-article-html): Decode contents by charset.
7325
7326 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7329         (gnus-html-frame-width, gnus-blocked-images)
7330         * message.el (message-prune-recipient-rules): Add custom version.
7331         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7332
7333         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7334         functions.
7335
7336         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7337         gnus-process-get.
7338
7339 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7340
7341         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7342         instead of lsub directly.
7343
7344 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * nnwarchive.el: Remove.
7347
7348         * gnus-soup.el: Remove.
7349
7350         * nnsoup.el: Remove.
7351
7352         * nnultimate.el: Remove.
7353
7354         * gnus-html.el (gnus-blocked-images): New variable.
7355
7356         * message.el (message-prune-recipients): New function.
7357         (message-prune-recipient-rules): New variable.
7358
7359         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7360         guess whether a long line is natural text or not.
7361
7362         * gnus-html.el (gnus-html-schedule-image-fetching):
7363         Use gnus-process-plist and friends for compatibility.
7364
7365 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7366
7367         * gnus-html.el: Require packages that define macros used in this file.
7368         (gnus-article-mouse-face): Declare to silence byte-compiler.
7369         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7370         process-get.
7371         (gnus-html-put-image): Use plist-get to avoid getf.
7372         (gnus-html-prefetch-images): Use with-current-buffer.
7373
7374 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-ems.el: Provide compatibility functions for
7377         gnus-set-process-plist.
7378
7379         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7380         header-line-format for XEmacs 21.4.
7381
7382         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7383         * gnus.el (gnus-valid-select-methods)
7384         * message.el (message-send-mail-partially-limit)
7385         * mm-decode.el (mm-text-html-renderer)
7386         * mml.el (mml-insert-mime-headers-always)
7387         * smiley.el (smiley-regexp-alist): Bump custom version.
7388
7389 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * gnus-html.el: require mm-url.
7392         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7393         with the url to `url'.
7394         (gnus-html-wash-tags): Support cid: URLs/images.
7395
7396 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7399         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7400         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7401
7402         * gnus-move.el: Remove file, since it doesn't really work.
7403
7404         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7405         UTF-8.  This seems to fix problems with some German web feeds.
7406
7407         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7408         at the top so that the proper colours are applied.
7409
7410         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7411         don't have dots in their names.
7412
7413         * gnus-art.el (gnus-article-view-part): Doc fix.
7414
7415         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7416         XEmacs-compatible.
7417         (gnus-html-put-image): Don't do images on non-graphic displays.
7418
7419         * nnslashdot.el: Remove this unused backend.
7420
7421         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7422         actions.
7423         (gnus-undo-register-1): Revert last change.
7424
7425         * gnus-group.el (gnus-group-completing-read): Protect against not
7426         having completion-styles bound.
7427
7428         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7429         make broken recipients happier.
7430
7431         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7432
7433         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7434         point parameter.
7435
7436         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7437
7438         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7439         completion-styles for group selection.
7440
7441 2009-02-04  Andreas Schwab  <schwab@suse.de>
7442
7443         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7444         headers and regexp-quote the match if necessary.
7445
7446 2009-03-24  Miles Bader  <miles@gnu.org>
7447
7448         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7449         the blinking smiley.
7450
7451 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7452
7453         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7454         blink smiley.
7455
7456 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7459         where the dribbel file lives exists.
7460
7461         * message.el (message-send-mail-partially-limit): Change the default to
7462         nil, since most people don't want this.
7463
7464         * mm-url.el (mm-url-decode-entities): Also decode entities like
7465         &#x3212.
7466
7467 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7468
7469         * gnus-sum.el (gnus-summary-idna-message):
7470         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7471         Hyperlink urls in docstrings with URL `...'.
7472
7473 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7474
7475         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7476         functions.
7477
7478 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7481         say what the mouseover text should be.
7482
7483         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7484         version of the mm-w3m-safe-url-regexp variable to only download images
7485         in the groups where we want that to happen.
7486
7487         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7488
7489         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7490         easier debugging.
7491         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7492         big pictures in the article buffer.
7493
7494         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7495         gnus-article-html.
7496         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7497         w3m.
7498
7499         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7500
7501 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7504         which doesn't exist.
7505
7506         * message.el (message-inhibit-ecomplete): New variable to allow some
7507         function to inhibit ecomplete address storage.
7508         (message-resend): Disable ecomplete message storage when resending
7509         messages.
7510
7511         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7512
7513 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7516         Save excursion while copying, moving, and deleting articles in order to
7517         prevent the cursor from jumping to unforeseen place.
7518
7519 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * lpath.el: No need to bind bookmark-current-buffer,
7522         bookmark-yank-point and bookmark-make-record-function.
7523
7524 2010-08-17  Glenn Morris  <rgm@gnu.org>
7525
7526         * gnus-sync.el: Require gnus components whose functions are used.
7527
7528         * gnus-art.el (bookmark-make-record-function):
7529         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7530         Declare for compiler.
7531
7532         * mm-url.el (mml-compute-boundary): Autoload.
7533
7534 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7537
7538 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7539
7540         Typo fix "hoo4a" -> "hook".
7541
7542         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7543
7544 2010-08-14  Glenn Morris  <rgm@gnu.org>
7545
7546         * gnus-sync.el (gnus-sync): Fix defgroup version.
7547
7548 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7549
7550         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7551
7552         * gnus-sync.el: Fix docs.
7553         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7554         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7555
7556 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7557
7558         Optimizations for gnus-sync.el.
7559
7560         * gnus-sync.el: Add docs about gnus-sync-backend
7561         possibilities.
7562         (gnus-sync-save): Remove unnecessary message.
7563         (gnus-sync-read): Optimize and show what groups were skipped.
7564
7565 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7566
7567         Minor bug fixes for gnus-sync.el.
7568
7569         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7570         Don't read the sync on get-new-news.
7571
7572         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7573         quiet.
7574
7575         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7576         (fix typo).
7577
7578 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7579
7580         Make saving and restoring of hidden threads work with overlays.
7581         Patch applied by Ted Zlatanov.
7582
7583         * gnus-sum.el (gnus-hidden-threads-configuration)
7584         (gnus-restore-hidden-threads-configuration): Update to deal with text
7585         properties, rather than searching for a magic character.
7586
7587 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7588
7589         New gnus-sync.el library for synchronization of marks.
7590
7591         * gnus-sync.el: New library for synchronization of marks.
7592
7593         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7594         renamed from `gnus-registry-grep-in-list'.
7595
7596         * gnus-registry.el (gnus-registry-follow-group-p):
7597         Use `gnus-grep-in-list'.
7598
7599         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7600
7601 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7604         determining charset of text fails.
7605
7606 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * nnmail.el (nnmail-get-new-mail-1): Revert.
7609
7610         * nnml.el (nnml-active-number): Make sure names of newly created groups
7611         in nnml-group-alist are encoded.
7612
7613 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7616         containing non-ASCII characters in active file for nnml back end.
7617
7618 2010-07-24  David Engster  <dengste@eml.cc>
7619
7620         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7621         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7622
7623 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7624
7625         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7626         tag (Bug#6654).
7627
7628 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7631         the article buffer, not the summary buffer.
7632
7633 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7636         Emacs 23 as well.
7637
7638 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7641         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7642
7643 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7644
7645         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7646         Patch applied by Karl Fogel.
7647
7648         * gnus-sum.el (gnus-summary-bookmark-make-record):
7649         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7650
7651 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7652
7653         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7654         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7655         C-w still not working correctly from Article buffers; Thierry's
7656         patch to fix that will be applied after this.
7657
7658         * gnus-art.el (bookmark-make-record-function): New local variable.
7659
7660         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7661         article buffer.
7662         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7663
7664 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7665
7666         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7667         on changes in bookmark.el.
7668
7669 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7672         `no-log' instead of message not to log prompt string.
7673
7674 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7675
7676         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7677         the *other* type of HTML form submission.
7678
7679 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7680
7681         * auth-source.el (auth-source-pick): If choice does not contain a
7682         questioned keyword, set the check to t.
7683
7684 2010-06-12  Romain Francoise  <romain@orebokech.com>
7685
7686         * gnus-util.el (gnus-date-get-time): Move up before first use.
7687
7688 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7691         (gnus-article-edit-part): Bind it to make last part that is substituted
7692         or deleted visible.
7693         (gnus-mime-display-single): Buttonize part of which id equals to
7694         gnus-mime-buttonized-part-id.
7695
7696 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7697
7698         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7699         (gnus-dd-mmm): Use gnus-date-get-time.
7700         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7701         simplify logic.
7702         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7703         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7704
7705 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7706
7707         * auth-source.el (top): Autoload `secrets-list-collections',
7708         `secrets-create-item', `secrets-delete-item'.
7709         (auth-sources): Fix tag string.
7710         (auth-get-source, auth-source-retrieve, auth-source-create)
7711         (auth-source-delete): New defuns.
7712         (auth-source-pick): Rewrite in order to avoid 2 passes.
7713         (auth-source-forget-user-or-password): New parameter USERNAME.
7714         (auth-source-user-or-password): New parameters CREATE-MISSING and
7715         DELETE-EXISTING.  Retrieve password interactively, if needed.
7716
7717 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7718
7719         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7720         deleting unused directories when gnus-expert-user is t.
7721
7722 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7725         for each temp file when gnus-article-browse-delete-temp is ask.
7726
7727 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7728
7729         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7730         Replace Lisp calls to delete-backward-char by calls to delete-char.
7731
7732 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7733
7734         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7735
7736 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7737
7738         * password-cache.el (password-cache-remove): Fix docstring.
7739
7740 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7743         article unless decoding article to be saved.
7744
7745 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7748         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7749         generated within the mm-with-unibyte-current-buffer macro.
7750
7751 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7754         to nil when we're in a mml-preview buffer and no group is selected.
7755
7756 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7757
7758         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7759         when catching the `C-g'.  Reported by "Leo".
7760
7761 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * message.el (message-forward-make-body-plain)
7764         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7765         multibyte-string-p.
7766
7767         * lpath.el: Revert.
7768
7769 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * message.el (message-forward-make-body-mml): Assume original message
7772         is multibyte string; error on unibyte.
7773         (message-forward-make-body-plain): Ditto; don't add excessive newline
7774         in body end.
7775
7776         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7777
7778 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7779
7780         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7781         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7782
7783 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * mm-extern.el (mm-extern-url): Don't use
7786         mm-with-unibyte-current-buffer.
7787         (mm-extern-cache-contents): Use with-current-buffer instead of
7788         save-excursion + set-buffer.
7789
7790 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * mm-util.el (mm-emacs-mule): Remove.
7793
7794 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7795
7796         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7797         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7798         change.
7799
7800 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7803         bind the default value of enable-multibyte-characters to nil.
7804
7805 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * message.el (message-forward-make-body-plain)
7808         (message-forward-make-body-mml):
7809         Don't use mm-with-unibyte-current-buffer.
7810
7811 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7812
7813         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7814
7815 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7816
7817         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7818         (Bug#5592).
7819
7820 2010-05-07  Julien Danjou  <julien@danjou.info>
7821
7822         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7823         it to mm-pipe-part.
7824
7825         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7826         it is given.
7827
7828 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * binhex.el (binhex-decode-region-internal)
7831         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7832         (dns-query)
7833         * nnweb.el (nnweb-gmane-search)
7834         * pgg-parse.el (pgg-parse-armor)
7835         * pgg.el (pgg-verify-region)
7836         * sha1.el (sha1-string-external)
7837         * uudecode.el (uudecode-decode-region-internal)
7838         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7839         XEmacs.
7840
7841         * gnus-art.el (gnus-article-browse-html-parts)
7842         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7843         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7844         make-temp-file.
7845
7846         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7847         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7848         compiling.
7849
7850         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7851         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7852         XEmacs when compiling.
7853
7854         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7855         gnus-pick-mode-off-hook for XEmacs when compiling.
7856         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7857         gnus-binary-mode-off-hook for XEmacs when compiling.
7858
7859         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7860         Return nil if char-charset is not available.
7861
7862         * imap.el (imap-disable-multibyte)
7863         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7864         macros.
7865
7866         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7867         instead of encode-coding-string.
7868
7869         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7870         'xemacs) instead of mm-emacs-mule to switch function definitions.
7871         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7872
7873         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7874         bind temporary-file-directory for XEmacs;
7875         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7876         timer-set-function for XEmacs 21.4 and SXEmacs;
7877         bind timer-list for XEmacs 21.4 and SXEmacs;
7878         fbind char-charset and find-charset-region for non-Mule XEmacs;
7879         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7880         encode-coding-region and encode-coding-string for XEmacs having no
7881         file-coding feature.
7882
7883 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7884
7885         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7886
7887 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7890         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7891
7892 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7893
7894         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7895         alias `jka-compr-delete-temp-file' no longer exists.
7896
7897 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7898
7899         Use define-minor-mode in Gnus where applicable.
7900         * mml.el (mml-mode): Use define-minor-mode.
7901         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7902         (gnus-undo-mode): Use define-minor-mode.
7903         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7904         (gnus-dead-summary-mode): Use define-minor-mode.
7905         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7906         Initialize in declaration.
7907         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7908         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7909         (gnus-mailing-list-mode): Use define-minor-mode.
7910         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7911         (gnus-draft-mode): Use define-minor-mode.
7912         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7913         (gnus-dired-mode): Use define-minor-mode.
7914
7915 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7916
7917         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7918         handles on recursive mml-to-mime translation and check them for
7919         boundary delimiter collisions.  Reported by Greg Troxel.
7920
7921 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7924
7925 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7926
7927         * mm-util.el (mm-find-buffer-file-coding-system):
7928         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7929
7930 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7931
7932         * message.el (message-generate-headers): Record insertion of optional
7933         headers as well.  Otherwise the check to prevent repeated insertion of
7934         optional headers is a no-op.
7935
7936 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7937
7938         * smime.el: Don't mention CVS.
7939
7940         * nnrss.el (nnrss-fetch): Don't mention CVS.
7941
7942         * nnir.el: Don't mention CVS.
7943
7944 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7945
7946         * gnus-sum.el (gnus-summary-bookmark-make-record):
7947         Add `location' field.
7948
7949 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * lpath.el: Fbind bookmark-default-handler,
7952         bookmark-get-bookmark-record, bookmark-make-record-default,
7953         bookmark-prop-get for Emacs <23 and XEmacs.
7954
7955 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7956
7957         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7958         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7959         Use with-current-buffer to silence the byte-compiler.
7960         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7961         bother to require `gnus'.
7962         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7963
7964 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7965
7966         * gnus-sum.el (gnus-summary-bookmark-make-record)
7967         (gnus-summary-bookmark-jump): New functions.
7968         (gnus-summary-mode): Setup bookmark support.
7969
7970 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7971
7972         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7973         if set.
7974
7975 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7978         gnus-article-browse-html-save-cid-image; make it work recursively for
7979         forwarded messages as well.
7980         (gnus-article-browse-html-parts): Work when prefix arg is given.
7981         (gnus-article-browse-html-article): Doc fix.
7982
7983 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7984
7985         * message.el (message-default-mail-headers):
7986         (message-default-headers): Carry the value mail-default-headers over
7987         into message-default-mail-headers, rather than message-default-headers.
7988
7989 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7990
7991         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7992         charset.
7993
7994         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7995         charset into the <meta> tag when the article is encoded to utf-8.
7996
7997 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus-art.el (gnus-article-browse-delete-temp-files):
8000         Delete directories as well.
8001         (gnus-article-browse-html-parts): Work for images that do not specify
8002         file names; delete temp directory when quitting; insert header at the
8003         right place; use file: scheme for image files.
8004
8005 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8006
8007         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8008         (gnus-article-browse-html-parts): Use it to make temporary cid image
8009         files in addition to html file so that browser may display them.
8010
8011 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8014
8015 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8016
8017         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8018
8019 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8020
8021         * auth-source.el (auth-sources): Change default to be simpler.
8022         Explain about Secret Service API sources.  Improve Customize options.
8023         (auth-source-pick): Change to accept any number of search parameters.
8024         Implement fallbacks iteratively, not recursively.  Add scoring on the
8025         second pass and sort by score.  Call Secret Service API when needed.
8026         (auth-source-user-or-password): Use it.  Call Secret Service API
8027         directly when needed to get the user name and the password.
8028
8029 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8030
8031         * message.el (message-interactive): Doc fix.
8032         (message-qmail-inject-args): Reflow.
8033         (message-kill-to-signature): Fix typo in docstring.
8034
8035         * smiley.el (smiley-buffer): Fix typo in docstring.
8036
8037 2010-03-24  Glenn Morris  <rgm@gnu.org>
8038
8039         * mail-source.el (gnus-message): Declare.
8040         (mail-source-delete-old-incoming): Require gnus-util.
8041
8042 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8045
8046         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8047
8048         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8049         password-cache's default if it is not bound.
8050         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8051         password-cache-expiry's default if it is not bound.
8052
8053         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8054         available in Emacs 21.
8055
8056         * lpath.el: Suppress compiler warnings for:
8057         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8058         XEmacs;
8059         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8060         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8061         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8062
8063 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8064
8065         * auth-source.el (auth-sources): Fix up definition so extra parameters
8066         are always inline.
8067
8068 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8069
8070         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8071         wasn't updated after mismatch.  Clear cached mailbox info correctly
8072         when uidvalidity changes.
8073         (nnimap-group-prefixed-name): New function to avoid some code
8074         duplication.
8075         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8076         (nnimap-request-group): Use it.
8077         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8078         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8079         with many imap folders.  This is done by caching the group status from
8080         the imap server persistently in a group parameter `imap-status'.  (This
8081         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8082         but not persistently, so every Gnus startup was still very slow.)
8083
8084 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8085
8086         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8087         delete the extra newline.  Otherwise editing of :string and :number
8088         types don't work.
8089
8090 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8091
8092         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8093         secrets.el dependency.
8094         (auth-sources): Add optional user name.  Add secrets.el configuration
8095         choice (unused right now).
8096
8097 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8098
8099         * gnus-sum.el (gnus-summary-make-menu-bar):
8100         Let `gnus-registry-install-shortcuts' fill in the functions.
8101
8102         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8103         warnings.
8104         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8105         (gnus-registry-install-shortcuts): Populate and use it in a
8106         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8107
8108 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8109
8110         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8111         In-place substitutions for the group name encoding/decoding.
8112         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8113         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8114         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8115         (nnimap-update-unseen, nnimap-request-list)
8116         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8117         (nnimap-request-set-mark, nnimap-split-to-groups)
8118         (nnimap-split-articles, nnimap-request-newgroups)
8119         (nnimap-request-create-group, nnimap-request-accept-article)
8120         (nnimap-request-delete-group, nnimap-request-rename-group)
8121         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8122         `encoded-mbx' for consistency.
8123         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8124         variable `imap-current-mailbox'.
8125
8126         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8127         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8128
8129 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8130
8131         * pop3.el (pop3-display-message-size-flag): Display message size byte
8132         counts during POP3 download.
8133         (pop3-movemail): Use it.
8134         (pop3-list): Implement listing of available messages.
8135
8136 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8137
8138         * nnir.el (nnir-get-article-nov-override-function): New function to
8139         override the normal NOV retrieval.
8140         (nnir-retrieve-headers): Use it.
8141
8142 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8143
8144         * auth-source.el (netrc-machine-user-or-password): Autoload.
8145
8146 2010-03-19  Glenn Morris  <rgm@gnu.org>
8147
8148         Stop message.el from loading about 40 libraries it doesn't always need.
8149         The general approach is to autoload rather than require, and to
8150         require in the specific functions rather than the file.  (Bug#5642)
8151
8152         * gmm-utils.el: Don't require wid-edit.
8153         (widget-create-child-value, widget-convert, widget-default-get):
8154         Autoload.
8155
8156         * gnus-util.el: Don't require time-date, netrc.
8157         (message-fetch-field, gnus-group-name-decode): Declare rather than
8158         autoloading.
8159         (gnus-fetch-field): Require message.
8160         (gnus-decode-newsgroups): Require gnus-group.
8161
8162         * ietf-drums.el: Don't require time-date.
8163
8164         * message.el: Don't require hashcash, canlock, ecomplete.
8165         Do require mail-utils.  Require nnheader only when compiling.
8166         (smtpmail-default-smtp-server): Remove declaration.
8167         (message-send-mail-function): Check smtpmail-default-smtp-server
8168         is bound rather than requiring smtpmail.
8169         (message-auto-save-directory, message-insert-signature):
8170         Use expand-file-name rather than nnheader-concat.
8171         (nnheader-insert-file-contents): Autoload.
8172         (hashcash-wait-async): Declare.
8173         (message-send-mail): Only call gnus-setup-posting-charset if
8174         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8175         (message-send-mail-with-sendmail): Require sendmail.
8176         (canlock-password, canlock-password-for-verify): Declare.
8177         (message-canlock-password): Require canlock.
8178         (nnheader-get-report): Autoload.
8179         (gnus-setup-posting-charset): Declare.
8180         (message-send-news): Require gnus-msg.
8181         (message-make-references, message-make-in-reply-to): Use mail-header-id
8182         rather than the alias mail-header-message-id.
8183         (ecomplete-add-item, ecomplete-save): Declare.
8184         (message-put-addresses-in-ecomplete): Require ecomplete.
8185         (ecomplete-display-matches): Autoload.
8186
8187         * mm-decode.el: Don't require mailcap, gnus-util.
8188         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8189         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8190         Autoload.
8191         (mailcap-mime-extensions): Declare.
8192
8193         * mm-encode.el: Don't require mailcap.
8194         (mailcap-extension-to-mime): Autoload.
8195
8196         * mml-sec.el: Don't require password-cache.
8197
8198         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8199         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8200         (mml-minibuffer-read-type): Require mailcap.
8201         (mml-preview): Require gnus-msg.
8202
8203         * mml1991.el: Require password-cache.
8204         (password-cache-expiry): Remove declaration.
8205
8206         * mml2015.el: Require password-cache.
8207         (password-cache-expiry): Remove declaration.
8208
8209         * nneething.el (mailcap): Require mailcap.
8210
8211         * nnheader.el (declare-function): Add compatibility stub.
8212         (message-remove-header): Declare rather than autoload.
8213         (nnheader-replace-header): Require message.
8214
8215         * nnimap.el (declare-function): Add compatibility stub.
8216         (netrc-parse, netrc-machine-user-or-password): Declare.
8217         (nnimap-open-connection): Require netrc.
8218
8219         * nntp.el (declare-function): Add compatibility stub.
8220         (netrc-parse, netrc-machine, netrc-get): Declare.
8221         (nntp-send-authinfo): Require netrc.
8222
8223         * rfc2047.el: Don't require qp.
8224         (quoted-printable-encode-region, quoted-printable-decode-string):
8225         Autoload.
8226
8227         * sieve-mode.el: Don't require easymenu.
8228         (easy-menu-add-item): Autoload it.
8229
8230         * spam-stat.el (time-to-number-of-days): Autoload it.
8231
8232 2010-03-19  Glenn Morris  <rgm@gnu.org>
8233
8234         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8235
8236 2010-03-18  Glenn Morris  <rgm@gnu.org>
8237
8238         * hashcash.el (declare-function): Remove duplicate definition.
8239
8240 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8241
8242         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8243         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8244         value if any backslash escapes).
8245
8246 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8249         if it is available.  (bug#5647)
8250
8251         * lpath.el: Suppress compiler warning for coding-system-from-name for
8252         Emacs 21 and XEmacs.
8253
8254 2010-03-14  Juri Linkov  <juri@jurta.org>
8255
8256         * hmac-def.el:
8257         * hmac-md5.el:
8258         * netrc.el: Fix keywords.
8259
8260 2010-02-26  Glenn Morris  <rgm@gnu.org>
8261
8262         * message.el (message-send-mail-function): Change the default, so that
8263         it inherits from a customized send-mail-function.  (Bug#5643)
8264
8265 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8266
8267         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8268         shell-command-to-string signals an error (bug#5299).
8269
8270 2010-02-24  Glenn Morris  <rgm@gnu.org>
8271
8272         * message.el (message-smtpmail-send-it)
8273         (message-send-mail-with-mailclient): Doc fixes.
8274
8275 2010-02-16  Glenn Morris  <rgm@gnu.org>
8276
8277         * message.el (message-default-mail-headers): Change the default value
8278         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8279
8280 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8283         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8284
8285 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8286
8287         * time-date.el (date-to-time): Doc fix (Bug#5408).
8288
8289 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8290
8291         * message.el (message-mail): Just pass yank-action on to message-setup.
8292         (message-setup): Handle (FUN . ARGS) form of yank-action.
8293         (message-with-reply-buffer, message-widen-reply)
8294         (message-yank-original): Handle non-buffer values of
8295         message-reply-buffer (Bug#4080).
8296         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8297
8298 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8299
8300         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8301         Fix typo in docstring.
8302
8303 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8304
8305         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8306         response.
8307
8308 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8311
8312         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8313
8314         * message.el (message-check-news-header-syntax): Protect against a
8315         string that `rfc822-addresses' returns when parsing fails.
8316
8317 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8320         (gnus-previous-char-property-change): New functions.
8321
8322         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8323
8324 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8325
8326         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8327         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8328
8329 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8330
8331         * message.el (message-exchange-point-and-mark): Rework last change to
8332         avoid using optional arg of exchange-point-and-mark, for backward
8333         compatibility.
8334
8335 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8336
8337         * message.el (message-exchange-point-and-mark):
8338         Call exchange-point-and-mark with an argument rather than setting
8339         mark-active by hand (Bug#5175).
8340
8341 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * nntp.el (nntp-service-to-port): Work for service expressed with
8344         numeric string; replace [:digit:] with [0-9] for XEmacs.
8345
8346 2009-12-17  Glenn Morris  <rgm@gnu.org>
8347
8348         * gnus-group.el (gnus-bug-group-download-format-alist):
8349         Change emacs entry to debbugs.gnu.org.  Bump :version.
8350
8351 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8354
8355 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-info): Explain why we use `Info-goto-node'.
8358
8359 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8362
8363 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8364
8365         * message.el (message-completion-in-region): New compatibility function.
8366         (message-expand-group): Use it.
8367
8368 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8371         with no unread article should be listed if the 2nd arg `predicate' is
8372         given.
8373
8374 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8377
8378 2009-11-29  Juri Linkov  <juri@jurta.org>
8379
8380         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8381         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8382         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8383
8384 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8385
8386         * sha1.el (sha1-string-external): default-directory "/" in case
8387         otherwise non-existent.  process-connection-type pipe for touch of
8388         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8389
8390 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8391
8392         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8393         it's comms related and sgml-mode.el has "comm" on that basis too.
8394
8395 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8398         containing tspecial characters if they have been already quoted.
8399
8400 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8401
8402         * dns-mode.el (auto-mode-alist): Purecopy string.
8403
8404 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8405
8406         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8407
8408 2009-10-24  Glenn Morris  <rgm@gnu.org>
8409
8410         * gnus-art.el (help-xref-stack-item): Define for compiler.
8411
8412 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8413
8414         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8415
8416 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8419
8420 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8423         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8424
8425 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8428         (gnus-overlays-in): New alias to overlays-in.
8429
8430         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8431         gnus-overlay-get, and gnus-delete-overlay.
8432         (gnus-summary-show-thread): Make it work as well for systems in which
8433         next-single-char-property-change is not available.
8434         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8435
8436         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8437         (gnus-overlay-get): New alias to extent-property.
8438         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8439
8440         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8441         SXEmacs.
8442
8443         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8444         SXEmacs.
8445
8446 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8449
8450 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8451
8452         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8453         and XEmacs that don't have `remove-overlays'.
8454
8455 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8456
8457         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8458         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8459         selective display.  Use overlays instead.
8460
8461 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8462
8463         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8464
8465 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8466
8467         * spam-stat.el (spam-stat-load): Fix typo in message.
8468
8469 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8470
8471         * dig.el (dig-invoke): Fix typo in docstring.
8472         (query-dig): Reflow docstring.
8473
8474 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8475
8476         * gnus-art.el (gnus-article-encrypt-body):
8477         * message.el (message-check-recipients):
8478         * mm-util.el (mm-codepage-setup):
8479         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8480         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8481
8482 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8483
8484         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8485         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8486         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8487         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8488         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8489
8490 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8491
8492         * dig.el: Add "Keywords: comm", as per net-utils.el.
8493
8494 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8495
8496         * dig.el (dig-mode): Use define-derived-mode.
8497
8498 2009-09-19  Glenn Morris  <rgm@gnu.org>
8499
8500         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8501
8502 2009-09-18  Glenn Morris  <rgm@gnu.org>
8503
8504         * gnus-diary.el (gnus-diary-check-message):
8505         * message.el (message-insert-formatted-citation-line):
8506         * nnbabyl.el (top-level):
8507         * nndiary.el (nndiary-schedule):
8508         Fix typos in condition-case handlers.
8509
8510 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8513         configuration that provides the sole article window in a frame;
8514         position point correctly after deleting a part.
8515
8516 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8517
8518         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8519         (spam-resolve-registrations-routine): Use it to unregister articles
8520         that change status.
8521
8522 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8525         with XEmacs.
8526         (parse-time-string-chars): Use it.
8527
8528 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8529
8530         * imap.el (imap-interactive-login): Better messages.
8531         (imap-open): Fix bug with renamed buffer on reconnect.
8532         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8533         for easier debugging and cleaner code.  On successful (guessed based on
8534         server capabilities) secondary authentication, set imap-state
8535         correctly.
8536         (imap-last-authenticator): Define imap-last-authenticator as a variable
8537         to avoid warnings.
8538
8539 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * nnrss.el (nnrss-request-article): Remove binding of
8542         default-enable-multibyte-characters that has gotten needless by
8543         the 2007-07-13 change in rfc2047-encode-message-header.
8544
8545         * mml.el (mml-insert-multipart): Error on the message header.
8546         (mml-insert-part): Error on the message header; position point at
8547         the end of a MIME tag.
8548
8549 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * time-date.el (autoload): Expand define-obsolete-function-alias into
8552         defalias and make-obsolete for old Emacsen that Gnus supports.
8553         (with-no-warnings): Define it for old Emacsen.
8554         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8555         is available.
8556         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8557         float-time is available; suppress compile warning for time-to-seconds.
8558
8559         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8560         (gnus-float-time): Alias to float-time if it exists.
8561
8562         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8563         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8564         float-time is available; suppress compile warning for time-to-seconds.
8565
8566         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8567         XEmacs.
8568
8569 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8570
8571         * imap.el (imap-message-map): Docstring fix.
8572
8573 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8576         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8577         Add the optional argument `encoding' that overrides the default.
8578
8579         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8580         mm-encode-buffer.
8581
8582 2009-09-04  Glenn Morris  <rgm@gnu.org>
8583
8584         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8585         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8586         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8587         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8588         * mm-util.el (mm-with-unibyte-current-buffer)
8589         (mm-find-buffer-file-coding-system):
8590         * yenc.el (yenc-decode-region): Use default-value rather than
8591         default-enable-multibyte-characters.
8592
8593 2009-09-03  Glenn Morris  <rgm@gnu.org>
8594
8595         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8596         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8597         than default-enable-multibyte-characters.
8598
8599 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8600
8601         * gnus-art.el (gnus-article-read-summary-keys):
8602         Fix gnus-buffer-configuration's value temporarily used.
8603
8604 2009-09-02  Glenn Morris  <rgm@gnu.org>
8605
8606         * gnus-util.el (gnus-float-time): New function.
8607         * gnus-delay.el (gnus-delay-article):
8608         * gnus-sum.el (gnus-thread-latest-date):
8609         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8610         * nnspool.el (nnspool-request-newgroups):
8611         Use gnus-float-time rather than time-to-seconds.
8612         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8613
8614         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8615         (gnus-header-subject-face, gnus-header-newsgroups-face)
8616         (gnus-header-name-face, gnus-header-content-face):
8617         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8618         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8619         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8620         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8621         (gnus-cite-face-11):
8622         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8623         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8624         (gnus-server-closed-face, gnus-server-denied-face)
8625         (gnus-server-offline-face):
8626         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8627         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8628         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8629         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8630         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8631         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8632         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8633         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8634         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8635         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8636         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8637         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8638         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8639         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8640         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8641         (gnus-summary-high-undownloaded-face)
8642         (gnus-summary-low-undownloaded-face)
8643         (gnus-summary-normal-undownloaded-face)
8644         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8645         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8646         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8647         (gnus-splash-face):
8648         * message.el (message-header-to-face, message-header-cc-face)
8649         (message-header-subject-face, message-header-newsgroups-face)
8650         (message-header-other-face, message-header-name-face)
8651         (message-header-xheader-face, message-separator-face)
8652         (message-cited-text-face, message-mml-face):
8653         * sieve-mode.el (sieve-control-commands-face)
8654         (sieve-action-commands-face, sieve-test-commands-face)
8655         (sieve-tagged-arguments-face):
8656         * spam.el (spam-face):
8657         Mark face aliases with "-face" in the name as obsolete.
8658
8659 2009-09-01  Glenn Morris  <rgm@gnu.org>
8660
8661         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8662         than goto-line.
8663
8664 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8667         Don't move point if the command is invoked inside the message header.
8668
8669 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8670
8671         * imap.el (imap-send-command): Simplify.
8672         (imap-wait-for-tag): point-max -> buffer-size.
8673
8674 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8675
8676         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8677         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8678         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8679         * nnir.el (nnir-swish-e-index-file):
8680         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8681         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8682         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8683         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8684         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8685         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8686
8687 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8690         Don't save excursion.
8691
8692 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8693
8694         * nnheader.el (nnheader-find-file-noselect):
8695         * mm-util.el (mm-insert-file-contents):
8696         Use (default-value 'major-mode) instead of default-major-mode.
8697
8698 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8699
8700         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8701
8702 2009-08-26  Glenn Morris  <rgm@gnu.org>
8703
8704         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8705         than placing in files.el.
8706
8707 2009-08-25  Glenn Morris  <rgm@gnu.org>
8708
8709         * nnir.el (top-level): Don't require cl at run-time.
8710         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8711         Replace cl-function substitute with gnus-replace-in-string.
8712         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8713         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8714         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8715         simplified expansions.
8716
8717 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8718
8719         * dig.el (dig): Add autoload cookie.
8720
8721 2009-08-22  Glenn Morris  <rgm@gnu.org>
8722
8723         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8724         goto-line.
8725
8726 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8727
8728         * parse-time.el (parse-time-string-chars): Save match data.
8729
8730 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8731
8732         * parse-time.el (parse-time-string-chars): Compute using character
8733         classes, to handle non-ascii characters (Bug#3190).
8734
8735 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8738
8739         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8740         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8741         (gnus-mm-display-part, gnus-mime-display-single)
8742         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8743         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8744
8745         * gnus-sum.el
8746         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8747         (gnus-summary-move-article): Add expirable mark to articles copied or
8748         moved to group that has auto-expire turned on if the option is non-nil.
8749
8750 2009-07-24  Glenn Morris  <rgm@gnu.org>
8751
8752         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8753         Fix typo.  (Bug#3903)
8754
8755 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8758         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8759         that should not be used for draft articles.
8760         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8761         that has no concern in minor mode keys.
8762         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8763         Abolish.
8764
8765 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8768         article without making inquiry to a user for unknown encoding.
8769
8770         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8771         (nnmaildir--scan): Assume i-node and device number that file-attributes
8772         returns might be cons-cell.
8773
8774         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8775
8776         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8777
8778 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8779
8780         * auth-source.el: Remove docs now in auth.texi.  Don't use
8781         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8782         `auth-source-hide-passwords' and use them.
8783
8784 2009-07-15  Glenn Morris  <rgm@gnu.org>
8785
8786         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8787
8788 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8791         excessive whitespace from the default values of title and description.
8792
8793 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8796         mail-fetch-field to fetch Content-Description header in order to
8797         exclude newlines.
8798
8799 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8800
8801         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8802         format used by GnuPG 2.0.11.
8803
8804 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8807         to deleted part.
8808
8809 2009-05-30  David Engster  <dengste@eml.cc>
8810
8811         * nnmairix.el: Remove old documentation in the commentary block.
8812         (nnmairix-request-group): Do not update active file for nnml back ends.
8813         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8814         end so that overview files are ignored.
8815         (nnmairix-update-groups): Make updating the groups more robust by using
8816         marks.
8817         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8818         with dollar characters in message-id.
8819
8820 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8823         2008-12-25 in dns.el.
8824
8825 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8826
8827         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8828         could happen if the text is only composed of spaces and/or tabs.
8829
8830 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8831
8832         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8833         when sending a queued message to avoid extra mml tags.
8834
8835 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8838
8839 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8842         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8843         rmail-toggle-header for XEmacs;
8844         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8845
8846 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * gnus-dired.el: Remove autoload for gnus-setup-message.
8849         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8850         displaying Gnus logo; always use compose-mail.
8851
8852 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8855
8856 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8859         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8860         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8861         available.
8862         (gnus-nocem-epg-verify): New function.
8863
8864 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8867
8868 2009-02-15  Glenn Morris  <rgm@gnu.org>
8869
8870         * gnus-util.el (rmail-insert-rmail-file-header)
8871         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8872         autoloads.
8873         (rmail-default-rmail-file): Remove unnecessary declaration.
8874         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8875
8876 2009-02-14  Glenn Morris  <rgm@gnu.org>
8877
8878         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8879         variable (only used in gnus-util, which declares it anyway).
8880         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8881         which was only needed by gnus-art (changed to not use it any more).
8882         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8883         only used in gnus-util, which autoloads it itself.
8884         (rmail-update-summary): Fix autoload.
8885
8886         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8887         rather than rmail-output-to-rmail-file.
8888
8889 2009-02-07  Glenn Morris  <rgm@gnu.org>
8890
8891         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8892         autoload of function that no longer exists.
8893         (rmail-toggle-header): Declare.
8894         (message-forward-rmail-make-body): Handle mbox Rmail.
8895
8896 2009-01-31  Glenn Morris  <rgm@gnu.org>
8897
8898         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8899         2009-01-09 change.
8900
8901 2009-01-31  Dave Love  <fx@gnu.org>
8902
8903         * imap.el (imap-fetch-safe): Bind debug-on-error.
8904         (imap-debug): Add imap-fetch-safe.
8905
8906 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8907
8908         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8909         (auth-source-forget-all-cached): New convenience function.
8910         (auth-source-user-or-password): Accept list of modes or a single mode.
8911
8912         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8913         auth-source modes.
8914
8915         * netrc.el (netrc-machine-user-or-password): Use list of
8916         auth-source modes.
8917
8918         * nnimap.el (nnimap-open-connection): Use list of
8919         auth-source modes.
8920
8921         * nntp.el (nntp-send-authinfo): Use list of
8922         auth-source modes.
8923
8924 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8925
8926         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8927         now.
8928
8929 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8932         coding system in XEmacs; add a workaround for XEmacs.
8933
8934         * lpath.el: Fbind coding-system-aliasee.
8935
8936 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8939         of current-language-environment.
8940
8941 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8944         available at runtime.
8945
8946 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8949
8950 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8951
8952         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8953         the greatest positive fixnum value doesn't work under an XEmacs with
8954         bignum support; use the most-positive-fixnum constant instead,
8955         available since Emacs 21.1 with cl and XEmacs 21.1.
8956
8957 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8960         XEmacs gets not to work.
8961
8962 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * mm-util.el (mm-coding-system-priorities): Allow the value like
8965         "Japanese (UTF-8)" of current-language-environment.
8966
8967 2009-01-09  Glenn Morris  <rgm@gnu.org>
8968
8969         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8970         with last-command-event.
8971
8972 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8975         in the doc string.
8976
8977         * message.el (message-fix-before-sending): Amend comment.
8978
8979 2009-01-08  Dave Love  <fx@gnu.org>
8980
8981         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8982
8983 2009-01-07  David Engster  <dengste@eml.cc>
8984
8985         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8986         simplified server definitions by converting it via
8987         gnus-server-to-method.
8988
8989 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8992         parameter's operands.
8993
8994 2009-01-06  David Engster  <dengste@eml.cc>
8995
8996         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8997         primary select method (for gnus-group-mark-article-as-read).
8998
8999 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9000
9001         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9002         `(gnus)Face', not `(gnus)X-Face'.
9003
9004 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * mm-util.el (mm-ucs-to-char): New function.
9007
9008         * mm-url.el (mm-url-decode-entities): Use it.
9009
9010         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9011         unicode-to-char.
9012
9013 2009-01-05  Dave Love  <fx@gnu.org>
9014
9015         * time-date.el: Require cl for `declare'.
9016
9017 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9020         Dave Love.
9021
9022 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * message.el (message-fix-before-sending): Add `eight-bit' to
9025         illegible-text check.
9026
9027 2009-01-03  Michael Olson  <mwolson@gnu.org>
9028
9029         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9030         `headers' is nil.  This can occur if the IMAP server does not have
9031         permissions to read messages from a folder, but can write new messages
9032         to the folder.
9033         (nnimap-request-article-part): Do not insert `data' if it is nil.
9034
9035         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9036         characters which will confuse `read', so skip past them.
9037
9038 2009-01-01  Dave Love  <fx@gnu.org>
9039
9040         * imap.el (imap-string-to-integer): Fix typo.
9041         (imap-fetch-safe): New function.
9042         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9043
9044         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9045
9046         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9047         (imap-parse-greeting): Fix doc strings.
9048         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9049         (imap-parse-flag-list): Make messages unique.
9050         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9051
9052         * nnimap.el: Fix author email.
9053         (nnimap-split-rule): Add FIXME comment.
9054         (nnimap-debug): Fix doc string.
9055
9056 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9059
9060 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9063         nslookup if resolv.conf isn't available.
9064         (dns-query): Rename from query-dns.
9065         (dns-query-cached): Rename from query-dns-cached.
9066
9067 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9070         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9071         to check if those variables exist (first appeared in Emacs 18.50).
9072
9073 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * mm-util.el (mm-line-number-at-pos): New function.
9076
9077         * spam-report.el (spam-report-process-queue): Use it.
9078
9079 2008-12-24  David Engster  <dengste@eml.cc>
9080
9081         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9082         parameters that haven't existed as variables as buffer-local variables.
9083
9084 2008-12-23  Dave Love  <fx@gnu.org>
9085
9086         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9087         cadar.
9088
9089         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9090         imap-starttls-p.
9091         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9092
9093 2008-12-22  Dave Love  <fx@gnu.org>
9094
9095         * imap.el: Fix author email.  Doc fixes.
9096         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9097         reply.
9098
9099 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * spam-report.el (spam-report-gmane-max-requests): New constant.
9102         (spam-report-gmane-wait): New variable.
9103         (spam-report-gmane-ham, spam-report-gmane-spam)
9104         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9105         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9106         the server.
9107
9108         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9109         Add explanations.
9110
9111         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9112         nnheader-accept-process-output and nnheader-read-timeout if available.
9113         (pop3-movemail): Use it.
9114
9115         * message.el (message-check-news-body-syntax): Fix signature check if
9116         there's an attachment.
9117
9118 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * mm-util.el: Add comments to the mm- emulating functions.
9121
9122 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9125         Reported by Stephen Berman <stephen.berman@gmx.net>.
9126
9127 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * mm-util.el (mm-substring-no-properties): New function.
9130         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9131         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9132         (mm-string-to-multibyte): Doc fix.
9133
9134         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9135
9136 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * mml.el (mml-attach-file): Strip text properties from file name.
9139         (Bug#1574)
9140
9141 2008-12-16  Glenn Morris  <rgm@gnu.org>
9142
9143         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9144
9145 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9148         knows since the charset specified might be a bogus alias that
9149         mm-charset-synonym-alist provides.
9150
9151 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9154         "ISO_8859-1".
9155
9156         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9157
9158 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * mm-util.el (mm-charset-eval-alist):
9161         Define it before mm-charset-to-coding-system.
9162         (mm-charset-to-coding-system): Add optional argument `silent';
9163         define it before mm-charset-override-alist.
9164         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9165         default value if it can be used in Emacs currently running;
9166         silence mm-charset-to-coding-system.
9167
9168 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9171         `allow-override' which says whether to use `mm-charset-override-alist'.
9172         (rfc2047-decode-encoded-words): Use it.
9173
9174         * mm-util.el (mm-charset-override-alist): Fix custom type;
9175         add `(gb2312 . gbk)' to choices.
9176
9177 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9180         fast.
9181
9182         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9183
9184         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9185
9186 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9187
9188         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9189         on links.
9190
9191         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9192
9193 2008-12-03  Lute Kamstra  <lute@gnu.org>
9194
9195         * sha1.el: Remove leading * from docstrings of defcustoms,
9196         deffaces, defconsts and defuns.
9197
9198 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9201         users' addresses that don't have domain parts.
9202         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9203         rather than message-narrow-to-head since there will be the message
9204         header separator.
9205
9206 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9207
9208         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9209         since the result is inserted in a unibyte buffer anyway.
9210         (nnimap-demule-use-string-to-multibyte): Remove.
9211         (nnimap-demule): Alias it to mm-string-to-multibyte.
9212
9213 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9216         variable for debugging bug#464 and bug#1174.
9217         (nnimap-demule): Use it.
9218
9219 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9222         score calculation correctly.
9223
9224 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9225
9226         * message.el (message-send-mail): Just set the buffer to unibyte
9227         rather than use mm-with-unibyte-current-buffer which does a lot more.
9228         (message-send-mail-partially): Don't bother with
9229         mm-with-unibyte-current-buffer since it's already been made unibyte by
9230         message-send-mail.
9231
9232 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9233
9234         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9235
9236 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9237
9238         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9239
9240 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9243         require itself and to remove `with-no-warnings'.
9244
9245 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9246
9247         * starttls.el (starttls-any-program-available): Get the name of the
9248         available TLS layer program.
9249         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9250         well as the host name in the "opening" message.
9251
9252         * auth-source.el (auth-source-cache, auth-source-do-cache)
9253         (auth-source-user-or-password): Cache passwords and logins by default,
9254         allow override with `auth-source-do-cache'.
9255         (auth-source-forget-user-or-password): Allow users to remove cache
9256         entries if needed.
9257
9258 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9259
9260         * md4.el (md4-buffer): Fix typo in docstring.
9261         (md4, md4-64): Doc fixes.
9262         (md4-pack-int32): Reflow docstring.
9263
9264 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9265
9266         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9267         condition-case to only the forward-sexp call.
9268
9269 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9270
9271         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9272         quotes contained.  Make it more robust regardless by an extra
9273         condition-case wrapper.
9274
9275 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9278
9279 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * nnml.el (nnml-request-expire-articles): Check if the function set to
9282         `nnmail-expiry-target' returns the symbol `delete'.
9283
9284         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9285
9286         * nnmail.el (nnmail-expiry-target): Fix custom type.
9287
9288 2008-10-02  Glenn Morris  <rgm@gnu.org>
9289
9290         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9291         Silence compiler warning.
9292
9293 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9294
9295         * tls.el (open-tls-stream): Show the actual command being
9296         executed, instead of the format string.
9297
9298 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * lpath.el: Fbind codepage-setup for Emacs 23.
9301
9302 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9303
9304         * mml.el (mml-menu): Don't assume mml2015 is bound.
9305
9306 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9309         exists.
9310
9311 2008-09-27  Glenn Morris  <rgm@gnu.org>
9312
9313         * gnus-util.el (mail-header-remove-comments): Autoload it.
9314
9315 2008-09-27  Andreas Schwab  <schwab@suse.de>
9316
9317         * gnus-util.el (gnus-split-references): Strip comments.
9318         (gnus-parent-id): Likewise.
9319
9320 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * message.el (message-confirm-send): Fix version.
9323
9324 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * message.el (message-idna-to-ascii-rhs-1): Use
9327         mail-extract-address-components rather than mail-header-parse-addresses
9328         that is an alias by default to ietf-drums-parse-addresses that does not
9329         support non-ASCII names in headers' contents.
9330
9331 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9332
9333         * message.el (message-confirm-send): Fix variable documentation to
9334         avoid the "y/n" wording.
9335
9336 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9337
9338         * message.el (message-set-auto-save-file-name): Save to a different
9339         filename so multiple messages (especially drafts) can be recovered.
9340
9341 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9342
9343         * message.el (message-confirm-send): Add appropriate version.
9344
9345 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9346
9347         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9348         defvar.
9349
9350 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9351
9352         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9353         (mm-pkcs7-enveloped-magic): Ditto.
9354
9355 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9356
9357         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9358         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9359
9360 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9361
9362         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9363         default, it's better.
9364
9365 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9366
9367         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9368         summary line gnus-number property and ignore them (with a warning
9369         message).
9370
9371 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9374         macro caddr in the interactive form since it won't be expanded.
9375
9376 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9379         `charset'; fix name of function called recursively.
9380         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9381
9382 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9385         (gnus-mime-set-charset-parameters): New function.
9386         (gnus-mime-view-part-as-charset): Use it to correctly display part
9387         specifying wrong charset.
9388
9389 2008-09-08  David Engster  <dengste@eml.cc>
9390
9391         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9392         in completing-read for back end server.
9393
9394 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9395
9396         * message.el (message-confirm-send): New variable to confirm sending a
9397         message.
9398         (message-send): Use it.
9399
9400 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9401
9402         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9403
9404 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9407
9408 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9409
9410         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9411         prevent tracking too many groups.
9412         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9413         Use it.
9414
9415 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9416
9417         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9418         moving point to the bottom of the window in order to avoid recentering.
9419
9420 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9423
9424         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9425         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9426         (gnus-article-beginning-of-window): Fix calculation.
9427
9428 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-msg.el (gnus-summary-supersede-article)
9431         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9432         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9433         message header.
9434
9435 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9436
9437         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9438         pending output coming after the status change.
9439
9440 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9441
9442         * message.el:
9443         * gnus-start.el:
9444         * gnus-registry.el: Remove VMS support.
9445
9446 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9449         macro.
9450         (rfc2104-hash): Use it.
9451
9452 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9455         (gnus-summary-sort-by-most-recent-date): New commands.
9456         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9457         and menu entries.
9458
9459 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9462         don't redisplay article for raw contents; remove plural articles stuff.
9463
9464         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9465         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9466         on gnus-summary-save-article; display results properly.
9467
9468 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * lpath.el: No need to fbind ns-focus-frame.
9471
9472 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9475
9476 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-art.el (gnus-summary-save-in-pipe):
9479         Consider gnus-save-all-headers.
9480
9481 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9482
9483         * gnus-util.el (ns-focus-frame): Remove declaration.
9484         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9485         like x.
9486
9487 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9488
9489         * rfc2104.el (rfc2104-zero): Delete defconst.
9490         (rfc2104-hex-alist): Likewise.
9491         (rfc2104-hex-to-int): Delete func.
9492         (rfc2104-hexstring-to-bitstring): Likewise.
9493         (rfc2104-nybbles): New defconst.
9494         (rfc2104-hash): Rewrite for speed.
9495
9496 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * tls.el (open-tls-stream): Make it work with the 2nd argument
9499         BUFFER that is a string but does not exist as a buffer object, as
9500         mentioned in the doc-string.
9501
9502 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9505         SXEmacs.
9506
9507 2008-07-16  Glenn Morris  <rgm@gnu.org>
9508
9509         * gnus-util.el (ns-focus-frame): Declare for compiler.
9510
9511 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9514         set as a group parameter.
9515         (gnus-summary-save-in-pipe): Work when it is called independently.
9516         (gnus-summary-pipe-to-muttprint): Don't modify
9517         gnus-summary-pipe-output-default-command.
9518
9519 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9520
9521         * message.el (message-send-mail-with-sendmail):
9522         Display the error message.
9523
9524 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-art.el (gnus-default-article-saver):
9527         Add gnus-summary-save-in-pipe to choices.
9528         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9529         gnus-summary-pipe-output-default-command as the default command.
9530         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9531         instead of gnus-last-shell-command.
9532
9533         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9534         New user option.
9535         (gnus-summary-muttprint-program): Mention the value will be changed.
9536         (gnus-summary-save-article): Force showing of all headers.
9537         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9538
9539 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9540
9541         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9542
9543 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9544
9545         * nnimap.el (nnimap-id):
9546         * sieve-manage.el (sieve-manage-open): Doc fixes.
9547
9548 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9549
9550         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9551         if available.
9552
9553 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9554
9555         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9556
9557         * nnkiboze.el (nnkiboze-generate-group):
9558         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9559
9560         * nnmairix.el: Require CL.
9561
9562 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * dgnushack.el: Autoload get-display-table and put-display-table for
9565         XEmacs 21.5.
9566
9567         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9568         21.4 and SXEmacs.
9569
9570 2008-06-15  David Engster  <dengste@eml.cc>
9571
9572         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9573
9574 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9575
9576         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9577         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9578         runtime choice under XEmacs.
9579
9580         * gnus-sum.el (gnus-summary-set-display-table):
9581         Use `gnus-put-display-table', `gnus-get-display-table',
9582         `gnus-set-display-table' for the display table, instead of `aset'.
9583
9584         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9585         Use `gnus-put-display-table', `gnus-get-display-table',
9586         `gnus-set-display-table' for the display table.
9587
9588 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * nnmairix.el: Add autoloads.
9591
9592 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * nnmairix.el (nnmairix-delete-recreate-group)
9595         (nnmairix-update-and-clear-marks): Fix error messages.
9596
9597 2008-06-14  David Engster  <dengste@eml.cc>
9598
9599         * nnmairix.el: Upgrade to version 0.6.
9600         (nnmairix-group-toggle-propmarks-this-group)
9601         (nnmairix-group-toggle-readmarks-this-group)
9602         (nnmairix-group-delete-recreate-this-group)
9603         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9604         (nnmairix-remove-tick-mark-original-article): New commands.
9605         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9606         (nnmairix-propagate-marks-to-nnmairix-groups)
9607         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9608         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9609         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9610         functions needed for marks propagation and manipulation of read marks.
9611         (nnmairix-update-groups): New function.
9612         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9613         (nnmairix-determine-original-group-from-registry)
9614         (nnmairix-determine-original-group-from-path)
9615         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9616         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9617         New helper functions.
9618         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9619         keystrokes for new commands.
9620         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9621         (nnmairix-request-group): Check allow-fast group parameter.
9622         (nnmairix-request-create-group): Set allow-fast group parameter if
9623         nnmairix-allowfast-default is set.
9624         (nnmairix-close-group): Propagate marks upon closing if needed.
9625         (nnmairix-group-toggle-threads-this-group): Use new.
9626         nnmairix-group-toggle-parameter helper function.
9627         (nnmairix-search): Better check for empty search result.
9628         (nnmairix-goto-original-article): Use new helper functions for
9629         determining original article.
9630         (nnmairix-show-original-article): Make sure message-id is in brackets.
9631         (nnmairix-call-mairix-binary): Change variable name.
9632         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9633         helper function.
9634         (nnmairix-widget-toggle-activate): Fix doc string.
9635
9636 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * nnir.el: Require edmacro when compiling with XEmacs.
9639         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9640         available in Emacs 21.
9641
9642 2008-06-11  Glenn Morris  <rgm@gnu.org>
9643
9644         * gnus-util.el (x-focus-frame):
9645         * gnus.el (image-size):
9646         * mm-decode.el (image-size): Declare.
9647
9648         * gnus-picon.el (declare-function): Add compat definition.
9649         (image-size): Declare.
9650
9651         * gnus-group.el (tool-bar-map):
9652         * gnus-sum.el (tool-bar-map): Define for compiler.
9653
9654         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9655
9656         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9657
9658         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9659         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9660         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9661         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9662         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9663         * sieve-manage.el, spam-report.el, spam.el:
9664         Remove unnecessary eval-and-compile of autoloads.
9665
9666 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9667
9668         * auth-source.el: Precise Tramp doc.
9669
9670 2008-06-07  Glenn Morris  <rgm@gnu.org>
9671
9672         * nnmairix.el: Remove unnecessary eval-when-compile.
9673
9674 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * lpath.el: Fbind propertize for XEmacs 21.4.
9677
9678 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * nnir.el: Move here from ../contrib.
9681
9682 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9683
9684         * gnus-util.el (gnus-read-shell-command): New function.
9685         * mm-decode.el (mm-pipe-part):
9686         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9687
9688 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9691
9692 2008-06-03  Glenn Morris  <rgm@gnu.org>
9693
9694         * pop3.el (nnheader-accept-process-output): Autoload it.
9695
9696 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9699         are not 2-digit hexadecimal characters that follow `%'s.
9700
9701 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * message.el (message-bogus-recipient-p): Fix type in doc string.
9704         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9705         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9706         Improve custom options.
9707         (message-bogus-recipient-p): Adjust accordingly.
9708
9709 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9710
9711         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9712         long-form month and day names.
9713
9714 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * dgnushack.el: Autoload debug, eudc-expand-inline and
9717         pgg-snarf-keys-region for XEmacs.
9718
9719         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9720
9721         * nnmairix.el: Require edmacro when compiling with XEmacs.
9722
9723 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9726         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9727
9728 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9729
9730         * auth-source.el: Add more docs.
9731
9732         * netrc.el (netrc-machine): Always match if the port is not given.
9733
9734 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9737         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9738         retrieval faster in some cases, but might make CPU usage larger.
9739         If this has any bad side effects, we might revert this change.
9740
9741         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9742         seems to make mail retrieval much, much faster.
9743         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9744         unconditionally.
9745
9746         * gnus-draft.el (gnus-group-send-queue):
9747         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9748
9749 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9752
9753         * message.el (message-bogus-address-regexp): Fix and improve custom
9754         type.
9755         (message-setup-hook): Add message-check-recipients as custom option.
9756
9757 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * message.el (message-cite-function): Remove bogus autoload which crept
9760         in during merge from v5-10.
9761
9762 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9763
9764         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9765
9766         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9767
9768         * auth-source.el: Preliminary Tramp docs.
9769         (auth-sources): Change the default auth-sources to use
9770         EPA .gpg files.
9771
9772 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9773
9774         * nntp.el: Autoload `auth-source-user-or-password'.
9775         (nntp-send-authinfo): Use it.
9776
9777         * nnimap.el: Autoload `auth-source-user-or-password'.
9778         (nnimap-open-connection): Use it.
9779
9780         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9781         for the gnus-message function.
9782         (auth-source-user-or-password): Use it.
9783
9784 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9785
9786         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9787         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9788         (rfc2104-hash): Use it.
9789
9790 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9791
9792         * gnus-art.el (gnus-article-toggle-truncate-lines):
9793         Don't use `iff' in docstring.
9794
9795 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9796
9797         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9798
9799         * gnus-util.el (gnus-extract-address-component-name)
9800         (gnus-extract-address-component-email): Convenience functions around
9801         `gnus-extract-address-components'.
9802
9803         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9804         Use `gnus-extract-address-component-email' to fix bug of comparing full
9805         sender name to `user-mail-address'.
9806
9807 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9808
9809         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9810         catch/throw to optimize.
9811         (gnus-registry-find-keywords): Just use member to find a keyword.
9812
9813 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9814
9815         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9816         is current before calling gnus-server-prepare.
9817         (gnus-server-setup-buffer, gnus-server-update-server)
9818         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9819
9820 2008-05-04  Juri Linkov  <juri@jurta.org>
9821
9822         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9823         (mailcap-file-default-commands): Use mailcap-replace-in-string
9824         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9825         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9826
9827 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9828
9829         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9830
9831 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9832
9833         * gnus.el: Bump version to 0.11.
9834
9835 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9836
9837         * gnus.el: No Gnus v0.10 is released.
9838
9839 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9842         hooks.
9843         (gnus-update-read-articles): Speed up non-marks-using users.
9844         (gnus-use-marks): Define gnus-use-marks.
9845         (gnus-propagate-marks): Rename variable to something more sensible.
9846
9847 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9848
9849         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9850         (gmm-image-load-path-for-library): Fix typos in docstrings.
9851         (gmm-message): Reflow docstring.
9852
9853 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9854
9855         * mail-source.el (mail-source-set-1, mail-source-bind):
9856         Move auth-source code out of the macro to clean it up and fix bugs.
9857
9858 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9859
9860         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9861         by sender if it's equal to user-mail-address, it's likely to be
9862         useless.
9863
9864         * mail-source.el (mail-source-bind): Don't use user or password if they
9865         are not bound.  Unintern them if they are nil.  Don't use server unless
9866         it's bound, and default it to empty string otherwise.
9867
9868 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9869
9870         * mail-source.el: Load auth-source.el.
9871         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9872         get user name or password, if auth-sources is set up.
9873
9874         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9875         strategy of splitting with parent.
9876         (gnus-registry-split-fancy-with-parent)
9877         (gnus-registry-post-process-groups): Use it and fix prior
9878         bug (returning a list as the split result).
9879
9880         * auth-source.el (auth-sources): Remove server parameter.
9881         (auth-source-pick, auth-source-user-or-password)
9882         (auth-source-user-or-password-imap)
9883         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9884         (auth-source-user-or-password-sftp)
9885         (auth-source-user-or-password-smtp): Remove server parameter.
9886
9887 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9888
9889         * smime.el (smime-sign-region, smime-encrypt-region)
9890         (smime-decrypt-region):
9891         Remove redundant calls to `generate-new-buffer-name'.
9892
9893 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9894
9895         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9896         Don't use QP for message/rfc822.
9897         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9898
9899 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9900
9901         * sieve-manage.el (sieve-string-bytes): Remove.
9902         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9903         correct byte-length only if the process's coding-system is the same as
9904         the one used internally by Emacs to represent strings.
9905
9906 2008-04-22  Juri Linkov  <juri@jurta.org>
9907
9908         * mailcap.el (mailcap-file-default-commands): New function.
9909
9910 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * message.el (message-signature-separator, message-cite-function):
9913         Change custom version.
9914
9915 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9916
9917         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9918         commands.
9919         (tls-checktrust): Ditto.
9920
9921 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9922
9923         * mm-decode.el (mm-display-external): Make temp file read-only.
9924
9925 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9928         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9929         `C-c C-f d'.
9930
9931 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9932
9933         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9934
9935 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * gnus.el: Bump version to 0.9.
9938
9939 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * gnus.el: No Gnus v0.8 is released.
9942
9943 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9944
9945         * mail-source.el (mail-source-value):
9946         Prefer fboundp to functionp so it works with macros as well.
9947
9948 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9949
9950         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9951         Fix last change in case the element is not even a symbol.
9952
9953 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9954
9955         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9956         Prefer fboundp to functionp so it works with macros as well.
9957
9958 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9959
9960         * auth-source.el: Add docs.
9961         (auth-sources): Modify format to support server.
9962         (auth-source-pick, auth-source-user-or-password)
9963         (auth-source-user-or-password-imap)
9964         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9965         (auth-source-user-or-password-sftp)
9966         (auth-source-user-or-password-smtp): Add server parameter.
9967
9968 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9969
9970         * gnus-registry.el: Initialize the registry when gnus-registry-install
9971         is t.
9972
9973 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * compface.el (uncompface): Make buffer unibyte.
9976
9977 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9978
9979         * mail-source.el (mail-source-value):
9980         Prefer fboundp to functionp so it works with macros as well.
9981
9982 2008-04-05  Glenn Morris  <rgm@gnu.org>
9983
9984         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9985
9986 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9987
9988         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9989         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9990
9991         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9992         multibyteness after rather than before erasing it.
9993
9994         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9995         mm-with-multibyte.
9996         (gnus-request-article-this-buffer): Make sure the proper decoding is
9997         used if gnus-original-article-buffer happens to be unibyte.
9998
9999         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10000         default-enable-multibyte-characters.
10001
10002         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10003         default-enable-multibyte-characters.
10004
10005         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10006
10007         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10008
10009 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10010
10011         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10012         Fix last change in case the element is not even a symbol.
10013
10014 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10015
10016         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10017         (imap-message-copyuid-1): Use it.
10018         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10019         J. Williams in
10020         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10021
10022         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10023         imap-enable-exchange-bug-workaround.
10024         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10025
10026 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10027
10028         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10029         a 100 byte status-checks into a 2-3MB transfer for each group.
10030         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10031         to enable bug workaround or not.
10032         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10033
10034 2008-03-31  Glenn Morris  <rgm@gnu.org>
10035
10036         * message.el (mml2015-use): Declare for compiler.
10037         (message-info): Require mml2015 when appropriate.
10038
10039 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10042         whitespace.
10043
10044 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10045
10046         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10047         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10048         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10049         (nntp-service-to-port): New function.
10050         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10051         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10052         (nntp-open-netcat-stream): New function.
10053         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10054
10055 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10056
10057         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10058
10059 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10060
10061         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10062
10063 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10064
10065         * dns.el (dns-write): Use set-buffer-multibyte.
10066
10067 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10068
10069         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10070
10071 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * message.el (message-signature-separator): Change default.
10074         Improve custom type.
10075         (message-cite-function): Change default to
10076         message-cite-original-without-signature.
10077
10078         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10079         toggle.
10080
10081         * message.el (message-check-news-body-syntax): Fix signature check.
10082         (message-setup-1): Mark buffer as unmodified _after_ running
10083         message-setup-hook and handling message-alternative-emails.
10084         (message-shorten-references): Be more strict when building list of
10085         valid references to comply with GNKSA.
10086
10087         * gnus-group.el (gnus-read-ephemeral-bug-group)
10088         (gnus-read-ephemeral-debian-bug-group)
10089         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10090
10091         * message.el (message-info): Don't use booleanp which isn't supported
10092         in Emacs 21 and XEmacs.
10093
10094 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10097         gnus-group-gmane-group-download-format.
10098         (gnus-group-read-ephemeral-gmane-group): Rename from
10099         gnus-group-read-ephemeral-gmane-group.
10100         (gnus-read-ephemeral-gmane-group-url): Rename from
10101         gnus-group-read-ephemeral-gmane-group-url.
10102         (gnus-bug-group-download-format-alist): New variable.
10103         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10104         (gnus-read-ephemeral-emacs-bug-group): New commands.
10105
10106 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10109         (gnus-visible-headers): Improve custom type.
10110
10111 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * mml.el (mml-menu): Add workarounds for XEmacs.
10114
10115         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10116         X-Boundary header.
10117
10118         * message.el (message-simplify-recipients): Fix previous commit.
10119
10120 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10121
10122         * mm-util.el (mm-set-buffer-multibyte): New function.
10123         * mm-decode.el (mm-copy-to-buffer): Use it.
10124
10125         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10126         Prefer fboundp to functionp so it works with macros as well.
10127
10128 2008-03-19  Glenn Morris  <rgm@gnu.org>
10129
10130         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10131         Accidentally removed in the sync process with Emacs.
10132
10133 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * message.el (message-alter-recipients-discard-bogus-full-name):
10136         New function.
10137         (message-alter-recipients-function): New variable.
10138         (message-get-reply-headers): Use it.
10139         (message-replace-header): New helper function.
10140         (message-recipients-without-full-name): New variable.
10141         (message-simplify-recipients): New command.
10142
10143         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10144
10145         * message.el (message-info): Handle EasyPG manual.
10146
10147         * mml.el (mml-menu): Add entry for EasyPG.
10148
10149 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10150
10151         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10152         parameter.
10153
10154         * message.el (message-disassociate-draft): Specify drafts group name
10155         fully.
10156
10157 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10158
10159         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10160         Eliminate unnecessary duplicates from the match list.
10161
10162 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10165
10166         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10167
10168         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10169         args of `how-many' of which the XEmacs version doesn't take; declare
10170         Info-index-next as function.
10171
10172 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * gnus-score.el (gnus-score-headers): Fix handling of
10175         gnus-inhibit-slow-scoring.
10176
10177         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10178         string.
10179         (gnus-button-url-regexp): Improve handling of parenthesis.
10180         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10181         (gnus-button-handle-info-keystrokes): Handle index entries.
10182
10183 2008-03-15  Glenn Morris  <rgm@gnu.org>
10184
10185         * parse-time.el (parse-time-string): Simplify.
10186
10187 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10190         Incoming* files.
10191
10192 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10193
10194         * auth-source.el (auth-sources): Rename from auth-source-choices.
10195         (auth-source-pick): Use it.
10196
10197 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10198
10199         * binhex.el (binhex-decode-region-internal):
10200         * uudecode.el (uudecode-decode-region-internal):
10201         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10202         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10203         setting default-enable-multibyte-characters.
10204
10205 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10206
10207         * auth-source.el (auth-source-protocols)
10208         (auth-source-protocols-customize, auth-source-choices): Add and
10209         modified variable customizations and defaults.
10210         (auth-source-pick, auth-source-user-or-password)
10211         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10212         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10213         (auth-source-user-or-password-sftp)
10214         (auth-source-user-or-password-smtp): Use new variables and provide an
10215         interface to netrc.el.
10216
10217 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10220         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10221         Make sure the nntp port to specify is a string.
10222
10223 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10224
10225         * nntp.el: Use with-current-buffer.
10226         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10227         dubious mm-with-unibyte-current-buffer.
10228         (nntp-with-open-group-function): New function extracted from
10229         nntp-with-open-group macro.
10230         (nntp-with-open-group): Use the function, so it's easier to debug.
10231         Add indentation and debugging info.
10232         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10233         Recommend the use of the netcat alternatives.
10234
10235         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10236         Avoid mm-string-as-multibyte as well.
10237
10238         * nnweb.el (nnweb-insert-html):
10239         Remove use of nnheader-string-as-multibyte.
10240
10241         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10242         (nnheader-string-as-multibyte): Remove.
10243
10244         * mm-view.el: Use inhibit-read-only.
10245         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10246         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10247         or unibyte-string.
10248
10249         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10250         (mm-uu-yenc-extract): Use with-current-buffer.
10251
10252         * gnus-soup.el (gnus-soup-send-packet): Don't use
10253         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10254
10255         * nnmh.el: Use with-current-buffer.
10256         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10257         mm-string-as-multibyte on the output of mm-encode-coding-string.
10258
10259         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10260         (nnimap-request-move-article): Use with-current-buffer.
10261
10262         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10263         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10264         conversion uses string-make-unibyte rather than string-as-unibyte.
10265
10266         * gnus-msg.el: Use with-current-buffer.
10267
10268         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10269
10270 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10271
10272         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10273         string for caching if it is 'PIN.
10274
10275 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * lpath.el: Consider the case without Emacs/W3.
10278
10279 2008-03-08  Glenn Morris  <rgm@gnu.org>
10280
10281         * time-date.el (date-to-time, time-subtract, time-add)
10282         (safe-date-to-time): Doc fixes.
10283
10284 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * mail-source.el (mail-source-delete-old-incoming-confirm):
10287         Change default to nil.
10288         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10289
10290 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * lpath.el: Rearrange.
10293
10294         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10295         (gnus-article-goto-prev-page): Work for articles having ^L's.
10296
10297         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10298
10299         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10300
10301 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10302
10303         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10304         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10305         (gnus-bookmark-jump): Adjust some variable names.
10306
10307 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10308
10309         * auth-source.el: New package.
10310         (auth-source-choices): Add customization entry point variable.
10311
10312         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10313         bug.
10314
10315 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10316
10317         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10318         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10319         (gnus-registry-install-shortcuts): Rename from
10320         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10321         the `gnus-registry-mark-map' keymap dynamically from
10322         `gnus-registry-marks'.  The generated functions update the summary line
10323         when a registry mark is added or deleted, and will call
10324         `gnus-registry-install-p' (see the comments in the code).
10325         (gnus-registry-user-format-function-M): Use concat intelligently.
10326
10327         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10328         the registry mark functions.
10329
10330 2008-03-05  Glenn Morris  <rgm@gnu.org>
10331
10332         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10333         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10334         gnus-art.
10335         (top-level): No need to load own source when compiling.
10336
10337 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10340         Suggested by <chris.anderton@zetnet.co.uk>.
10341
10342 2008-03-04  Glenn Morris  <rgm@gnu.org>
10343
10344         * gnus-sum.el (top-level): No need to require gnus when compiling,
10345         since unconditionally required near start of file.
10346         (gnus-summary-display-while-building): Move definition before use.
10347
10348 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10349
10350         * gnus-registry.el (gnus-registry-user-format-function-M):
10351         Add formatting function.
10352
10353 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10354
10355         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10356         with plists.
10357         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10358         Use new format.
10359
10360 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10363         `where-is-internal' that returns a range of key sequences.
10364
10365 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10366
10367         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10368
10369         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10370         (gnus-summary-jump-to-group): Consider windows on other displayed
10371         frames as well.  Similar changes might be needed elsewhere, but that's
10372         the one I've bumped into during my use.
10373
10374         * nndoc.el (nndoc-oe-dbx-type-p):
10375         * gnus-msg.el (gnus-debug):
10376         * gnus-group.el (gnus-update-group-mark-positions):
10377         Use mm-string-to-multibyte.
10378
10379 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10382         doesn't handle NotDashEscaped.
10383
10384         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10385         (mml-dnd-attach-options): Fix typo in custom choice.
10386
10387         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10388         Change nndoc-article-type to mbox.
10389         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10390
10391         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10392         to nil, instead of html2text.
10393
10394         * imap.el (imap-debug): Add `imap-ping-server'.
10395
10396         * gnus-bookmark.el: Add FIXMEs.
10397
10398         * message.el (message-form-letter-separator)
10399         (message-send-form-letter-delay): New variables.
10400         (message-send-form-letter): Use them.  New command to send form
10401         letters.  Requested by Uwe Siart.
10402         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10403
10404 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * Update copyright years.
10407
10408 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         Sync from EMACS_22_BASE.
10411
10412         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10413
10414 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10415
10416         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10417         empty author.
10418
10419 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10420
10421         * gnus-registry.el (gnus-registry-marks): Add variable for
10422         customization of marks and their appearance.
10423         (gnus-registry-read-mark): Use it.
10424         (gnus-registry-do-marks): Add utility function to loop through
10425         `gnus-registry-marks'.
10426         (gnus-registry-install-shortcuts-and-menus): Add function to install
10427         shortcuts and menus.
10428         (gnus-registry-initialize): Use it.
10429         (gnus-registry-default-mark): Clarify documentation.
10430
10431 2008-02-29  Glenn Morris  <rgm@gnu.org>
10432
10433         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10434         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10435         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10436         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10437         Change defcustom :version from 23.0 to 23.1.
10438
10439 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10440
10441         * gnus-registry.el (gnus-registry-follow-group-p)
10442         (gnus-registry-post-process-groups): Add functions to aid registry
10443         splitting and improve logging.  Clarify behavior in function
10444         documentation.
10445         (gnus-registry-split-fancy-with-parent): Use them.
10446
10447 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10448
10449         * gnus-art.el: Use with-current-buffer.
10450
10451 2008-02-27  David Engster  <dengste@eml.cc>
10452
10453         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10454         Express real group name in the response.
10455
10456 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10459         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10460         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10461         autoload gnus-registry-fetch-group when compiling.
10462         (nnmairix-request-group-with-article-number-correction):
10463         Remove unreferenced argument passed to nnmairix-call-backend.
10464
10465 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10468         (mm-uu-extract): Improve face for low color ttys.
10469         Reported by Sascha Wilde.
10470
10471 2008-02-27  Glenn Morris  <rgm@gnu.org>
10472
10473         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10474         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10475         variables to defconsts.  Convert comments to doc-strings.
10476         (nnmairix-last-server, nnmairix-current-server): Convert from free
10477         variables to defvars.  Convert comments to doc-strings.
10478         (gnus-registry-fetch-group): Autoload.
10479         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10480         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10481         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10482         caddr.
10483         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10484         nnmairix-request-group-with-article-number-correction call.
10485         (nnmairix-fast, nnmairix-group): New, less general names, for free
10486         variables passed from nnmairix-request-group to
10487         nnmairix-request-group-with-article-number-correction.  Declare.
10488         (nnmairix-request-group-with-article-number-correction):
10489         Use nnmairix-fast, nnmairix-group rather than fast, group.
10490
10491 2008-02-26  David Engster  <dengste@eml.cc>
10492
10493         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10494         version 0.5.
10495
10496 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10497
10498         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10499         instead of making an extra function call.  Don't add the current group
10500         to articles only when they have the group.  Use
10501         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10502         Reported by David <de_bb@arcor.de>.
10503
10504 2008-02-24  Miles Bader  <miles@gnu.org>
10505
10506         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10507         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10508         (mm-find-mime-charset-region):
10509         * mm-bodies.el (mm-encode-body):
10510         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10511
10512 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10515         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10516
10517 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * mail-source.el (mail-source-delete-incoming): Change default.
10520         Supplement doc string.
10521
10522         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10523
10524 2008-02-14  Glenn Morris  <rgm@gnu.org>
10525
10526         * time-date.el (format-seconds): New function.
10527
10528 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * nnmail.el (nnmail-message-id-cache-file): Derive from
10531         `gnus-home-directory'.
10532
10533 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10536         Document negative prefix.
10537
10538         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10539
10540 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * message.el (message-unsent-separator): Add the Exim bounce
10543         separator.
10544
10545 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10546
10547         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10548         list.
10549         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10550         recipient/signer list.
10551
10552 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * Makefile.in (datarootdir): Define.
10555         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10556         name that might contain whitespace.
10557
10558 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10561         fbound (Emacs 23 unicode), signal an error.
10562
10563 2008-02-08  Glenn Morris  <rgm@gnu.org>
10564
10565         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10566
10567 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10568
10569         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10570         ports to the calls to `netrc-machine-user-or-password' in addition to
10571         "imap" and "imaps".
10572
10573 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10574
10575         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10576
10577         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10578
10579 2008-02-01  Kenichi Handa  <handa@m17n.org>
10580
10581         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10582         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10583         (rfc2104-hash): Convert the result of concat to unibyte string.
10584
10585 2008-02-01  Dave Love  <fx@gnu.org>
10586
10587         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10588         coding-system-for-read.
10589         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10590
10591 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10594         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10595         <hanche@math.ntnu.no>.
10596
10597 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10600
10601         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10602
10603 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10604
10605         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10606         * message.el (message-beginning-of-line): Use featurep instead of bound
10607         tests in order to resolve conditionals at compile time.
10608
10609 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10610
10611         * mail-source.el (mail-sources): Add `group' choice.
10612
10613         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10614         parameter `in-group' to control into which group the articles go.
10615         Add treatment of `group' mail-source.
10616
10617 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10620
10621         * mm-decode.el (mm-dissect-buffer): Decode description.
10622
10623         * mml.el (mml-to-mime): Encode message header first.
10624
10625 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10628         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10629
10630         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10631         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10632
10633 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10634
10635         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10636
10637 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10640         prefix keys.
10641         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10642         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10643         gnus-xmas.el.
10644
10645         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10646         (gnus-xmas-article-describe-bindings): New function.
10647         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10648         gnus-xmas-article-describe-bindings.
10649
10650         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10651
10652 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10653
10654         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10655         Add new variables for article mark management.
10656         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10657         list of extra data entries which, when present, will indicate that the
10658         article ID should not be trimmed from the registry.
10659         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10660         functions.
10661         (gnus-registry-read-mark): New function to read a mark name from the
10662         user.
10663         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10664         (gnus-registry-set-article-mark-internal): New functions to add and
10665         remove marks.
10666         (gnus-registry-get-article-marks): New function to show the marks for
10667         an article, or retrieve them for further use.
10668
10669 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10672         keys when no argument is given.
10673
10674 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * imap.el (imap-ping-server): New variable.
10677         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10678         (imap-ping-server): Minor doc string fixes.
10679
10680 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10681
10682         * imap.el (imap-ping-server): New function.
10683         (imap-opened): Call imap-ping-server.
10684
10685 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * gnus-sum.el (gnus-article-sort-by-random)
10688         (gnus-thread-sort-by-random): Fix doc strings.
10689         Reported by jidanni@jidanni.org.
10690
10691 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-art.el (gnus-article-describe-bindings): New function.
10694         (gnus-article-read-summary-keys): Use it.
10695         (gnus-article-mode-map): Bind `C-h b' to it.
10696
10697 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10700         XEmacs.
10701         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10702         Protect against non-character events.
10703
10704         * lpath.el: Fbind map-keymap for Emacs 21.
10705
10706 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10709         New command.
10710         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10711         instead of END.  Change name of the temp file.
10712         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10713         customizable.
10714
10715 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10718         bind `S W' to gnus-article-wide-reply-with-original; set default
10719         binding to gnus-article-read-summary-send-keys.
10720         (gnus-article-read-summary-keys): Fix the order of keys; display
10721         continuation keys correctly in the echo area; describe bindings
10722         correctly when keys end with `C-h'.
10723         (gnus-article-read-summary-send-keys): New function.
10724         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10725         Work for gnus-article-read-summary-send-keys; display continuation keys
10726         correctly in the echo area.
10727         (gnus-article-reply-with-original): Ignore prefix argument.
10728         (gnus-article-wide-reply-with-original): New function.
10729
10730         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10731         Emacs 21.
10732
10733 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10736         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10737
10738 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10741         (gnus-group-read-ephemeral-gmane-group): New command.
10742
10743 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10744
10745         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10746
10747 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10748
10749         * message.el (message-send-mail-function): Increase custom version.
10750
10751         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10752         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10753
10754 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10755
10756         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10757         for the cases where imap-authenticate is called with a nil buffer
10758         parameter.
10759
10760 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10763         html parts correctly; support forwarded messages.
10764         (gnus-article-browse-html-article): Remove work buffers.
10765
10766         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10767         compiling.
10768         (netrc-bound-and-true-p): New macro.
10769         (netrc-parse): Use it instead of bound-and-true-p that is not available
10770         in XEmacs 21.4.
10771
10772 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10773
10774         * gnus-registry.el (gnus-registry-mark-article)
10775         (gnus-registry-article-marks): Add functionality to mark articles
10776         through the Gnus registry.
10777
10778         * encrypt.el: Clarify documentation for the new pgg method.
10779         (encrypt-file-alist): Add PGG option.
10780         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10781         functionality.  Abstract password key and messaging to external
10782         functions.
10783         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10784         (encrypt-message-method-and-cipher): Add new convenience external
10785         functions.
10786         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10787         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10788
10789         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10790         (netrc-parse): Use encrypt-file-alist to determine if
10791         encrypt-find-model or encrypt-insert-file-contents should be used.
10792
10793         * encrypt.el: Clarify documentation.  Load password-cache or
10794         password, whichever one is found first, instead of autoloading.
10795
10796 2007-12-19  Glenn Morris  <rgm@gnu.org>
10797
10798         * mml.el (message-options-set, message-narrow-to-head)
10799         (message-in-body-p, message-mail-p, message-encode-message-body):
10800         Autoload.
10801         (message-remove-header, message-narrow-to-headers-or-head)
10802         (message-subscribed-p, message-make-mail-followup-to)
10803         (message-position-on-field, message-news-p)
10804         (message-options-set-recipient, message-generate-headers)
10805         (message-sort-headers): Declare as functions.
10806
10807 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10810         convention in doc string.
10811
10812 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10815         title to html parts.
10816         (gnus-article-browse-html-article): Pass message header to it.
10817
10818         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10819
10820 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10823         or password compatible with XEmacs.
10824
10825 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10828         format document.
10829         (gnus-mime-delete-part): Don't write description line if empty.
10830         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10831
10832 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10833
10834         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10835         (gnus-summary-mark-read-and-unread-as-read)
10836         (gnus-summary-mark-current-read-and-unread-as-read)
10837         (gnus-summary-mark-unread-as-ticked): Doc fix.
10838         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10839
10840 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10843         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10844
10845 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10848         yes-or-no-p.
10849
10850 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mm-decode.el (mm-add-meta-html-tag): New function.
10853         (mm-save-part-to-file, mm-pipe-part): Use it.
10854
10855         * gnus-art.el (gnus-article-browse-delete-temp-files):
10856         Use gnus-y-or-n-p instead of y-or-n-p.
10857         (gnus-article-browse-html-parts): Work with message/external-body; use
10858         mm-add-meta-html-tag.
10859
10860 2007-12-11  Glenn Morris  <rgm@gnu.org>
10861
10862         * gnus-cache.el: Require gnus-sum not just when compiling.
10863
10864         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10865
10866         * gnus-int.el (gnus-server-opened, gnus-status-message):
10867         Move definitions before use.
10868
10869         * mm-decode.el: Require gnus-util.
10870         (mm-remove-part): Only call delete-annotation on XEmacs.
10871
10872         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10873
10874         * nnmail.el: Require gnus-int.
10875
10876         * spam.el: Move `require's before `eval-when-compile's.
10877
10878         * gnus-ems.el (gnus-alive-p):
10879         * gnus-fun.el (message-goto-eoh):
10880         * gnus-util.el (gnus-group-name-decode):
10881         * mail-source.el (gnus-compress-sequence):
10882         * message.el (Info-goto-node, format-spec):
10883         * mm-bodies.el (message-options-get):
10884         * mm-decode.el (mm-view-pkcs7):
10885         * mm-util.el (gmm-write-region):
10886         * mml-smime.el (mml-compute-boundary)
10887         (gnus-completing-read-with-default):
10888         * mml.el (widget-button-press, gnus-make-hashtable):
10889         * mml1991.el (mm-decode-content-transfer-encoding)
10890         (mm-encode-content-transfer-encoding)
10891         (message-options-get, message-options-set):
10892         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10893         * nnfolder.el (gnus-request-group):
10894         * nnheader.el (ietf-drums-unfold-fws):
10895         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10896         * smime.el (gnus-run-mode-hooks):
10897         * spam-stat.el (gnus-message): Autoload.
10898
10899         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10900         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10901         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10902         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10903         Add declare-function compatibility definition.
10904
10905         * gnus-cache.el (nnvirtual-find-group-art):
10906         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10907         (gnus-add-image, gnus-add-wash-type):
10908         * gnus-group.el (nnkiboze-score-file):
10909         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10910         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10911         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10912         (message-tokenize-header, gnus-get-buffer-create)
10913         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10914         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10915         * gnus.el (gnus-group-decoded-name):
10916         * mail-source.el (imap-capability):
10917         * mm-bodies.el (message-options-set):
10918         * mm-decode.el (gnus-configure-windows):
10919         * mm-extern.el (message-goto-body):
10920         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10921         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10922         (epg-sub-key-validity, message-options-set):
10923         * mml.el (widget-event-point, gnus-configure-windows):
10924         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10925         * mml2015.el (epg-check-configuration, epg-configuration)
10926         (message-options-set):
10927         * nndb.el (nndb-request-article):
10928         * nnfolder.el (gnus-request-create-group):
10929         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10930         * nnmaildir.el (gnus-group-mark-article-read):
10931         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10932         * rfc1843.el (message-fetch-field):
10933         * spam.el (gnus-extract-address-components):
10934         Declare as functions.
10935
10936 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10939
10940         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10941
10942         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10943         bind show-trailing-whitespace for XEmacs.
10944
10945 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10948         new no-op macro for backward compatibility.
10949
10950         * imap.el (imap-string-to-integer): New function.
10951
10952 2007-12-09  Glenn Morris  <rgm@gnu.org>
10953
10954         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10955
10956         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10957         * message.el, mm-view.el, sieve-manage.el, smime.el:
10958         Add declare-function compatibility definition.
10959
10960         * gnus-art.el (w3-region, w3m-region, Info-menu):
10961         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10962         * gnus-sum.el (gnus-get-predicate):
10963         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10964         * message.el (mail-abbrev-in-expansion-header-p):
10965         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10966         (w3m-detect-meta-charset, w3m-region):
10967         * sieve-manage.el (password-read, password-cache-add)
10968         (password-cache-remove):
10969         * smime.el (password-read-and-add): Declare as functions.
10970
10971 2007-12-08  David Kastrup  <dak@gnu.org>
10972
10973         * gnus-sum.el (gnus-summary-simplify-subject-query):
10974         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10975         `message'.
10976
10977 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10980         it to bind idna-program, installation-directory, defined-colors, and
10981         face-attribute for XEmacs of the version that compiles defcustom forms.
10982
10983 2007-12-07  Glenn Morris  <rgm@gnu.org>
10984
10985         * gnus-art.el (article-make-date-line): Revert previous change.
10986
10987 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10990
10991 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10992
10993         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10994         Call gnus-add-to-range ranges only once with a prepared article-list.
10995
10996 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10997
10998         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10999         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11000         group names with backslashes.
11001         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11002
11003 2007-12-06  Deepak Goel  <deego3@gmail.com>
11004
11005         * gnus-art.el (article-make-date-line):
11006         * gnus-start.el (gnus-load):
11007         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11008
11009 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-art.el (gnus-use-idna)
11012         * gnus-start.el (gnus-site-init-file)
11013         * message.el (message-use-idna)
11014         * mm-uu.el (mm-uu-hide-markers)
11015         * smiley.el (smiley-style): Revert changes that suppress warnings.
11016
11017 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11020         specify charset to html source.
11021         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11022
11023 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11026         idna-program in order to suppress byte compile warning issued by XEmacs
11027         that came to byte compile the default value section of defcustom forms
11028         recently.
11029
11030         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11031         value of installation-directory.
11032
11033         * message.el (message-use-idna): Don't directly refer to the value of
11034         idna-program.
11035
11036         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11037
11038         * smiley.el (smiley-style): Don't directly call face-attribute.
11039
11040 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11043
11044         * gnus-dired.el: Reduce Gnus dependencies.
11045         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11046         Don't require.  Use autoloads instead.
11047         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11048         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11049         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11050         (gnus-dired-mode): Adjust doc string.
11051         (gnus-dired-mail-mode): New variable.
11052         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11053         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11054         (gnus-dired-mail-buffers): New function.  Return mail or message
11055         composition buffers.
11056         (gnus-dired-attach): Use it.
11057         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11058         NO-DECODE.
11059         (gnus-dired-print): Use `gnus-print-buffer' depending on
11060         `gnus-dired-mail-mode'.
11061
11062 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * rfc2047.el (rfc2047-encoded-word-regexp)
11065         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11066         explaining what regexp patterns are for.
11067
11068 2007-12-04  Glenn Morris  <rgm@gnu.org>
11069
11070         * password.el: Move to password-cache.el.
11071
11072         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11073         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11074         * mml-smime.el (password-read, password-cache-add)
11075         (password-cache-remove):
11076         No need to autoload, since mml-sec requires password.
11077
11078         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11079         * message.el (gnus-extract-address-components):
11080         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11081
11082         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11083         password.
11084
11085 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * mailcap.el: Reduce dependencies.
11088         (mail-header-parse-content-type): Autoload.
11089         (mailcap-delete-duplicates): New alias.
11090         (mailcap-mime-info): Add optional argument NO-DECODE.
11091         (mailcap-mime-types): Use mailcap-delete-duplicates.
11092
11093         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11094
11095 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11096
11097         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11098         (imap-parse-status): Upcase status-att for servers that sends them
11099         lower-case (e.g., MS Exchange 2007).
11100
11101 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11104         function.
11105
11106         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11107         (gnus-uu-yenc-article): New function.
11108
11109         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11110
11111         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11112
11113 2007-12-02  Glenn Morris  <rgm@gnu.org>
11114
11115         * binhex.el (binhex): New custom group.
11116         (binhex-decoder-program, binhex-decoder-switches)
11117         (binhex-use-external): Move to the binhex custom group.
11118
11119         * uudecode.el (uudecode): New custom group.
11120         (uudecode-decoder-program, uudecode-decoder-switches)
11121         (uudecode-use-external): Move to the uudecode custom group.
11122
11123         * netrc.el (top-level): Don't load `encrypt' features.
11124         (netrc-parse): Don't use encrypt.
11125         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11126
11127         * encrypt.el: Remove file.
11128
11129 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11132         matches on patches.
11133
11134         * gnus-art.el (gnus-article-browse-html-article):
11135         Mention `mm-text-html-renderer' in the doc string.
11136
11137         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11138         string.  Add comments.
11139
11140         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11141         if rhs is ASCII.
11142
11143 2007-12-01  Glenn Morris  <rgm@gnu.org>
11144
11145         * mail-source.el (top-level): Require format-spec before
11146         eval-when-compile.
11147
11148 2007-11-30  Glenn Morris  <rgm@gnu.org>
11149
11150         * encrypt.el: Require password, rather than autoloading password-read.
11151
11152 2007-11-29  Glenn Morris  <rgm@gnu.org>
11153
11154         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11155         (sasl-make-client, sasl-next-step, sasl-step-data)
11156         (sasl-step-set-data): Declare as functions.
11157
11158 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11161
11162 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11163
11164         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11165         certs should be verified and what is to be done in the event of a
11166         verification failure.
11167
11168         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11169         caller can indicate whether the cache should be disregarded for this
11170         call.  This way the result of the call is reproducible at all times and
11171         can be considered a canonical server name for the supplied method.
11172         (gnus-agent-method-p): Canonicalize server names by pushing their
11173         method through `gnus-method-to-server' using the no-cache argument.
11174
11175         * gnus-srvr.el (gnus-server-insert-server-line):
11176         Call `gnus-method-to-server' with `no-cache' argument.
11177
11178         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11179         gnus-agent-possibly-synchronize-flags as this should be called when the
11180         server is actually being opened.
11181         (gnus-agent-possibly-synchronize-flags)
11182         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11183         flags file of an agentized server to the latter function.
11184
11185         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11186         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11187         after a connection has been established successfully.
11188
11189 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-art.el (article-display-face): Force to display face if called
11192         interactively; check if gnus-article-x-face-too-ugly matches author.
11193         (article-display-x-face): Display face even if From header is missing
11194         as article-display-face does.
11195
11196 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11197
11198         * hashcash.el (message-narrow-to-headers-or-head)
11199         (message-fetch-field, message-goto-eoh)
11200         (message-narrow-to-headers): Declare as functions.
11201
11202 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * mail-source.el (mail-sources): Default to fetch from file for
11205         compatibility with default of nnmail-spool-file.
11206
11207 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11210         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11211         to look for encoded word that should be encoded again.
11212         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11213         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11214         encoding pattern.
11215         (rfc2047-decode-region): Switch strict regexp and loose one according
11216         to rfc2047-allow-irregular-q-encoded-words.
11217
11218 2007-11-25  Romain Francoise  <romain@orebokech.com>
11219
11220         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11221
11222 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * tls.el (tls-program): Provide more custom choices from
11225         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11226         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11227
11228 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11231         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11232
11233         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11234         `nnmail-spool-file'.
11235
11236         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11237         `nnmail-spool-file'.
11238
11239         * gnus-move.el (gnus-change-server): Ditto.
11240
11241         * gnus-kill.el (gnus-batch-score): Ditto.
11242
11243         * gnus-cache.el (gnus-jog-cache): Ditto.
11244
11245         * gnus-msg.el (gnus-summary-reply):
11246         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11247
11248 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11251         version.  Minor improvement to doc strings.
11252         (tls-program): Add comment.
11253
11254 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11255
11256         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11257         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11258         mismatch between the hostname provided in the certificate and the name
11259         of the host connnecting to.
11260         (open-tls-stream): Use them.  Check certificates against trusted root
11261         certificates.
11262
11263 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * gnus-cache.el (gnus-cache-generate-nov-databases):
11266         Use nnml-generate-nov-databases-directory instead of
11267         nnml-generate-nov-databases-1.
11268
11269 2007-11-24  Glenn Morris  <rgm@gnu.org>
11270
11271         * message.el (message-tool-bar-retro): Update for rename
11272         mail_send.xpm->mail-send.xpm.
11273
11274 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11277         `smime-ldap-search' for Emacs 22 and up.
11278
11279 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11280
11281         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11282
11283         * message.el (message-send-mail-function): Fix error convention.
11284         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11285         (message-widen-reply, message-send-mail, message-talkative-question)
11286         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11287         (message-clone-locals, message-send-news): Use with-current-buffer.
11288         (message-insert-or-toggle-importance): Remove unused var `valid'.
11289         (message-make-references): Remove unused var `new-references'.
11290         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11291
11292 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11293
11294         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11295         (spam-split-symbolic-return-positive): Reflow docstring.
11296         (spam-backends, spam-summary-exit-behavior)
11297         (spam-mark-ham-unread-before-move-from-spam-group)
11298         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11299         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11300         (spam-clear-cache, spam-backend-check, spam-install-backend)
11301         (spam-install-statistical-backend, spam-list-of-processors)
11302         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11303         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11304         (spam-check-crm114, spam-initialize, spam-unload-hook):
11305         Fix typos in docstrings.
11306
11307 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11310         been checked if they have never been read and those group levels are
11311         higher than the one that a user specified.
11312
11313 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11316         foreign groups unless a group level is specified by a user.
11317         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11318
11319 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * message.el (message-send-mail-function): Require sendmail.
11322
11323 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * message.el (message-send-mail-function): Check for smtpmail too.
11326
11327         * utf7.el (utf7-encode, utf7-decode): Use coding system
11328         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11329
11330         * message.el (message-send-mail-function): New function.
11331         (message-send-mail-function): Set default using
11332         message-send-mail-function.  Adjust doc string.
11333         (message-send-mail-with-mailclient): New function.
11334
11335 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11336
11337         * smime.el (from):
11338         * rfc2047.el (message-posting-charset):
11339         * qp.el (mm-use-ultra-safe-encoding):
11340         * pop3.el (parse-time-months):
11341         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11342         * nnml.el (files):
11343         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11344         (jka-compr-compression-info-list, ange-ftp-path-format)
11345         (efs-path-regexp):
11346         * nndiary.el (files):
11347         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11348         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11349         (epg-digest-algorithm-alist, inhibit-redisplay)
11350         (password-cache-expiry):
11351         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11352         (pgg-output-buffer, password-cache-expiry):
11353         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11354         (efs-path-regexp):
11355         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11356         (inhibit-redisplay):
11357         * mm-uu.el (file-name, start-point, end-point, entry)
11358         (gnus-newsgroup-name, gnus-newsgroup-charset):
11359         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11360         (latin-unity-ucs-list):
11361         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11362         (mm-uu-binhex-decode-function):
11363         * message.el (gnus-message-group-art, gnus-list-identifiers)
11364         (rmail-enable-mime-composing, gnus-local-organization)
11365         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11366         (gnus-read-active-file, facemenu-add-face-function)
11367         (facemenu-remove-face-function, gnus-article-decoded-p)
11368         (tool-bar-mode):
11369         * mail-source.el (display-time-mail-function):
11370         * gnus-util.el (nnmail-pathname-coding-system)
11371         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11372         (gnus-original-article-buffer, gnus-user-agent)
11373         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11374         (xemacs-codename, sxemacs-codename, emacs-program-version):
11375         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11376         * gnus-start.el (gnus-agent-covered-methods)
11377         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11378         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11379         (gnus-newsgroup-headers, gnus-group-list-mode)
11380         (gnus-group-mark-positions, gnus-newsgroup-data)
11381         (gnus-newsgroup-unreads, nnoo-state-alist)
11382         (gnus-current-select-method, mail-sources)
11383         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11384         (nnmail-spool-file, gnus-cache-active-hashtb):
11385         * gnus-mh.el (mh-lib-progs):
11386         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11387         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11388         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11389         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11390         (gnus-group-buffer):
11391         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11392         (font-lock-set-defaults):
11393         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11394         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11395         (gnus-summary-post-menu, total-parts, type, condition, length):
11396         * gnus-agent.el (gnus-agent-read-agentview):
11397         * flow-fill.el (show-trailing-whitespace):
11398         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11399         eval-and-compile wrappers for byte compiler pacifiers.
11400
11401         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11402         (mm-display-inline-fontify): Check for featurep 'xemacs not
11403         extent-list.
11404
11405         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11406         itimer-list.
11407         (mm-create-image-xemacs): Only do something for XEmacs.
11408         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11409
11410         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11411
11412         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11413         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11414
11415 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11416
11417         * nnimap.el (nnimap-split-download-body):
11418         * gnus-demon.el (gnus-demon):
11419         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11420
11421 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11424         New macros.
11425         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11426         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11427         copy data from unibyte buffer to multibyte current buffer.
11428         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11429         to copy data from unibyte current buffer to multibyte buffer.
11430         (nntp-make-process-buffer): Make process buffer unibyte.
11431
11432         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11433
11434 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11435
11436         * pop3.el (pop3-open-server): Accept and process data more robustly at
11437         connexion start to avoid spurious "POP SSL connexion failed" errors.
11438
11439 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11442         read group names.
11443
11444 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11447
11448 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11451         (nnmail-save-active): Use a unibyte buffer when saving active file,
11452         which may contain non-ASCII group names.
11453
11454         * nnml.el (nnml-request-group): Decode group names in messages.
11455
11456 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * message.el (message-citation-line-function)
11459         (message-insert-formatted-citation-line): Fix spelling of
11460         `message-insert-formated-citation-line'.
11461
11462 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11465
11466 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11469         nnmail-pathname-coding-system.
11470
11471         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11472         that a user enters; decode group names in messages.
11473
11474         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11475
11476 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11479
11480         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11481
11482         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11483         risky local variable.
11484
11485         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11486
11487 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11488
11489         * encrypt.el: Improve documentation to fix function name typo.
11490         Reported by Daiki Ueno <ueno@unixuser.org>.
11491
11492 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11495         even if the point is not in the last page of an article.
11496         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11497         back to the previous page.
11498
11499 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11502
11503 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11506
11507 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11508
11509         * message.el (message-check-news-body-syntax):
11510         Avoid mm-string-as-multibyte.
11511         (message-hide-headers): Don't assume (point-min)==1.
11512
11513 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * message.el (message-remove-blank-cited-lines): Fix if remove is
11516         given.
11517         (message-bogus-address-regexp): New variable.
11518         (message-bogus-recipient-p): New function.
11519         (message-check-recipients): New command.
11520         (message-syntax-checks): Add `bogus-recipient'.
11521         (message-fix-before-sending): Add `bogus-recipient'.
11522
11523         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11524         (gnus-treat-body-boundary): Don't test window-system.
11525
11526 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11527
11528         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11529
11530 2007-10-28  Miles Bader  <miles@gnu.org>
11531
11532         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11533         at compile-time too.
11534
11535 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-msg.el (gnus-message-setup-hook):
11538         Add `message-remove-blank-cited-lines' to options.
11539
11540 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * message.el (message-remove-blank-cited-lines): New function.
11543         Suggested by Karl Plästerer.
11544
11545 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11548         mapc.
11549
11550         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11551         (top-level): Use mapc to set functions to be traced for debugging.
11552
11553         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11554         called for effect with while loop.
11555
11556         * message.el (message-talkative-question): Replace mapcar called for
11557         effect with mapc.
11558
11559         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11560         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11561         called for effect with dolist.
11562
11563         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11564
11565         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11566         gnus-extra-headers and nnmail-extra-headers.
11567
11568         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11569         called for effect with dolist.
11570         (top-level): Use mapc to set functions to be traced for debugging.
11571
11572         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11573         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11574         dolist.
11575
11576         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11577         Replace mapcar called for effect with mapc.
11578         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11579         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11580         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11581         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11582
11583         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11584         remove-if that's a cl function.
11585
11586         * webmail.el (webmail-debug): Replace mapcar called for effect with
11587         dolist.
11588
11589         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11590         with mapc.
11591
11592 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11595         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11596         with while loop.
11597
11598         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11599         functions from article-* functions.
11600         (gnus-multi-decode-header): Replace mapcar called for effect with
11601         dolist.
11602
11603         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11604         (gnus-bookmark-show-details): Replace mapcar called for effect with
11605         while loop.
11606
11607         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11608         called for effect with while loop.
11609
11610         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11611         with dolist.
11612
11613         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11614         Replace mapcar called for effect with dolist.
11615
11616         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11617
11618         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11619         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11620         Replace mapcar called for effect with dolist.
11621         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11622         mapc.
11623
11624         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11625         Replace mapcar called for effect with dolist.
11626         (gnus-topic-list): Replace mapcar called for effect with mapc.
11627
11628         * gnus.el: Use mapc instead of mapcar to add autoloads.
11629
11630 2007-10-23  Richard Stallman  <rms@gnu.org>
11631
11632         * gnus-group.el (gnus-group-highlight): Mark as risky.
11633
11634 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus.el (gnus-server-to-method): Return method found first in
11637         gnus-newsrc-alist.
11638
11639         * gnus-art.el (gnus-article-highlight-signature)
11640         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11641         button overlay without the front stickiness.
11642
11643 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11644
11645         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11646         overview buffer needed a catch to receive its throw.
11647         (gnus-agent-flush-cache): Declare as interactive to make this function
11648         easier to use.
11649
11650 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11653         `next-line'.
11654
11655 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11658         exclude address matching message-dont-reply-to-names.
11659
11660 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gnus-util.el (gnus-string<): New function.
11663
11664         * gnus-sum.el (gnus-article-sort-by-author)
11665         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11666
11667 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11670         the frame-focus tag is set in gnus-buffer-configuration.
11671
11672 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11675         the front stickiness.
11676
11677 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11680         url pattern; remove duplicate one.
11681         (gnus-article-extend-url-button): New function.
11682         (gnus-article-add-buttons): Use it.
11683         (gnus-button-push): Use concatenated url that it makes.
11684
11685 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11686
11687         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11688
11689 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11690
11691         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11692         Don't hardcode point-min==1.
11693
11694 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11697         Fix comment about "iso8859-1".
11698
11699 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11700
11701         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11702         ones returned from the verify-function.
11703
11704         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11705         Call mml2015-extract-cleartext-signature if extraction failed.
11706
11707 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11708
11709         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11710         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11711         failed.
11712
11713 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11716
11717 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11720         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11721         recommends to use EasyPG instead of PGG.
11722
11723         * pgg.el: Revert to revision 6.23.2.16.
11724
11725         * pgg-def.el: Revert to revision 6.6.2.14.
11726
11727         * pgg-gpg.el: Revert to revision 6.23.2.34.
11728
11729 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11730
11731         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11732         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11733         thread for both the null and zero (kill/expire thread) universal prefix
11734         cases.
11735         (gnus-summary-expire-thread): Add new function to expire a thread,
11736         using gnus-summary-kill-thread.
11737         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11738         shortcuts for gnus-summary-expire-thread.
11739         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11740         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11741
11742 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11743
11744         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11745         extras value, so an extras entry can be deleted.
11746         (gnus-registry-delete-extra-entry): Use it.
11747         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11748         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11749         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11750         storage through the gnus-registry, and provide an appropriate API for
11751         it.
11752
11753 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11756         Suggested by Leo <sdl.web@gmail.com>.
11757
11758         * gnus.el: Do.
11759
11760 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11763         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11764
11765         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11766
11767         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11768         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11769
11770 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11773         newline.
11774         (nnmbox-request-accept-article): Don't change article in source buffer;
11775         narrow to header to use message-fetch-field rather than
11776         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11777         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11778         as delimiters; make sure article ends with newline.
11779         (nnmbox-delete-mail): Correct last position of article to be deleted;
11780         ignore X-Gnus-Newsgroup header in article body.
11781         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11782         positions; make sure article ends with newline.
11783
11784         * message.el (message-display-abbrev): Don't infloop when a user
11785         inserts SPC in the beginning of header.
11786
11787         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11788         coding-system-for-read and coding-system-for-write for XEmacs having no
11789         file-coding feature.
11790
11791         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11792
11793 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11794
11795         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11796         list of groups not followed by default.  Fix type to be regexp.
11797         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11798
11799 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11800
11801         * hmac-def.el (define-hmac-function): Switch from old-style to
11802         new-style backquotes.
11803
11804         * md4.el (md4-make-step): Likewise.
11805
11806 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11809         raw-text coding system when saving .newsrc file, which may contain
11810         non-ASCII group names.
11811
11812 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-cus.el (gnus-score-extra): New widget.
11815         (gnus-score-extra-convert): New function.
11816         (gnus-score-customize): Use it for Extra.
11817
11818 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11819
11820         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11821         (mml2015-mailcrypt-clear-verify): Use it.
11822         (mml2015-gpg-clear-verify): Use it.
11823         (mml2015-pgg-clear-verify): Use it.
11824         (mml2015-epg-clear-verify): Replace the current part with the output
11825         from GnuPG; don't extract the plaintext by itself.
11826
11827         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11828         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11829         mml2015-clear-verify-function; don't touch the armor headers or
11830         dash-escaped text here.
11831
11832 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11835         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11836         parts, or application/octet-stream as a last resort.
11837         (gnus-mime-view-part-as-type): Don't toggle display.
11838         (gnus-mime-view-part-as-charset): Don't turn off display before
11839         querying charset.
11840
11841         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11842         stuff to undisplayer function in Emacs.
11843         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11844
11845         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11846         text/calendar parts.
11847
11848 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11851         decoding text/calendar parts.
11852
11853         * message.el (message-forward-make-body-mime): Always mark body as
11854         having no illegible text; remove signed-or-encrypted argument.
11855         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11856
11857         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11858         (mml-generate-mime-1): Don't encode body if it is specified to be in
11859         raw form; don't make buffer be unibyte when inserting multibyte string.
11860
11861 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11862
11863         * sha1.el: Fix up comment style.
11864         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11865         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11866
11867         * hex-util.el: Fix up comment style.
11868         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11869
11870         * gnus-salt.el: Use with-current-buffer.
11871         (gnus-pick-setup-message): Fix long-standing typo.
11872
11873 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * imap.el (imap-logout-timeout): New variable.
11876         (imap-logout, imap-logout-wait): New functions.
11877         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11878
11879         * nnimap.el (nnimap-logout-timeout): New server variable.
11880         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11881         nnimap-logout-timeout.
11882
11883         * gnus-art.el (gnus-article-summary-command-nosave)
11884         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11885
11886 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus.el (gnus-maximum-newsgroup): New variable.
11889
11890         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11891         according to gnus-maximum-newsgroup.
11892
11893         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11894         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11895         Limit the range of articles according to gnus-maximum-newsgroup.
11896
11897 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11898
11899         * gnus-art.el (gnus-sticky-article): Fix problems described in
11900         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11901         Don't perform gnus-configure-windows here; reuse existing sticky
11902         article buffer.
11903
11904         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11905         it doesn't exist in gnus-article-mode.
11906
11907 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11910         (gnus-agent-decoded-group-name): New function.
11911         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11912         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11913
11914 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11915
11916         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11917         Add binding for gnus-sticky-article.
11918         (gnus-summary-exit): Don't kill sticky article buffers.
11919
11920         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11921         article buffer.
11922         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11923         (gnus-kill-sticky-article-buffers): New commands.
11924
11925 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * nntp.el (nntp-xref-number-is-evil): New server variable.
11928         (nntp-find-group-and-number): If it is non-nil, don't trust article
11929         numbers in the Xref header.
11930
11931 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-agent.el (gnus-agent-read-group): New function.
11934         (gnus-agent-flush-group, gnus-agent-expire-group)
11935         (gnus-agent-regenerate-group): Use it.
11936         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11937         nnmail-pathname-coding-system.
11938
11939 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11942
11943         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11944         that are unread as unread, and also as selected so that information of
11945         marks having been changed by a user may be updated when exiting group.
11946
11947 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11950
11951 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11954         calculated ignoring signature parts to gnus-treat-article.
11955
11956 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11959         a point here in order to keep the window start.
11960         (gnus-insert-mime-security-button): Make a button overlay without the
11961         front stickiness.
11962         (gnus-mime-display-security): Goto the end of a button.
11963
11964         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11965
11966 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11969         group-name-at-point.
11970         (gnus-group-completing-read): New function that offers decoded
11971         non-ASCII group names for completion.
11972         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11973         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11974         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11975         (gnus-group-fetch-control): Use it.
11976         (gnus-fetch-group): Use group-name-at-point for the initial value
11977         rather than the default value; use gnus-alive-p.
11978
11979         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11980         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11981         (gnus-summary-post-news): Use gnus-group-completing-read.
11982
11983         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11984         (gnus-read-move-group-name): Decode group name for completion.
11985
11986 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11987
11988         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11989         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11990         Yamaoka slightly modified the code).
11991
11992 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11995         (nnmail-split-incoming): Bind it.
11996
11997         * nnml.el (nnml-group-name-charset): New function.
11998         (nnml-decoded-group-name): Use it; don't decode group name if
11999         nnmail-group-names-not-encoded-p is non-nil.
12000         (nnml-encoded-group-name): New function.
12001         (nnml-group-pathname): Inline nnml-decoded-group-name.
12002         (nnml-request-expire-articles): Decode group name in message.
12003         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12004         nnmail-pathname-coding-system.
12005         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12006         not decoded ones according to nnmail-group-names-not-encoded-p.
12007         (nnml-generate-active-info): Use nnml-encoded-group-name.
12008
12009 2007-08-08  Glenn Morris  <rgm@gnu.org>
12010
12011         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12012         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12013         doc-strings and comments.
12014
12015 2007-07-25  Glenn Morris  <rgm@gnu.org>
12016
12017         * Relicense all FSF files to GPLv3 or later.
12018
12019 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * gnus-sum.el (gnus-summary-move-article):
12022         Make gnus-summary-respool-article work.
12023
12024 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12027         string.
12028
12029 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12030
12031         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12032         that should be ignored when comparing distant RSS articles with local
12033         ones.
12034         (nnrss-make-hash-index): New function.  Create a hash index according
12035         to the ignored fields.
12036         (nnrss-check-group): Use it.
12037
12038 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12041
12042         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12043
12044         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12045         the new optional argument ENCODED is non-nil.
12046         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12047         coding system for encoding group name.
12048         (gnus-group-make-rss-group): Pass un-encoded group name to
12049         gnus-group-make-group.
12050         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12051         encoded.
12052
12053         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12054         Encode group name to which articles are moved or copied.
12055         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12056         coding system for encoding Newsgroup, Followup-To and Xref headers.
12057
12058         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12059         marks; use nnheader-file-coding-system to write a file.
12060         (nnagent-retrieve-headers): Bind file-name-coding-system to
12061         nnmail-pathname-coding-system.
12062
12063         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12064
12065         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12066         (nnml-request-article, nnml-request-create-group)
12067         (nnml-request-rename-group, nnml-find-id)
12068         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12069         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12070         (nnml-save-marks): Use nnml-group-pathname instead of
12071         nnmail-group-pathname.
12072
12073         (nnml-request-create-group, nnml-request-expire-articles)
12074         (nnml-request-move-article, nnml-request-delete-group)
12075         (nnml-deletable-article-p, nnml-possibly-create-directory)
12076         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12077         (nnml-open-marks): Bind file-name-coding-system to
12078         nnmail-pathname-coding-system.
12079
12080         (nnml-request-article): Pass server argument to nnml-find-group-number.
12081         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12082         Pass server argument to nnml-possibly-create-directory.
12083         (nnml-request-accept-article): Pass server argument to
12084         nnml-active-number and nnml-save-mail.
12085         (nnml-find-group-number): Pass server argument to nnml-find-id.
12086         (nnml-request-update-info): Pass server argument to
12087         nnml-marks-changed-p.
12088
12089         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12090         (nnml-save-mail, nnml-active-number): Add server argument.
12091
12092         (nnml-request-delete-group): Warn if group is missing.
12093         (nnml-get-nov-buffer): Decode group name.
12094         (nnml-generate-active-info): Encode group name.
12095         (nnml-open-marks): Decode group name in messages.
12096
12097 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12100         if it is not specified.
12101         (gnus-article-pipe-part, gnus-article-save-part)
12102         (gnus-article-interactively-view-part, gnus-article-copy-part)
12103         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12104         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12105         (gnus-article-replace-part, gnus-article-delete-part)
12106         (gnus-article-view-part-as-type): Pass raw prefix argument to
12107         gnus-article-part-wrapper.
12108
12109 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-agent.el (gnus-agent-save-active):
12112         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12113
12114         * gnus-cache.el (gnus-cache-save-buffers)
12115         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12116         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12117         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12118         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12119         (gnus-cache-generate-active, gnus-cache-rename-group)
12120         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12121         (gnus-cache-update-overview-total-fetched-for):
12122         Bind file-name-coding-system to nnmail-pathname-coding-system.
12123         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12124         New variables.
12125         (gnus-cache-decoded-group-name): New function.
12126         (gnus-cache-file-name): Use it.
12127         (gnus-cache-generate-active): Use non-decoded group name for active.
12128
12129         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12130         right place.
12131         (gnus-write-active-file): Don't break non-ASCII group names.
12132
12133         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12134         nnmail-pathname-coding-system.
12135
12136         * lpath.el: Bind default-file-name-coding-system,
12137         file-name-coding-system and language-info-alist for XEmacs.
12138
12139         * gnus-uu.el (gnus-uu-decode-save): Typo.
12140
12141 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12144
12145 2007-07-14  David Kastrup  <dak@gnu.org>
12146
12147         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12148         finishing actions if we did not edit the article.
12149
12150 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12153         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12154         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12155         (gnus-agent-flush-group, gnus-agent-flush-cache)
12156         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12157         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12158         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12159         (gnus-agent-regenerate-group)
12160         (gnus-agent-update-files-total-fetched-for)
12161         (gnus-agent-update-view-total-fetched-for):
12162         Bind file-name-coding-system to nnmail-pathname-coding-system.
12163         (gnus-agent-group-pathname): Don't encode file names by
12164         nnmail-pathname-coding-system.
12165         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12166         coding-system-for-write instead of buffer-file-coding-system to
12167         gnus-agent-file-coding-system.
12168
12169         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12170         Decode group name.
12171
12172         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12173
12174         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12175         (gnus-read-newsrc-el-file): Make group names unibyte.
12176
12177         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12178         nnmail-pathname-coding-system.
12179
12180         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12181         (nnrss-request-delete-group): Bind file-name-coding-system to
12182         nnmail-pathname-coding-system.
12183         (nnrss-read-server-data, nnrss-read-group-data):
12184         Bind file-name-coding-system correctly.
12185         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12186
12187         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12188         (nntp-server-to-method-cache): New variable.
12189         (nntp-group-pathname): New function that decodes non-ASCII group names.
12190         (nntp-possibly-create-directory, nntp-marks-changed-p)
12191         (nntp-save-marks, nntp-open-marks): Use it.
12192         (nntp-possibly-create-directory, nntp-open-marks):
12193         Bind file-name-coding-system to nnmail-pathname-coding-system.
12194         (nntp-open-marks): Decode group names when bootstrapping marks.
12195
12196         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12197         Newsgroups and Folowup-To headers.
12198
12199 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12202         (gnus-server-closed-face, gnus-server-denied-face)
12203         (gnus-server-offline-face): Remove variable.
12204         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12205
12206         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12207         of modifying message-stack directly for XEmacs.
12208
12209         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12210         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12211         if the coding-system argument is nil for XEmacs.
12212
12213         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12214         mm-charset-override-alist.
12215
12216         * rfc2047.el: Don't require base64; require rfc2045 for the function
12217         rfc2045-encode-string.
12218         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12219         to quote the parameter value.
12220
12221 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12224         form in gnus-group-name-charset-method-alist.
12225
12226         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12227         overrides the default layout edit-form.
12228
12229         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12230
12231         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12232
12233 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12236         as unfetched articles.
12237
12238 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12241
12242 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12245         original back end that keeps marks in the local system.
12246
12247 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12250         arg of pop-to-buffer for XEmacs.
12251         (gnus-article-read-summary-keys): Ditto; don't restore window
12252         configuration if summary command ends up with neither article buffer
12253         nor summary buffer; describe bindings if summary keys end with C-h.
12254
12255 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * message.el (message-fix-before-sending): Skip raw message part to be
12258         forwarded while checking illegible text.
12259         (message-forward-make-body-mime, message-forward-make-body):
12260         Mark signed or encrypted raw message as having no illegible text.
12261
12262 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12265         (gnus-message-with-timestamp-1): New macro.
12266         (gnus-message-with-timestamp): New function.
12267         (gnus-message): Use them.
12268
12269         * nnheader.el (nnheader-message): Use them.
12270
12271 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12274         .newsrc.eld file.
12275
12276 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-agent.el (gnus-agent-fetch-headers)
12279         (gnus-agent-retrieve-headers):
12280         Bind gnus-decode-encoded-address-function to identity.
12281
12282         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12283         available also when the server returns simply a dot.
12284
12285         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12286
12287 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12290
12291 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-ems.el (gnus-x-splash): Make it work.
12294
12295         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12296         from being used.
12297
12298         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12299
12300 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12303         4th and the 5th arguments.
12304
12305         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12306         the front stickiness.
12307         (gnus-article-summary-command-nosave): Correct the order of the
12308         arguments passed to pop-to-buffer.
12309         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12310         summary command ends up with the article buffer.
12311
12312         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12313         the same faces.
12314
12315 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12316
12317         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12318
12319 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12320
12321         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12322         * gnus-sum.el (gnus-summary-highlight):
12323         * pgg.el (pgg-sign-region, pgg-sign):
12324         * mail-source.el (mail-source-delete-old-incoming-confirm):
12325         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12326
12327 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-art.el (gnus-mime-view-part-externally)
12330         (gnus-mime-view-part-internally): Fix predicate function passed to
12331         completing-read.
12332
12333         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12334
12335         * gnus.el (gnus-update-message-archive-method): Add :version.
12336
12337 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus.el (gnus-update-message-archive-method): New variable.
12340
12341         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12342         according to gnus-message-archive-method if
12343         gnus-update-message-archive-method is non-nil.
12344
12345 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12348         Suggested by Loic Dachary <loic@dachary.org>.
12349         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12350
12351 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * message.el (message-pop-to-buffer): Add switch-function argument.
12354         (message-mail): Pass switch-function argument to it.
12355
12356 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12359         Improve doc string.
12360
12361 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12364         (gnus-header-content)
12365         * gnus-cite.el (gnus-cite-10)
12366         * gnus-srvr.el (gnus-server-closed)
12367         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12368         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12369         (gnus-group-mail-3-empty, gnus-group-mail-low)
12370         (gnus-group-mail-low-empty, gnus-splash)
12371         * message.el (message-header-to, message-header-cc)
12372         (message-header-subject, message-header-other, message-header-name)
12373         (message-header-xheader, message-separator, message-cited-text)
12374         (message-mml): Lighten colors of faces used for dark background.
12375
12376 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12377
12378         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12379         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12380
12381 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * message.el (message-narrow-to-headers-or-head):
12384         Ignore mail-header-separator in the body.
12385
12386 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12389         same as window size.
12390
12391 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12392
12393         * message.el (message-font-lock-keywords): Use message-header-xheader
12394         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12395         ahead of the anything pattern, to get it recognised.
12396
12397 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12400         spam.el loads uses it in the compiled defadvice form.
12401
12402 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12403
12404         * gnus-sum.el (gnus-articles-to-read)
12405         (gnus-summary-insert-old-articles): Don't truncate group name for
12406         `read-string'.
12407
12408         * gnus-util.el (gnus-limit-string): Delete this function.
12409
12410         * gnus-sum.el (gnus-simplify-subject-fully):
12411         Use `truncate-string-to-width' instead.
12412
12413 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12414
12415         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12416         Tell if, on summary exit, the next group has to be selected.
12417         (gnus-summary-exit): Use it.
12418
12419 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12422         non-break space.
12423
12424 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12427         Check if group is not a directory.
12428         (nnfolder-request-expire-articles): Don't delete articles if the target
12429         group is not available.
12430
12431         * nnml.el (nnml-request-create-group): Properly check if group is not a
12432         file.
12433         (nnml-request-expire-articles): Don't delete articles if the target
12434         group is not available.
12435
12436         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12437         Don't quote characters that are within parentheses.
12438
12439 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12442         (gnus-handle-ephemeral-exit): Select article according to it.
12443
12444 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * message.el (message-insert-formated-citation-line): Remove newline.
12447         (message-citation-line-format): Add final \n here so that the user can
12448         avoid a blank line.
12449
12450 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12451
12452         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12453         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12454         Update lanl/arXiv support.
12455
12456 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * gnus.el: Bump version number.
12459
12460 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * gnus.el (gnus-version-number): Bump version.
12463
12464 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12465
12466         * gnus.el: No Gnus v0.6 is released.
12467
12468 2007-04-27  Didier Verna  <didier@xemacs.org>
12469
12470         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12471         * gmm-utils.el (gmm-regexp-concat): ... here.
12472         * message.el: Don't require 'gnus-util.
12473         (message-dont-reply-to-names): Handle name change above.
12474         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12475
12476 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12479         since the initial value varies according to the system.
12480
12481 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12484
12485 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12486
12487         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12488
12489 2007-04-24  Didier Verna  <didier@xemacs.org>
12490
12491         Improve the type of gnus-ignored-from-addresses.
12492         * gnus-util.el (gnus-orify-regexp): New function.
12493         * message.el (gnus-util): Require it.
12494         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12495         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12496         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12497
12498 2007-04-24  Didier Verna  <didier@xemacs.org>
12499
12500         * gnus-sum.el:
12501         * gnus-utils.el: Fix some trailing whitespaces.
12502
12503 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12506         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12507         article's Message-ID; refer parent article in summary buffer.
12508
12509         * message.el (message-bounce): Call mime-to-mml.
12510
12511         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12512         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12513         optimize and/or forms properly.
12514
12515 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12518         URL.
12519
12520 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12523
12524 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12527         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12528         displayed of multipart/alternative part if it is invoked from summary
12529         buffer.
12530
12531         * mm-view.el (mm-inline-text-html-render-with-w3m)
12532         (mm-inline-text-html-render-with-w3m-standalone)
12533         (mm-inline-render-with-function): Use mail-parse-charset by default.
12534
12535 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12536
12537         * parse-time.el (parse-time-string-chars): Check if CHAR
12538         is less than the length of parse-time-syntax.
12539
12540 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12543         from gnus-newsgroup-processable.
12544
12545 2007-04-16  Didier Verna  <didier@xemacs.org>
12546
12547         * gnus-msg.el (gnus-configure-posting-styles):
12548         Handle message-signature-directory properly with :file syntax.
12549         Reported by "Leo".
12550
12551 2007-04-11  Didier Verna  <didier@xemacs.org>
12552
12553         New user option: message-signature-directory.
12554         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12555         * message.el (message-insert-signature): Ditto.
12556         * message.el (message-signature-file): Doc update.
12557         * message.el (message-signature-directory): New.
12558
12559 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-msg.el (gnus-inews-yank-articles):
12562         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12563
12564 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * message.el (message-yank-original): Make sure cited text ends with
12567         newline; don't exchange point and mark.
12568
12569 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12570
12571         * tls.el (open-tls-stream): Properly handle case where there
12572         is no associated buffer.
12573
12574 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12575
12576         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12577         message-yank-original, make sure (< mark TEXT point).
12578
12579 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * message.el (message-fill-column): New variable.
12582         (message-mode): Use it.  Add comment on a possible new hook.
12583
12584         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12585         (nnmail-get-new-mail): Reformat.
12586
12587         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12588
12589         * gmm-utils.el: Fix Commentary.
12590         (gmm-tool-bar-from-list): Fix typo in doc string.
12591
12592 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12593
12594         * message.el (message-yank-original): Don't switch point and mark
12595         unnecessarily to put point and mark as documented.
12596
12597 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12600         from the message heads.
12601
12602 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12603
12604         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12605         article buffer does not have a window.  This may not be the best
12606         solution but is certainly better than setting the start of the null,
12607         that is the current, window.
12608
12609 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12612         (gnus-draft-setup): Run it.
12613
12614         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12615         gnus-score-fast-scoring.  Allow regexp.
12616         (gnus-score-headers): Use it.
12617
12618         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12619         XEmacs.
12620
12621         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12622         string.
12623         (gnus-button-alist): Also catch `<f1> k ...'.
12624         (gnus-treat-display-x-face): Fix doc string.
12625
12626 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12627
12628         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12629         evaluation of gnus-extended-version to ensure correct generation of the
12630         User-Agent header when message-generate-headers-first is used.
12631
12632 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12633
12634         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12635         hashcash-path is nil.  Don't call callback with incorrect number of
12636         parameters if val is 0.
12637
12638 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12639
12640         * message.el (message-required-news-headers):
12641         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12642
12643 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12644
12645         * tls.el (open-tls-stream): In handshake-waiting loop,
12646         don't wait more if there is output available to process.
12647
12648 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12649
12650         * tls.el (tls-program): Doc fix.
12651
12652 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * message.el (message-generate-new-buffers): Change the meaning of the
12655         nil value; add `standard' to the choices; treat t as `unique'; improve
12656         doc string.
12657         (gnus-select-frame-set-input-focus): Autoload.
12658         (message-buffer-name): Search for the existing message buffer if
12659         message-generate-new-buffers is nil or `standard'; treat the value t of
12660         message-generate-new-buffers as `unique'.
12661         (message-pop-to-buffer): Raise the frame already displaying the message
12662         buffer; clear the echo area after querying.
12663         (message-setup): Pass the `continue' argument to compose-mail.
12664         (message-mail): Prefer `switch-function' if it is given; search for the
12665         existing message buffer if the `continue' argument is non-nil; pass
12666         continue and switch-function arguments to compose-mail by way of
12667         message-setup.
12668         (message-mail-other-window): Adjust argument of message-setup.
12669         (message-mail-other-frame): Ditto.
12670
12671 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12674         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12675         to turn font-lock on when turning gnus-message-citation-mode on.
12676
12677 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12678
12679         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12680         (mml-smime-function-alist): New variable; add epg as the backend.
12681         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12682         mml-smime- functions instead.
12683         * mm-view.el: Require smime.
12684
12685 2007-03-05  Didier Verna  <didier@xemacs.org>
12686
12687         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12688         instead of just inheritance for posting styles.
12689         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12690
12691 2007-02-24  Chris Moore  <dooglus@gmail.com>
12692
12693         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12694         * pgg-pgp.el (pgg-pgp-encrypt-region):
12695         * pgg-gpg.el (pgg-gpg-encrypt-region):
12696         Check pgg-encrypt-for-me if no other recipients.
12697
12698 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12699
12700         * tls.el (tls-certtool-program): Fix custom type.
12701
12702 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12705         and point-at-eol instead of line-(beginning|end)-position.
12706
12707         * assistant.el (assistant-parse-buffer): Ditto.
12708
12709         * netrc.el (netrc-parse-services): Ditto.
12710
12711 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12712
12713         * mml2015.el (mml2015-epg-find-usable-key): New function.
12714         (mml2015-epg-sign): Use it.
12715         (mml2015-epg-encrypt): Use it.
12716
12717 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * message.el (message-make-in-reply-to): Quote name containing
12720         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12721         if there are special characters.  Reported by NAKAJI Hiroyuki
12722         <nakaji@jp.freebsd.org>.
12723
12724 2007-02-27  Didier Verna  <didier@xemacs.org>
12725
12726         Include the group parameters as well as the topic ones in the
12727         inheritance filter process.
12728         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12729         argument GROUP-PARAMS-LIST.
12730         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12731
12732 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * nntp.el (nntp-never-echoes-commands)
12735         (nntp-open-connection-functions-never-echo-commands): New variables.
12736         (nntp-send-command): Use them.
12737
12738 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12739
12740         * mml2015.el (mml2015-epg-verify): Simplify.
12741
12742 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * mml.el (mml-content-disposition-alist): New user option.
12745         (mml-content-disposition): New function.
12746         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12747         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12748
12749 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12750
12751         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12752         verification.
12753
12754 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12755
12756         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12757         articles posted in the last 24 hours.
12758
12759 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12760
12761         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12762
12763 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12764
12765         * nntp.el (nntp-send-command): Don't wait for echoes when
12766         nntp-open-ssl-stream is used.
12767
12768 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12771         (gnus-message-add-citation-keywords)
12772         (gnus-message-remove-citation-keywords): Remove.
12773         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12774         directly, make the variables in font-lock-defaults buffer-local, add
12775         gnus-message-citation-keywords to them and then update the value of
12776         font-lock-keywords.
12777
12778 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * message.el (message-cite-original-1): Don't call
12781         gnus-article-highlight-citation.
12782
12783         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12784         citations; fix line count.
12785
12786 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12789         (gnus-message-add-citation-keywords)
12790         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12791         versions of font-lock-add-keywords and font-lock-remove-keywords to
12792         work with XEmacs correctly.
12793
12794 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * gnus-cite.el (gnus-cite-face-list): Set the values of
12797         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12798         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12799         (gnus-message-cite-prefix-regexp): New variable.
12800         (gnus-message-search-citation-line): Use it; protect against long
12801         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12802         the 0th match data for Emacs.
12803         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12804         (gnus-message-add-citation-keywords): Append keywords rather than
12805         prepending; emulate font-lock-add-keywords if it is not available.
12806         (gnus-message-remove-citation-keywords):
12807         Emulate font-lock-remove-keywords if it is not available.
12808
12809         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12810
12811         * message.el (message-cite-prefix-regexp): Set the value of
12812         gnus-message-cite-prefix-regexp.
12813
12814 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12815
12816         * nnweb.el (nnweb-google-parse-1): Update parser.
12817
12818 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12819
12820         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12821
12822 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12823
12824         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12825         regexp.
12826
12827 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12830         string-to-multibyte.
12831         (uudecode-decode-region-internal): Use it.
12832
12833         * lpath.el: Fbind string-as-multibyte for XEmacs.
12834
12835 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12838         Fix custom choice.
12839
12840         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12841
12842 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12843
12844         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12845
12846         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12847         `write-region' to respect `mm-inhibit-file-name-handlers'.
12848
12849 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12852         Use gnus-home-directory instead of "~/" or "$HOME".
12853
12854 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12855
12856         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12857         to mention filename.
12858         Add comments at beginning regarding usage.
12859         (encrypt-write-file-contents): Change interactive so a string is
12860         acceptable.  If the file has no associated model, show an error instead
12861         of a nonsense prompt.
12862
12863 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12864
12865         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12866         Thanks to Yoshihiko Yamada for kind notification of this typo.
12867
12868 2007-01-12  Kenichi Handa  <handa@m17n.org>
12869
12870         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12871         multibyte buffer.
12872
12873 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * gnus-score.el (gnus-score-fast-scoring): New variable.
12876         (gnus-score-headers): Use it.
12877
12878         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12879
12880         * message.el (message-cite-original-1):
12881         Call gnus-article-highlight-citation if requested.
12882         (message-make-from): Allow name and address as optional arguments.
12883
12884         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12885
12886         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12887         bugs to doc string.
12888         (gnus-button-alist): Add mid\\|message-id.
12889         (gnus-button-fetch-group): Extend for use in
12890         `browse-url-browser-function'.
12891         (gnus-button-url-regexp): Try to catch paired parentheses like in
12892         Wikipedia URLs.
12893
12894         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12895         Suggested by Simon Krahnke <overlord@gmx.li>.
12896
12897 2007-01-13  Romain Francoise  <romain@orebokech.com>
12898
12899         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12900         Update copyright.
12901
12902 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12903
12904         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12905
12906 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12907
12908         * gnus-registry.el (gnus-registry-unfollowed-groups)
12909         (gnus-registry-split-fancy-with-parent): Fix documentation.
12910
12911 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12912
12913         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12914         from nnweb groups.
12915
12916 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917
12918         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12919         Xref urls.  Erase buffer before requesting head.
12920
12921         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12922
12923 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12926         customizable.
12927
12928 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12929
12930         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12931         no signing key is found.
12932         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12933         no encrypting and/or signing key is found.
12934
12935 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12938
12939 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12940
12941         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12942         headers read from disk with the ones newly found in the current search.
12943         This should no longer cause problems, because the article numbers in
12944         Gmane's `nov.php' output are ignored since the previous change.
12945
12946 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12947
12948         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12949
12950 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12953         replace-regexp-in-string; bind url-version; fbind display-images-p and
12954         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12955         find-face and set-itimer-function for Emacs; bind itimer-list for
12956         Emacs.
12957
12958         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12959
12960 2007-01-01  Romain Francoise  <romain@orebokech.com>
12961
12962         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12963
12964 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12965
12966         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12967         `define-minor-mode' macro definition expanded properly.
12968         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12969         exclude it there.
12970
12971         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12972         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12973         `fboundp' test.
12974         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12975         This is OK to autoload in (S)XEmacs now.
12976
12977 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12978
12979         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12980         keystroke.
12981         (gnus-summary-limit-to-singletons): Fix typo.
12982
12983         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12984         else fails.
12985
12986 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12987
12988         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12989         docstring.
12990
12991         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12992         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12993         (gnus-summary-insert-dormant-articles): Fix typo in message.
12994
12995 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12998         nil for XEmacs.
12999         (gnus-message-citation-mode): Don't autoload in XEmacs.
13000
13001         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13002
13003 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13004
13005         * nnimap.el (nnimap-expunge-search-string):
13006         Mention nnimap-search-uids-not-since-is-evil in docstring.
13007
13008 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * spam.el: Revert to make-obsolete-variable because
13011         define-obsolete-variable-alias is not supported in Emacs 21.
13012
13013         * spam.el (spam-ifile-path, spam-ifile-database-path)
13014         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13015         make-obsolete-variable.
13016         (spam-bsfilter-path, spam-bsfilter-program)
13017         (spam-spamassassin-path, spam-spamassassin-program)
13018         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13019         Don't use "path" inappropriately.
13020         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13021         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13022         variable names.
13023
13024 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13025
13026         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13027         summary buffer.
13028
13029         * password.el (password-cache-remove): Use clear-string to burn
13030         password, if available.
13031
13032 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13035
13036         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13037
13038         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13039         (gnus-message-highlight-citation): Move defcustom here from
13040         gnus-cite.el.
13041         (gnus-message-citation-mode): Autoload.
13042
13043         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13044         checks to make it compile with XEmacs.
13045         (gnus-message-citation-mode): New minor mode.
13046         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13047         (gnus-message-highlight-citation): New variables.
13048         (gnus-message-search-citation-line)
13049         (gnus-message-add-citation-keywords)
13050         (gnus-message-remove-citation-keywords)
13051         (turn-on-gnus-message-citation-mode)
13052         (turn-off-gnus-message-citation-mode): New functions.
13053
13054 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13055
13056         * gnus-cite.el: Enable highlighting of different citation levels in
13057         message-mode.
13058
13059 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * message.el (message-make-fqdn): Fix comment.
13062         (message-bogus-system-names): Add ".local".
13063
13064         * spam.el (spam-ifile-path, spam-ifile-program)
13065         (spam-ifile-database-path, spam-ifile-database)
13066         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13067         Don't use "path" inappropriately.
13068         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13069         strings.
13070         (spam-check-ifile, spam-ifile-register-with-ifile)
13071         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13072         Use new variable names.
13073
13074         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13075         (gnus-treat-display-smileys): Simplify using
13076         gnus-image-type-available-p.
13077
13078         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13079         available.
13080
13081         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13082         Use `display-images-p' if available.
13083
13084 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13087         one after turning on the buffer's multibyteness instead of decoding
13088         them directly in the unibyte buffer that causes unexpected conversion
13089         in Emacs 23 (unicode).
13090
13091 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13092
13093         * message.el (message-generate-hashcash): Fix custom type.
13094
13095 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13098
13099 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13102         disconnect icons.  Add help text.
13103
13104 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13107         negated to be consistent with the others we handle.
13108
13109 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13112         version of gnus-summary-buffer to something, so that we can use two
13113         article buffers at the same time.
13114
13115 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13116
13117         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13118         trigger all the extra headers.
13119         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13120         sorting.
13121
13122 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13123
13124         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13125         solid groups.
13126
13127 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13128
13129         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13130
13131 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * legacy-gnus-agent.el: Add Copyright notice.
13134
13135 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13136
13137         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13138
13139 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13140
13141         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13142
13143         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13144         to make it work reliably in CVS Emacs.
13145         (gnus-summary-limit-strange-charsets-predicate)
13146         (gnus-summary-limit-to-predicate): New functions.
13147
13148 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13149
13150         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13151         specifying array size.
13152         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13153         array if it is too small.
13154         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13155         (gnus-sort-threads-loop): New function.
13156
13157 2006-12-06  Chris Moore  <dooglus@gmail.com>
13158
13159         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13160         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13161
13162 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13163
13164         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13165         options.
13166
13167 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13168
13169         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13170         DOS-ing the recipient.
13171
13172         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13173         the headers when creating the mapping to avoid mismappings.
13174         (nnweb-gmane-create-mapping): Always nix out old mapping.
13175
13176 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13179         and mm-verify-option to never.
13180
13181 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * message.el (message-signed-or-encrypted-p): New function.
13184         (message-forward-make-body): Use it.
13185
13186         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13187         Replace encode-coding-string with mm-encode-coding-string.
13188
13189 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * nneething.el (nneething-decode-file-name):
13192         Replace decode-coding-string with mm-decode-coding-string.
13193
13194         * gnus-int.el (gnus-open-server): Say failed server's name.
13195
13196 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13197
13198         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13199         strings to a single string.  Quote `errors-file-name'.
13200         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13201         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13202         Adjust calls.  Use `shell-quote-argument'.
13203
13204 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13205
13206         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13207         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13208
13209         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13210         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13211         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13212         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13213         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13214         (gnus-subscribe-newsgroup, gnus-1):
13215         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13216         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13217         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13218         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13219
13220 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13221
13222         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13223         keystroke.
13224         (gnus-summary-limit-to-bodies): Implement headersp.
13225
13226 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13227
13228         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13229
13230 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13233
13234 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13235
13236         * message.el (message-generate-hashcash): Expand range of values to
13237         include `opportunistic'.
13238         (message-send-mail): Use it.
13239
13240 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13241
13242         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13243         and comment it.
13244
13245         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13246
13247 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * gnus-util.el (gnus-extract-address-components): Improve comment.
13250
13251 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-util.el (gnus-extract-address-components): Work with address in
13254         which the name portion contains @.
13255
13256         * lpath.el: Fbind custom-autoload.
13257
13258 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus.el (gnus-start): Move custom group up.
13261         (gnus-select-method): Don't autoload, but make it available for
13262         `customize-variable'.
13263         (gnus-getenv-nntpserver): Don't autoload.
13264
13265 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13266
13267         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13268
13269 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * message.el (message-sendmail-extra-arguments): New variable.
13272         (message-send-mail-with-sendmail): Use it.
13273
13274 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13277         mm-with-unibyte-current-buffer to make string unibyte.
13278
13279         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13280         mm-string-as-multibyte.
13281
13282 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13283
13284         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13285         Reported by Werner Koch <wk@gnupg.org>.
13286
13287 2006-11-14  Daiki Ueno  <ueno@p360>
13288
13289         * mml2015.el: Autoload epa-select-keys when compiling.
13290
13291 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13292
13293         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13294         message-options.
13295         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13296
13297 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13298
13299         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13300         EasyPG (< 0.0.6).
13301         (mml2015-always-trust): New user option.
13302         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13303         prompt.
13304
13305 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * nntp.el (nntp-authinfo-force): New variable.
13308         (nntp-send-authinfo): Use it.
13309
13310 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13313         decode encoded words.  Improve prompt.  Add comment about forwarding.
13314         (message-replacement-char): Move up.
13315
13316 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13317
13318         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13319         instead of gnus-intersection because arguments of gnus-sorted-nunion
13320         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13321
13322 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13325         (message-simplify-subject-functions):
13326         Enable message-strip-subject-encoded-words by default.
13327
13328 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * message.el (message-strip-subject-encoded-words): New function.
13331         (message-simplify-subject-functions): New variable.
13332         (message-simplify-subject): Use it.  Fix typo in doc string.
13333         Support message-strip-subject-encoded-words.
13334
13335 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13336
13337         * gnus-diary.el (gnus-diary-delay-format-function):
13338         * nndiary.el (nndiary-reminders):
13339         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13340
13341 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * gnus-art.el (article-hide-boring-headers): Fetch date from
13344         gnus-original-article-buffer to avoid problems with localized date
13345         strings.
13346
13347 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13350
13351 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13354         New variables.
13355         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13356         (mm-charset-synonym-alist): Move some entries to
13357         mm-codepage-iso-8859-list.
13358         (mm-charset-synonym-alist, mm-charset-override-alist):
13359         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13360
13361 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13364
13365 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13368         with Emacs 21 and XEmacs.
13369
13370 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * spam.el (spam-parse-address): New function for better parsing,
13373         catching errors, etc.
13374         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13375
13376 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * mm-view.el: Add interactive arg to html2text autoload.
13379
13380 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13383
13384 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13387         New variables.
13388         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13389         (mm-charset-synonym-alist): Move some entries to
13390         mm-codepage-iso-8859-list.
13391
13392         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13393
13394 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * message.el (message-citation-line-format)
13397         (message-insert-formated-citation-line): Fix implementation of %E, %N
13398         and %n according to the doc string.
13399
13400 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13401
13402         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13403         Use car-safe to avoid bad parses.
13404
13405 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13408         names.
13409
13410         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13411
13412 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13415         header.
13416
13417         * message.el (message-draft-headers): Add Date.
13418         (message-headers-to-generate): Fix typo in docstring.
13419
13420         * nndraft.el (nndraft-required-headers): New variable.
13421         (nndraft-generate-headers): Use it.
13422
13423         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13424
13425 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * gnus-registry.el (gnus-registry-wash-for-keywords)
13428         (gnus-registry-find-keywords): New functions to allow easy searching of
13429         articles that are in the registry.
13430
13431 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13434         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13435         Reported by Damien Elmes <damien@repose.cx>.
13436
13437 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus.el (gnus-mime): Remove unused custom group.
13440
13441 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13442
13443         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13444         "blank line" when searching for end of armor headers.
13445
13446 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gmm-utils.el (gmm-write-region): Fix variable name.
13449
13450 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * gmm-utils.el (gmm-write-region): New function based on compatibility
13453         code from `mm-make-temp-file'.
13454
13455         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13456
13457         * nnmaildir.el (nnmaildir--update-nov)
13458         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13459         Use `gmm-write-region'.
13460
13461 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13464         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13465
13466         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13467
13468         * message.el (message-replacement-char): New variable.
13469         (message-fix-before-sending): Use it.
13470         (message-simplify-subject): New function to remove duplicate code.
13471         (message-reply, message-followup): Use it.
13472
13473         * gnus-sum.el (gnus-summary-make-menu-bar):
13474         Clarify gnus-summary-limit-to-articles.
13475
13476 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-util.el (gnus-with-local-quit): New macro.
13479
13480         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13481
13482 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13485         ignore non-string data.
13486
13487 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13488
13489         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13490         non-string data (needs to be done in the registry too).
13491
13492 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13495         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13496         (gnus-registry-split-fancy-with-parent)
13497         (gnus-registry-fetch-simplified-message-subject-fast)
13498         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13499         Remove text properties on ingress into the registry and when it's saved.
13500         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13501         registry from entries with no groups.
13502
13503 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13506         function to remove string properties.
13507
13508 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * gmm-utils.el (gmm): Adjust custom version.
13511
13512         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13513         Adjust custom version.
13514
13515         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13516
13517 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * gnus-art.el (gnus-insert-prev-page-button)
13520         (gnus-insert-next-page-button): Simplify.  Reformat.
13521
13522 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13523
13524         * gnus-art.el (gnus-insert-prev-page-button)
13525         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13526
13527 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13528
13529         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13530
13531 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13532
13533         * gnus-art.el (gnus-insert-mime-button)
13534         (gnus-insert-mime-security-button):
13535         Apply gnus-article-button-face to MIME and security buttons.
13536
13537 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13540         readable.
13541
13542 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13545
13546 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13547
13548         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13549         `browse-url-of-file' instead of `browse-url'.
13550
13551 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13552
13553         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13554         regexp.  Articles containing quotation were cut prematurely.
13555
13556 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * message.el (message-cite-original-1): Use nobody by default for the
13559         value of From header.
13560         (message-reply): Ditto.
13561
13562 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13563
13564         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13565         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13566         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13567
13568 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13571         mails in the doc string.  Add some URLs in comment.
13572         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13573
13574 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13577         backslashes handling and the way to find boundaries of quoted strings.
13578
13579 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13580
13581         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13582         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13583         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13584         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13585
13586 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13589         doc string.
13590         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13591
13592 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * lpath.el: Fbind epg-check-configuration.
13595
13596 2006-09-06  Simon Josefsson  <jas@extundo.com>
13597
13598         * mml2015.el (mml2015-use): Doc fix, mention epg.
13599
13600 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13601
13602         * mml2015.el (mml2015-use): Default to epg, if available.
13603
13604 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13605
13606         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13607         message-sender.
13608         (mml1991-epg-encrypt): Ditto.
13609         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13610         message-sender.
13611         (mml2015-epg-encrypt): Ditto.
13612
13613 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13614
13615         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13616         several common directories.
13617
13618 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13619
13620         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13621         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13622
13623 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-art.el (article-decode-encoded-words): Make it fast.
13626
13627 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13630
13631         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13632         in quoted string into `\'.
13633
13634 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13637         Use standard-syntax-table.
13638
13639 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-art.el (gnus-decode-address-function): New variable.
13642         (article-decode-encoded-words): Use it to decode headers which are
13643         assumed to contain addresses.
13644         (gnus-mime-delete-part): Remove useless `or'.
13645
13646         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13647         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13648         (gnus-nov-parse-line): Use it to decode From header.
13649         (gnus-get-newsgroup-headers): Ditto.
13650         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13651
13652         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13653         (mail-decode-encoded-address-string): New alias.
13654
13655         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13656         New function.
13657         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13658         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13659         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13660         (rfc2047-decode-string): Ditto.
13661         (rfc2047-decode-address-region): New function.
13662         (rfc2047-decode-address-string): New function.
13663
13664 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13665
13666         * message.el (message-caesar-buffer-body): Allow rotating headers.
13667
13668         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13669
13670         * message.el (message-insert-formated-citation-line): Fix %f.
13671         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13672
13673 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13676         (gnus-bookmark-mouse-available-p): New macro.
13677         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13678         (gnus-bookmark-bmenu-show-infos): Use it.
13679         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13680         (gnus-bookmark-bmenu-hide-infos): Ditto.
13681         (gnus-bookmark-remove-properties): New function.
13682         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13683         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13684         (gnus-bookmark-write-file): Bind coding-system-for-write.
13685         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13686         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13687         group before selecting it.
13688         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13689         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13690         quit-window if it is not available; use gnus-mouse-2 and bind it to
13691         gnus-bookmark-bmenu-select-by-mouse.
13692         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13693         (gnus-bookmark-bmenu-select-by-mouse): New function.
13694
13695 2006-08-13  Romain Francoise  <romain@orebokech.com>
13696
13697         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13698         space.
13699
13700 2006-08-10  Romain Francoise  <romain@orebokech.com>
13701
13702         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13703         (dns-mode-soa-auto-increment-serial): New user option.
13704         (dns-mode-soa-maybe-increment-serial): New function.
13705         (dns-mode): Add the latter to `write-contents-functions'.
13706
13707 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * compface.el (uncompface): Use binary rather than raw-text-unix.
13710
13711 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * compface.el (uncompface): Make sure the eol conversion doesn't take
13714         place when communicating with the external programs.
13715         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13716
13717 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13720
13721 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13722
13723         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13724         Make it more robust by parsing author and date independently.
13725
13726 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13729
13730 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13731
13732         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13733         first matching secret key.
13734         (mml2015-epg-encrypt): Ditto.
13735
13736         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13737         first matching secret key.
13738         (mml1991-epg-encrypt): Ditto.
13739
13740         * mml2015.el (mml2015-encrypt-to-self): New user option.
13741         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13742         mml2015-epg-encrypt-to-self is set.
13743
13744         * mml1991.el (mml1991-encrypt-to-self): New variable.
13745         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13746         mml1991-epg-encrypt-to-self is set.
13747
13748         * mml2015.el (mml2015-signers): New user option.
13749         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13750         (mml2015-epg-encrypt): Allow to select signing keys.
13751
13752         * mml1991.el (mml1991-signers): New variable.
13753         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13754         (mml1991-epg-encrypt): Allow to select signing keys.
13755
13756 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * nnheader.el (nnheader-insert-head): Make it work even if the file
13759         uses CRLF for the line-break code.
13760
13761 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13762
13763         * mml2015.el: Require mml-sec instead of password.
13764         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13765         (mml2015-cache-passphrase): Inherit the default value from
13766         mml-secure-cache-passphrase.
13767         (mml2015-passphrase-cache-expiry): Inherit the default value from
13768         mml-secure-passphrase-cache-expiry.
13769
13770         * mml1991.el: Require mml-sec instead of password.
13771         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13772         (mml1991-cache-passphrase): Inherit the default value from
13773         mml-secure-cache-passphrase.
13774         (mml1991-passphrase-cache-expiry): Inherit the default value from
13775         mml-secure-passphrase-cache-expiry.
13776
13777         * mml-sec.el: Require password.
13778         (mml-secure-verbose): New user option.
13779         (mml-secure-cache-passphrase): New user option.
13780         (mml-secure-passphrase-cache-expiry): New user option.
13781
13782 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13783
13784         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13785         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13786         andreas@altroot.de (Andreas Vögele).
13787
13788         FIXME: Use `tiny change'?
13789
13790 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13791
13792         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13793         workaround for the url package included with Emacs.
13794
13795         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13796
13797 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13800         correctly.  This fixes a bug caused by the 2006-05-12 change.
13801
13802 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13803
13804         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13805         some information about the error when saying that the `bogus' mail
13806         group will be used.
13807
13808 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13811         string.
13812
13813 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13814
13815         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13816
13817 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13818
13819         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13820
13821 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13822
13823         * mml1991.el (mml1991-function-alist): Add epg.
13824         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13825         (mml1991-epg-encrypt): New functions.
13826
13827 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13828
13829         * mml2015.el (mml2015-verbose): New variable.
13830         (mml2015-cache-passphrase): Ditto.
13831         (mml2015-passphrase-cache-expiry): Ditto.
13832         (mml2015-function-alist): Add epg.
13833         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13834         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13835         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13836         New functions.
13837
13838 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13839
13840         * message.el (message-cite-original-1): Preserve region when removing
13841         quoted text due to X-No-Archive in order to avoid bogus attribution
13842         when citing multiple messages.
13843
13844 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13845
13846         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13847         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13848
13849 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * gnus-diary.el (gnus-user-format-function-d)
13852         (gnus-user-format-function-D): Autoload.
13853
13854         * imap.el (Commentary): Fix typo.
13855
13856         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13857         2006-04-22 contribution.
13858
13859 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13860
13861         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13862         It didn't really fix the bogosity I'm seeing with solid web groups.
13863
13864 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13865
13866         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13867         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13868         created using server names.  If we use the feature without declaring
13869         it, Gnus does not properly manage server and group state.
13870
13871         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13872         bound.
13873
13874 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13875
13876         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13877         looking up the method using GROUP's prefix before inventing a new one.
13878         It is used on killed/unknown groups in various places where returning
13879         an all-new method isn't expected by the caller.
13880
13881         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13882         and match semantics of gnus-group-real-prefix.
13883
13884 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * nnmail.el (nnmail-broken-references-mailers): New variable.
13887         (nnmail-ignore-broken-references): New function generalizing
13888         nnmail-fix-eudora-headers.
13889         (nnmail-fix-eudora-headers): Now obsolete.
13890
13891         * gnus-art.el (gnus-button-handle-custom):
13892         Support `customize-apropos*'.
13893
13894 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13895
13896         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13897
13898         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13899         articles.
13900
13901 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * message.el (message-cite-reply-above): New variable.
13904         (message-yank-original): Use it.
13905
13906 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13909
13910 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13913         as read.
13914
13915         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13916
13917 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13920         (gnus-bookmark-default-file): Use gnus-directory.
13921         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13922         Remove "*" in doc string.
13923         (gnus-bookmark-write-file): Simplify.
13924         (gnus-bookmark-maybe-sort-alist): Use `when'.
13925         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13926         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13927         Add FIXME about Emacs 21 and XEmacs compatibility.
13928         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13929         compatibility.
13930         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13931         compatibility.
13932         (gnus-bookmark-menu-heading): Fix version.
13933
13934 2006-06-19  Bastien Guerry  <bzg@altern.org>
13935
13936         * gnus-bookmark.el: New file.
13937
13938 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * message.el (message-syntax-checks): Doc fix.
13941
13942 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13943
13944         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13945         unsubscribed groups as if they were killed ones.  It causes duplicate
13946         entries in gnus-newsrc-alist.
13947
13948 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * message.el (message-syntax-checks): Doc fix.
13951         (message-send-mail): Add check for continuation headers.
13952         (message-check-news-header-syntax): Fix regexp used to check for
13953         continuation headers.
13954
13955 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13958
13959 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13962
13963 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13966         default-truncate-lines.
13967
13968 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13971         to fill the utf-8 entry.
13972
13973         * lpath.el: Fbind unicode-precedence-list.
13974
13975 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13976
13977         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13978
13979 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13980
13981         * gnus-agent.el (directory-files-and-attributes): Move all the way
13982         forward (the third and final move).
13983         (gnus-agent-read-agentview): Trap reconstruction errors due to
13984         nonexistent directory.  Handle by returning nil.
13985
13986 2006-05-30  Didier Verna  <didier@xemacs.org>
13987
13988         * message.el (message-dont-reply-to-names): Update the custom type.
13989         * message.el (message-dont-reply-to-names): New defsubst: potentially
13990         convert a list of regexps into a single one.
13991         * message.el (message-get-reply-headers): Use it.
13992         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13993
13994 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * gnus-agent.el (directory-files-and-attributes): Move forward.
13997
13998 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-ml.el (gnus-mailing-list-subscribe)
14001         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14002         (gnus-mailing-list-message): Fix doc strings.
14003
14004 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14005
14006         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14007         of doing it manually.
14008
14009 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14012         comment.
14013
14014 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14015
14016         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14017         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14018         (gnus-agent-read-local): All symbols allocated in my-obarray.
14019         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14020         (gnus-agent-regenerate-group): Check numeric names to see if they are
14021         messages or groups.
14022         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14023         better way of do this...)
14024
14025         * gnus-cache.el (gnus-agent-total-fetched-for):
14026         Ignore 'dummy.group' (there should be a better way of do this...)
14027
14028 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14031         (gnus-saved-headers): Ditto.
14032         (gnus-default-article-saver): Mention functions may have properties.
14033         (gnus-article-save): Override gnus-save-all-headers and
14034         gnus-saved-headers by :headers property which saver function may have.
14035         (gnus-summary-save-in-file): Add :headers property.
14036         (gnus-summary-write-to-file): Ditto.
14037
14038         * gnus-sum.el (gnus-summary-save-article): Bind
14039         gnus-prompt-before-saving to t when saving many articles in a file;
14040         always show all headers.
14041
14042         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14043
14044 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14047         marks.
14048
14049         * message.el (message-indent-citation): Add optional arguments to allow
14050         using it outside of message buffers.
14051
14052         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14053         (gnus-article-treat-unfold-headers): Use it.
14054         (gnus-article-truncate-lines): New variable.
14055         (gnus-article-mode): Use it.
14056         (gnus-article-toggle-truncate-lines): New function.
14057
14058         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14059         Add gnus-article-toggle-truncate-lines.
14060
14061         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14062         coding system in XEmacs, use binary.
14063
14064 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14067         after-load-alist.
14068
14069         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14070         this function should save decoded articles.
14071         (gnus-summary-write-to-file): Use property to specify this function
14072         should save decoded articles and specify gnus-summary-save-in-file
14073         should be used to save articles other than the first one when saving
14074         many articles.
14075         (gnus-summary-save-body-in-file): Use property to specify this
14076         function should save decoded articles.
14077         (gnus-summary-write-body-to-file): Use property to specify this
14078         function should save decoded articles and specify
14079         gnus-summary-save-body-in-file should be used to save articles other
14080         than the first one when saving many articles.
14081
14082         * gnus-sum.el (gnus-summary-save-article): Simplify.
14083
14084 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-art.el (gnus-default-article-saver):
14087         Add gnus-summary-write-body-to-file.
14088         (gnus-article-save-coding-system): Don't use coding system object
14089         in XEmacs.
14090         (gnus-read-save-file-name): Add optional `dir-var' argument which
14091         specifies directory in which files are saved; work even if optional
14092         `variable' argument is not specified.
14093         (gnus-summary-write-to-file): Read file name.
14094         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14095         (gnus-summary-write-body-to-file): New function.
14096
14097         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14098         (gnus-summary-local-variables): Add it.
14099         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14100         (gnus-summary-save-article): Remove optional `decode' argument;
14101         determine whether to decode articles by the value of
14102         gnus-default-article-saver; when saving many files using
14103         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14104         it first and use gnus-summary-save-in-file or
14105         gnus-summary-save-body-in-file thereafter unless
14106         gnus-prompt-before-saving is always; move point to article which
14107         will be saved.
14108         (gnus-summary-save-article-file): Revert.
14109         (gnus-summary-write-article-file): Revert.
14110         (gnus-summary-save-article-body-file): Revert.
14111         (gnus-summary-write-article-body-file): New function.
14112
14113 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-art.el (gnus-default-article-saver): Doc fix.
14116         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14117         from gnus-summary-save-article-coding-system, and default to a
14118         certain coding system.
14119         (gnus-output-to-file): Add coding cookie and encode text according
14120         to gnus-article-save-coding-system; don't use mm-append-to-file.
14121
14122         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14123         gnus-art.el and rename to gnus-article-save-coding-system.
14124         (gnus-summary-save-article): Require gnus-art; don't show all
14125         headers if it decodes articles; don't add coding cookie here;
14126         don't bind mm-text-coding-system-for-write.
14127         (gnus-summary-save-article-file): Save decoded articles.
14128         (gnus-summary-write-article-file): When saving many files, use
14129         gnus-summary-write-to-file first and gnus-summary-save-in-file
14130         thereafter unless gnus-prompt-before-saving is always.
14131         (gnus-summary-save-article-body-file): Save decoded articles.
14132
14133         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14134
14135 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * nnrss.el (nnrss-check-group): Bind hash-index.
14138
14139 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14140
14141         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14142         its hash index.  Store this hash in `nnrss-group-data'.
14143         (nnrss-read-group-data): Update accordingly.
14144
14145 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14148         entry.
14149
14150         * gnus-sum.el (gnus-summary-make-menu-bar):
14151         Add gnus-article-browse-html-article.
14152
14153 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14154
14155         * gnus-sum.el (gnus-summary-mime-map):
14156         Add gnus-article-browse-html-article.
14157
14158         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14159
14160 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14163         suitable coding systems in customize.
14164
14165 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * mail-source.el (mail-sources): Fix custom type.
14168
14169 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14172         (gnus-summary-expire-articles-now): Shorten prompt.
14173
14174         * gmm-utils.el (wid-edit): Require.
14175         (defun-gmm): Rename from `gmm-defun-compat'.
14176         (gmm-image-search-load-path): Use it.
14177         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14178
14179 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-sum.el (gnus-summary-save-article-coding-system):
14182         New variable.
14183         (gnus-summary-save-article): Add optional `decode' argument.
14184         If it is set and gnus-summary-save-article-coding-system is non-nil,
14185         save decoded article.
14186         (gnus-summary-write-article-file): Save decoded article if
14187         gnus-summary-save-article-coding-system is non-nil.
14188
14189         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14190         type.
14191
14192 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14195
14196 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14199         first to test gnus-single-article-buffer which may be buffer-local.
14200
14201         * gnus-sum.el (gnus-summary-setup-buffer):
14202         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14203         group; make gnus-article-buffer, gnus-article-current, and
14204         gnus-original-article-buffer always buffer-local.
14205         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14206         group.
14207         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14208
14209 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * nnml.el (nnml-request-compact-group): Compressed files might not
14212         have .gz extension.
14213
14214 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14215
14216         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14217         (mm-copy-to-buffer): Use with-current-buffer.
14218         (mm-display-part): Simplify.
14219         (mm-inlinable-p): Add optional arg `type'.
14220
14221 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14222
14223         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14224         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14225         Try harder to show the attachment internally or externally using
14226         gnus-mime-view-part-as-type.
14227
14228 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14229
14230         * message.el (message-from-style, message-signature-separator)
14231         (message-user-organization-file, message-send-mail-function)
14232         (message-citation-line-function, message-yank-prefix)
14233         (message-indent-citation-function, message-signature)
14234         (message-signature-file, message-signature-insert-empty-line):
14235         Remove autoloads.
14236
14237         * gnus-art.el (gnus-buttonized-mime-types):
14238         Remove "multipart/signed".  Revert 2006-04-26 change.
14239
14240 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * gnus.el (gnus-version-number): Bump version.
14243
14244 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14245
14246         * gnus.el: No Gnus v0.5 is released.
14247
14248 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14249
14250         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14251         fetching articles by message-id.
14252
14253 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14254
14255         * message.el (hashcash): Require hashcash as normal.
14256
14257         * ecomplete.el (ecomplete-highlight-match-line):
14258         Use point-at-eol.
14259         (ecomplete-highlight-match-line): Use `highlight', because that
14260         face exists in both Emacs and XEmacs.
14261
14262         * message.el (message-display-abbrev): Use point-at-bol.
14263
14264         * mail-source.el: Don't require timer/timer-funcs.
14265
14266         * gnus-async.el: Ditto.
14267
14268         * password.el: Ditto.
14269
14270         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14271
14272         * mm-url.el: Ditto.
14273
14274         * gnus-xmas.el: Don't require timer-funcs.
14275
14276         * mm-util.el: Require timer/timer-funcs.
14277
14278 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14279
14280         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14281         Close.
14282
14283 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14286         unibyte after clear-decrypt function runs.
14287
14288         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14289         returns as a unibyte string.
14290
14291 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * lpath.el: Revert.
14294
14295         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14296         (pgg-gpg-process-sentinel): Revert.
14297
14298         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14299         (pgg-pgp-lookup-key): Revert.
14300
14301         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14302         (pgg-pgp5-lookup-key): Revert.
14303
14304         * pgg.el (pgg-fetch-key): Revert.
14305
14306 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * lpath.el: Fbind string-as-multibyte for XEmacs.
14309
14310         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14311         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14312         (mml1991-pgg-encrypt): Ditto.
14313
14314         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14315         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14316         a multibyte buffer.
14317
14318         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14319         (pgg-pgp-lookup-key): Ditto.
14320
14321         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14322         (pgg-pgp5-lookup-key): Ditto.
14323
14324         * pgg.el (pgg-fetch-key): Ditto.
14325
14326 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * message.el (message-user-organization-file): Check several
14329         locations of the organization file.
14330
14331         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14332         Add gnus-article-view-part-as-type.
14333
14334         * gnus-art.el (gnus-article-view-part-as-type): New function.
14335
14336         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14337         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14338
14339         * mml.el: Simplify autoload.
14340         (mml-mode): defvar dnd-protocol-alist instead of using
14341         symbol-value.
14342         (mml-default-directory): New variable.
14343         (mml-minibuffer-read-file): Use it.
14344         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14345
14346         * message.el (message-citation-line-format): New variable.
14347         (message-insert-formated-citation-line): New function.
14348         (message-citation-line-function):
14349         Add `message-insert-formated-citation-line' to custom type.
14350
14351         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14352         to doc string.
14353
14354         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14355         depending on mm-verify-option.
14356
14357 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14360         binding pgg-* variables; reimplement the section which prevents
14361         MIME header from being signed.
14362         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14363         pgg-text-mode; remove a blank line at the top of body.
14364
14365         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14366         lines at the top of body; use gnus-newsgroup-charset if there's no
14367         Charset header.
14368
14369 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * message.el (message-self-insert-commands): Doc fix.
14372
14373         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14374         (mm-uu-pgp-encrypted-test): Ditto.
14375         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14376         between header and body; return application/pgp-encrypted handle
14377         if decryption failed; decode decrypted body by charset.
14378
14379         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14380         element match to application/pgp-*.
14381
14382 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14383
14384         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14385         HTML.
14386
14387 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14388
14389         * mail-source.el (mail-source-call-script): Message the error
14390         string.
14391
14392 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14393
14394         * gnus-util.el (gnus-byte-compile): Use it.
14395
14396 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14397
14398         * gnus-util.el (kill-empty-logs): New function.
14399
14400 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14401
14402         * message.el (message-mail-alias-type): Doc fix.
14403         (message-mail-alias-type-p): New function.
14404         (message-send): Use it.
14405         (message-mode): Ditto.
14406         (message-strip-forbidden-properties): Ditto.
14407
14408         * ecomplete.el (ecomplete-database-file-coding-system):
14409         New variable.
14410         (ecomplete-save): Use it.
14411         (ecomplete-setup): Use it.
14412
14413 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * message.el (message-self-insert-commands): New variable.
14416         (message-strip-forbidden-properties): Use it.
14417
14418 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14419
14420         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14421         that doesn't make XEmacs choke.
14422
14423 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14424
14425         * gnus-util.el (gnus-replace-in-string):
14426         Prefer replace-regexp-in-string over of replace-in-string.
14427
14428 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-util.el (gnus-select-frame-set-input-focus):
14431         Use select-frame-set-input-focus if it is available in XEmacs; use
14432         definition defined in Emacs 22 for old Emacsen.
14433
14434         * dgnushack.el: Autoload unmorse-region for XEmacs.
14435
14436         * lpath.el: Bind cursor-in-non-selected-windows and
14437         select-frame-set-input-focus for XEmacs.
14438
14439 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14442
14443 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14444
14445         * gnus-registry.el (gnus-registry-cache-save): Remove text
14446         properties when saving via the temp buffer.
14447
14448 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * message.el (message-generate-hashcash): Honor custom type.
14451
14452 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453
14454         * message.el (message-generate-hashcash): Default to non-nil when
14455         hashcash is found.
14456
14457         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14458         (gnus-refer-thread-limit): Increase default to 500.
14459
14460         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14461
14462         * flow-fill.el (fill-flowed): Allow delete-space.
14463
14464 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14467         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14468         Remove autoloads.
14469
14470 2006-04-18  Simon Josefsson  <jas@extundo.com>
14471
14472         * message.el (message-generate-hashcash): Default to.
14473
14474 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14477         concatenating segments rather than before concatenating them.
14478
14479 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14482
14483 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14484
14485         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14486
14487         * message.el (message-forward-make-body-plain):
14488         Allow message-forward-ignored-headers to be a list.
14489         (message-remove-ignored-headers): Factor out into function.
14490         (message-forward-make-body-mml): Use it.
14491
14492         * imap.el (imap-quote-specials): New function.
14493         (imap-login-auth): Quote specials.
14494
14495         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14496         (rfc2231-parse-string): Allow concatanation of parameters that
14497         aren't contiguous.  The test case is
14498           (mail-header-parse-content-type "message/external-body;
14499             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14500             access-type=LOCAL-FILE;
14501             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14502
14503 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14504
14505         * nntp.el (nntp-accept-process-output): Return the value of
14506         `nnheader-accept-process-output'.
14507
14508 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14509
14510         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14511         (gnus-button-alist): Recognize more diff formats.
14512         (gnus-button-patch): Strip directory.
14513
14514 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14517         Emacs 22 when setting focus.
14518
14519 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14520
14521         * gnus-art.el (gnus-article-treat-types): Do treatment of
14522         text/x-verbatim parts.
14523         (gnus-button-patch): New command.
14524
14525         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14526         addresses that contain invalid characters.
14527
14528 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14529
14530         * message.el (message-put-addresses-in-ecomplete):
14531         Use gnus-replace-in-string.
14532         (message-is-yours-p): Use the more correct
14533         mail-header-parse-address instead of
14534         mail-extract-address-components.
14535         (message-put-addresses-in-ecomplete): Fix typo.
14536
14537         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14538         keystroke.
14539
14540         * gnus-art.el (gnus-treatment-function-alist): Change order of
14541         newsgroups/generic header folding to avoid double-folding.
14542
14543         * message.el (message-hidden-headers): Add X-Draft-From.
14544
14545         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14546         New command.
14547         (gnus-summary-repeat-search-article-backward): New command.
14548
14549         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14550         groups in the parent topic.
14551
14552 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14553
14554         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14555         (spam-extra-header-to-number): Return the CRM114 number as a
14556         number instead of a string.
14557
14558 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14559
14560         * gnus-art.el (gnus-face-properties-alist): Move here from
14561         gnus-fun.
14562
14563         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14564
14565 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14566
14567         * message.el (message-strip-forbidden-properties): Only display on
14568         self-insert-command.
14569
14570         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14571         reindent.
14572         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14573
14574 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14575
14576         * smiley.el (smiley-style): Fix typo.
14577
14578 2006-03-23  Kenichi Handa  <handa@m17n.org>
14579
14580         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14581         instead of set-buffer-multibyte.
14582
14583 2006-03-23  Kenichi Handa  <handa@m17n.org>
14584
14585         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14586         buffer and then decode the buffer text if necessary.
14587         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14588         first, and after mm-encode-body, change the buffer to unibyte.
14589
14590 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14591
14592         * hashcash.el (hashcash-insert-payment-async-2):
14593         Use message-goto-eoh instead of doing it manually.
14594         (mail-add-payment): Use message-narrow-to-header instead of trying
14595         to do the same itself.
14596
14597         * message.el (message-hidden-headers): Add Face.
14598
14599         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14600         reparenting code.
14601         (gnus-summary-reparent-children): Refactored out code.
14602         (gnus-summary-thread-map): New keystroke.
14603         (gnus-summary-reparent-children): Make into command.
14604
14605         * smiley.el (smiley-style): Default to `medium' if using a large
14606         font.
14607
14608         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14609         does it itself.
14610
14611         * message.el (message-point-in-header-p): Simplify definition.
14612
14613 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14614
14615         * nnagent.el (nnagent-request-set-mark): Silence log file
14616         writing.
14617         (nnagent-request-set-mark): Use write-region instead of
14618         append-to-file.
14619
14620         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14621         strange select method.
14622
14623         * ecomplete.el (ecomplete-display-matches): Get highlightling
14624         right.
14625         (ecomplete-display-matches): Use literals.
14626         (ecomplete-display-matches): Disable message logging.
14627
14628         * message.el (message-display-abbrev): Small optimization.
14629
14630         * ecomplete.el (ecomplete-display-matches): Allow automatic
14631         display.
14632
14633         * message.el (message-strip-forbidden-properties):
14634         Display abbrevs.
14635         (message-display-abbrev): Get automatic display right.
14636
14637         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14638         keystrokes.
14639
14640 2006-04-13  Romain Francoise  <romain@orebokech.com>
14641
14642         TODO: Backport to v5-10!
14643
14644         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14645         Move here (and rename) from gnus-registry.el.
14646
14647         * gnus-registry.el: Require gnus-util.
14648         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14649
14650 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14651
14652         * gnus-group.el (gnus-group-catchup-current):
14653         Change if-then-else-if-then-else into cond.
14654         (gnus-group-catchup): Indent.
14655         (group-name-at-point): New function.
14656         (gnus-fetch-group): Provide default from thing at point.
14657
14658 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14659
14660         * message.el (message-display-abbrev): Fix regexp.
14661
14662         * ecomplete.el (ecomplete-highlight-match-line):
14663         Reimplement choosing.
14664         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14665         dead variables.
14666
14667         * message.el (message-newline-and-indent): Remove debugging.
14668         (message-display-abbrev): Use new implementation.
14669
14670 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-art.el (gnus-article-mode):
14673         Set cursor-in-non-selected-windows to nil.
14674
14675         * smiley.el: Revert previous change.
14676         (smiley-data-directory): defvar it before using it in the
14677         defcustom of `smiley-style'.
14678
14679 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14680
14681         * message.el (message-newline-and-indent): New function.
14682
14683         * ecomplete.el: Implement more bits.
14684
14685         * message.el (message-put-addresses-in-ecomplete): Clean up the
14686         string.
14687
14688         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14689
14690         * gnus-sum.el (gnus-summary-save-parts):
14691         Bind gnus-summary-save-parts-counter and use it to make unique file
14692         names.
14693
14694         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14695
14696         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14697         parameter to say whether to actually parse the individual
14698         addresses.
14699
14700         * message.el (message-put-addresses-in-ecomplete): New function.
14701         (ecomplete): Require.
14702         (message-mail-alias-type): Add ecomplete as an option.
14703
14704 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14705
14706         * flow-fill.el (fill-flowed): Remove trailing space from blank
14707         quoted lines.
14708
14709 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14710
14711         * smiley.el (smiley-style): Move definition later to avoid a
14712         compilation warning.
14713
14714 2006-04-12  Kenichi Handa  <handa@m17n.org>
14715
14716         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14717         buffer and then decode the buffer text if necessary.
14718         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14719         first, and after mm-encode-body, change the buffer to unibyte.
14720         Use mm-disable-multibyte instead of set-buffer-multibyte.
14721
14722 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14725         Content-Type header instead of Content-Disposition header.
14726         (gnus-mime-inline-part): Ditto.
14727         (gnus-mime-view-part-as-charset): Ignore charset that the part
14728         specifies.
14729
14730         * mm-decode.el (mm-display-part): Work with external parts and
14731         usual parts similarly.
14732
14733         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14734         instead of gnus-display-mime.
14735
14736         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14737         instead of with-temp-buffer.
14738
14739         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14740         tag to summarized topics part in order to encode non-ASCII text.
14741
14742 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * smiley.el (smiley-style): New variable.
14745         (smiley-directory): New function.
14746         (smiley-data-directory): Derive from `smiley-style' using
14747         `smiley-directory'.
14748         (smiley-regexp-alist): Add new entries.
14749
14750         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14751         (gnus-article-browse-delete-temp): Add :version.
14752
14753 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14754
14755         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14756         the sieve region.
14757
14758 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14759
14760         * gnus.el (gnus-version-number): Bump version.
14761
14762 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * gnus.el: No Gnus v0.4 is released.
14765
14766 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14767
14768         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14769         layout.
14770
14771         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14772         unknown charset.
14773
14774         * message.el (message-header-synonyms): Add Original-To to the
14775         default.
14776
14777         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14778         optional parameter.
14779
14780 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * gnus-fun.el (gnus): Require it for gnus-directory.
14783
14784 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14787
14788 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14789
14790         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14791
14792 2006-04-05  Simon Josefsson  <jas@extundo.com>
14793
14794         * password.el (password-reset): New function.
14795
14796 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14797
14798         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14799         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14800
14801 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14802
14803         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14804         Some whitespace was matched into the url, which broke browsing hits
14805         > 100 when mm-url-use-external was nil.
14806
14807 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14810         Check gnus-extra-headers for 'Newsgroups.
14811
14812         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14813         bound.
14814
14815 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14816
14817         * pgg-gpg.el: Clean up process buffers every time gpg processes
14818         complete.
14819
14820 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14823         doc string.
14824
14825 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14826
14827         * pgg-gpg.el (pgg-gpg-process-filter)
14828         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14829
14830         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14831         lines, temporary fix.
14832
14833 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14836
14837 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14838
14839         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14840         default-enable-multibyte-characters.  This reverts the change from
14841         revision 6.17 which is no longer necessary because the passphrase
14842         is sent separately now.  GnuPG messages are unreadable under
14843         multibyte locales with default-enable-multibyte-characters set to
14844         nil.
14845
14846 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * message.el (message-tool-bar-gnome): Move "spell".
14849
14850 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14853         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14854         instead.
14855
14856 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14857
14858         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14859         Improve newsgroups handling for NNTP overviews which don't include
14860         Newsgroups.
14861
14862 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14863
14864         * message.el (message-resend): Bind message-generate-hashcash to nil.
14865
14866 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14867
14868         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14869         when searching for already-paid recipients.
14870
14871 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14872
14873         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14874         passphrases when it is not needed.
14875         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14876         passphrase stuff from gpg, should only be necessary when you use
14877         gpg with a smartcard.
14878
14879 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * mml.el (mml-insert-mime): Ignore cached contents of
14882         message/external-body part.
14883
14884         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14885         (mm-insert-part): Ditto.
14886
14887 2006-03-23  Simon Josefsson  <jas@extundo.com>
14888
14889         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14890         Reiner.
14891         (pgg-gpg-use-agent-p): Use it again.
14892
14893 2006-03-23  Simon Josefsson  <jas@extundo.com>
14894
14895         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14896         older emacsen.
14897         (pgg-gpg-use-agent-p): Don't use it.
14898
14899 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14902         if we can.
14903
14904 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14905
14906         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14907         (pgg-gpg-update-agent): New function.
14908         (pgg-gpg-use-agent-p): New function.
14909         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14910         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14911         (pgg-gpg-sign-region): Use it.
14912
14913 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14916         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14917
14918 2006-03-21  Simon Josefsson  <jas@extundo.com>
14919
14920         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14921         <wilde@sha-bang.de>.
14922         (pgg-gpg-use-agent): New variable.
14923         (pgg-gpg-process-region): Use it.
14924         (pgg-gpg-encrypt-region): Likewise.
14925         (pgg-gpg-encrypt-symmetric-region): Likewise.
14926         (pgg-gpg-decrypt-region): Likewise.
14927         (pgg-gpg-sign-region): Likewise.
14928         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14929
14930 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14933
14934         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14935         Add comment on version.
14936
14937 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14938
14939         * smiley.el: Add missing test smiley.
14940
14941 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * mm-decode.el (mm-with-part): New macro.
14944         (mm-get-part): Use it; work with message/external-body as well.
14945         (mm-save-part): Treat name and filename equally.
14946
14947         * mm-extern.el (mm-extern-cache-contents): New function.
14948         (mm-inline-external-body): Use it; force the part to be displayed;
14949         move undisplayer added to the cached handle to the parent.
14950
14951         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14952         (gnus-mime-view-part-as-type): Work with message/external-body.
14953
14954         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14955
14956 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14959         images in image-load-path.  [Sync with image.el, revision 1.60, in
14960         Emacs.]
14961
14962 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14965         path rather than symbol.  Always return list of directories.
14966         Guarantee that image directory comes first.  [Sync with image.el,
14967         revision 1.59, in Emacs.]
14968
14969         * message.el (message-make-tool-bar): Adjust to new API of
14970         `gmm-image-load-path-for-library'.
14971
14972         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14973
14974         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14975
14976 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14977
14978         * gnus-art.el (gnus-article-only-boring-p):
14979         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14980         intangible text.
14981         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14982
14983 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14986         Use `defun' instead of `gmm-defun-compat'.
14987
14988 2006-03-14  Simon Josefsson  <jas@extundo.com>
14989
14990         * message.el (message-unique-id): Don't use message-number-base36
14991         if (user-uid) is a float.
14992         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14993
14994 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14997
14998         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14999         empty line between a part and a message part.
15000
15001 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * smiley.el: Add more test smileys.
15004         (smiley-data-directory, smiley-regexp-alist)
15005         (gnus-smiley-file-types): Fix doc strings.
15006         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15007         adding new elements.
15008         (smiley-mouse-map): Unused code.  Make it a comment.
15009
15010 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15013         scan latest NoCeM messages instead of old ones.
15014         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15015         delimiters that are recently used.
15016         (gnus-nocem-load-cache): Add autoload cookie.
15017
15018         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15019
15020         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15021         level which is larger than gnus-use-nocem is specified.
15022
15023         * gnus-group.el (gnus-group-get-new-news): Ditto.
15024
15025 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15026
15027         * gnus-util.el (gnus-tool-bar-update): New function.
15028
15029         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15030         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15031
15032         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15033
15034         * gnus-group.el (gnus-group-redraw-when-idle)
15035         (gnus-group-redraw-check): Remove.
15036         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15037
15038 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15041         if optional last element is specified in splits (FIELD VALUE...).
15042
15043 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15046         to gmm-image-load-path-for-library.  Call with no-error argument.
15047         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15048
15049         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15050
15051         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15052
15053         * gmm-utils.el (gmm-image-load-path): Remove alias.
15054
15055 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * gmm-utils.el (gmm-image-load-path): Add alias.
15058
15059         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15060         nnml-generate-nov-databases-1.
15061         (nnml-generate-nov-databases): Use it.
15062         (nnml-generate-nov-databases-directory): Document no-active
15063         argument.
15064
15065         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15066         directory if path is t.  Add no-error.
15067
15068         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15069         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15070
15071         * gnus-art.el (gnus-article-browse-delete-temp-files):
15072         Simplify resetting gnus-article-browse-html-temp-list.
15073
15074         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15075         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15076         Add example to docstring.  Rename local variables.  Move error
15077         checks to default case in cond and simplify.
15078
15079 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15082         handle is multipart when calling it recursively.
15083         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15084
15085 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15086
15087         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15088         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15089
15090 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15093         is loaded.
15094
15095         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15096         loaded.
15097
15098 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15101         to "Emacs 23 (unicode)" in doc string.
15102
15103         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15104         "Emacs 23 (unicode)" in comment.
15105
15106 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15109
15110         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15111         characters 160 through 255 in Emacs 23.
15112
15113 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15116         gnus-article-browse-html-temp.
15117         (gnus-article-browse-delete-temp): Make it customizable.
15118         Add `file'.  Adjust doc string.
15119         (gnus-article-browse-delete-temp-files): Add argument.
15120         Allow query for each file.  Adjust doc string.
15121         (gnus-article-browse-html-parts):
15122         Add `gnus-article-browse-delete-temp-files' to
15123         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15124
15125 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15126
15127         * gnus-art.el (gnus-article-browse-html-temp)
15128         (gnus-article-browse-delete-temp): New variables.
15129         (gnus-article-browse-delete-temp-files): New function.
15130         (gnus-article-browse-html-parts): Use it.
15131
15132 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15135
15136         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15137         string.
15138
15139         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15140         gnus-summary-insert-new-articles when unplugged.
15141         Remove gnus-summary-search-article-forward.
15142
15143         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15144         display-visual-class instead of display-color-cells.
15145
15146 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * dgnushack.el: Autoload customize-group for XEmacs.
15149
15150         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15151         message/* containing non-ASCII text properly.
15152
15153 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * message.el: Require gmm-utils, remove autoloads.
15156         (message-tool-bar): Set default based on
15157         gmm-tool-bar-style.
15158         (message-tool-bar-gnome): Add gmm-customize-mode.
15159
15160         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15161         gmm-tool-bar-style.
15162         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15163
15164         * gnus-group.el (gnus-group-tool-bar): Set default based on
15165         gmm-tool-bar-style.
15166         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15167
15168         * gmm-utils.el (gmm-image-directory): Rename variable from
15169         gmm-image-load-path.
15170         (gmm-image-load-path): Use gmm-image-directory.
15171         (gmm-customize-mode): New function.
15172         (gmm-tool-bar-style): New variable.
15173
15174         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15175         gnus-group-redraw-line-number.
15176         (gnus-group-redraw-check): Simplify.
15177         (gnus-group-tool-bar-update): Remove redraw check.
15178         (gnus-group-make-tool-bar): Add redraw check.
15179
15180 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15181
15182         * gnus-art.el (gnus-button): Add missing parentheses.
15183
15184 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * lpath.el: Fbind line-number-at-pos.
15187
15188 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15191
15192 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15193
15194         * gnus-art.el (gnus-button): New face.
15195         (gnus-article-button-face): Use it.
15196
15197         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15198         Add gnus-summary-next-page.  Re-order.
15199
15200         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15201         next-node are now included.
15202         (gnus-group-redraw-line-number): New internal variable.
15203         (gnus-group-redraw-check): Helper function for updating the tool
15204         bar.
15205         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15206
15207         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15208
15209         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15210         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15211         Use it to match format of Spamassassin 3.0 and later.
15212         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15213         (spam-check-bogofilter)
15214         (spam-bogofilter-register-with-bogofilter): Fix args of
15215         `gnus-error' calls.
15216
15217 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15220         unnecessary interaction when sending queued mails.
15221         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15222
15223 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15226         first or last are nil.
15227
15228 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15229
15230         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15231
15232 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15233
15234         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15235
15236 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15237
15238         * dns.el (query-dns): Protect more against buggy tcp output.
15239
15240 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15243         nov.php.
15244
15245 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15246
15247         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15248         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15249         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15250         output on the server side.
15251         (nnweb-google-create-mapping): Update regexps and add some
15252         progress indication.
15253
15254 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15255
15256         * gnus-group.el (gnus-group-tool-bar-gnome):
15257         Fix gnus-agent-toggle-plugged.  Re-order icons.
15258         (gnus-group-tool-bar-gnome):
15259         Add gnus-group-{prev,next}-unread-group.
15260         (gnus-group-tool-bar-gnome): Re-order icons.
15261
15262         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15263         Move gnus-summary-insert-new-articles.
15264
15265         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15266         Fix comments.
15267
15268         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15269         also available in Emacs 21.3.
15270
15271         * message.el (message-fix-before-sending): Change "Emacs 22" to
15272         "Emacs 23 (unicode)" in comment.
15273
15274         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15275         "Emacs 23 (unicode)" in comment.
15276
15277         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15278         comment.
15279         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15280
15281         * mm-view.el (mm-fill-flowed): Add :version.
15282
15283 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15286         and load-path.
15287
15288 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * message.el: Autoload gmm-image-load-path.
15291         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15292         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15293         consitency.
15294
15295         * gmm-utils.el (gmm-image-load-path): Also search in
15296         "../etc/images".  Don't set gmm-image-load-path if we don't find
15297         the image.
15298
15299 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gmm-utils.el (gmm-image-load-path): Don't make
15302         `gmm-image-load-path' include subdirectories which the second arg
15303         `image' might specify.
15304
15305         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15306         subdirectory to icon file names.
15307
15308         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15309
15310 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15313         gmm-image-load-path calls.
15314
15315         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15316
15317         * message.el (message-make-tool-bar): Ditto.
15318
15319         * mml.el (mml-preview): Add comment concerning tool bar icons.
15320
15321         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15322         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15323
15324         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15325         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15326
15327         * message.el (message-tool-bar-gnome): Use new icon names.
15328         (message-make-tool-bar): Use `gmm-image-load-path'.
15329
15330         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15331         New functions from MH-E.
15332         (gmm-image-load-path): New variable from MH-E.
15333         (gmm-image-load-path): New function from MH-E.  Add arguments
15334         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15335         *-image-load-path-called-flag.
15336
15337 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15338
15339         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15340
15341 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15342
15343         * nnimap.el (nnimap-request-move-article): Change folder back to
15344         source group before deleting.
15345
15346 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15349
15350         * gnus-art.el (mm-url-insert-file-contents-external):
15351         Autoload mm-url.
15352
15353         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15354
15355 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15358         coding system which mm-charset-to-coding-system returns for a
15359         given charset is valid.
15360
15361 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15362
15363         * html2text.el (html2text-remove-tag-list):
15364         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15365
15366 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15367
15368         * gnus-cus.el: Revert 2005-10-17 change.
15369
15370 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (article-strip-banner):
15373         Call article-really-strip-banner only when the regexp match is made.
15374
15375 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * gnus-art.el (article-strip-banner):
15378         Use gnus-extract-address-components instead of
15379         mail-header-parse-addresses to make it work with non-ASCII text;
15380         remove mail-encode-encoded-word-string.
15381
15382         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15383         values which are surrounded with \"...\"; make it never cause a
15384         Lisp error; give up parsing of parameters if it failed in
15385         extracting type.
15386
15387 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15388
15389         * smime.el (smime-cert-by-ldap-1): Fix bug where
15390         `smime-ldap-search' returns results without userCertificates.
15391
15392 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15395
15396 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * spam.el (spam-check-spamassassin-headers): Adapt format for
15399         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15400         <ari@mbf.ocn.ne.jp>.
15401         (spam-list-of-processors): Add spam-use-gmane.
15402
15403 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15406         make-temp-file; make it work with XEmacs as well.
15407
15408         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15409         mm-make-temp-file.
15410
15411         * mm-decode.el (mm-display-external): Use the 3rd arg of
15412         mm-make-temp-file.
15413         (mm-create-image-xemacs): Ditto.
15414
15415 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15418         with message-narrow-to-headers.
15419         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15420         (gnus-draft-check-draft-articles): New function.
15421         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15422
15423 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15424
15425         * gnus-art.el (gnus-article-browse-html-parts):
15426         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15427         Don't use suffix argument for mm-make-temp-file for Emacs 21
15428         compatibility.  Remove useless `format'.
15429
15430 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15431
15432         * nnweb.el (nnweb-google-wash-article): Update regexps.
15433         (nnweb-group-alist): Use defvoo instead of defvar.
15434
15435 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15438         re-loading nn* modules.
15439
15440 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15443         for `tool-bar-mode' and don't check it's default-value.
15444
15445         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15446
15447         * message.el (message-make-tool-bar): Ditto.
15448
15449         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15450         `substring'.  Shorten tmp-file name.
15451
15452         * gnus.el: Remove bogus comment.
15453
15454 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15455
15456         * gnus-art.el (gnus-article-browse-html-parts): New function.
15457         (gnus-article-browse-html-article): New function for viewing html
15458         articles with a browser.
15459
15460 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15461
15462         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15463         in elisp.
15464         (pgg-gpg-encrypt-symmetric-region): Ditto.
15465         (pgg-gpg-sign-region): Ditto.
15466
15467         * pgg-def.el (pgg-text-mode): New variable.
15468
15469         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15470         (mml2015-pgg-encrypt): Ditto.
15471
15472         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15473         (mml1991-pgg-encrypt): Ditto.
15474
15475 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * nnfolder.el (nnfolder-insert-newsgroup-line):
15478         Use message-make-date instead of current-time-string.
15479
15480         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15481         to gnus-decoded which mm-uu might set.
15482
15483 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15486         don't decode quoted parameters; remove misimported Emacs code.
15487         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15488         (rfc2231-decode-encoded-string): Don't use split-string which
15489         behaves differently according to Emacs version; use
15490         mm-decode-coding-region to convert charset to coding-system.
15491         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15492         (rfc2231-encode-string): Remove misimported Emacs code.
15493
15494 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15497         when calling mail-header-parse-content-type.
15498         (article-de-quoted-unreadable): Ditto.
15499         (article-de-base64-unreadable): Ditto.
15500         (article-wash-html): Ditto.
15501
15502         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15503         calling mail-header-parse-content-type and
15504         mail-header-parse-content-disposition.
15505         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15506         mail-header-parse-content-type.
15507
15508         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15509         insert charset and format parameters; encode description after
15510         inserting it to buffer.
15511         (mml-insert-parameter): Fold lines properly even if a parameter is
15512         segmented into two or more lines; change the max column to 76.
15513
15514         * rfc1843.el (rfc1843-decode-article-body): Don't use
15515         ignore-errors when calling mail-header-parse-content-type.
15516
15517         * rfc2231.el (rfc2231-parse-string): Return at least type if
15518         possible; don't cause an error even if it fails in parsing of
15519         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15520         (rfc2231-encode-string): Don't break lines at the beginning, leave
15521         it to mml-insert-parameter.
15522
15523         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15524         calling mail-header-parse-content-type.
15525
15526 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * spam-report.el (spam-report-gmane-use-article-number):
15529         Improve doc string.
15530         (spam-report-gmane-internal): Check if a suitable header was found
15531         in the article.
15532
15533 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15536         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15537
15538 2006-02-05  Romain Francoise  <romain@orebokech.com>
15539
15540         Update copyright notices of all files in the gnus directory.
15541
15542 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15543
15544         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15545
15546 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15549         segmented lines of parameter value to cope with Thunderbird 1.5
15550         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15551         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15552         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15553
15554 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15555
15556         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15557         parts.
15558
15559 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15560
15561         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15562         there's only one active file for all servers.
15563         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15564         solid groups.  Gnus might have used a FAST request to select the group.
15565         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15566         and nnweb-search redundantly in the active file.
15567         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15568         (nnweb-request-create-group): Don't use ARGS.
15569         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15570         initialisations.  Let nnoo do the work.
15571
15572 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15575         Say the part has been decoded.
15576
15577         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15578
15579 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15580
15581         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15582         mailcap-viewer-test-cache when there's no 'test clause, since that
15583         will invert the meaning of a "nil" test previously determined by
15584         mailcap-mailcap-entry-passes-test.
15585
15586 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15589         compiling.
15590
15591         * gnus-sum.el: Ditto.
15592
15593         * message.el: Don't bind tool-bar-map when compiling.
15594
15595 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15598
15599 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15600
15601         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15602         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15603         current Google Groups.
15604
15605 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15608         and tool-bar-mode.
15609
15610         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15611         and tool-bar-mode.
15612
15613         * message.el (message-tool-bar-update): Simplify.
15614         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15615
15616         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15617         gnus-summary-buffer.
15618         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15619         gnus-summary-reply.
15620
15621         * gmm-utils.el (gmm): Add :version.
15622
15623 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * Makefile.in (clean): New rule.
15626         (distclean): Use it.
15627
15628 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15629
15630         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15631         Don't autoload.
15632
15633 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gmm-utils.el (gmm-verbose): Add :group.
15636
15637 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * message.el: Change some comments WRT tool-bars.
15640
15641         * gnus-sum.el (gnus-summary-tool-bar)
15642         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15643         (gnus-summary-tool-bar-zap-list): New variables.
15644         (gnus-summary-make-tool-bar): Complete rewrite using
15645         `gmm-tool-bar-from-list'.
15646
15647         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15648         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15649         New variables.
15650         (gnus-group-make-tool-bar): Complete rewrite using
15651         `gmm-tool-bar-from-list'.
15652         (gnus-group-tool-bar-update): New function.
15653
15654         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15655
15656 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15659         is dissected into a single part of which the type is the same as
15660         the given one; decode charset.
15661
15662 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15663
15664         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15665         into alists as symbol not string, since that's what
15666         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15667         look for.
15668
15669 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15672         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15673
15674         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15675
15676 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15679         (gnus-xmas-mime-security-button-menu): New function.
15680
15681         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15682         (gnus-mime-security-button-menu): New definition.
15683         (gnus-mime-security-button-map): Use them.
15684         (gnus-mime-security-button-menu): New function.
15685         (gnus-insert-mime-security-button): Addition to help echo.
15686         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15687         (gnus-mime-security-pipe-part): New functions.
15688
15689         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15690         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15691
15692         * mm-decode.el (mm-handle-set-disposition): Remove.
15693         (mm-handle-set-description): Remove.
15694
15695 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15698         (mm-w3m-standalone-supports-m17n-p): New function.
15699         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15700         w3m usage.
15701
15702         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15703         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15704
15705 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * message.el (message-tool-bar-zap-list):
15708         Use gmm-tool-bar-zap-list as custom type.
15709         (message-tool-bar-update): New function.
15710         (message-tool-bar, message-tool-bar-gnome)
15711         (message-tool-bar-retro): Add message-tool-bar-update.
15712         (message-tool-bar-gnome): Add flyspell-buffer.
15713
15714         * gnus-util.el (gnus-error): Describe `args'.
15715
15716         * gmm-utils.el (gmm-error): Describe `args'.
15717         (gmm-tool-bar-zap-list): New widget.
15718         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15719
15720 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15723         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15724         the number of recursive calls.
15725
15726         * mm-decode.el (mm-handle-set-disposition): New macro.
15727         (mm-handle-set-description): New macro.
15728
15729 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15732         encoding.
15733
15734 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * message.el (message-tool-bar-zap-list, message-tool-bar)
15737         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15738         (message-tool-bar-local-item-from-menu): Remove.
15739         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15740         (message-make-tool-bar): New function.
15741         (message-mode): Use `message-make-tool-bar'.
15742
15743         * gmm-utils.el: New file.
15744         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15745         (gmm-lazy): New widget copied from `nnmail.el'.
15746         (gmm-tool-bar-from-list): New function for creating customizable
15747         tool bars.
15748         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15749         output.
15750         (gmm): Add :prefix to defgroup.
15751
15752 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15753
15754         * gmm-utils.el (gmm-widget-p): New function.
15755
15756 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * mml.el (mml-attach-file): Describe `description' in doc string.
15759         (mml-menu): Add Emacs MIME manual and PGG manual.
15760
15761 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15762
15763         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15764
15765 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15766
15767         * nntp.el (nntp-end-of-line): Doc fix.
15768
15769 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15770
15771         * imap.el (imap-open): Handle case where buffer is a buffer
15772         object.
15773
15774 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15775
15776         * gnus-delay.el (gnus-delay): Don't autoload.
15777         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15778         to be re-loaded when customizing the `gnus-delay' group.
15779
15780 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15781
15782         * message.el (message-insert-citation-line): Use newlines.
15783
15784 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15785
15786         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15787         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15788         these routines, so the passphrase can be managed externally and
15789         passed in to the system.
15790         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15791         pgg-add-passphrase-to-cache function.
15792
15793         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15794         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15795         these routines, so the passphrase can be managed externally and
15796         passed in to the system.
15797         (pgg-pgp5-sign-region): Use new name of
15798         pgg-add-passphrase-to-cache function.
15799
15800 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15801
15802         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15803         part of the decoded armor to find the key-identifier.
15804         (pgg-gpg-lookup-key-owner): New function to return the
15805         human-readable identifier of a key owner.
15806         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15807         itself.
15808         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15809         the key value) if we have a key and can match it against a secret
15810         key.  Also, added a note pointing out fact that the prompt only
15811         indicates the first matching key.
15812
15813         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15814         pgg-decrypt-region.
15815         (pgg-add-passphrase-to-cache): Rename from
15816         `pgg-add-passphrase-cache' to reduce confusion (all callers
15817         changed).
15818         (pgg-remove-passphrase-from-cache): Rename from
15819         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15820         changed).
15821         (pgg-read-passphrase, pgg-add-passphrase-cache)
15822         (pgg-remove-passphrase-cache): Add informative docstrings.
15823         (pgg-decrypt): Convey provided passphrase in subordinate call to
15824         pgg-decrypt-region.
15825
15826 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15827
15828         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15829         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15830         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15831         'passphrase' argument, so the passphrase can be managed externally
15832         and then passed in to the system.
15833
15834         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15835         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15836         so the passphrase cache can be used reliably with identifiers
15837         besides a pgp packet's key id.
15838
15839         * pgg-gpg.el (pgg-gpg-encrypt-region)
15840         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15841         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15842         these routines, so the passphrase can be managed externally and
15843         passed in to the system.
15844
15845         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15846         'notruncate' argument, so the passphrase cache can be used
15847         reliably with identifiers besides a pgp packet's key id.
15848
15849 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15850
15851         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15852         symmetric encryption.
15853         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15854         encrypted session key.
15855         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15856         message ask for the passphrase in a proper way.
15857
15858         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15859         New user commands for symmetric encryption.
15860
15861 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15864
15865         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15866
15867 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15868
15869         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15870
15871 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * mm-decode.el (mm-inlined-types): Add application/pgp.
15874         (mm-automatic-display): Ditto.
15875
15876         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15877         part as text.
15878
15879 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * nnrss.el: Update copyright.
15882         (nnrss-opml-import): Query whether to subscribe to each entry.
15883
15884         * gnus-art.el:
15885         * gnus-sum.el:
15886         * gnus-xmas.el:
15887         * messagexmas.el:
15888         * mm-uu.el:
15889         * mm-view.el: Update copyright.
15890
15891 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * message.el (message-info): New function.
15894         (message-mode-menu): Add it.
15895         Update copyright.
15896
15897         * ChangeLog: Fix and update copyright.
15898
15899 2006-01-13  Romain Francoise  <romain@orebokech.com>
15900
15901         * message.el (message-forward-subject-name-subject): Prefer the
15902         address to 'nowhere' if the sender has no name.
15903         Fix typo.  Update copyright year.
15904
15905 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-art.el (article-wash-html):
15908         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15909         (gnus-article-wash-html-with-w3m-standalone): New function.
15910
15911         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15912         mm-inline-text-html-render-with-w3m-standalone.
15913         (mm-text-html-washer-alist): Map w3m-standalone to
15914         gnus-article-wash-html-with-w3m-standalone.
15915         (mm-inline-text-html-render-with-w3m-standalone): New function.
15916
15917 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15920         Improve LaTeX.
15921
15922 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15925         (nnrss-request-article): Render text/plain parts as HTML.
15926
15927         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15928         the buffer.
15929
15930 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15933         custom definition of `gnus-posting-styles'.
15934
15935         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15936         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15937
15938 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15941         Use nntp for bug archive.
15942
15943 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15946         parts.
15947         (nnrss-normalize-date): New function converts ISO 8601 date into
15948         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15949         (nnrss-check-group): Use it.
15950
15951 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15954
15955         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15956         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15957         (nnrss-insert-w3): Ditto.
15958
15959 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15962         the articles to be forwarded including the case where neither a
15963         number of articles nor a region is specified.
15964
15965 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * nnrss.el (nnrss-request-article): Fix last change; fill
15968         text/plain parts.
15969
15970 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15973         in text/plain part.
15974         (nnrss-check-group): Don't add excessive newline to dc:subject.
15975
15976 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15977
15978         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15979         article.
15980
15981 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15984         (nnml-use-compressed-files, nnml-save-mail): Support other
15985         comression programs such as bzip2.
15986
15987 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15988
15989         * dns.el (query-dns): Make sure we check the buffer size before
15990         removing tcp headers.
15991
15992 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15995         remove MIME buttons associated with multipart/alternative parts.
15996         (gnus-mime-display-alternative): Tag buttons using `article-type'
15997         text property.
15998
15999         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16000         associated with multipart/alternative parts.
16001
16002         * gnus-art.el (gnus-signature-separator): Fix custom type.
16003
16004         * mm-decode.el (mm-inlined-types): Fix custom type.
16005         (mm-keep-viewer-alive-types): Ditto.
16006         (mm-automatic-display): Ditto.
16007         (mm-attachment-override-types): Ditto.
16008         (mm-inline-override-types): Ditto.
16009         (mm-automatic-external-display): Ditto.
16010
16011 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * spam-report.el (spam-report-user-mail-address)
16014         (spam-report-user-agent): New variables.
16015         (spam-report-url-ping-plain): Use spam-report-user-agent.
16016
16017 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16018
16019         * gnus-art.el (gnus-button-handle-custom): Do not just use
16020         `customize-apropos' for any "M-x customize-*" button but the
16021         function called for.  Accept both the function name and its
16022         argument in order to achieve this.
16023         (gnus-button-alist): Remove support for "custom:" URL's.
16024         Pass function name to `gnus-button-handle-custom' in case of "M-x
16025         customize-*" buttons.
16026
16027 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16030         multipart/alternative and add xref to mm-discouraged-alternatives
16031         in doc string.
16032
16033         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16034         gnus-buttonized-mime-types in doc string.
16035
16036 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16039         Suggest image/.* in the doc string.
16040
16041 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16042
16043         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16044         message-marks (Debian bug #342521).
16045
16046 2005-12-12  Simon Josefsson  <jas@extundo.com>
16047
16048         * password.el (password-read-from-cache): Add.
16049         (password-read): Use it.
16050
16051 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * rfc2047.el (rfc2047-charset-to-coding-system):
16054         Recognize us-ascii as a MIME charset.
16055
16056         * mm-bodies.el (mm-decode-content-transfer-encoding):
16057         Protect against the case where the 2nd arg TYPE is nil.
16058
16059 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * pop3.el (pop3-stream-type): Fix custom version.
16062
16063         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16064
16065 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16066
16067         * mm-decode.el (mm-display-external): Add missing cdr.
16068
16069 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16072         RFC1524) if it is in mailcap or add a suffix according to
16073         mailcap-mime-extensions when generating a temp filename; postpone
16074         deleting a temp file for 2 seconds for some wrappers, shell
16075         scripts, and so on, which might exit right after having started a
16076         viewer command as a background job.
16077
16078 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16079
16080         * nntp.el (nntp-marks-directory): Fix custom group.
16081
16082         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16083         steps when < 10.
16084
16085         * gnus-start.el (gnus-no-server-1):
16086         Mention `gnus-level-default-subscribed' in doc string.
16087
16088 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16089
16090         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16091         parens.
16092
16093 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * gnus-xmas.el (gnus-use-toolbar): Revert.
16096         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16097         gnus-use-toolbar is default.
16098
16099         * messagexmas.el (message-use-toolbar): Revert.
16100         (message-setup-toolbar): Use global default-toolbar if
16101         message-use-toolbar is default.
16102
16103 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16106         according to default-toolbar-visible-p.
16107
16108         * messagexmas.el (message-use-toolbar): Ditto.
16109
16110 2005-11-26  Dave Love  <fx@gnu.org>
16111
16112         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16113         (tls-program, tls-success): Provide openssl alternative.
16114
16115         * starttls.el: Doc fixes.
16116         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16117         SERVICE to PORT.
16118
16119         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16120         port null or service name.
16121         (starttls-negotiate): Autoload.
16122
16123 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * message.el (message-kill-to-signature): Fix interactive spec.
16126
16127 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * pop3.el (pop3-open-server): Recognize a string as a service name.
16130
16131 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16132
16133         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16134
16135 2005-11-23  Dave Love  <fx@gnu.org>
16136
16137         Add pop3s, pop3/starttls.
16138
16139         * pop3.el (pop3-authentication-scheme): Clarify doc.
16140         (open-tls-stream, starttls-open-stream): Autoload.
16141         (pop3-stream-type): New.
16142         (pop3-open-server): Use it.
16143
16144         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16145         for POP.
16146         (mail-source-keyword-map): Add :stream for POP.
16147         (mail-source-fetch-pop): Use pop3-stream-type.
16148
16149 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16152         of current-time-string.
16153
16154 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16155
16156         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16157         date header.
16158
16159 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16160
16161         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16162         it can seriously impact performance as it bypasses the agent's
16163         local caches.
16164
16165 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16166
16167         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16168         must be explicitly online rather than "not explicitly offline" for
16169         its flags to be synchronized.
16170
16171         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16172         that gnus-uu-unmark-thread will function correctly.
16173
16174         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16175         1024K is instead displayed as 1M.
16176
16177 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16178
16179         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16180
16181 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16182
16183         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16184
16185 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16186
16187         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16188         error message to display actual error condition.
16189         (gnus-agent-save-local): Avoid saving symbols that are bound to
16190         nil as they simply result in a warning message in
16191         gnus-agent-read-local.
16192
16193 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16196         rather than make-variable-buffer-local for file-precious-flag.
16197
16198 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16199
16200         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16201         for duplicates which are removed.  The invalid sort check then
16202         triggers a rescan after the sort as sorting may have moved
16203         duplicate entries such that they can be cheaply detected.
16204
16205 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16208
16209 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16210
16211         * gnus-agent.el (gnus-agent-article-alist-save-format):
16212         Change internal variable to a custom variable.  Change default value
16213         from compressed(2) to uncompressed(1).
16214         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16215         support for uncompressed agentview files.  Taken together, reading
16216         the agentview file should now be 6-7 times faster.
16217
16218 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16219
16220         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16221         as a buffer-local variable.  This avoids creating truncated
16222         dribble files as a result of a hang up, eg.
16223
16224 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16225
16226         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16227         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16228         XEmacs.
16229
16230 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * gnus-start.el (gnus-start-draft-setup):
16233         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16234
16235         * gnus.el (gnus-splash): Change custom group.
16236         (gnus-group-get-parameter, gnus-group-parameter-value):
16237         Describe allow-list argument.
16238
16239         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16240         string.
16241
16242 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * gnus-art.el (gnus-default-article-saver): Add user-defined
16245         `function' to custom type.
16246
16247 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16248
16249         * imap.el (imap-open): Handle case where buffer is a buffer
16250         object.
16251
16252 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16255         long lines.
16256         (gnus-cache-delete-group): Wrap doc strings.
16257
16258         * gnus-agent.el (gnus-agent-rename-group)
16259         (gnus-agent-delete-group): Wrap doc strings.
16260
16261 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * messagexmas.el (message-use-toolbar): Change the valid values
16264         into default, top, bottom, left, and right.
16265         (message-toolbar-thickness): New variable.
16266         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16267         well.
16268         (message-setup-toolbar): Make it work.
16269
16270         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16271         (gnus-use-toolbar): Change the valid values into default, top,
16272         bottom, left, and right.
16273         (gnus-toolbar-thickness): New variable.
16274         (gnus-xmas-setup-toolbar): New function.
16275         (gnus-xmas-setup-group-toolbar): Use it.
16276         (gnus-xmas-setup-summary-toolbar): Use it.
16277
16278 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * gnus-start.el (gnus-1): Add "native" to
16281         gnus-predefined-server-alist.
16282
16283         * gnus.el (gnus-method-to-server): Don't add "native" to the
16284         lists here, because that leads to problems when
16285         gnus-select-method is bound.
16286
16287 2005-11-09  Simon Josefsson  <jas@extundo.com>
16288
16289         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16290         use (not sort-by-date) instead.
16291
16292 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16293
16294         * gnus-delay.el (gnus-delay-group): Don't autoload.
16295         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16296         to be re-loaded when customizing the `gnus-delay' group.
16297
16298 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16299
16300         * message.el: Revert last changes.
16301         (message-insert-citation-line): Use newlines.
16302
16303 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16304
16305         * message.el (message-courtesy-message)
16306         (message-mark-insert-begin, message-mark-insert-end)
16307         (message-elide-ellipsis, message-cancel-message)
16308         (message-add-header, message-change-subject)
16309         (message-cross-post-followup-to-header)
16310         (message-cross-post-insert-note, message-reduce-to-to-cc)
16311         (message-widen-reply, message-delete-not-region)
16312         (message-kill-to-signature, message-insert-signature)
16313         (message-insert-importance-high, message-insert-importance-low)
16314         (message-insert-or-toggle-importance)
16315         (message-insert-disposition-notification-to)
16316         (message-indent-citation, message-yank-original)
16317         (message-cite-original-without-signature, message-cite-original)
16318         (message-insert-citation-line, message-position-on-field)
16319         (message-fix-before-sending, message-send-mail-partially)
16320         (message-send-mail, message-send-mail-with-sendmail)
16321         (message-send-mail-with-qmail, message-send-news)
16322         (message-check-news-header-syntax, message-generate-headers)
16323         (message-insert-courtesy-copy, message-fill-address)
16324         (message-fill-header, message-shorten-references)
16325         (message-setup-1, message-cancel-news)
16326         (message-forward-make-body-plain, message-forward-make-body-mime)
16327         (message-forward-make-body-mml, message-encode-message-body)
16328         (message-forward-make-body-digest-plain)
16329         (message-forward-make-body-digest-mime)
16330         (message-use-alternative-email-as-from): Insert `hard-newline'
16331         instead of ordinary newlines.
16332
16333 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * message.el (message-generate-headers): Downcase the argument
16336         given to message-check-element.
16337
16338 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16339
16340         * nntp.el (nntp-authinfo-rejected): New error condition.
16341         (nntp-wait-for): Use new error condition to signal authentication
16342         error.
16343         (nntp-retrieve-data): Rethrow new error condition to break out of
16344         recursive call to nntp-send-authinfo.
16345
16346 2005-11-08  Romain Francoise  <romain@orebokech.com>
16347
16348         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16349         (gnus-summary-exit-map): Bind to `Z p'.
16350         (gnus-summary-make-menu-bar): Add menu item.
16351
16352 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16355         (gnus-treat-*): Add `first' in all doc strings.
16356
16357         * gnus-group.el (gnus-group-compact-group): Fix typo.
16358
16359 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * gnus.el (gnus-parameters-case-fold-search): New variable.
16362         (gnus-parameters-get-parameter): Use it.
16363
16364         * gnus-score.el (gnus-home-score-file): Doc fix.
16365
16366 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16367
16368         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16369
16370 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * mm-util.el (mm-special-display-p): New function.
16373
16374         * mml.el (mml-preview): Use it; doc fix.
16375
16376 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16377
16378         * imap.el (imap-open): Handle case where buffer is a buffer object.
16379
16380 2005-10-29  Romain Francoise  <romain@orebokech.com>
16381
16382         * message.el (message-fix-before-sending): Fix comment.
16383
16384 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16385
16386         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16387
16388 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16389
16390         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16391         Used in gnus-score.el.
16392
16393 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16396
16397 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16400         whitespace removed in revision 7.8.  Use concatenated string to
16401         protect trailing whitespace.
16402
16403 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16404
16405         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16406         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16407         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16408         Courier IMAP ("some version from 2004").  Mostly based on similar
16409         code in the same function.
16410
16411 2005-10-26  Didier Verna  <didier@xemacs.org>
16412
16413         * gnus-group.el (gnus-group-compact-group): Invalidate original
16414         article buffer.
16415         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16416         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16417         NOV database and in article itself.
16418         Invalidate article backlog.
16419
16420 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16421
16422         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16423
16424 2005-10-26  Simon Josefsson  <jas@extundo.com>
16425
16426         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16427         part of 2004-07-25 change.
16428
16429 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * message.el (message-display-completion-list): New function.
16432         (message-expand-group): Use it; make sure the Completions buffer
16433         is modifiable.
16434 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16435
16436         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16437         user-mail-name is an empty string.
16438
16439 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16442         depending on gnus-score-decay-constant.
16443
16444         * encrypt.el (encrypt-insert-file-contents)
16445         (encrypt-write-file-contents): Don't use `gnus-message'.
16446
16447         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16448         arguments.
16449         (mm-uu-type-alist): Add message-marks and insert-marks.
16450         Pass arguments to mm-uu-verbatim-marks-extract.
16451         (mm-uu-hide-markers): New variable.
16452         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16453
16454         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16455         (gnus-convert-image-to-face-command): Use "convert" by default to
16456         allow other input image formats.
16457         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16458         accordingly.
16459
16460 2005-10-23  Simon Josefsson  <jas@extundo.com>
16461
16462         * imap.el (imap-gssapi-program): Align command line parameters
16463         with latest GNU SASL.
16464         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16465
16466 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16467
16468         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16469         HTML.
16470         (nnslashdot-request-article): Ditto.
16471
16472         * lpath.el (featurep): Add nobreak-char-display.
16473
16474 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16475
16476         * mail-source.el (mail-source-fetch-pop): Require pop3.
16477         (mail-source-check-pop): Ditto.
16478
16479 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16482         errors.
16483
16484 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16487         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16488
16489         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16490
16491         * mm-bodies.el (mm-decode-string):
16492         Call `mm-charset-to-coding-system' with allow-override argument.
16493
16494 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16497         (rfc2047-charset-to-coding-system): New function.
16498         (rfc2047-decode-encoded-words): New function.
16499         (rfc2047-decode-region): Use them.
16500         (rfc2047-decode-cte): Remove.
16501         (rfc2047-parse-and-decode): Remove.
16502         (rfc2047-decode): Remove.
16503
16504 2005-10-15  Kenichi Handa  <handa@m17n.org>
16505
16506         * rfc2047.el (rfc2047-decode-cte): New function.
16507         (rfc2047-decode-region): Change the way to decode successive
16508         encoded-words: decode B- or Q-encoding in each encoded-word,
16509         concatenate them, and decode it as charset.
16510
16511 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * lpath.el: Fbind codepage-setup for XEmacs.
16514
16515 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16516
16517         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16518         widget-move-and-invoke.
16519         (gnus-custom-mode): Use gnus-custom-map.
16520
16521 2005-10-15  Bill Wohler  <wohler@newt.com>
16522
16523         * message.el (message-tool-bar-map): Rename image file from
16524         mail_send to mail/send.
16525
16526 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16527
16528         * message.el (message-expand-group): Pass the common
16529         prefix substring of completion to `display-completion-list'.
16530
16531 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * mml-sec.el (mml-secure-method): New internal variable.
16534         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16535         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16536         New functions using mml-secure-method.
16537
16538         * mml.el (mml-mode-map): Add key bindings for those functions.
16539         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16540         Harder <harder@myrealbox.com>.
16541         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16542         Goto end of message if point is the headers of the message.
16543
16544         * message.el (message-in-body-p): New function.
16545
16546         * assistant.el: Autoload gnus-util and netrc.
16547
16548         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16549         Use `mm-charset-override-alist' only when decoding.
16550
16551         * mm-bodies.el (mm-decode-body):
16552         Call `mm-charset-to-coding-system' with allow-override argument.
16553
16554         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16555         `filename' from Content-Disposition if Content-Type doesn't
16556         provide `name'.
16557         (gnus-mime-view-part-as-type): Set default instead of
16558         initial-input.
16559
16560 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16561
16562         * format-spec.el (format-spec): Propagate text properties of % spec.
16563
16564 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-art.el (gnus-treat-predicate): Add `first'.
16567
16568 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16571         (mm-charset-override-alist): New variable.
16572         (mm-charset-to-coding-system): Use it.
16573         (mm-codepage-setup): New helper function.
16574         (mm-charset-eval-alist): New variable.
16575         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16576         Warn about unknown charsets.
16577
16578         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16579
16580 2005-10-04  David Hansen  <david.hansen@gmx.net>
16581
16582         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16583         (nnrss-check-group): Ditto.
16584
16585 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16586
16587         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16588         Rename x-gnus-verbatim to x-verbatim.
16589         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16590
16591         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16592         x-verbatim.
16593
16594         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16595
16596         * gnus-util.el (gnus-remove-duplicates): Remove.
16597
16598         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16599         instead of gnus-remove-duplicates.
16600
16601         * message.el (message-remove-duplicates): Remove.
16602         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16603         message-remove-duplicates.
16604
16605         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16606         available, else use implementation from `delete-dups'.
16607
16608         * message.el (message-insert-expires): New function.
16609         (message-mode-map): Add key binding.
16610         (message-mode-field-menu): Add menu entry.
16611         (message-mode): Document it.
16612         (message-make-expires-date): Use `message-make-date'.
16613
16614 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16615
16616         * message.el (message-make-expires-date): New function.
16617
16618 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * Makefile.in (list-installed-shadows): New entry.
16621         (install): Use it.
16622         (remove-installed-shadows): New entry.
16623
16624         * dgnushack.el (dgnushack-default-load-path): New variable.
16625         (dgnushack-find-lisp-shadows): New function.
16626         (dgnushack-remove-lisp-shadows): New function.
16627
16628 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * Makefile.in (install-el-elc): New entry.
16631         (install): Use it so that .el files are necessarily installed.
16632
16633 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16636
16637 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16638
16639         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16640         function rather than the diff-mode.el package.
16641         (mm-display-external): Use with-current-buffer.
16642         (mm-viewer-completion-map, mm-viewer-completion-map):
16643         Move initialization inside declaration.
16644
16645 2005-09-29  Simon Josefsson  <jas@extundo.com>
16646
16647         * spam.el: Load hashcash when compiling, to avoid warnings.
16648         Don't autoload mail-check-payment.
16649         (spam-check-hashcash): Define unconditionally, since hashcash.el
16650         is part of Gnus now.  Ignore errors from payment checking.
16651
16652 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * message.el (message-bold-region, message-unbold-region):
16655         Rename from `bold-region' and `unbold-region'.
16656
16657         * message.el: Remove useless autoloads.
16658
16659 2005-09-28  Simon Josefsson  <jas@extundo.com>
16660
16661         * message.el (message-use-idna): Default to t.
16662         (message-use-idna): Test whether encoding works too.  Doc fix.
16663
16664 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * nntp.el (nntp-warn-about-losing-connection): Remove.
16667
16668 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16671         customizable.  Change default value.
16672         (mm-uu-diff-groups-regexp): Change default value.
16673         (mm-uu-type-alist): Add doc string.
16674         (mm-uu-configure): Add doc string.  Make it interactive.
16675         (mm-uu-tex-groups-regexp): New variable.
16676         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16677         (mm-uu-type-alist): Add LaTeX documents.
16678         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16679         of "text/verbatim".
16680         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16681
16682         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16683         instead of "text/verbatim".
16684
16685         * message.el (message-mark-inserted-region)
16686         (message-mark-insert-file): Use slrn style marks when called with
16687         prefix argument.
16688
16689 2005-09-27  Simon Josefsson  <jas@extundo.com>
16690
16691         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16692
16693 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16694
16695         * message.el (message-remove-duplicates): New function.
16696         Implementation borrowed from `gnus-remove-duplicates'.
16697         (message-idna-to-ascii-rhs): Also encode idna addresses in
16698         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16699         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16700         only ask about the same idna domain once per header and also tell
16701         in what header to replace the idna domain.
16702
16703         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16704         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16705         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16706         a header is decoded and not just the last one.
16707
16708 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16711         has been decoded.
16712
16713         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16714         (mm-insert-part): Don't modify text if it has been decoded.
16715
16716         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16717         decoded.
16718
16719         * mm-view.el (mm-inline-text): Don't strip text props unless
16720         decoding enriched or richtext parts.
16721
16722 2005-09-25  Romain Francoise  <romain@orebokech.com>
16723
16724         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16725         * gnus-start.el (gnus-subscribe-interactively):
16726         * gnus-uu.el (gnus-uu-grab-articles):
16727         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16728         space.
16729
16730 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16731
16732         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16733         * mm-view.el (mm-view-pkcs7-decrypt):
16734         * gnus-sum.el (gnus-summary-limit-to-extra)
16735         (gnus-summary-respool-article, gnus-read-move-group-name):
16736         * gnus-score.el (gnus-summary-increase-score):
16737         * gnus-util.el (gnus-completing-read-with-default):
16738         * gnus-art.el (gnus-read-save-file-name)
16739         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16740         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16741         * message.el (message-check-news-header-syntax):
16742         Follow convention for reading with the minibuffer.
16743
16744 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * spam-report.el (spam-report-url-ping-plain):
16747         Use gnus-extended-version as User-Agent.
16748
16749         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16750         default value is nil.
16751
16752         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16753         (mm-uu-verbatim-marks-extract): New function.
16754         (mm-uu-extract): New face.
16755         (mm-uu-copy-to-buffer): Use it.
16756
16757         * spam-report.el (spam-report-gmane-ham): Rename from
16758         `spam-report-gmane-unspam'.
16759         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16760         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16761
16762         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16763         Autoload.
16764         (spam-report-gmane-unregister-routine):
16765         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16766
16767 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16768
16769         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16770         (spam-report-gmane-unregister-routine): Add support for gmane
16771         unregistration.
16772
16773         * spam-report.el (spam-report-gmane-unspam)
16774         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16775         (spam-report-gmane): Change to take a single article and do unspam
16776         registration.
16777
16778 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16779
16780         * mm-url.el (mm-url-decode-entities): Fix regexp.
16781
16782 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16783
16784         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16785         default to nil, to be able to use Gnus at all.  If the default
16786         switches to something else, then the function should be fixed not
16787         be exceedingly slow.
16788
16789 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16792         fail hard.
16793
16794         * spam-report.el: Add better Keywords line.
16795
16796         * spam.el: Add Maintainer and better Keywords line.
16797
16798 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16799
16800         * gnus-art.el (gnus-article-replace-part)
16801         (gnus-mime-replace-part): New functions.
16802         (gnus-mime-action-alist, gnus-mime-button-commands)
16803         (gnus-mime-save-part-and-strip): Add file argument.
16804         (gnus-article-part-wrapper): Add interactive argument.
16805
16806         * gnus-sum.el (gnus-summary-mime-map):
16807         Add `gnus-article-replace-part'.
16808
16809 2005-09-19  Didier Verna  <didier@xemacs.org>
16810
16811         The nnml compaction feature:
16812         * nnml.el (nnml-request-compact-group): New function.
16813         * nnml.el (nnml-request-compact): New function.
16814         * gnus-int.el (gnus-request-compact-group): New function.
16815         * gnus-int.el (gnus-request-compact): New function.
16816         * gnus-group.el (gnus-group-compact-group): New function.
16817         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16818         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16819         * gnus-srvr.el (gnus-server-compact-server): New function.
16820         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16821         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16822
16823 2005-09-18  Deepak Goel  <deego@gnufans.org>
16824
16825         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16826         format spec.
16827
16828 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16831
16832 2005-09-15  Romain Francoise  <romain@orebokech.com>
16833
16834         * message.el (message-fill-paragraph): Clarify docstring.
16835
16836 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus-art.el (gnus-mime-display-part): Protect against broken
16839         MIME messages.
16840
16841 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16844         before parsing header.
16845
16846 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16847
16848         * html2text.el (html2text-replace-list): Add new entities.
16849
16850 2005-09-11  Romain Francoise  <romain@orebokech.com>
16851
16852         * message.el (message-alternative-emails): Improve docstring.
16853         (message-setup-1): Call `message-use-alternative-email-as-from'
16854         after `message-setup-hook' to give it precedence over posting
16855         styles, etc.
16856         (message-use-alternative-email-as-from): Add docstring.
16857         Remove the original From header if present.
16858
16859         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16860         (nnml-save-mail): Use it.
16861
16862         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16863         articles.  Add new argument `silent'.
16864         (gnus-uu-mark-all): Report the total number of marked articles.
16865
16866 2005-09-10  Romain Francoise  <romain@orebokech.com>
16867
16868         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16869         (gnus-uu-mark-series): Likewise.
16870
16871 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * spam-report.el (spam-report-gmane): Fix generation of spam
16874         report URL.
16875
16876 2005-09-10  Simon Josefsson  <jas@extundo.com>
16877
16878         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16879         t, based on discussion on the ding list with Robert Epprecht
16880         <epprecht@solnet.ch>.
16881
16882 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16883
16884         * spam-report.el (spam-report-gmane): Make it work without
16885         X-Report-Spam header.  Gmane now only provides Archived-At.
16886         This is only used if `spam-report-gmane-use-article-number' is nil.
16887         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16888
16889         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16890         make `gnus-summary-sort-by-recipient' work with threading.
16891
16892         * nnweb.el (nnweb-google-wash-article): Print a message if article
16893         is not available.
16894
16895 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16896
16897         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16898         change.  Decode text/* parts content before displaying.
16899
16900 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16901
16902         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16903
16904 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16907
16908         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16909         url-package-name, url-package-version,
16910         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16911         w3m-display-inline-images, and w3m-minor-mode-map.
16912
16913 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16914
16915         * message.el (message-tab-body-function): Fix mismatched custom type.
16916
16917         * gnus.el (gnus-group-change-level-function): Ditto.
16918
16919         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16920
16921         * gnus-art.el (gnus-signature-limit)
16922         (gnus-article-mime-part-function): Ditto.
16923
16924 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * mml.el (mml-mode): Silence the byte compiler.
16927
16928         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16929         using `(sit-for 0)' before moving the point to the specified part;
16930         skip unbuttonized parts.
16931         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16932         return to the summary window if gnus-auto-select-part is non-nil.
16933
16934 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16937         New variables.
16938         (mml-dnd-attach-file, mml-mode): Use them.
16939
16940         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16941         Make fetching article by MID work again for Google Groups.
16942         Add FIXME concerning gnus-group-make-web-group.
16943
16944         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16945         Don't depend on Gnus by using mail-extract-address-components if
16946         gnus-extract-address-components is not bound.
16947
16948 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16949
16950         * gnus-art.el (gnus-mime-display-security): Don't display the
16951         signature, but only the signed part.
16952
16953 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16956
16957         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16958         list, not listp.
16959
16960 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16961
16962         * mm-encode.el (mm-encode-content-transfer-encoding):
16963         Likewise when encoding.
16964
16965         * mm-bodies.el (mm-decode-content-transfer-encoding):
16966         De-canonicalize CRLF for all text content types, not just
16967         text/plain.
16968
16969 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16970
16971         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16972         valid article; point arrow and cursor at the MIME button.
16973
16974 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16977         Suggested by Dan Christensen <jdc@uwo.ca>.
16978
16979         * mm-decode.el (mm-save-part): Enable change of prompt.
16980
16981 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16982
16983         * gnus-msg.el (gnus-inews-add-send-actions):
16984         Make `message-post-method' lambda parameter ARG `&optional'.
16985
16986 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-sum.el (gnus-summary-mime-map):
16989         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16990         gnus-article-jump-to-part.
16991
16992         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16993         (gnus-article-edit-part): Use it.
16994         (gnus-article-part-wrapper): Add no-handle argument.
16995         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16996         New functions.
16997
16998 2005-08-29  Romain Francoise  <romain@orebokech.com>
16999
17000         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17001         docstring.
17002         (gnus-face-from-file): Likewise.
17003
17004 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17005
17006         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17007         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17008         non-nil.
17009         (gnus-auto-select-part): New variable.
17010         (gnus-article-jump-to-part): New function.
17011         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17012         (gnus-mime-delete-part): Allow selecting specified part after
17013         deleting or stripping parts.
17014         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17015         part if argument is bogus.
17016
17017 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17018
17019         * gnus-art.el (w3m-minor-mode-map):
17020         * gnus-spec.el (gnus-newsrc-file-version):
17021         * gnus-util.el (nnmail-active-file-coding-system)
17022         (gnus-original-article-buffer, gnus-user-agent):
17023         * gnus.el (gnus-ham-process-destinations)
17024         (gnus-parameter-ham-marks-alist)
17025         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17026         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17027         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17028         * mm-decode.el (gnus-current-window-configuration):
17029         * mm-extern.el (gnus-article-mime-handles):
17030         * mm-url.el (url-current-object, url-package-name)
17031         (url-package-version):
17032         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17033         (smime-keys, w3m-cid-retrieve-function-alist)
17034         (w3m-current-buffer, w3m-display-inline-images)
17035         (w3m-minor-mode-map):
17036         * mml-smime.el (gnus-extract-address-components):
17037         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17038         (gnus-newsrc-hashtb, message-default-charset)
17039         (message-deletable-headers, message-options)
17040         (message-posting-charset, message-required-mail-headers)
17041         (message-required-news-headers):
17042         * mml1991.el (mc-pgp-always-sign):
17043         * mml2015.el (mc-pgp-always-sign):
17044         * nnheader.el (nnmail-extra-headers):
17045         * rfc1843.el (gnus-decode-encoded-word-function)
17046         (gnus-decode-header-function, gnus-newsgroup-name):
17047         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17048
17049 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17050
17051         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17052         the end of the date treatments.
17053
17054 2005-08-15  Simon Josefsson  <jas@extundo.com>
17055
17056         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17057         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17058         Capello and Romain Francoise.
17059         (pgg-fetch-key-function): Remove, not used?
17060         (pgg-insert-url-with-w3): Require url, to get
17061         url-insert-file-contents regardless of where it is defined.
17062
17063 2005-08-13  Romain Francoise  <romain@orebokech.com>
17064
17065         * message.el (message-cite-original-1): New function.
17066         (message-cite-original): Use it.
17067         (message-cite-original-without-signature): Ditto.
17068
17069 2005-08-08  Romain Francoise  <romain@orebokech.com>
17070
17071         * message.el (message-yank-empty-prefix): New variable.
17072         (message-indent-citation): Use it.
17073         (message-cite-original-without-signature): Respect X-No-Archive.
17074
17075 2005-08-08  Simon Josefsson  <jas@extundo.com>
17076
17077         * pgg.el: Autoload url-insert-file-contents instead of loading
17078         w3/url.
17079         (pgg-insert-url-with-w3): Don't load url here.
17080
17081 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17082
17083         * message.el (message-kill-to-signature): Don't insert newline at
17084         bol.
17085         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17086
17087 2005-08-06  Romain Francoise  <romain@orebokech.com>
17088
17089         * message.el (message-user-fqdn): Fix typo in docstring.
17090
17091 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17092
17093         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17094
17095         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17096
17097 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * mm-bodies.el (mm-encode-body): Use coding system rather than
17100         charset to encode text.
17101
17102         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17103         number of charsets if utf-8 is available (XEmacs).
17104
17105 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17106
17107         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17108         taken from `gnus-button-mid-or-mail-regexp'.
17109         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17110         (gnus-button-alist): Improve regexp for domain part of the MIDs
17111         for news:localpart@domain buttons.
17112         (gnus-button-ctan-directory-regexp): Update.
17113
17114 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * sieve-manage.el (sieve-manage-interactive-login):
17117         Use make-local-variable rather than make-variable-buffer-local.
17118         (sieve-manage-open): Ditto.
17119         (sieve-manage-authenticate): Ditto.
17120
17121         * mml.el (mml-generate-mime-1): Make the content type default to
17122         text/plain if the filename is not specified.
17123
17124 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17127         instead of insert-buffer.
17128
17129         * message.el (message-yank-original): Ditto; set the mark at the
17130         end of the yanked message.
17131
17132 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17135         lines to scroll rather than to stop it.
17136
17137         * mml.el (mml-generate-default-type): Add doc string.
17138         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17139         default to application/octet-stream when determining the content
17140         type if it is not specified for the part or the mml contents; add
17141         a comment about mml-generate-default-type.
17142
17143 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17144
17145         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17146         make it default to application/octet-stream when determining the
17147         content type if it is not specified for the external contents.
17148
17149 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17152         segmented parameter but also other parameters might be there.
17153
17154 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * mm-decode.el (mm-display-external): Delete temp file, directory
17157         and buffer immediately if the external process is exited.
17158
17159 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17162         fewer lines than that of scroll-margin.
17163         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17164
17165 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * gnus-art.el (gnus-article-next-page): Revert.
17168         (gnus-article-beginning-of-window): New macro.
17169         (gnus-article-next-page-1): Use it.
17170         (gnus-article-prev-page): Ditto.
17171         (gnus-article-edit-part): Use insert-buffer-substring instead of
17172         insert-buffer.
17173         (gnus-article-edit-exit): Ditto.
17174
17175         * gnus-util.el (gnus-beginning-of-window): Remove.
17176         (gnus-end-of-window): Remove.
17177
17178         * lpath.el: Don't bind header-line-format and scroll-margin.
17179
17180 2005-07-25  Simon Josefsson  <jas@extundo.com>
17181
17182         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17183         to have the url package without w3.  Reported by Daiki Ueno
17184         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17185
17186 2005-07-20  Didier Verna  <didier@xemacs.org>
17187
17188         * gnus-diary.el: Remove the description comment (nndiary is now
17189         properly documented in the Gnus manual).
17190         Fix the spelling of "Back End".
17191         * nndiary.el: Ditto.
17192         Fix the copyright notice.
17193
17194 2005-07-18  Romain Francoise  <romain@orebokech.com>
17195
17196         * gnus-sum.el (gnus-summary-to-prefix)
17197         (gnus-summary-newsgroup-prefix): New variables.
17198         (gnus-summary-from-or-to-or-newsgroups): Use them.
17199
17200 2005-07-17  Romain Francoise  <romain@orebokech.com>
17201
17202         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17203         space as it's generally not especially interesting to the user.
17204
17205 2005-07-16  Romain Francoise  <romain@orebokech.com>
17206
17207         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17208         nil to avoid prompting and file modification if one of the
17209         messages at the top of the nnfolder file contains a copyright
17210         notice.
17211         Update copyright notice.
17212
17213         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17214         instead of `current-time-string' as the latter creates a time
17215         string that is not RFC 2822 compliant (it lacks the zone).
17216         Update copyright notice.
17217
17218 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17219
17220         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17221         for text/rtf.  Display default in prompt.  Pass default for M-n.
17222
17223         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17224
17225 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * gnus-msg.el (gnus-button-mailto):
17228         Remove save-selected-window-window hackery because it relies on
17229         save-selected-window internals.
17230
17231 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17234         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17235         (gnus-article-prev-page): Ditto.
17236
17237         * gnus-util.el (gnus-beginning-of-window): New function.
17238         (gnus-end-of-window): New function.
17239
17240         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17241
17242 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17243
17244         * gnus-score.el (gnus-score-edit-all-score):
17245         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17246         gnus-message.
17247
17248 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17249
17250         * gnus-msg.el (gnus-button-mailto):
17251         Remove save-selected-window-window hackery because it relies on
17252         save-selected-window internals.
17253
17254 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17257         add-minor-mode.
17258         (gnus-binary-mode): Ditto.
17259
17260         * gnus-topic.el (gnus-topic-mode): Ditto.
17261
17262 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17263
17264         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17265         (gnus-article-prev-page): Take scroll-margin into consideration.
17266
17267 2005-07-04  Lute Kamstra  <lute@gnu.org>
17268
17269         Update FSF's address in GPL notices.
17270
17271 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17272
17273         * gnus.el (gnus-exit):
17274         * gnus-group.el (gnus-group-icons):
17275         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17276
17277         * gnus-nocem.el (gnus-nocem):
17278         * message.el (message-various, message-buffers, message-sending)
17279         (message-interface, message-forwarding, message-insertion)
17280         (message-headers, message-news, message-mail):
17281         * pgg-gpg.el (pgg-gpg):
17282         * pgg-parse.el (pgg-parse):
17283         * pgg-pgp.el (pgg-pgp):
17284         * pgg-pgp5.el (pgg-pgp5):
17285         * pop3.el (pop3): Finish `defgroup' description with period.
17286
17287 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * gnus-art.el (article-display-face): Improve the efficiency.
17290         (article-display-x-face): Ditto; remove grey x-face stuff.
17291
17292 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * gnus-art.el (article-display-face): Correct the position in
17295         which Faces are inserted.
17296
17297 2005-06-29  Didier Verna  <didier@xemacs.org>
17298
17299         * gnus-art.el (article-display-face): Display faces in correct
17300         order.
17301
17302 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17305         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17306         (gnus-nocem-check-article): Fetch the Type header.
17307         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17308         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17309         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17310         make sure gnus-nocem-hashtb is initialized.
17311         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17312         (gnus-nocem-unwanted-article-p): Ditto.
17313
17314         * pgg.el (pgg-verify): Return the verification result.
17315
17316 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17317
17318         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17319         is ascii.
17320
17321 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17322
17323         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17324         `show-nonbreak-escape'.
17325
17326 2005-06-23  Lute Kamstra  <lute@gnu.org>
17327
17328         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17329
17330         * dig.el (dig-mode):
17331         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17332
17333 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17334
17335         * nnimap.el (nnimap-split-download-body): Fix spellings.
17336
17337 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17338
17339         * gnus-art.el (gnus-article-encrypt-body):
17340         * gnus-cus.el (gnus-score-customize):
17341         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17342         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17343
17344 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17345
17346         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17347         header by looking for magic "MII" at the beginnig.
17348
17349 2005-06-16  Miles Bader  <miles@gnu.org>
17350
17351         * gnus-xmas.el (gnus-xmas-group-startup-message):
17352         Use renamed gnus-splash face.
17353
17354         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17355         (assistant-field-face): New backward-compatibility alias for renamed
17356         face.
17357         (assistant-render-text): Use renamed assistant-field face.
17358
17359         * spam.el (spam): Remove "-face" suffix from face name.
17360         (spam-face): New backward-compatibility alias for renamed face.
17361         (spam-face, spam-initialize): Use renamed spam face.
17362
17363         * message.el (message-header-to, message-header-cc)
17364         (message-header-subject, message-header-newsgroups)
17365         (message-header-other, message-header-name)
17366         (message-header-xheader, message-separator, message-cited-text)
17367         (message-mml): Remove "-face" suffix from face names.
17368         (message-header-to-face, message-header-cc-face)
17369         (message-header-subject-face, message-header-newsgroups-face)
17370         (message-header-other-face, message-header-name-face)
17371         (message-header-xheader-face, message-separator-face)
17372         (message-cited-text-face, message-mml-face):
17373         New backward-compatibility aliases for renamed faces.
17374         (message-font-lock-keywords): Use renamed message faces.
17375
17376         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17377         (sieve-test-commands, sieve-tagged-arguments):
17378         Remove "-face" suffix from face names.
17379         (sieve-control-commands-face, sieve-action-commands-face)
17380         (sieve-test-commands-face, sieve-tagged-arguments-face):
17381         New backward-compatibility aliases for renamed faces.
17382         (sieve-control-commands-face, sieve-action-commands-face)
17383         (sieve-test-commands-face, sieve-tagged-arguments-face):
17384         Use renamed sieve faces.
17385
17386         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17387         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17388         (gnus-group-news-3-empty, gnus-group-news-4)
17389         (gnus-group-news-4-empty, gnus-group-news-5)
17390         (gnus-group-news-5-empty, gnus-group-news-6)
17391         (gnus-group-news-6-empty, gnus-group-news-low)
17392         (gnus-group-news-low-empty, gnus-group-mail-1)
17393         (gnus-group-mail-1-empty, gnus-group-mail-2)
17394         (gnus-group-mail-2-empty, gnus-group-mail-3)
17395         (gnus-group-mail-3-empty, gnus-group-mail-low)
17396         (gnus-group-mail-low-empty, gnus-summary-selected)
17397         (gnus-summary-cancelled, gnus-summary-high-ticked)
17398         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17399         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17400         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17401         (gnus-summary-low-undownloaded)
17402         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17403         (gnus-summary-low-unread, gnus-summary-normal-unread)
17404         (gnus-summary-high-read, gnus-summary-low-read)
17405         (gnus-summary-normal-read, gnus-splash):
17406         Remove "-face" suffix from face names.
17407         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17408         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17409         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17410         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17411         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17412         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17413         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17414         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17415         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17416         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17417         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17418         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17419         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17420         (gnus-summary-normal-ticked-face)
17421         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17422         (gnus-summary-normal-ancient-face)
17423         (gnus-summary-high-undownloaded-face)
17424         (gnus-summary-low-undownloaded-face)
17425         (gnus-summary-normal-undownloaded-face)
17426         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17427         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17428         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17429         (gnus-splash-face):
17430         New backward-compatibility aliases for renamed faces.
17431         (gnus-group-startup-message): Use renamed gnus faces.
17432
17433         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17434         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17435         (gnus-server-agent): Remove "-face" suffix from face names.
17436         (gnus-server-agent-face, gnus-server-opened-face)
17437         (gnus-server-closed-face, gnus-server-denied-face)
17438         (gnus-server-offline-face):
17439         New backward-compatibility aliases for renamed faces.
17440         (gnus-server-agent-face, gnus-server-opened-face)
17441         (gnus-server-closed-face, gnus-server-denied-face)
17442         (gnus-server-offline-face): Use renamed gnus faces.
17443
17444         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17445         Remove "-face" suffix from face names.
17446         (gnus-picon-xbm-face, gnus-picon-face):
17447         New backward-compatibility aliases for renamed faces.
17448
17449         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17450         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17451         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17452         (gnus-cite-11): Remove "-face" suffix from face names.
17453         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17454         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17455         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17456         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17457         New backward-compatibility aliases for renamed faces.
17458         (gnus-cite-attribution-face, gnus-cite-face-list)
17459         (gnus-article-boring-faces): Use renamed gnus faces.
17460
17461         * gnus-art.el (gnus-signature, gnus-header-from)
17462         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17463         (gnus-header-content): Remove "-face" suffix from face names.
17464         (gnus-signature-face, gnus-header-from-face)
17465         (gnus-header-subject-face, gnus-header-newsgroups-face)
17466         (gnus-header-name-face, gnus-header-content-face):
17467         New backward-compatibility aliases for renamed faces.
17468         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17469
17470         * gnus-sum.el (gnus-summary-selected-face)
17471         (gnus-summary-highlight): Use renamed gnus faces.
17472         * gnus-group.el (gnus-group-highlight): Likewise.
17473
17474 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17475
17476         * gnus-sieve.el (gnus-sieve-article-add-rule):
17477         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17478         * spam-stat.el (spam-stat-buffer-change-to-spam)
17479         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17480
17481         * message.el (message-is-yours-p):
17482         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17483
17484 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * mm-view.el (mm-inline-text): Withdraw the last change.
17487
17488 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17491         executing enriched-decode.
17492
17493 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17496         charset of tar files.
17497
17498 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17499
17500         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17501
17502 2005-06-04  Lute Kamstra  <lute@gnu.org>
17503
17504         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17505         information is never recorded.
17506
17507 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17508
17509         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17510
17511 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * pop3.el (pop3-apop): Run md5 in the binary mode.
17514
17515         * starttls.el (starttls-set-process-query-on-exit-flag):
17516         Use eval-and-compile.
17517
17518 2005-05-31  Simon Josefsson  <jas@extundo.com>
17519
17520         * smime.el (smime-replace-in-string): Define.
17521         (smime-cert-by-ldap-1): Use it.
17522
17523 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-art.el (article-display-x-face): Replace
17526         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17527
17528         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17529         set-process-query-on-exit-flag or process-kill-without-query.
17530
17531         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17532         loop instead of replace-regexp.
17533
17534         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17535         instead of process-kill-without-query if it is available.
17536
17537         * lpath.el: Fbind ldap-search-entries.
17538
17539         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17540         instead of find-file-hooks if it is available.
17541
17542         * mml1991.el: Bind pgg-default-user-id when compiling.
17543
17544         * mml2015.el: Bind pgg-default-user-id when compiling.
17545
17546         * nndraft.el (nndraft-request-associate-buffer):
17547         Use write-contents-functions instead of write-contents-hooks if it is
17548         available.
17549
17550         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17551         instead of find-file-hooks if it is available.
17552
17553         * nntp.el (nntp-open-connection): Replace
17554         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17555         (nntp-open-ssl-stream): Ditto.
17556         (nntp-open-tls-stream): Ditto.
17557
17558         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17559         set-process-query-on-exit-flag or process-kill-without-query.
17560         (starttls-open-stream-gnutls): Use it instead of
17561         process-kill-without-query.
17562         (starttls-open-stream): Ditto.
17563
17564 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17565
17566         * smime.el (smime-cert-by-ldap-1): Don't use
17567         replace-regexp-in-string.
17568
17569 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17570
17571         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17572
17573         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17574         in PEM format.  Adjust to the XEmacs compatibility.
17575
17576 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17577
17578         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17579         by `string-to-number'.
17580         * gnus-agent.el (gnus-agent-regenerate-group)
17581         (gnus-agent-fetch-articles): Ditto.
17582         * gnus-art.el (gnus-button-fetch-group): Ditto.
17583         * gnus-cache.el (gnus-cache-generate-active)
17584         (gnus-cache-articles-in-group): Ditto.
17585         * gnus-group.el (gnus-group-set-current-level)
17586         (gnus-group-insert-group-line): Ditto.
17587         * gnus-score.el (gnus-score-set-expunge-below)
17588         (gnus-score-set-mark-below, gnus-summary-score-effect)
17589         (gnus-summary-score-entry): Ditto.
17590         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17591         (gnus-soup-pack): Ditto.
17592         * gnus-spec.el (gnus-xmas-format): Ditto.
17593         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17594         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17595         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17596         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17597         * nndb.el (nndb-get-remote-expire-response): Ditto.
17598         * nndiary.el (nndiary-parse-schedule-value)
17599         (nndiary-string-to-number, nndiary-request-replace-article)
17600         (nndiary-request-article): Ditto.
17601         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17602         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17603         * nneething.el (nneething-make-head): Ditto.
17604         * nnfolder.el (nnfolder-request-article)
17605         (nnfolder-retrieve-headers): Ditto.
17606         * nnheader.el (nnheader-file-to-number): Ditto.
17607         * nnkiboze.el (nnkiboze-request-article): Ditto.
17608         * nnmail.el (nnmail-process-unix-mail-format)
17609         (nnmail-process-babyl-mail-format): Ditto.
17610         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17611         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17612         (nnmh-request-create-group, nnmh-request-list-1)
17613         (nnmh-request-group, nnmh-request-article): Ditto.
17614         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17615         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17616         * nnsoup.el (nnsoup-make-active): Ditto.
17617         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17618         * nntp.el (nntp-find-group-and-number)
17619         (nntp-retrieve-headers-with-xover): Ditto.
17620         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17621         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17622         (pgg-format-key-identifier): Ditto.
17623         * pop3.el (pop3-last, pop3-stat): Ditto.
17624         * qp.el (quoted-printable-decode-region): Ditto.
17625
17626         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17627         of concat.
17628
17629 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17632
17633         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17634
17635         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17636
17637         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17638
17639         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17640
17641         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17642
17643         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17644         (gnus-carpal-mode): Ditto.
17645
17646         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17647         (gnus-browse-mode): Ditto.
17648
17649         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17650
17651         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17652
17653 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17654
17655         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17656
17657 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-util.el (gnus-run-mode-hooks): New function.
17660
17661         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17662
17663         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17664         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17665
17666 2005-05-27  Lute Kamstra  <lute@gnu.org>
17667
17668         * dns-mode.el (dns-mode): Specify customization group.
17669
17670 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17671
17672         * gnus-agent.el (gnus-agent-make-mode-line-string):
17673         Use mode-line-highlight as mouse-face.
17674
17675 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * canlock.el (canlock): Change the parent group to news.
17678
17679         * deuglify.el (gnus-outlook-deuglify): Add :group.
17680
17681         * dig.el (dig): Add :group.
17682
17683         * dns-mode.el (dns-mode): Add :group.
17684
17685         * encrypt.el (encrypt): Add :group.
17686
17687         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17688         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17689         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17690         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17691         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17692
17693         * gnus-diary.el (gnus-diary): Add :group.
17694
17695         * gnus.el (gnus-group-news-1-face): Add :group.
17696         (gnus-group-news-1-empty-face): Ditto.
17697         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17698         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17699         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17700         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17701         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17702         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17703         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17704         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17705         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17706         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17707         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17708         (gnus-summary-high-ticked-face): Ditto.
17709         (gnus-summary-low-ticked-face): Ditto.
17710         (gnus-summary-normal-ticked-face): Ditto.
17711         (gnus-summary-high-ancient-face): Ditto.
17712         (gnus-summary-low-ancient-face): Ditto.
17713         (gnus-summary-normal-ancient-face): Ditto.
17714         (gnus-summary-high-undownloaded-face): Ditto.
17715         (gnus-summary-low-undownloaded-face): Ditto.
17716         (gnus-summary-normal-undownloaded-face): Ditto.
17717         (gnus-summary-high-unread-face): Ditto.
17718         (gnus-summary-low-unread-face): Ditto.
17719         (gnus-summary-normal-unread-face): Ditto.
17720         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17721         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17722
17723         * hashcash.el (hashcash): New custom group.
17724         (hashcash-default-payment): Add :group.
17725         (hashcash-payment-alist): Ditto.
17726         (hashcash-default-accept-payment): Ditto.
17727         (hashcash-accept-resources): Ditto.
17728         (hashcash-path): Ditto.
17729         (hashcash-extra-generate-parameters): Ditto.
17730         (hashcash-double-spend-database): Ditto.
17731         (hashcash-in-news): Ditto.
17732
17733         * message.el (message-minibuffer-local-map): Add :group.
17734
17735         * netrc.el (netrc): Add :group.
17736
17737         * sieve-manage.el (sieve-manage-log): Add :group.
17738         (sieve-manage-default-user): Diito.
17739         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17740         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17741         (sieve-manage-authenticators): Ditto.
17742         (sieve-manage-authenticator-alist): Ditto.
17743         (sieve-manage-default-port): Ditto.
17744
17745         * sieve-mode.el (sieve-control-commands-face): Add :group.
17746         (sieve-action-commands-face): Ditto.
17747         (sieve-test-commands-face): Ditto.
17748         (sieve-tagged-arguments-face): Ditto.
17749
17750         * smime.el (smime): Add :group.
17751
17752         * spam-report.el (spam-report): Add :group.
17753
17754         * spam.el (spam, spam-face): Add :group.
17755
17756 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17757
17758         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17759         return \n.\n.\n at the end of articles.  Protect against that.
17760         (nntp-with-open-group): Allow debugging.
17761
17762         * nnheader.el (mail-header-set-extra): Make into a function
17763         because I just could't understand how to quote the list properly.
17764
17765         * dns.el (query-dns-cached): New function.
17766
17767 2005-05-26  Lute Kamstra  <lute@gnu.org>
17768
17769         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17770
17771 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17774
17775         * gnus-art.el: Don't autoload mail-extract-address-components.
17776
17777         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17778         eval-and-compile to evaluate it.
17779
17780         * hashcash.el: Don't autoload executable-find.
17781
17782         * nndb.el: Don't declare the nndb back end two or more times; don't
17783         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17784
17785         * nntp.el: Autoload format-spec instead of format; use
17786         eval-and-compile to evaluate autoload forms.
17787
17788 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17789
17790         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17791
17792 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17793
17794         * gnus.el (gnus-version-number): Bump version.
17795
17796 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17797
17798         * gnus.el: No Gnus v0.3 is released.
17799
17800 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17801
17802         * lpath.el (featurep): Bind show-nonbreak-escape.
17803
17804 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * gnus-art.el (gnus-article-edit-part): Disable undo.
17807
17808 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17811         gnus-article-date-lapsed-new-header is t if date timer is active;
17812         skip headers in which the original date value is empty.
17813         (gnus-article-save-original-date): Redefine it as a macro.
17814         (gnus-display-mime): Use it.
17815
17816 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-art.el (article-date-ut): Support converting date in
17819         forwarded parts as well.
17820         (gnus-article-save-original-date): New function.
17821         (gnus-display-mime): Use it.
17822
17823 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17824
17825         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17826         enclosure element of <item>.
17827
17828 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * message.el (message-kill-buffer-query): Rename from
17831         `message-kill-buffer-query-if-modified'.  Add :version.
17832
17833 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17836         window layout.
17837
17838 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * mml.el: Autoload dnd when compiling.
17841
17842 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17845         x-dnd-*.
17846
17847 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * qp.el (quoted-printable-encode-region): Save excursion.
17850
17851 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17852
17853         * message.el (message-kill-buffer-query-if-modified): Add new variable
17854         so the user can kill a modified message buffer quickly.
17855         (message-kill-buffer): Use it.
17856
17857 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * lpath.el: Fbind display-time-event-handler; don't fbind
17860         string-to-multibyte.
17861
17862         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17863
17864 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17867         contained in text because xml.el decodes entities) with LFs.
17868
17869 2005-04-11  Lute Kamstra  <lute@gnu.org>
17870
17871         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17872         differently.
17873
17874 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17875
17876         * mm-util.el (mm-detect-coding-region): Typo.
17877
17878 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17881
17882 2005-04-06  Deepak Goel  <deego@gnufans.org>
17883
17884         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17885         user-function allow user modifications of the scores.
17886         (spam-stat-score-buffer-user): New function, to allow
17887         user-computed modifications to the score.
17888         (spam-stat-score-buffer-user-functions): List of additional
17889         scoring functions.
17890         (spam-stat-error-holder): Global temporary error holder.
17891         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17892         variable.
17893
17894 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * gnus-registry.el (gnus-registry-clean-empty-function)
17897         (gnus-registry-trim, gnus-registry-fetch-groups)
17898         (gnus-registry-delete-group): Groups that match
17899         `gnus-registry-ignored-groups' are removed from the registry
17900         entries, not just ignored for splitting.  This helps clean up the
17901         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17902         to get all the groups a message ID is in.
17903
17904         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17905         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17906         (spam-stat-score-buffer-user-functions): Add :number custom type.
17907
17908 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17911         argument in XEmacs.
17912
17913         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17914         (nnrss-request-group): Decode group name first.
17915         (nnrss-request-article): Make a text/plain article if mml-to-mime
17916         failed.
17917         (nnrss-get-encoding): Return a compatible encoding according to
17918         nnrss-compatible-encoding-alist.
17919         (nnrss-find-el): Use consp instead of listp.
17920         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17921
17922 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17925         which Emacs 20 doesn't support.
17926         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17927
17928 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17931         silence the byte compiler inside the defun.
17932
17933         * gnus-demon.el (parse-time-string): Add autoload.
17934
17935         * gnus-delay.el (parse-time-string): Add autoload.
17936
17937         * gnus-art.el (parse-time-string): Add autoload.
17938
17939         * nnultimate.el (parse-time): Require for `parse-time-string'.
17940
17941 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17942
17943         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17944
17945         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17946
17947         * smime.el (smime-ldap-host-list): Add :version.
17948
17949 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17950
17951         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17952         pass it to `gnus-browse-read-group'.
17953         (gnus-browse-read-group): Add NUMBER argument and pass it to
17954         `gnus-group-read-ephemeral-group'.
17955
17956         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17957         argument and pass it to `gnus-group-read-group'.
17958
17959 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17960
17961         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17962         mm-xemacs-find-mime-charset-1 if we have the mule feature
17963         available at runtime.
17964
17965 2005-03-25  Werner Lemberg  <wl@gnu.org>
17966
17967         * nnmaildir.el: Replace `illegal' with `invalid'.
17968
17969 2005-03-23  Lute Kamstra  <lute@gnu.org>
17970
17971         * time-date.el: Add comment on time value formats.
17972         Don't require parse-time.
17973         (with-decoded-time-value): New macro.
17974         (encode-time-value): New function.
17975         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17976         (days-to-time): Return a valid time value when arg is huge.
17977         (time-since): Use time-subtract.
17978         (time-to-number-of-days): Use time-to-seconds.
17979
17980 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17981
17982         * gnus-start.el (gnus-display-time-event-handler):
17983         Check display-time-timer at runtime rather than only at load time
17984         in case display-time-mode is turned off in the mean time.
17985
17986 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17987
17988         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17989         used.
17990
17991         * nneething.el (nneething-map-file-directory): Derive from
17992         `gnus-directory'.
17993
17994         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17995         the To/Cc button.
17996
17997 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * nnmaildir.el (nnmaildir-request-accept-article):
18000         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18001
18002 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18003
18004         * gnus-async.el: Require timer-funcs at compile time when in
18005         XEmacs for `run-with-idle-timer'.
18006
18007 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18008
18009         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18010         autoloaded function.
18011
18012 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18013
18014         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18015
18016 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18017
18018         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18019
18020 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18021
18022         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18023         Add gnus-expert-user to default.
18024
18025 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18026
18027         * nnimap.el (nnimap-open-server): Ditto.
18028
18029         * imap.el (imap-authenticate): Fix typo.
18030
18031 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18032
18033         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18034         buffer (since IMAP server might return FETCH response out of
18035         order, and the nntp buffer must be sorted).
18036
18037 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18038
18039         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18040         comparison on string.
18041
18042         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18043         (gnus-agent-score): Rename category keywords to match gnus-cus.
18044         (gnus-agent-summary-fetch-series): Modify to protect against
18045         gnus-agent-summary-fetch-group clearing processable flags.
18046         (gnus-agent-synchronize-group-flags): Update live group buffer as
18047         synchronization may occur due to the user toggle the plugged
18048         status.
18049         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18050         successfully downloaded.
18051         (gnus-agent-expire-group-1): Avoid using markers when the overview
18052         is in ascending order; greatly improves performance.
18053         (gnus-agent-regenerate-group):
18054         Use gnus-agent-synchronize-group-flags to reset read status in both
18055         gnus and server.
18056         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18057
18058 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * message.el: Don't autoload former message-utils variables.
18061         (message-strip-subject-trailing-was): Change doc string.
18062
18063         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18064         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18065         (nnweb-google-search): Add "hl=en" here.
18066         (nnweb-google-parse-1, nnweb-google-create-mapping):
18067         Don't hardcode URL.
18068
18069 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * message.el (message-get-reply-headers, message-followup):
18072         Mention related variables `message-use-followup-to' and
18073         `message-use-mail-followup-to', in the information buffer.
18074
18075         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18076         of broken groups(-beta).google.com.
18077
18078 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18079
18080         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18081         parameter to invoked gnus-request-move-article; remove the
18082         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18083         all at once instead of once per article.
18084         (gnus-summary-remove-process-mark): Accept a list of articles as
18085         well as a single article for processing.
18086
18087         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18088         parameter.
18089
18090         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18091
18092         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18093
18094         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18095         parameter.
18096
18097         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18098         parameter.
18099
18100         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18101         parameter and remove the gnus-sum-hint-move-is-internal variable.
18102
18103         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18104         parameter.
18105
18106         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18107         parameter.
18108
18109         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18110         parameter.
18111
18112         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18113
18114         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18115         parameter.
18116
18117         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18118         parameter.
18119
18120 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18121
18122         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18123         a more conservative way.
18124
18125 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18126
18127         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18128         buffer, so it moves the window's cursor.
18129
18130 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18131
18132         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18133         `mm-dissect-multipart' and receive the from field as an (optional)
18134         argument from `mm-dissect-multipart'.
18135         (mm-dissect-multipart): Receive the from field as an argument and
18136         pass it on when we call `mm-dissect-buffer' on MIME parts.
18137         Fixes verification/decryption of signed/encrypted MIME parts.
18138
18139 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18140
18141         * gnus-sum.el (gnus-summary-move-article):
18142         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18143         whatever it calls (right now, only nnimap-request-move article
18144         respects it).
18145
18146         * nnimap.el (nnimap-request-move-article):
18147         When gnus-sum-hint-move-is-internal is set, don't do the extra
18148         nnimap-request-article.
18149
18150 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18153
18154         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18155         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18156
18157         * gnus-sum.el (gnus-summary-caesar-message):
18158         Apply `gnus-treat-article' after rotation.
18159
18160         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18161         doc string.
18162
18163 2005-02-22  Simon Josefsson  <jas@extundo.com>
18164
18165         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18166         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18167         <arne@arnested.dk>.
18168         (encrypt): Add password-cache and password-cache-expiry as group
18169         members.
18170
18171 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18172
18173         * smime.el (smime-ldap-host-list): Doc fix.
18174         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18175         cache) password.
18176         (smime-sign-region): Use it.
18177         (smime-decrypt-region): Use it.
18178         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18179         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18180         fails.
18181         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18182         certificate from DER to PEM format rather than calling openssl.
18183
18184         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18185
18186         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18187         for signing/encryption.
18188
18189         * mml.el (mml-parse-1): Use them.
18190
18191 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18192
18193         * nnrss.el (nnrss-verbose): Remove.
18194         (nnrss-request-group): Use `nnheader-message' instead.
18195
18196 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18197
18198         * nnrss.el (nnrss-verbose): New variable.
18199         (nnrss-request-group): Make it say nnrss is requesting a group.
18200
18201 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18202
18203         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18204         Handle news URL with given port correctly.
18205
18206 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18209         containing special characters.
18210
18211         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18212
18213         * mml.el (mime-to-mml): Ditto.
18214
18215         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18216         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18217         (rfc2047-decode-region): Quote decoded words containing special
18218         characters when rfc2047-quote-decoded-words-containing-tspecials
18219         is non-nil.
18220
18221 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18222
18223         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18224
18225         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18226
18227 2005-02-15  Simon Josefsson  <jas@extundo.com>
18228
18229         * nnimap.el (nnimap-debug): Doc fix.
18230
18231         * imap.el (imap-debug): Doc fix.
18232
18233 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18236
18237 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18238
18239         * gnus.el (spam-contents): Improve docs for spam-contents
18240         parameter in its variable incarnation.
18241
18242 2005-02-14  Simon Josefsson  <jas@extundo.com>
18243
18244         * smime-ldap.el: Use require instead of load-library for ldap.
18245         (smime-ldap-search): Indent.
18246         (smime-ldap-search-internal): Shorten line.
18247
18248         * smime.el (smime-cert-by-dns): Add doc-string.
18249         (smime-cert-by-ldap-1): Indent.
18250
18251         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18252         mml-smime-get-dns-ldap.
18253         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18254
18255 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18256
18257         * smime.el: Require smime-ldap.
18258         (smime-ldap-host-list): New variable.
18259         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18260
18261         * mml-smime.el (mml-smime-encrypt-query): New function.
18262         (mml-smime-encrypt-query): Use it.
18263
18264         * smime-ldap.el: New file.
18265
18266 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18269
18270 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18271
18272         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18273         argument in doc string.  Make query for type more clear.
18274
18275 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * gnus.el (gnus-group-startup-message): Search for gnus images in
18278         etc/images/gnus.
18279         * mm-util.el (mm-image-load-path): Likewise.
18280         * smiley.el (smiley-data-directory): Search for smilies in
18281         etc/images/smilies.
18282
18283 2005-02-09  Kim F. Storm  <storm@cua.dk>
18284
18285         Change Emacs release version from 21.4 to 22.1 throughout.
18286         Change Emacs development version from 21.3.50 to 22.0.50.
18287
18288 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18291
18292         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18293         non-Mule XEmacs as well.
18294         (mm-decompress-buffer): Signal an error intentionally if it does
18295         not decompress compressed data because auto-compression-mode is
18296         disabled.
18297
18298 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18299
18300         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18301         an ID in the registry even if it has no groups.
18302
18303 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18306         merge it into mm-decompress-buffer.
18307         (gnus-mime-copy-part): Use the MIME part charset, the value which
18308         a user specified or gnus-newsgroup-charset for decoding, like
18309         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18310         save-buffer what was used.  Suggested by Kevin Ryde
18311         <user42@zip.com.au>.
18312         (gnus-mime-inline-part): Allow the name parameter as well as the
18313         filename parameter; force decompressing of compressed data; always
18314         display contents being not decoded as unibyte.
18315
18316         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18317         as well as the filename parameter.
18318
18319         * mm-util.el (mm-decompress-buffer):
18320         Merge gnus-mime-jka-compr-maybe-uncompress.
18321         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18322         of compressed data.
18323
18324 2005-02-08  Simon Josefsson  <jas@extundo.com>
18325
18326         * imap.el (imap-log): Doc fix.
18327
18328 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18331         the coding cookies; decompress compressed parts.
18332
18333         * mml.el (mml-generate-mime-1): Add the charset parameter according
18334         to the value which a user specified manually or the coding cookie.
18335
18336         * mm-util.el (mm-string-to-multibyte): New function.
18337         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18338         (mm-coding-system-to-mime-charset): New function.
18339         (mm-decompress-buffer): New function.
18340         (mm-find-buffer-file-coding-system): New function.
18341
18342         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18343         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18344         parts.
18345
18346 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18347
18348         * mm-view.el (mm-display-inline-fontify): Decode a part according
18349         to the charset parameter.
18350
18351 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18354         prefix arg is neither nil nor a number, as info specifies.
18355
18356 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18359         timestamps.
18360
18361 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18362
18363         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18364         groups error checking and notify user.
18365
18366 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18367
18368         * message.el (message-send-mail-function): Check existence of
18369         sendmail-program first before using default value
18370         `message-send-mail-with-sendmail'.  Otherwise use more generic
18371         `smtpmail-send-it'.
18372
18373 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * nntp.el (nntp-request-update-info): Always return nil.
18376
18377 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18378
18379         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18380
18381 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18382
18383         * message.el (message-beginning-of-line): Change the behavior when
18384         invoked between BOL and : so that it first moves backward.
18385
18386 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18389         article buffer when editing of the article is discarded.
18390         (gnus-article-prepare): Revert.
18391
18392 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * gnus-art.el (gnus-article-prepare):
18395         Remove message-strip-forbidden-properties from the local hook.
18396
18397 2005-01-27  Simon Josefsson  <jas@extundo.com>
18398
18399         * password.el (password-cache-add): Only start one timer per key.
18400         Reported by Derek Atkins <warlord@MIT.EDU>.
18401
18402 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18403
18404         * run-at-time.el: Remove.  It is no longer needed as
18405         timer-funcs.el in the xemacs-base package has a working version of
18406         `run-at-time'.
18407
18408         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18409
18410         * password.el: Require timer-funcs instead of run-at-time in
18411         XEmacs.
18412         Remove `password-run-at-time' macro.
18413         (password-cache-add): Use `run-at-time' instead of
18414         `password-run-at-time'.
18415
18416         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18417         Remove `nnheader-cancel-function-timers' alias,
18418         `cancel-function-timers' exists in XEmacs in timer-funcs.
18419
18420         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18421         for `run-with-idle-timer'.
18422
18423         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18424         for `run-at-time'.
18425
18426         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18427         for `with-timeout'.
18428
18429         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18430         the same as for XEmacs 21.4.
18431         No need to ignore `run-with-idle-timer', this function exists in
18432         XEmacs now in timer-funcs.el in the xemacs-base package.
18433         (dgnushack-compile): No need to delete
18434         run-at-time.el from the list of files to compile because it
18435         doesn't exist anymore.
18436
18437 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18440         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18441
18442 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18443
18444         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18445         sensitively.
18446
18447 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18448
18449         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18450
18451 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18454         which will be inserted according to the multibyteness of a buffer
18455         rather than the type of contents.  Suggested by ARISAWA Akihiro
18456         <ari@mbf.ocn.ne.jp>.
18457
18458         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18459         of string which old xml.el may return rather than a string.
18460
18461 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18462
18463         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18464
18465 2005-01-16  Simon Josefsson  <jas@extundo.com>
18466
18467         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18468         idn/idna.el isn't available.
18469         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18470         <michael@waxrat.com>.
18471
18472         * hashcash.el: Remove non-FSF copyright header.
18473
18474         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18475         (hashcash-generate-payment): Use it.
18476         (hashcash-generate-payment-async): Use it.
18477
18478 2005-01-15  Simon Josefsson  <jas@extundo.com>
18479
18480         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18481         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18482
18483         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18484         gnus-summary-idna-message.
18485         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18486         (gnus-summary-idna-message): New function.
18487
18488 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18489
18490         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18491         gnus-novice-user.
18492
18493 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * nnrss.el (nnrss-request-delete-group): Delete entries in
18496         nnrss-group-alist as well.
18497         (nnrss-save-server-data): Insert newline.
18498
18499 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18500
18501         * gnus.el (gnus-user-agent): Use list of symbols instead of
18502         symbols.  Display full version number for (S)XEmacs.
18503         Optionally display (S)XEmacs codename.
18504
18505         * gnus-util.el (gnus-emacs-version): Update for new
18506         `gnus-user-agent'.
18507
18508         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18509         Gnus version.
18510
18511 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18512
18513         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18514         which is unreadable in some setups.
18515
18516 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * gnus-spec.el (gnus-update-format-specifications): Flush the
18519         group format spec cache if it doesn't support decoded group names.
18520
18521 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18522
18523         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18524         Allow to apply decay on score files matching a regexp.
18525
18526 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18529         compatibility in %g and %c.
18530
18531 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18534         name for only %g and %c.
18535         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18536         of gnus-tmp-group to decoded group name.
18537         (gnus-group-make-rss-group): Exclude `/'s from group names.
18538
18539 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * nnrss.el (nnrss-get-encoding): Fix regexp.
18542
18543 2004-12-27  Simon Josefsson  <jas@extundo.com>
18544
18545         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18546         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18547         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18548
18549 2004-12-17  Kim F. Storm  <storm@cua.dk>
18550
18551         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18552
18553         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18554
18555 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18556
18557         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18558
18559 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * nnrss.el: Require rfc2047 and mml.
18562         (nnrss-file-coding-system): New variable.
18563         (nnrss-format-string): Redefine it as an inline function.
18564         (nnrss-decode-group-name): New function.
18565         (nnrss-string-as-multibyte): Remove.
18566         (nnrss-retrieve-headers): Decode group name; don't use
18567         nnrss-format-string.
18568         (nnrss-request-group): Decode group name.
18569         (nnrss-request-article): Decode group name; allow a Message-ID as
18570         well as an article number; don't use nnrss-format-string; encode a
18571         Message-ID string which may contain non-ASCII characters; use
18572         mml-to-mime to compose a MIME article.
18573         (nnrss-request-expire-articles): Decode group name.
18574         (nnrss-request-delete-group): Decode group name.
18575         (nnrss-fetch): Clarify error message.
18576         (nnrss-read-server-data): Use insert-file-contents instead of load;
18577         bind file-name-coding-system; use multibyte buffer.
18578         (nnrss-save-server-data): Bind coding-system-for-write to the
18579         value of nnrss-file-coding-system; bind file-name-coding-system;
18580         add coding cookie.
18581         (nnrss-read-group-data): Use insert-file-contents instead of load;
18582         bind file-name-coding-system; use multibyte buffer.
18583         (nnrss-save-group-data): Bind coding-system-for-write to the
18584         value of nnrss-file-coding-system; bind file-name-coding-system.
18585         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18586         make it work with non-ASCII text.
18587         (nnrss-find-el): Make it work with old xml.el as well.
18588
18589 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18590
18591         * nnrss.el (nnrss-get-encoding): New function.
18592         (nnrss-fetch): Use unibyte buffer initially; bind
18593         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18594         decode contents according to the encoding attribute.
18595         (nnrss-save-group-data): Add coding cookie.
18596         (nnrss-mime-encode-string): New function.
18597         (nnrss-check-group): Use it to encode subject and author.
18598
18599 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18600
18601         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18602         imaginary variable.
18603
18604 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18607         correctly even if there are wide characters.
18608
18609 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18610
18611         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18612         downcased symbol names; make a new cache instead of reusing
18613         bbdb-hashtable.
18614
18615 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18618         concatenating segments rather than before concatenating them.
18619         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18620
18621         * message.el (message-get-reply-headers): Bind `extra'.
18622
18623 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18624
18625         * message.el (message-extra-wide-headers): New variable.
18626         (message-get-reply-headers): Use it.
18627
18628 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18629
18630         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18631         (gnus-agent-group-pathname): Ditto.
18632
18633         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18634
18635         * gnus-group.el (gnus-group-make-group): Decode group name.
18636         (gnus-group-make-rss-group): Register the group data after opening
18637         the nnrss group.
18638
18639 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18640
18641         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18642         by expiry now get marked as read.
18643
18644 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18647
18648 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18649
18650         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18651         unify Latin characters in XEmacs.
18652         (mm-find-mime-charset-region): Use it.
18653
18654 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * gnus-util.el (gnus-delete-directory): New function.
18657
18658         * gnus-agent.el (gnus-agent-delete-group): Use it.
18659
18660         * gnus-cache.el (gnus-cache-delete-group): Use it.
18661
18662 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18665         names.
18666
18667 2004-12-16  Simon Josefsson  <jas@extundo.com>
18668
18669         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18670
18671 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18674
18675         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18676         (gnus-group-set-current-level): Decode group name.
18677
18678 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18679
18680         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18681         failed.
18682
18683 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * gnus-group.el (gnus-group-delete-group): Decode group name.
18686         (gnus-group-make-rss-group): Encode group name.
18687         (gnus-group-catchup-current): Decode group name.
18688         (gnus-group-kill-group): Decode group name.
18689
18690 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18691
18692         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18693
18694 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * gnus-group.el (gnus-group-make-rss-group):
18697         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18698
18699         * gnus-start.el (gnus-setup-news): Honor user's setting to
18700         gnus-message-archive-method.  Suggested by Lute Kamstra
18701         <lute@gnu.org>.
18702
18703 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18704
18705         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18706         global counterparts of the buffer-local variables.
18707
18708 2004-11-16  Romain Francoise  <romain@orebokech.com>
18709
18710         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18711         counterparts of the buffer-local variables.
18712
18713 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18714
18715         * message.el (message-forbidden-properties): Fix typo in doc
18716         string.
18717
18718 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18719
18720         * gnus-util.el (gnus-replace-in-string): Add doc string.
18721
18722         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18723         to avoid problems when splitting mails with many recipients.
18724
18725 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18726
18727         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18728         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18729
18730 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18731
18732         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18733         if there is no hashtable in memory or file modification time is
18734         newer than cached timestamp.
18735
18736 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18737
18738         * gnus-sum.el (gnus-summary-limit-to-recipient):
18739         Implement not-matching option.
18740
18741 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18742
18743         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18744         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18745         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18746         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18747         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18748         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18749
18750 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * message.el (message-forward-make-body-mml): Remove headers
18753         according to message-forward-ignored-headers if a message is decoded.
18754
18755 2004-12-02  Romain Francoise  <romain@orebokech.com>
18756
18757         * message.el (message-forward-make-body-plain): Always remove
18758         headers according to message-forward-ignored-headers.
18759
18760 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * spam.el (spam-summary-prepare-exit): Remove the
18763         gnus-summary-limit pop for now, it has problems with ham marks for
18764         me.
18765
18766 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18767
18768         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18769         correctly.
18770
18771 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18772
18773         * format-spec.el (format-spec): Message the char.
18774
18775 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18776
18777         * gnus-art.el (gnus-split-methods): Reformat comments.
18778
18779         * spam.el (spam-summary-prepare-exit): Remove article limits
18780         before exiting the summary buffer.
18781
18782 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18785         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18786
18787         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18788         order to silence the byte compiler.
18789
18790         * spam.el: Fix the way to silence the byte compiler, which
18791         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18792         bbdb-search-simple, spam-BBDB-register-routine,
18793         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18794         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18795         spam-stat-buffer-is-spam, spam-stat-load,
18796         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18797         spam-stat-save and spam-stat-split-fancy.
18798
18799 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18802         which may confuse users.
18803         (canlock-password-for-verify): Ditto.
18804
18805         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18806
18807         * gnus-art.el (gnus-emphasis-alist): Ditto.
18808
18809         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18810
18811         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18812
18813         * gnus-start.el (gnus-save-killed-list): Ditto.
18814
18815         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18816         (gnus-sum-thread-tree-root): Ditto.
18817         (gnus-sum-thread-tree-false-root): Ditto.
18818         (gnus-sum-thread-tree-single-indent): Ditto.
18819
18820         * message.el (message-courtesy-message): Ditto.
18821         (message-archive-note): Ditto.
18822         (message-subscribed-address-file): Ditto.
18823         (message-user-fqdn): Ditto.
18824
18825         * spam-report.el (spam-report-gmane-regex): Ditto.
18826
18827         * spam.el (spam-blackhole-good-server-regex): Ditto.
18828
18829 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * mml.el (mml-preview): Widen the message buffer before copying
18832         the contents to the preview buffer; sort headers before previewing.
18833
18834         * message.el (message-hidden-headers): Fix the way to avoid a bug
18835         in the `repeat' widget in Emacs 21.3 or earlier.
18836
18837 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * message.el (message-hidden-headers): Default to "^References:".
18840         Improve customization type.  Suggested by Reiner Steib
18841         <Reiner.Steib@gmx.de>.
18842
18843 2004-11-25  Romain Francoise  <romain@orebokech.com>
18844
18845         * message.el (message-strip-forbidden-properties): Remove check for
18846         obsolete `message-hidden' text property, hidden headers are not
18847         accessible in the buffer anymore.
18848
18849 2004-11-22  Romain Francoise  <romain@orebokech.com>
18850
18851         * message.el (message-header-format-alist): Add `From' in list
18852         so that it can be sorted.
18853         (message-fix-before-sending): Widen and sort headers before
18854         sending.
18855         (message-hide-headers): Use narrowing to hide headers by moving
18856         them to the top of the buffer and narrowing to the region
18857         underneath.
18858
18859 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18860
18861         * message.el (message-strip-forbidden-properties):
18862         Bind buffer-read-only (etc) to nil.
18863
18864 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18865
18866         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18867         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18868
18869 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18870
18871         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18872
18873 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18874
18875         * dns.el (query-dns): Use sit-for to time instead of
18876         accept-process-output, since that doesn't seem to work on udp
18877         sockets.
18878
18879 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18882
18883 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18884
18885         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18886         doc string.  Improve doc string.
18887
18888 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * nntp.el (nntp-request-update-info): Return nil if
18891         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18892         may not call gnus-activate-group which uselessly issues the GROUP
18893         commands for all nntp groups and wastes time.  Reported by Romain
18894         Francoise <romain@orebokech.com>.
18895
18896         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18897
18898 2004-11-15  Simon Josefsson  <jas@extundo.com>
18899
18900         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18901         headers separately.
18902         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18903         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18904
18905 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18906
18907         * gnus-start.el (gnus-convert-old-newsrc):
18908         Assign legacy-gnus-agent to 5.10.7.
18909
18910 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18911
18912         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18913         start of the lines.
18914
18915 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18916
18917         * hashcash.el (hashcash-default-payment): Change default to 20.
18918         (hashcash-default-accept-payment): Change default to 20.
18919         (hashcash-process-alist): New variable.
18920         (hashcash-generate-payment-async): Add.
18921         (hashcash-already-paid-p): Add.
18922         (hashcash-insert-payment): Don't generate payments twice.
18923         (hashcash-insert-payment-async): Add.
18924         (hashcash-insert-payment-async-2): Add.
18925         (hashcash-cancel-async): Add.
18926         (hashcash-wait-async): Add.
18927         (hashcash-processes-running-p): Add.
18928         (hashcash-wait-or-cancel): Add.
18929         (mail-add-payment): New optional argument.  Conditionally start
18930         asynchronous calculation.
18931         (mail-add-payment-async): Add.
18932
18933         * message.el (message-send-mail): Wait for asynchronous hashcash
18934         results.  Don't clobber existing X-Hashcash headers.
18935         (message-setup-1): Call mail-add-payment-async when
18936         message-generate-hashcash is non-nil.
18937
18938 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18939
18940         * message.el (message-use-alternative-email-as-from): Examine the
18941         From header as well; use message-make-from in order to include a
18942         user's full name.
18943
18944 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18947         default; improve customization type.
18948         (gnus-emphasis-custom-with-format): New macro.
18949         (gnus-emphasis-custom-value-to-external): New function.
18950         (gnus-emphasis-custom-value-to-internal): New function.
18951
18952 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18953
18954         * dns.el (query-dns): Resolve reverse addresses.
18955
18956 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * gnus-group.el (gnus-group-get-new-news): Use it.
18959
18960         * gnus-start.el (gnus-check-reasonable-setup): New function.
18961
18962 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18963
18964         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18965         "Args out of range" error.  Reported by Arnaud Giersch
18966         <arnaud.giersch@free.fr>.
18967
18968 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18969
18970         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18971
18972 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18973
18974         * spam.el (spam group): Add :version.
18975
18976         * pgg-def.el (pgg group): Add :version.
18977
18978 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18979
18980         * gnus-art.el (gnus-article-edit-article): Don't associate the
18981         article buffer with a draft file.  This is a temporary measure
18982         against the 2004-08-22 change to gnus-article-edit-mode.
18983
18984 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18987         (html2text-format-tags): Remove unused variable `attr'.
18988
18989 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18990
18991         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18992
18993         * tls.el (tls-process-connection-type, tls-success)
18994         (tls-certtool-program): Add :version.
18995
18996         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18997         (starttls-extra-arguments, starttls-process-connection-type)
18998         (starttls-connect, starttls-failure, starttls-success): Add :version.
18999
19000         * spam-stat.el (spam-stat): Add :version.
19001
19002         * sieve.el (sieve): Add :version.
19003
19004         * sha1.el (sha1): Add :version.
19005         (sha1-use-external): Remove redundant version.
19006
19007         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19008         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19009         (nnmail-split-fancy-match-partial-words)
19010         (nnmail-split-lowercase-expanded): Add :version.
19011
19012         * nndiary.el (nndiary): Add :version.
19013
19014         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19015
19016         * mml-sec.el (mml-default-sign-method)
19017         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19018         Add :version.
19019
19020         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19021
19022         * mm-url.el (mm-url-use-external, mm-url-program)
19023         (mm-url-arguments): Add :version.
19024
19025         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19026         (mm-attachment-file-modes, mm-decrypt-option)
19027         (mm-w3m-safe-url-regexp): Add :version.
19028
19029         * message.el (message-cite-prefix-regexp)
19030         (message-sendmail-envelope-from, message-minibuffer-local-map)
19031         (message-user-fqdn, message-completion-alist): Add :version.
19032
19033         * gnus-win.el (gnus-configure-windows-hook)
19034         (gnus-use-frames-on-any-display): Add :version.
19035
19036         * gnus-art.el (gnus-article-address-banner-alist)
19037         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19038         (gnus-treat-from-picon, gnus-treat-mail-picon)
19039         (gnus-treat-x-pgp-sig): Add :version.
19040
19041         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19042         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19043         (gnus-summary-article-delete-hook)
19044         (gnus-summary-display-while-building): Add :version.
19045
19046         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19047         (gnus-get-top-new-news-hook): Add :version.
19048
19049         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19050         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19051
19052         * gnus-registry.el (gnus-registry): Add :version.
19053
19054         * gnus-spec.el (gnus-use-correct-string-widths)
19055         (gnus-make-format-preserve-properties): Add :version.
19056
19057         * gnus.el (gnus-group-charter-alist)
19058         (gnus-group-fetch-control-use-browse-url)
19059         (gnus-install-group-spam-parameters): Add :version.
19060
19061         * gnus-diary.el (gnus-diary): Add :version.
19062
19063         * gnus-delay.el (gnus-delay): Add :version.
19064
19065         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19066         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19067         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19068         Add :version.
19069
19070         * gnus-agent.el (gnus-agent-max-fetch-size)
19071         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19072         (gnus-agent-prompt-send-queue): Add :version.
19073
19074         * deuglify.el (gnus-outlook-deuglify): Add :version.
19075
19076         * html2text.el: Beautify code.  Improve doc strings.
19077         Some checkdoc cleanup.
19078         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19079
19080 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19081
19082         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19083
19084 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19085
19086         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19087         when package is loaded.
19088
19089         * spam.el (spam-summary-score-preferred-header): Add global preference
19090         for people who want to override the default SpamAssassin over
19091         Bogofilter preference (when both are set).
19092         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19093         (spam-user-format-function-S):
19094         Check spam-summary-score-preferred-header.
19095         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19096         (spam-user-format-function-S): Format the score correctly.
19097
19098 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19101         signature file.  Suggested by Manoj Srivastava
19102         <srivasta@golden-gryphon.com>.
19103
19104         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19105         iso-2022-jp even in the Japanese language environment.
19106         Suggested by Jason Rumney <jasonr@gnu.org>.
19107
19108 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19111         use the same characters as the dummy marks; make it free from
19112         getting affected by the language environment.
19113         (gnus-summary-read-group-1): Update mark positions only when the
19114         format spec is updated.
19115
19116         * gnus-spec.el (gnus-update-format-specifications): Return a list
19117         of updated types.
19118
19119 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19122         of boundp to check if display-warning is available.
19123
19124 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19125
19126         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19127
19128 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * nnspool.el (nnspool-spool-directory): Use news-path if the
19131         news-directory variable is not bound.
19132
19133         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19134         function instead of display-warning if it is not available.
19135
19136 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19137
19138         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19139         v5-10: Use `point-at-bol'.
19140
19141 2004-10-26  Simon Josefsson  <jas@extundo.com>
19142
19143         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19144         <chenggao@gmail.com>.
19145
19146 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19147
19148         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19149         instead.
19150
19151 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19152
19153         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19154         to remove a server from the nnimap-server-buffer-alist.
19155         (nnimap-open-connection, nnimap-close-server): Use it.
19156
19157         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19158
19159 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19162         running the major-mode function.
19163
19164 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19167         dummy marks in the right way.
19168
19169 2004-10-18  David Edmondson  <dme@dme.org>
19170
19171         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19172         excessively.
19173
19174 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19175
19176         * gnus-util.el (gnus-split-references): Accept a nil references
19177         string and go on blissfully.
19178
19179         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19180         cases where the references string is non-nil but has no references.
19181
19182         * encrypt.el: Add autoload tags.
19183
19184         * spam.el (spam-resolve-registrations-routine): Remove article
19185         from unregistration list too.  Reported by David Hanak
19186         <dhanak@isis.vanderbilt.edu>
19187
19188 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19189
19190         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19191         nil.  Change custom type.
19192
19193 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19196
19197         * gnus-sum.el (gnus-summary-move-article): Use it.
19198
19199 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19200
19201         * encrypt.el: Add autoload cookies.
19202
19203         * spam.el (spam-backend-article-list-property)
19204         (spam-backend-get-article-todo-list)
19205         (spam-backend-put-article-todo-list)
19206         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19207         Resolve registrations separately.
19208         (spam-register-routine): Format comments.
19209         (spam-unregister-routine, spam-register-routine): Always call with
19210         specific-articles, no default list.
19211         (spam-summary-prepare-exit): Use the spam-classifications function.
19212
19213         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19214         gnus-encrypt.el.
19215
19216         * encrypt.el: Copied from gnus-encrypt.el.
19217
19218         * gnus-encrypt.el: Commented that it's obsolete.
19219
19220 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19221
19222         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19223         (gnus-score-save): Use it.
19224
19225         * message.el (message-bury): Use `window-dedicated-p'.
19226
19227 2004-10-15  Simon Josefsson  <jas@extundo.com>
19228
19229         * pop3.el (top-level): Don't require nnheader.
19230         (pop3-read-timeout): Add.
19231         (pop3-accept-process-output): Add.
19232         (pop3-read-response, pop3-retr): Use it.
19233
19234 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19235
19236         * spam.el (spam-register-routine): Move comment.
19237         (spam-verify-bogofilter): Use 'unknown for the initial
19238         spam-bogofilter-valid state, not 'never.
19239
19240         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19241         for netrc-machine.
19242
19243         * nnimap.el (nnimap-open-connection):
19244         Use netrc-machine-user-or-password.
19245
19246 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19247
19248         * gnus-registry.el (gnus-registry-unload-hook):
19249         Set as a variable with add-hook.
19250
19251         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19252         of news-path.
19253
19254         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19255
19256         * spam.el: Delete duplicate `provide'.
19257         (spam-unload-hook): Set as a variable with add-hook.
19258
19259 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19260
19261         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19262         in the doc string.
19263
19264         * message.el (message-ignored-news-headers)
19265         (message-ignored-supersedes-headers)
19266         (message-ignored-resent-headers)
19267         (message-forward-ignored-headers): Improve custom type.
19268
19269 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * message.el (message-tokenize-header): Fix 2004-09-06 change
19272         which used point-min in the wrong place.
19273
19274 2004-10-12  Simon Josefsson  <jas@extundo.com>
19275
19276         * tls.el (tls-certtool-program): New variable.
19277         (tls-certificate-information): New function, based on
19278         ssl-certificate-information.
19279
19280 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * compface.el: Move the version of ELisp-based uncompface program
19283         to the contrib directory because of the copyright problem.
19284
19285 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19286
19287         * message.el (message-kill-buffer): Raise the current frame.
19288
19289 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19290
19291         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19292
19293         * gnus.el (message-y-or-n-p): Autoload.
19294
19295         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19296         (pop3-password-required, pop3-authentication-scheme)
19297         (pop3-leave-mail-on-server): Make customizable.
19298         (pop3): New custom group.
19299         (pop3-retr): Remove `sleep-for' statements.
19300         Suggested by Dave Love <fx@gnu.org>.
19301
19302         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19303         Windows/DOS.
19304
19305         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19306         (imap-parse-body): Fix incorrect use of `assert'.
19307         Suggested by Dave Love <fx@gnu.org>.
19308
19309         * mml.el (mml-minibuffer-read-disposition): Require match.
19310         Suggested by Dave Love <fx@gnu.org>.
19311
19312 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19313
19314         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19315         doc string.
19316
19317 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19320
19321 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19322
19323         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19324         instead of calling `mm-insert-inline', to decode text/* parts
19325         before displaying them.
19326
19327 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * mm-uu.el (mm-uu-text-plain-type): New variable.
19330         (mm-uu-pgp-signed-extract-1): Use it.
19331         (mm-uu-pgp-encrypted-extract-1): Use it.
19332         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19333         bind mm-uu-text-plain-type with that value.
19334         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19335         mm-uu-dissect.
19336
19337 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * gnus-group.el (gnus-update-group-mark-positions):
19340         * gnus-sum.el (gnus-update-summary-mark-positions):
19341         * message.el (message-check-news-body-syntax):
19342         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19343         of string-as-multibyte.
19344
19345 2004-10-05  Juri Linkov  <juri@jurta.org>
19346
19347         * gnus-group.el (gnus-update-group-mark-positions):
19348         * gnus-sum.el (gnus-update-summary-mark-positions):
19349         * message.el (message-check-news-body-syntax):
19350         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19351         8-bit unibyte values to a multibyte string for search functions.
19352
19353 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19354
19355         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19356         (mm-uu-dissect-text-parts): New function.
19357
19358         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19359         dissect text parts.
19360
19361         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19362         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19363
19364         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19365
19366         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19367         Use gnus-current-topics instead of gnus-current-topic.
19368
19369 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19370
19371         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19372
19373 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19374
19375         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19376         where approriate.
19377
19378         * nnml.el (nnml-generate-active-info): do.
19379
19380         * nndiary.el (nndiary-generate-active-info): do.
19381
19382         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19383         (gnus-topic-move): do.
19384
19385         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19386         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19387
19388         * gnus-srvr.el (gnus-server-prepare)
19389         (gnus-server-open-all-servers): do.
19390
19391         * gnus-msg.el (gnus-summary-cancel-article)
19392         (gnus-summary-resend-message)
19393         (gnus-summary-mail-crosspost-complaint): do.
19394
19395         * gnus-move.el (gnus-change-server): do.
19396
19397         * gnus-group.el (gnus-group-unmark-all-groups)
19398         (gnus-group-set-current-level): do.
19399
19400 2004-10-04  Simon Josefsson  <jas@extundo.com>
19401
19402         * message.el (message-generate-hashcash): Doc fix.
19403
19404 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19405
19406         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19407         avoid infinite recursion via gnus-get-function.
19408
19409 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19410
19411         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19412
19413         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19414
19415         * nnmail.el (nnmail-split-history): do.
19416
19417         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19418         (nnml-request-delete-group): do.
19419
19420         * nnslashdot.el (nnslashdot-read-groups): do.
19421
19422         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19423         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19424
19425         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19426         (nnspool-sift-nov-with-sed): Use last.
19427         (nnspool-retrieve-headers-with-nov): Use mapc.
19428         (nnspool-request-newgroups): Use dolist.
19429         (nnspool-request-group): Use last.
19430
19431         * nntp.el (nntp-read-server-type): Use dolist.
19432
19433         * nnvirtual.el (nnvirtual-create-mapping)
19434         (nnvirtual-update-read-and-marked): Use dolist.
19435         (nnvirtual-convert-headers): Simplify.
19436
19437 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19438
19439         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19440         Add support for sync'ing tick marks.
19441
19442 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19445         there's no visible header.
19446
19447 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19448
19449         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19450         When necessary, pass full group name to gnus-request-set-marks.
19451
19452 2004-10-01  Simon Josefsson  <jas@extundo.com>
19453
19454         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19455         acroread.
19456
19457 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19458
19459         * spam-report.el (spam-report-gmane): Fix interactive.
19460
19461         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19462
19463         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19464         when writing file.
19465         (gnus-agent-synchronize-flags): Don't default to being
19466         interactive.
19467
19468 2004-09-30  Simon Josefsson  <jas@extundo.com>
19469
19470         * message.el (message-generate-hashcash): Add.
19471         (message-send-mail): Use it, call mail-add-payment.
19472
19473 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19474
19475         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19476
19477 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19478
19479         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19480         gnus-requst-update-info with explicit code to sync the in-memory
19481         info read flags with the marks being sync'd to the backend.
19482
19483         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19484
19485 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19486
19487         * spam.el (spam-verify-bogofilter): Add new function.
19488         (spam-check-bogofilter)
19489         (spam-bogofilter-register-with-bogofilter): Use it.
19490         (spam-verify-bogofilter): Add small fixes.
19491
19492 2004-09-28  Simon Josefsson  <jas@extundo.com>
19493
19494         * hashcash.el (hashcash-generate-payment): Revert.
19495
19496 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19497
19498         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19499         Use gnus-extract-references instead of gnus-split-references.
19500
19501         * gnus-util.el (gnus-extract-references): Add new function, analogous
19502         to gnus-split-references but extracts only the message-ID without
19503         anything extra.
19504
19505         * hashcash.el (hashcash-generate-payment)
19506         (hashcash-check-payment): Do the right thing if hashcash-path is
19507         nil (because the hashcash program could not be found).
19508
19509         * spam.el (spam-use-hashcash): Remove comment.
19510
19511 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19512
19513         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19514         (gnus-cache-enter-article, gnus-cache-remove-article)
19515         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19516
19517         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19518
19519         * gnus-art.el (article-hide-boring-headers)
19520         (article-translate-strings, article-display-face)
19521         (gnus-article-mime-match-handle-first)
19522         (gnus-article-highlight-headers)
19523         (gnus-article-add-buttons-to-head): do.
19524
19525 2004-09-27  Simon Josefsson  <jas@extundo.com>
19526
19527         * hashcash.el: New version, from
19528         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19529         ../contrib/.
19530
19531 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19534
19535 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19536
19537         * gnus-dup.el (gnus-dup-open): Use mapc.
19538         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19539
19540         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19541         Reported by Stefan Wiens <s.wi@gmx.net>.
19542
19543         * gnus.el (gnus-shutdown): Use dolist.
19544
19545         * gnus-undo.el (gnus-undo): Use mapc.
19546
19547         * nnrss.el (nnrss-generate-active): do.
19548
19549         * message.el (message-cite-original-without-signature)
19550         (message-cite-original): Use mapc.
19551         (message-do-actions, message-make-forward-subject): Use dolist.
19552
19553 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19554
19555         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19556         deletion to remove entire duplicate line.  Fixes merged article
19557         number bug.
19558
19559 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19560
19561         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19562         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19563         first ask if you want to open a server and then, even when you
19564         responded with no, asking if you want to synchronize the server's
19565         flags.
19566         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19567         multi-line expressions.
19568         (gnus-agent-synchronize-group-flags): New internal function.
19569         Updates marks in memory (in the info structure) AND in the
19570         backend.
19571
19572         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19573
19574         * nnagent.el (nnagent-request-set-mark):
19575         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19576         method, to ensure that synchronization updates marks in the
19577         backend and in the info (in memory) structure.
19578
19579 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19582         convention fully; don't miss the root article of a thread; make
19583         the X-Draft-From header with correct article numbers.
19584
19585 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19586
19587         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19588         unless plugged.  Disable the agent so that an open failure causes
19589         an error.
19590
19591         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19592         Revert 2004-09-21 change.  The backend must be opened while
19593         synchronizing flags even when the backend stores the flags
19594         locally.
19595
19596 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19599         in `header' match.  Reported by Svend Tollak Munkejord.
19600
19601         * message.el (message-cite-original): Fix use of
19602         `message-cite-articles-with-x-no-archive'.
19603
19604 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19607         (gnus-window-to-buffer): Ditto.
19608
19609         * mml.el (mml-preview-buffer): New variable.
19610         (mml-preview): Manage window layout with gnus-buffer-configuration.
19611
19612         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19613         X-Draft-From header even if those articles aren't quoted.
19614
19615 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19616
19617         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19618         (gnus-request-set-mark, gnus-request-update-mark): Use new
19619         g-s-t-u-l-m to decide to use backend even when unplugged.
19620
19621 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19624         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19625
19626 2004-09-20  Simon Josefsson  <jas@extundo.com>
19627
19628         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19629         "utf-16-le".
19630
19631 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19632
19633         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19634
19635 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19636
19637         * uudecode.el (uudecode-use-external): Add :version.
19638
19639         * smime.el (smime-CA-file, smime-encrypt-cipher)
19640         (smime-dns-server): Add :version.
19641
19642         * smiley.el (gnus-smiley-file-types): Add :version.
19643
19644         * sha1.el (sha1-use-external): Add :version.
19645
19646         * pgg-def.el (pgg-query-keyserver): Add :version.
19647
19648         * nnmail.el (nnmail-fancy-expiry-targets)
19649         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19650         Add :version.
19651
19652         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19653         (nnimap-retrieve-groups-asynchronous): Add :version.
19654         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19655
19656         * mml.el (mml-content-disposition-parameters)
19657         (mml-insert-mime-headers-always): Add :version.
19658
19659         * mm-util.el (mm-coding-system-priorities): Add :version.
19660
19661         * mm-decode.el (mm-inline-text-html-with-images)
19662         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19663         (mm-verify-option): Add :version.
19664         (mm-text-html-renderer): Change :version.
19665
19666         * message.el (message-fcc-externalize-attachments)
19667         (message-required-headers, message-draft-headers)
19668         (message-subject-trailing-was-query)
19669         (message-subject-trailing-was-ask-regexp)
19670         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19671         (message-mark-insert-end, message-archive-header)
19672         (message-archive-note, message-cross-post-default)
19673         (message-cross-post-note, message-followup-to-note)
19674         (message-cross-post-note-function, message-use-mail-followup-to)
19675         (message-subscribed-address-functions)
19676         (message-subscribed-address-file, message-subscribed-addresses)
19677         (message-subscribed-regexps, message-allow-no-recipients)
19678         (message-yank-cited-prefix, message-signature-insert-empty-line)
19679         (message-hidden-headers, message-hierarchical-addresses)
19680         (message-mail-user-agent, message-use-idna)
19681         (message-valid-fqdn-regexp)
19682         (message-strip-special-text-properties, message-header-synonyms)
19683         (message-beginning-of-line, message-tab-body-function): Add :version.
19684         (message-insert-canlock, message-wide-reply-confirm-recipients):
19685         Change :version.
19686
19687         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19688         and :version.
19689         (mail-source-delete-old-incoming-confirm)
19690         (mail-source-movemail-program): Add :version.
19691
19692         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19693         (gnus-agent-cache, gnus-agent): Change :version.
19694
19695         * gnus-util.el (gnus-use-byte-compile): Change :version.
19696
19697         * gnus-sum.el (gnus-summary-make-false-root-always)
19698         (gnus-summary-default-high-score)
19699         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19700         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19701         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19702         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19703         (gnus-sum-thread-tree-single-indent)
19704         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19705         (gnus-sum-thread-tree-leaf-with-other)
19706         (gnus-sum-thread-tree-single-leaf): Add :version.
19707         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19708         (gnus-article-loose-mime): Change :version.
19709
19710         * gnus-start.el (gnus-backup-startup-file)
19711         (gnus-save-startup-file-via-temp-buffer): Add :version.
19712
19713         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19714         (gnus-server-offline-face): Add :version.
19715
19716         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19717
19718         * gnus-msg.el (gnus-gcc-externalize-attachments)
19719         (gnus-debug-files, gnus-debug-exclude-variables)
19720         (gnus-discouraged-post-methods): Change :version.
19721         (gnus-confirm-mail-reply-to-news)
19722         (gnus-confirm-treat-mail-like-news): Add :version.
19723
19724         * gnus-int.el (gnus-server-unopen-status): Add :version.
19725
19726         * gnus-group.el (gnus-group-jump-to-group-prompt)
19727         (gnus-large-ephemeral-newsgroup)
19728         (gnus-fetch-old-ephemeral-headers): Add :version.
19729
19730         * gnus-fun.el (gnus-x-face-directory)
19731         (gnus-convert-pbm-to-x-face-command)
19732         (gnus-convert-image-to-x-face-command)
19733         (gnus-convert-image-to-face-command): Add :version.
19734
19735         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19736
19737         * gnus-cite.el (gnus-cite-blank-line-after-header)
19738         (gnus-article-boring-faces): Add :version.
19739
19740         * gnus-art.el (gnus-buttonized-mime-types)
19741         (gnus-inhibit-mime-unbuttonizing)
19742         (gnus-treat-display-face)
19743         (gnus-treat-body-boundary): Change :version.
19744         (gnus-body-boundary-delimiter, gnus-picon-databases)
19745         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19746         (gnus-treat-date-english, gnus-treat-fold-headers)
19747         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19748         (gnus-treat-mail-picon, gnus-treat-wash-html)
19749         (gnus-article-encrypt-protocol)
19750         (gnus-use-idna, gnus-article-over-scroll)
19751         (gnus-mime-display-multipart-alternative-as-mixed)
19752         (gnus-mime-display-multipart-related-as-mixed)
19753         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19754         (gnus-ctan-url, gnus-button-ctan-handler)
19755         (gnus-button-handle-ctan-bogus-regexp)
19756         (gnus-button-ctan-directory-regexp)
19757         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19758         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19759         (gnus-button-man-level, gnus-button-emacs-level)
19760         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19761
19762         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19763         (gnus-agent-go-online): Change :version.
19764         (gnus-agent-expire-unagentized-dirs)
19765         (gnus-agent-auto-agentize-methods): Add :version.
19766
19767         * flow-fill.el (fill-flowed-display-column)
19768         (fill-flowed-encode-column): Add :version.
19769
19770         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19771         (gnus-outlook-deuglify-unwrap-max)
19772         (gnus-outlook-deuglify-cite-marks)
19773         (gnus-outlook-deuglify-unwrap-stop-chars)
19774         (gnus-outlook-deuglify-no-wrap-chars)
19775         (gnus-outlook-deuglify-attrib-cut-regexp)
19776         (gnus-outlook-deuglify-attrib-verb-regexp)
19777         (gnus-outlook-deuglify-attrib-end-regexp)
19778         (gnus-outlook-display-hook): Add :version.
19779
19780         * binhex.el (binhex-use-external): Add :version.
19781
19782 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19783
19784         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19785         and `invisible'.
19786
19787 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19788
19789         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19790         in gnus-registry-trim.
19791
19792 2004-09-13  Simon Josefsson  <jas@extundo.com>
19793
19794         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19795
19796         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19797
19798         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19799         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19800         <yamaoka@jpl.org>.
19801         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19802         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19803         <yamaoka@jpl.org>.
19804
19805         * sieve.el (sieve-manage-mode): Ditto.
19806
19807 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19808
19809         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19810
19811 2004-09-11  Simon Josefsson  <jas@extundo.com>
19812
19813         * dns-mode.el: Add.
19814
19815         * mm-view.el (mm-display-dns-inline): Add.
19816
19817         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19818         (mm-automatic-display): Ditto.
19819
19820         * mailcap.el (mailcap-mime-data): Add text/dns.
19821         (mailcap-mime-extensions): Map .soa to text/dns.
19822
19823 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19824
19825         * gnus-art.el (article-decode-mime-words, article-babel)
19826         (gnus-article-highlight-signature, gnus-article-add-buttons)
19827         (gnus-signature-toggle): Remove unnecessary bindings of
19828         `inhibit-read-only' inherited from v5.10 merge.
19829
19830 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19831
19832         * nntp.el (nntp): New customization group.
19833         (nntp-authinfo-file): Add customization group.
19834
19835         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19836
19837         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19838
19839         * gnus.el (to-address, to-list, subscribed)
19840         (large-newsgroup-initial): Ditto.
19841
19842         * flow-fill.el (fill-flowed-display-column)
19843         (fill-flowed-encode-column): Ditto.
19844
19845 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19846
19847         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19848         Use point-min rather than 1.
19849         (message-send-mail): Use buffer-size rather than point-max.
19850
19851         * gnus-sum.el (gnus-summary-search-article-forward):
19852         Signal a specific `search-failed' rather than a generic `error'.
19853
19854         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19855         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19856         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19857
19858 2004-09-10  Simon Josefsson  <jas@extundo.com>
19859
19860         * nndb.el (require): Remove tcp and duplicate cl.
19861
19862 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * gnus-agent.el (directory-files-and-attributes): Move forward.
19865
19866 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19867
19868         * gnus-agent.el (directory-files-and-attributes):
19869         Optionally defined to support XEmacs.
19870
19871 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19872
19873         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19874         to avoid run-time CL dependencies.
19875         (gnus-agent-unfetch-articles): New function.
19876         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19877         article numbers even when local .overview file is missing.
19878         (gnus-agent-read-article-number): New function.  Only accepts
19879         27-bit article numbers.
19880         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19881         Use gnus-agent-read-article-number.
19882         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19883         from backend while recognizing that article numbers in .overview
19884         must be valid.
19885         (gnus-agent-update-files-total-fetched-for):
19886         Use directory-files-and-attributes to improve performance.
19887         * gnus-int.el (gnus-request-move-article):
19888         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19889         improve performance.
19890
19891         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19892         some users confused by references to .newsrc when they only have a
19893         .newsrc.eld file.
19894         (gnus-convert-mark-converter-prompt)
19895         (gnus-convert-converter-needs-prompt): Fix use of property list.
19896         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19897         New function.  Used internally to only display 'gnus converting
19898         files' message when actually necessary.
19899
19900         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19901         methods now autoloaded.
19902
19903 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19904
19905         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19906         identifiers.
19907
19908 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19909
19910         * gnus-picon.el: Fix indentation and closing parenthesis.
19911
19912 2004-09-01  Simon Josefsson  <jas@extundo.com>
19913
19914         * message.el (message-canlock-generate): Require sha1, not
19915         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19916         to require within a function.  Sadly, if sha1.el isn't loaded, the
19917         let binding in m-c-g will hide the defcustom definition, which is
19918         bad.)
19919
19920         * canlock.el: Require sha1, not sha1-el.
19921
19922         * message.el: Don't autoload sha1 (there is a autoload cookie in
19923         sha1.el).
19924
19925         * sha1-el.el: Rename to sha1.el.
19926
19927 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19928
19929         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19930
19931 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19932
19933         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19934
19935 2004-08-30  Kim F. Storm  <storm@cua.dk>
19936
19937         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19938
19939         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19940         Add :group 'nnimap.
19941
19942 2004-08-30  Andreas Schwab  <schwab@suse.de>
19943
19944         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19945         ?* and ?\;.
19946
19947         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19948         and ?\' to symbol instead of whitespace.
19949
19950 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19951
19952         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19953
19954         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19955         instead of re-search-forward.
19956
19957         * gnus-uu.el (gnus-uu-save-article): Ditto.
19958         (gnus-uu-post-encode-uuencode): Ditto.
19959
19960         * html2text.el (html2text-clean-list-items): Ditto.
19961         (html2text-clean-dtdd): Ditto.
19962         (html2text-format-tags): Ditto.
19963
19964         * message.el (message-send-mail-with-sendmail): Fix regexp.
19965         (message-fill-field-general): Use search-forward instead of
19966         re-search-forward.
19967         (unbold-region): Ditto.
19968
19969         * nnrss.el (nnrss-request-article): Ditto.
19970
19971         * nnslashdot.el (nnslashdot-request-article): Ditto.
19972
19973         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19974
19975         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19976         "Unrecognized menu descriptor" error in XEmacs.
19977
19978 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19979
19980         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19981         parent article of a sparse article in the thread hashtb.
19982
19983 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19984
19985         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19986         (nnmail-expand-newtext): Lowercase expanded entries if
19987         nnmail-split-lowercase-expanded is non-nil.
19988
19989 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19990
19991         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19992
19993         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19994         of gnus-tmp-news-method into string under XEmacs.  It will be
19995         passed to gnus-correct-length which takes only a string argument.
19996
19997 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * gnus-util.el (gnus-bind-print-variables): New macro.
20000         (gnus-prin1): Use it.
20001         (gnus-prin1-to-string): Use it.
20002         (gnus-pp): New function.
20003         (gnus-pp-to-string): New function.
20004
20005         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20006         Replace pp-to-string with gnus-pp-to-string.
20007         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20008         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20009         * gnus-msg.el (gnus-debug): Ditto.
20010         * gnus-score.el (gnus-score-save): Ditto.
20011         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20012         gnus-pp-to-string.
20013         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20014         with gnus-pp.
20015         * score-mode.el (gnus-score-pretty-print): Ditto.
20016         * webmail.el (webmail-debug): Ditto.
20017
20018 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20019
20020         * gnus-art.el (article-display-face, article-display-x-face):
20021         Use buffer-read-only.
20022
20023 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * gnus-art.el (article-hide-list-identifiers):
20026         Bind inhibit-read-only as t.
20027
20028 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20029
20030         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20031
20032 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20033
20034         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20035         (gnus-narrow-to-page): Don't assume point-min == 1.
20036         (gnus-article-edit-mode): Derive from message-mode.
20037
20038         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20039         point-min == 1.
20040
20041         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20042         Disable incorrect use of `assert'.
20043
20044         * message.el (message-mode): Set comment-start-skip.
20045
20046
20047 2004-08-22  Sam Steingold  <sds@gnu.org>
20048
20049         * pop3.el (pop3-leave-mail-on-server): New user variable.
20050         (pop3-movemail): Delete mail only when it is nil.
20051
20052 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20053
20054         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20055
20056         * mml.el (mml-preview): Use `pop-to-buffer'.
20057
20058         * message.el (message-goto-mail-followup-to): Insert after "To".
20059         (message-carefully-insert-headers): Add comment.
20060
20061         * gnus.el: Remove unused variable `gnus-article-check-size'.
20062
20063         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20064
20065         * gnus-art.el (gnus-button-alist):
20066         Improve `gnus-button-handle-library' entry.
20067
20068 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20069
20070         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20071         Use downcase, since XEmacs capitalizes error messages differently.
20072
20073 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20074
20075         * nntp.el: Add (require 'gnus) due to reference to
20076         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20077
20078 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20079
20080         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20081         Bind `mm-fill-flowed'.
20082
20083         * mm-decode.el (mm-dissect-singlepart): Check it.
20084
20085 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20086
20087         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20088         'imap' for netrc parsing.
20089
20090 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * mailcap.el (mailcap-mime-data): Mark as risky.
20093
20094 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20097         may be included in the encoded word.
20098         (rfc2047-encode): Don't append a space if the encoded word
20099         includes close parenthesis.
20100
20101 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20104         of text within parentheses.
20105
20106 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20107
20108         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20109         (gnus-encrypt-write-file-contents): Make the password key the file
20110         name PLUS the cipher, not just the cipher.  Also remove failed
20111         passwords from the cache.
20112
20113 2004-08-06  Simon Josefsson  <jas@extundo.com>
20114
20115         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20116         Doc fix.
20117
20118 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20121         LWSP.
20122
20123 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20124
20125         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20126         Try to append in-reply-to: data to the references: header.
20127
20128         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20129         (netrc-parse): Use gnus-encrypt.el functions.
20130
20131         * gnus-encrypt.el: Add new file for encryption support; currently
20132         does only a few GPG ciphers and an internal XOR cipher.
20133
20134         * password.el: Add comments on using password-read-and-add.
20135         (password-read-and-add): Add function to read and add the
20136         password to the cache at once.
20137
20138 2004-07-28  Simon Josefsson  <jas@extundo.com>
20139
20140         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20141         parameter (but don't use it, for now).
20142
20143         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20144         instead of hard coding to nil.
20145
20146 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20147
20148         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20149         as mm-inline-image-xemacs does.
20150
20151 2004-07-26  Simon Josefsson  <jas@extundo.com>
20152
20153         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20154         Revert part of 2004-07-17 change below.
20155
20156 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20159         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20160
20161 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20162
20163         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20164         quotes that actually start with ">" at the beginning of the
20165         lines.
20166
20167 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20168
20169         * rfc2047.el (rfc2047-encode-region): Fix last change.
20170         (rfc2047-encode-parameter): Remove useless concat.
20171
20172 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20173
20174         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20175         encode special characters; fix some kind of misconfigured headers;
20176         signal a real error if debug-on-quit or debug-on-error is non-nil.
20177         (rfc2047-encode-max-chars): New variable.
20178         (rfc2047-encode-1): Use it.
20179         (rfc2047-encode-parameter): New function.
20180
20181         * mml.el (mml-insert-parameter): Remove an excessive space.
20182
20183 2004-07-17  Simon Josefsson  <jas@extundo.com>
20184
20185         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20186         Kai Grossjohann <kai@emptydomain.de>.
20187         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20188         (gnus-group-make-menu-bar): Ditto.
20189
20190         * gnus-util.el (gnus-group-server): Add.
20191
20192 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20193
20194         * message.el (message-clone-locals): Clone sendmail and smtp
20195         variables.
20196
20197 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * rfc2047.el (rfc2047-encode-region): Fix last change.
20200
20201 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20204         characters as non-special.
20205
20206 2004-07-09  Simon Josefsson  <jas@extundo.com>
20207
20208         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20209         Users will lose all flag changes made while unplugged with
20210         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20211         good default.  See numerous reports on ding mailing list.
20212
20213 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20214
20215         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20216         add generate-head-function and generate-article-function to the
20217         rfc822-forward entry.
20218         (nndoc-rfc822-forward-generate-article): New function.
20219         (nndoc-rfc822-forward-generate-head): New function.
20220
20221         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20222
20223 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20224
20225         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20226         respect display group parameter and gnus-summary-expunge-below.
20227         (gnus-articles-to-read): Remove unused reference to display group
20228         parameter.
20229
20230 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20231
20232         * nnheader.el (nnheader-uniquify-message-id): New experimental
20233         variable.
20234         (nnheader-nov-read-message-id): Use it.
20235
20236         * spam-report.el (spam-report-gmane): Add interactive.
20237
20238 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20239
20240         * mm-encode.el (mm-content-transfer-encoding-defaults):
20241         Use qp-or-base64 for the application/* types.
20242
20243 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20244
20245         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20246
20247 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20248
20249         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20250         trim value.
20251
20252 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20253
20254         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20255         New macro and function.
20256         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20257
20258 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20259
20260         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20261         after-load-alist.
20262
20263 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20264
20265         * gnus-group.el (gnus-group-get-new-news-this-group):
20266         Don't update info that isn't there.
20267
20268 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20269
20270         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20271         entry.
20272
20273 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20274
20275         * mm-view.el (mm-inline-render-with-function): Use multibyte
20276         buffer; decode html source by charset.
20277
20278         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20279
20280         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20281         Mule-UCS is loaded under XEmacs.
20282         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20283
20284 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20285
20286         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20287
20288 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * mm-util.el (mm-coding-system-p): Return a coding-system.
20291         (mm-mime-mule-charset-alist): Use shift_jis instead of
20292         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20293         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20294         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20295         instead of japanese-shift-jis and iso-latin-1 respectively in
20296         order to share the default value with both Emacs and XEmacs-mule.
20297         (mm-mule-charset-to-mime-charset):
20298         Make mm-coding-system-priorities effective.
20299         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20300         while predicating of candidates upon the priorities.
20301
20302 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20303
20304         * gnus-sum.el (gnus-summary-make-menu-bar):
20305         Add gnus-uu-invert-processable.
20306
20307         * gnus.el: Autoload gnus-uu-invert-processable.
20308
20309 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * mm-util.el (mm-with-multibyte-buffer): New macro.
20312
20313         * rfc2047.el (rfc2047-encode-string): Use it.
20314         (rfc2047-encode-region): Move point to the end of the region after
20315         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20316
20317 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20320         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20321
20322 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20325         (gnus-cite-parse): Ignore quoted envelope From_.
20326         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20327
20328 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20329
20330         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20331         invalid addresses.
20332
20333 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20334
20335         * spam.el: Change section markers, revise TODO list.
20336         (spam-backends): Make new master list of all installed backends.
20337         (spam-summary-exit-behavior): Add new variable to determine how
20338         messages moves are done at summary exit.
20339         (spam-move-spam-nonspam-groups-only)
20340         (spam-process-ham-in-nonham-groups)
20341         (spam-process-ham-in-spam-groups): Remove variables, the
20342         spam-summary-exit-behavior variable should be used to manage this
20343         behavior.
20344         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20345         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20346         and spam-old-spam-articles.
20347         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20348         Add empty variables, placeholders for the backends they represent.
20349         (spam-set-difference): Move, unchanged.
20350         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20351         unless the user has a processor variable.
20352         (spam-classifications, spam-classification-valid-p)
20353         (spam-backend-properties, spam-backend-property-valid-p)
20354         (spam-backend-function-type-valid-p)
20355         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20356         (spam-report-articles-gmane, spam-report-articles-resend):
20357         Remove functions, they are not needed.
20358         (spam-install-backend-super, spam-backend-list)
20359         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20360         (spam-backend-function, spam-backend-ham-registration-function)
20361         (spam-backend-spam-registration-function)
20362         (spam-backend-ham-unregistration-function)
20363         (spam-backend-spam-unregistration-function)
20364         (spam-backend-statistical-p, spam-backend-mover-p)
20365         (spam-install-backend-alias, spam-install-checkonly-backend)
20366         (spam-install-mover-backend, spam-install-nocheck-backend)
20367         (spam-install-backend, spam-install-statistical-backend)
20368         (spam-install-statistical-checkonly-backend): Add backend installation
20369         support.
20370         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20371         (spam-group-processor-p): Use the new backend code and respect the
20372         summary exit behavior.
20373         (spam-mark-spam-as-expired-and-move-routine): Remove.
20374         (spam-summary-prepare): Change to use the new spam-old-articles
20375         variable.
20376         (spam-copy-or-move-routine, spam-copy-spam-routine)
20377         (spam-move-spam-routine, spam-copy-ham-routine)
20378         (spam-move-ham-routine): Add code to copy/move ham or spam.
20379         (spam-fetch-field-fast): Improve doc and code, plus allow the
20380         'number request.
20381         (spam-list-of-checks, spam-list-of-statistical-checks):
20382         Remove variables.
20383         (spam-split, spam-find-spam): Use the new backend code.
20384         (spam-registration-functions): Remove variable.
20385         (spam-unregister-routine): Add convenience wrapper.
20386         (spam-log-undo-registration, spam-register-routine)
20387         (spam-log-processing-to-registry)
20388         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20389         where possible.
20390         (spam-check-gmane-xref, spam-check-regex-headers)
20391         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20392         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20393         (spam-check-bogofilter-headers, spam-check-spamoracle)
20394         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20395         (spam-check-crm114-headers): Use the spam-split-group that
20396         spam-split prepares, no need to determine it every time.
20397
20398         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20399         to the nnheader-parse-naked-head call.
20400
20401         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20402
20403         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20404         the nnheader-nov-read-message-id call.
20405
20406 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20409         gnus-activate-group twice.  Suggested by Markus Peter
20410         <warp@spin.de>.
20411
20412 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20413
20414         * gnus-art.el (gnus-article-time-format): Exchange the order of
20415         day and month in the default value; fix customization type.
20416         (article-date-ut): Use add-text-properties.
20417         (article-make-date-line): Use message-make-date instead of
20418         current-time-string.
20419
20420         * message.el (message-fetch-field): Don't use set-text-properties.
20421         (message-make-date): Simplify.
20422
20423         * messagexmas.el (message-xmas-make-date): New function.
20424         (message-xmas-redefine): Defalias message-make-date to it.
20425
20426 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20429         (rfc2047-encode-region): Treat text within parentheses as special;
20430         show the original text when error has occurred.
20431
20432         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20433         already-computed method to gnus-activate-group.
20434
20435         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20436         same select-methods identical Lisp objects.
20437
20438         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20439         object when modifying the info.
20440
20441 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20444         gnus-opened-servers since it has never been opened with the new
20445         configuration yet.
20446
20447 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20448
20449         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20450         arg to nnheader-generate-fake-message-id.
20451
20452 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20453
20454         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20455         number and build a fake message ID localized to a group and
20456         article number (so it's repeatable from that point on).
20457         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20458         ID format.
20459
20460         * gnus-sum.el (gnus-get-newsgroup-headers):
20461         Call nnheader-generate-fake-message-id with the article number.
20462
20463 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20464
20465         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20466         end-of-buffer.
20467
20468 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20469
20470         * message.el (message-ignored-supersedes-headers): Add Approved.
20471
20472 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20473
20474         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20475         goto-char.
20476         (rfc2047-encode): Fold the line before encoding.
20477
20478 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20479
20480         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20481         folding -- not all headers can be folded, and this should be done
20482         by the message composition mode.  Probably.  I think.
20483
20484 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20487         fast.
20488
20489         * gnus-ems.el (gnus-remove-image): Don't use
20490         message-text-with-property; remove only the image found first.
20491
20492         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20493         found first.
20494
20495 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20496
20497         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20498
20499 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * message.el (message-text-with-property): Make it fast and accept
20502         optional arguments.
20503         (message-strip-forbidden-properties): Use it.
20504         (message-fix-before-sending): Follow the m-t-w-p change.
20505
20506         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20507
20508 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20509
20510         * gnus-art.el (article-hide-headers): Don't change the buffer
20511         mistakenly when performing mml-preview even if
20512         gnus-single-article-buffer is nil.
20513
20514 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20515
20516         * message.el (message-expand-name-databases): New user option.
20517         (message-expand-name): Use it.
20518
20519 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20520
20521         * spam.el (spam-report-articles-resend)
20522         (spam-report-resend-register-routine): Allow ham reporting.
20523         (spam-report-resend-register-ham-routine): Add wrapper.
20524         (spam-registration-functions): Add ham resending functions.
20525         (spam-list-of-processors): Add ham resend processor.
20526
20527         * gnus.el (ham-resend-to): Add new group parameter.
20528         (spam-process): Add ham resend option.
20529
20530         * spam-report.el (spam-report-resend): Allow reporting ham.
20531         (spam-report-resend-ham): Add wrapper.
20532
20533 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20534
20535         * message.el (message-cite-articles-with-x-no-archive):
20536         New variable.
20537         (message-cite-original): Use it.
20538
20539 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20540
20541         * message.el (message-cite-original): Respect X-No-Archive.
20542
20543 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * gnus-art.el (article-hide-headers): Refer to the values for
20546         gnus-ignored-headers and gnus-visible-headers in the summary
20547         buffer since a user may have set them as group parameters.
20548
20549 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20550
20551         * assistant.el (assistant-node-name): Add convenience function.
20552         (assistant-render-text, assistant-render-node): Add error handling,
20553         plus handle multiple next nodes.
20554         (assistant-find-next-node): Comment out for now.
20555         (assistant-find-next-nodes): Add function, returns list of next
20556         nodes.
20557
20558 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20559
20560         * mail-source.el (mail-source-directory): Fix doc-string.
20561
20562 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20563
20564         * assistant.el (assistant-render-text, assistant-eval): Add :set
20565         widget type, which is different because it takes and returns a
20566         list.  Much hilarity ensues.
20567
20568 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20569
20570         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20571
20572         * gnus-group.el (gnus-group-get-new-news-this-group):
20573         Add doc-string.
20574
20575         * gnus-start.el (gnus-activate-group): Add doc-string.
20576
20577 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20580
20581 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20582
20583         * assistant.el (assistant-render-text): Try to add a :set
20584         widget, more to come.
20585
20586         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20587         strings.
20588         (spam-report-articles-resend)
20589         (spam-register-routine): Do registration iff any articles warrant
20590         it.
20591         (spam-summary-prepare-exit): Change log message for nil group
20592         destinations.
20593
20594 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20595
20596         * spam.el (spam-report-resend-register-routine):
20597         Allow spam-report-resend-to to be a group parameter or a global value.
20598
20599 2004-05-26  Simon Josefsson  <jas@extundo.com>
20600
20601         * starttls.el: Merge with my GNUTLS based starttls.el.
20602         (starttls-gnutls-program, starttls-use-gnutls)
20603         (starttls-extra-arguments, starttls-process-connection-type)
20604         (starttls-connect, starttls-failure, starttls-success):
20605         New variables.
20606         (starttls-program, starttls-extra-args): Doc fix.
20607         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20608         New functions.
20609         (starttls-negotiate, starttls-open-stream):
20610         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20611         function if it is set.
20612
20613 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20614
20615         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20616         structured fields.
20617
20618 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20619
20620         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20621
20622 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20623
20624         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20625         Add variable.
20626         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20627         assigning the spam-mark to new messages.
20628
20629 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20630
20631         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20632
20633 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20636
20637         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20638         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20639         default.
20640
20641 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20642
20643         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20644         correct data.
20645
20646 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20647
20648         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20649         (spam-group-processor-p): Fix function.
20650         (spam-group-processor-multiple-p)
20651         (spam-group-spam-processor-report-gmane-p)
20652         (spam-group-spam-processor-report-resend-p)
20653         (spam-group-spam-processor-bogofilter-p)
20654         (spam-group-spam-processor-blacklist-p)
20655         (spam-group-spam-processor-ifile-p)
20656         (spam-group-ham-processor-ifile-p)
20657         (spam-group-spam-processor-spamoracle-p)
20658         (spam-group-spam-processor-crm114-p)
20659         (spam-group-ham-processor-bogofilter-p)
20660         (spam-group-spam-processor-stat-p)
20661         (spam-group-ham-processor-stat-p)
20662         (spam-group-ham-processor-whitelist-p)
20663         (spam-group-ham-processor-BBDB-p)
20664         (spam-group-ham-processor-spamoracle-p)
20665         (spam-group-ham-processor-copy-p): Remove functions with some
20666         prejudice against unneeded code.
20667         (spam-report-articles-resend)
20668         (spam-report-resend-register-routine): Allow the group/topic
20669         spam-resend-to value to override spam-report-resend-to.
20670         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20671         properly now.
20672
20673         * gnus.el (spam-resend-to): Add group/topic parameter.
20674         (spam-process): Move the OBSOLETE processors to the end of the
20675         choices.
20676
20677 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20678
20679         * spam-report.el (spam-report-resend-to, spam-report-resend):
20680         Start with resend-to set to nil, and then ask the user if necessary.
20681         (spam-report-resend): spam-report-resend takes a list of articles, not
20682         separate article numbers.
20683
20684 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20687         addition to emacs-w3m.
20688
20689 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20690
20691         * assistant.el (assistant-authinfo-data): New function.
20692         (assistant-eval): Eval for entire assistant.
20693
20694         * netrc.el (netrc-services-file): New variable.
20695         (netrc-parse-services): New function.
20696         (netrc-find-service-name): New function.
20697         (netrc-find-service-number): New function.
20698         (netrc-port-equal): New function.
20699         (netrc-machine): Use it.
20700
20701         * nnimap.el (nnimap-open-connection): Use netrc.
20702
20703         * gnus-util.el (gnus-netrc-get): Remove aliases.
20704
20705         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20706
20707         * assistant.el (wid-edit): Fix compilation.
20708
20709         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20710
20711 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20712
20713         * gnus-util.el (gnus-set-file-modes): New function.  (small
20714         patch).
20715
20716 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20717
20718         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20719
20720         * assistant.el (assistant-render-node): Fix up rendering and
20721         read-only text.
20722         (assistant-render-node): Reset.
20723         (assistant-make-read-only): Not sticky.
20724
20725 2004-05-20  Danny Siu  <dsiu@adobe.com>
20726
20727         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20728         centered even when gnus-auto-center-summary is t.
20729
20730 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20731
20732         * dns.el (dns-get-txt-answer): New function.
20733         (dns-read-txt): Ditto.
20734         (query-dns): Use it.
20735
20736 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20737
20738         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20739         active for foreign groups even if the group level is higher than
20740         the specified value.
20741
20742 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20743
20744         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20745         non-active groups.
20746
20747         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20748
20749 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20750
20751         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20752
20753 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20754
20755         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20756         (spam-crm114-header, spam-crm114-spam-switch)
20757         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20758         (spam-crm114-positive-spam-header)
20759         (spam-crm114-database-directory, spam-list-of-processors)
20760         (spam-group-spam-processor-crm114-p)
20761         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20762         (spam-generic-score, spam-list-of-checks)
20763         (spam-list-of-statistical-checks, spam-registration-functions)
20764         (spam-check-crm114-headers, spam-crm114-score)
20765         (spam-check-crm114, spam-crm114-register-with-crm114)
20766         (spam-crm114-register-spam-routine)
20767         (spam-crm114-unregister-spam-routine)
20768         (spam-crm114-register-ham-routine)
20769         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20770         From asjo@koldfront.dk (Adam Sjøgren).
20771
20772         * gnus.el: Add spam-use-crm114.
20773
20774         * spam.el (spam-list-of-processors, spam-registration-functions):
20775         Add spam-use-resend.
20776         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20777         (spam-report-articles-gmane): Add doc fix.
20778         (spam-report-articles-resend, spam-report-resend-register-routine):
20779         Add wrappers around spam-report-resend-to.
20780
20781         * spam-report.el (spam-report-resend-to, spam-report-resend):
20782         Add support for resending spam.
20783         (spam-report-gmane): Fix line length >80.
20784
20785         * gnus.el (spam-process): Add spam-use-resend.
20786
20787 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20788
20789         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20790         number of processed spam messages.
20791         (spam-ham-copy-or-move-routine): Return the number of processed
20792         ham messages.
20793         (spam-summary-prepare-exit): Use the above values to decide
20794         whether status messages shouled be displayed.
20795
20796 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20799         `rfc2047-encoding-function-alist' in order to avoid conflicting
20800         with the old version.
20801         (rfc2047-encode-region): Concatenate words containing non-ASCII
20802         characters in structured fields; don't encode space-delimited
20803         ASCII words even in unstructured fields; don't break words at
20804         char-category boundaries.
20805         (rfc2047-encode-1): New function.
20806         (rfc2047-encode): Use it; encode text so that it occupies the
20807         maximum width within 76-column; work correctly on Q encoding for
20808         iso-2022-* charsets.
20809         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20810         sure not to break a line just after the header name.
20811         (rfc2047-b-encode-region): Remove.
20812         (rfc2047-b-encode-string): New function.
20813         (rfc2047-q-encode-region): Remove.
20814         (rfc2047-q-encode-string): New function.
20815
20816         * mm-util.el (mm-replace-in-string): New function.
20817
20818 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20819
20820         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20821         Really get it right.
20822         (gnus-inews-make-draft): Really.
20823
20824 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20825
20826         * nnmh.el (nnmh-request-list-1): Don't check the link count
20827         before descending.  (small patch)
20828
20829 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20830
20831         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20832         stuff.
20833
20834         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20835         Match on real group name.
20836
20837         * gnus-art.el (gnus-signature-limit): Doc fix.
20838
20839         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20840
20841         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20842
20843 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20844
20845         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20846         isn't a string.
20847
20848 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20849
20850         * gnus-draft.el (gnus-draft-send):
20851         Bind rfc2047-encode-encoded-words.
20852
20853         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20854         (rfc2047-encodable-p): Say that =? needs encoding.
20855         (rfc2047-encode-encoded-words): New variable.
20856
20857         * gnus-group.el (gnus-group-select-group): Doc fix.
20858
20859         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20860
20861         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20862         to nil.
20863
20864         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20865
20866         * nnheader.el (nnheader-get-lines-and-char): New function.
20867
20868 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20869
20870         * gnus-msg.el (gnus-summary-followup-with-original):
20871         Document yanking of region when active.
20872
20873 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20876         groups if the group level is higher than the specified value.
20877
20878 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20879
20880         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20881         (gnus-group-jump-to-group): Add prefix argument using
20882         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20883         non-active group.
20884
20885         * compface.el (uncompface): Be verbose when changing
20886         `uncompface-use-external'.
20887
20888         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20889         handle manual section.
20890
20891 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20892
20893         * gnus-art.el (gnus-button-alist): Revert previous change.
20894
20895 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20896
20897         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20898
20899 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20900
20901         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20902         whether backend can accept message.
20903
20904         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20905
20906 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20907
20908         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20909         Avoid creating directory when nntp-marks-is-evil is true.
20910         Reported by Reiner Steib.
20911
20912 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20913
20914         * gnus-picon.el (gnus-picon-style): New variable.
20915         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20916         (gnus-picon-transform-address): Support `gnus-picon-style'.
20917         From Jesper Harder <harder@ifa.au.dk>.
20918
20919 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20920
20921         * message.el (message-fill-field): Return point.
20922         (message-generate-headers): Go to end of field.
20923
20924         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20925         stuff for non-living groups.
20926
20927 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20928
20929         * gnus-art.el (gnus-article-followup-with-original)
20930         (gnus-article-reply-with-original): gnus-mark-active-p ->
20931         gnus-region-active-p.
20932
20933 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20934
20935         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20936         only when there is spam or ham to be processed.
20937
20938 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20939
20940         * mail-source.el (mail-source-delete-crash-box): Refactor.
20941         (mail-source-fetch): Use it.
20942         (mail-source-fetch-file): Ditto.
20943         (mail-source-fetch-directory): Run postscript in loop.
20944         (mail-source-fetch-pop): Delete.
20945         (mail-source-fetch-maildir): Ditto.
20946         (mail-source-fetch-imap): Ditto.
20947
20948         * imap.el (imap-authenticators): Comment out sasl.
20949
20950         * message.el (message-skip-to-next-address): New function.
20951         (message-fill-header-address): Refactor.
20952         (message-fill-address): Use it.
20953         (message-delete-address): Use it.
20954         (message-fill-header-general): Refactor.
20955         (message-fill-field-address): Rename.
20956         (message-narrow-to-field): Find the start of the header.
20957         (message-header-format-alist): Don't pre-fill.
20958         (message-fill-header): Remove.
20959         (message-insert-header): New function.
20960         (message-shorten-references): Use it.
20961
20962         * rfc2047.el (rfc2047-field-value): Strip props.
20963
20964         * mail-parse.el (mail-header-make-address): New alias.
20965
20966         * ietf-drums.el (ietf-drums-make-address): New function.
20967
20968         * imap.el: Add compiler directives.
20969
20970         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20971
20972         * gnus-art.el (article-decode-idna-rhs): Don't use
20973         message-idna-inside-rhs-p.
20974
20975 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20976
20977         * message.el (message-idna-inside-rhs-p): Remove.
20978         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20979
20980         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20981         false positives.
20982
20983 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20984
20985         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20986
20987 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20988
20989         * nneething.el (nneething-file-name): Don't create spurious
20990         files.
20991
20992         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20993         (gnus-inews-do-gcc): Remove sleep.
20994
20995         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20996         part under point.
20997
20998         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20999         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21000
21001 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21002
21003         * spam.el (spam-summary-prepare-exit): Fix (length).
21004
21005 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21006
21007         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21008         as expired without moving it" message when there are spam
21009         messages left.
21010
21011 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21012
21013         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21014         header is not nil.
21015
21016 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21017
21018         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21019         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21020         (nntp-marks-changed-p): New arg SERVER.
21021         (nntp-request-update-info): Adjust caller.
21022
21023 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21024
21025         * nntp.el (nntp-save-marks): Pass missing arg.
21026
21027 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21028
21029         * nntp.el: Support marks.
21030         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21031         (nntp-marks-modtime, nntp-marks-directory): New variables.
21032         (nntp-request-set-mark, nntp-request-update-info)
21033         (nntp-possibly-create-directory, nntp-marks-changed-p)
21034         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21035         New functions.
21036
21037 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21038
21039         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21040         (gnus-xmas-redefine): Rename.
21041
21042         * gnus-score.el (gnus-score-insert-help):
21043         Use gnus-select-lowest-window.
21044
21045         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21046         appt-select-lowest-window and rename to gnus-select-lowest-window.
21047
21048         * gnus.el: do.
21049
21050 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21051
21052         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21053         encodings of MIME-encoded words, in order to improve
21054         interoperability with several broken MUAs.
21055
21056 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21057
21058         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21059         tags, only when charsets are not specified in headers.
21060         (mm-inline-text-html-render-with-w3m): Ditto.
21061
21062         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21063         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21064
21065 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21066
21067         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21068         instead of MIME-decoded from fields when checking
21069         `gnus-article-address-banner-alist'.
21070
21071 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21072
21073         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21074         description rather than subject.
21075
21076 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21077
21078         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21079
21080 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21081
21082         * gnus.el (gnus-version-number): Bump.
21083
21084 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21085
21086         * gnus.el: No Gnus v0.2 is released.
21087
21088 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21089
21090         * gnus-agent.el (gnus-agent-read-agentview):
21091         Inline gnus-uncompress-range.
21092
21093 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21094
21095         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21096         `exec-installed-p'.
21097
21098 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21099
21100         * gnus.el (spam-process, spam-autodetect-methods):
21101         Add bsfilter and bsfilter-headers.
21102
21103         * spam.el (spam-bsfilter): New customize group.
21104         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21105         (spam-bsfilter-header, spam-bsfilter-probability-header)
21106         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21107         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21108         (spam-bsfilter-database-directory): New options.
21109         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21110         (spam-list-of-statistical-checks, spam-registration-functions):
21111         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21112         (spam-bsfilter-score): New command.
21113         (spam-check-bsfilter-headers, spam-check-bsfilter)
21114         (spam-bsfilter-register-with-bsfilter)
21115         (spam-bsfilter-register-spam-routine)
21116         (spam-bsfilter-unregister-spam-routine)
21117         (spam-bsfilter-register-ham-routine)
21118         (spam-bsfilter-unregister-ham-routine): New functions.
21119         (spam-generic-score): Support bsfilter; Accept an optional argument
21120         to recalcurate spam score even if scoring header has already been
21121         added.
21122         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21123         optional argument to recalcurate spam score even if scoring header
21124         has already been added.
21125
21126 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21127
21128         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21129         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21130         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21131         link is missing.
21132
21133 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21134
21135         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21136         (html2text-get-attr): Rewrite.
21137
21138         * message.el (message-setup-1): Remove redundant put-text-property
21139         on mail-header-separator.
21140
21141 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21142
21143         * gnus-registry.el (gnus-registry-cache-whitespace)
21144         (gnus-registry-action, gnus-registry-spool-action)
21145         (gnus-registry-split-fancy-with-parent): Change message levels
21146         from 5 to 3 or 7, as needed.
21147
21148         * spam.el (spam-summary-prepare-exit)
21149         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21150         (spam-split, spam-find-spam, spam-log-undo-registration)
21151         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21152         level from 5 to 6.
21153
21154 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21157         2004-03-04 change).
21158
21159 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21160
21161         * sieve-manage.el (sieve-manage-open):
21162         * nnweb.el (nnweb-insert-html):
21163         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21164         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21165         * nnspool.el (nnspool-request-group):
21166         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21167         * nnml.el (nnml-request-update-info):
21168         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21169         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21170         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21171         (nnimap-request-set-mark):
21172         * nnfolder.el (nnfolder-request-update-info):
21173         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21174         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21175         * gnus-uu.el (gnus-uu-find-articles-matching):
21176         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21177         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21178         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21179         * gnus-nocem.el (gnus-nocem-scan-groups):
21180         * gnus-int.el (gnus-start-news-server):
21181         * gnus-group.el (gnus-group-make-kiboze-group)
21182         (gnus-group-browse-foreign-server):
21183         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21184         Use mapc when appropriate.
21185
21186 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21187
21188         FIXME: Make separate entries for each person.
21189
21190         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21191         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21192         <shields@msrl.com>:
21193
21194         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21195         may need for spam sorting and scoring.
21196         (spam-user-format-function-S): Add user format function suitable for
21197         general use.
21198         (spam-article-sort-by-spam-status): Add sorting function for summary
21199         sorting.
21200         (spam-extra-header-to-number): Add function to get a score from a
21201         header.
21202         (spam-summary-score): Add function to get a numeric score from the
21203         headers.
21204         (spam-generic-score): Fix function doc, was in wrong place.
21205         (spam-initialize): Take symbols when it's run, and install the
21206         extra headers that spam-necessary-extra-headers thinks we need.
21207
21208 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21209
21210         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21211         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21212
21213 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21214
21215         * gnus-sum.el (gnus-set-global-variables)
21216         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21217         (gnus-article-get-xrefs, gnus-summary-best-group)
21218         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21219         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21220         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21221         Use with-current-buffer.
21222
21223 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21224
21225         * spam.el (spam-summary-prepare-exit): Simplify logic.
21226         (spam-fetch-article-header): Read the article header if it's not
21227         available.
21228         (spam-list-articles): Simplify logic.
21229         (spam-filelist-register-routine): Fix bug with unregister-list.
21230
21231         * gnus-registry.el: Fix comments at beginning.
21232
21233 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21234
21235         * message.el (message-cater-to-broken-inn): Remove.
21236         (message-shorten-references): Make sure the total folded length of
21237         References is shorter than 998 characters to cater to a bug in INN
21238         2.3.  Also, don't pretend that references aren't folded -- this
21239         hasn't worked for a while.
21240
21241 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21242
21243         * gnus-agent.el (gnus-agentize):
21244         gnus-agent-send-mail-real-function no longer set to current value
21245         of message-send-mail-function but rather a lambda that calls
21246         message-send-mail-function.  The change makes the agent real-time
21247         responsive to user changes to message-send-mail-function.
21248
21249 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21250
21251         * legacy-gnus-agent.el
21252         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21253         help from Florian Weimer <fw@deneb.enyo.de>
21254
21255 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21256
21257         * nnmail.el (nnmail-cache-insert): Revert last change.
21258
21259 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21260
21261         * nnmail.el (nnmail-cache-insert): Always check whether
21262         nnmail-cache-ignore-groups matches a group name.
21263
21264 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21265
21266         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21267         (spam-find-spam, spam-log-processing-to-registry)
21268         (spam-log-registered-p, spam-log-unregistration-needed-p)
21269         (spam-log-undo-registration): Use gnus-message instead of
21270         gnus-error, none of these errors are fatal.
21271
21272         * gnus-registry.el (gnus-registry-clean-empty-function)
21273         (gnus-registry-clean-empty): Remove only empty entries without
21274         extra data.
21275
21276 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21277
21278         * spam-stat.el (spam-stat-buffer-change-to-spam)
21279         (spam-stat-buffer-change-to-non-spam): Change (error) to
21280         (gnus-message 8) invocation.
21281
21282 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21283
21284         * nntp.el (nntp-via-netcat-command): New variable.
21285         (nntp-via-netcat-switches): New variable.
21286         (nntp-open-via-rlogin-and-netcat): New function.
21287         (nntp-open-connection-function): Doc fix.
21288         (nntp-telnet-command): Doc fix.
21289         (nntp-end-of-line): Doc fix.
21290         (nntp-via-rlogin-command): Doc fix.
21291         (nntp-via-user-name): Doc fix.
21292         (nntp-via-address): Doc fix.
21293
21294 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21295
21296         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21297         error in Emacs 21.1.
21298
21299 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21300
21301         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21302
21303 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21304
21305         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21306         (gnus-agent-with-refreshed-group): New macro.
21307         (gnus-agent-rename-group): New function.
21308         (gnus-agent-delete-group): New function.
21309         (gnus-agent-save-group-info): Use gnus-command-method when
21310         `method' parameter is nil.  Don't write nil entries into the
21311         active file.
21312         (gnus-agent-get-group-info): New function.
21313         (gnus-agent-fetch-articles):
21314         Use gnus-agent-update-files-total-fetched-for to increment disk space
21315         used.
21316         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21317         Use gnus-agent-update-view-total-fetched-for to increment disk space
21318         used.
21319         (gnus-agent-get-local): Add optional parameters to avoid calling
21320         gnus-group-real-name and gnus-find-method-for-group.
21321         (gnus-agent-set-local): Delete stored entry if either min, or max,
21322         are nil.
21323         (gnus-agent-fetch-session): Reworded error/quit messages.
21324         On quit, use gnus-agent-regenerate-group to record existance of any
21325         articles fetched to disk before the quit occurred.
21326         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21327         gnus-agent-update-view-total-fetched-for, and
21328         gnus-agent-update-files-total-fetched-for to decrement disk space
21329         used.
21330         (gnus-agent-retrieve-headers):
21331         Use gnus-agent-update-view-total-fetched-for to increment disk space
21332         used.
21333         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21334         with gnus-agent-update-files-total-fetched-for to decrement disk
21335         space and fresh group buffer.
21336         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21337         (gnus-agent-need-update-total-fetched-for): New variable.
21338         (gnus-agent-update-files-total-fetched-for): New function.
21339         (gnus-agent-update-view-total-fetched-for): New function.
21340         (gnus-agent-total-fetched-for): New function.
21341
21342         * gnus-cache.el (gnus-cache-save-buffers):
21343         Use gnus-cache-update-overview-total-fetched-for to change disk space
21344         used by this group.
21345         (gnus-cache-possibly-enter-article):
21346         Use gnus-cache-update-file-total-fetched-for to increment disk space
21347         used by this group.
21348         (gnus-cache-possibly-remove-article):
21349         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21350         used by this group.
21351         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21352         (gnus-cache-rename-group): New function.
21353         (gnus-cache-delete-group): New function.
21354         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21355         (gnus-cache-need-update-total-fetched-for): New variable.
21356         (gnus-cache-with-refreshed-group): New macro.
21357         (gnus-cache-update-file-total-fetched-for): New function.
21358         (gnus-cache-update-overview-total-fetched-for): New function.
21359         (gnus-cache-rename-group-total-fetched-for): New function.
21360         (gnus-cache-delete-group-total-fetched-for): New function.
21361         (gnus-cache-total-fetched-for): New function.
21362
21363         * gnus-group.el: Require gnus-sum and autoload functions to
21364         resolve warnings when gnus-group.el compiled alone.
21365         (gnus-group-line-format): Documented new %F.
21366         (size of Fetched data) group line format; identifies disk space
21367         used by agent and cache.
21368         (gnus-group-line-format-alist): Defined new F format.
21369         (gnus-total-fetched-for): New function.
21370         (gnus-group-delete-group): No longer update
21371         gnus-cache-active-altered as gnus-request-delete-group now keeps
21372         the cache in sync.
21373         (gnus-group-list-active): Let the agent store a server's active
21374         list if currently plugged.
21375
21376         * gnus-int.el (gnus-request-delete-group):
21377         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21378         local disk in sync with the server.
21379         (gnus-request-rename-group):
21380         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21381         local disk in sync with the server.
21382
21383         * gnus-start.el (gnus-get-unread-articles):
21384         Cosmetic simplification to logic.
21385
21386         * gnus-util.el (gnus-rename-file): New function.
21387
21388 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21389
21390         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21391
21392 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21393
21394         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21395         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21396
21397 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21398
21399         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21400         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21401
21402 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21403
21404         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21405
21406 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21407
21408         * spam.el (spam-set-difference): Add function to replace
21409         gnus-set-difference in spam.el.
21410         (spam-summary-prepare-exit): Use spam-set-difference.
21411
21412 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21413
21414         * gnus-registry.el (gnus-registry-cache-file): Update to use
21415         gnus-dribble-directory OR gnus-home-directory OR ~.
21416         (gnus-registry-split-fancy-with-parent): Fix doc.
21417
21418 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21419
21420         * message.el (message-exchange-point-and-mark):
21421         Use message-mark-active-p.  Suggested by Jesper Harder
21422         <harder@ifa.au.dk>.
21423
21424 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * message.el (message-exchange-point-and-mark): Don't activate
21427         region if it was inactive.  Suggested by Hiroshi Fujishima
21428         <pooh@nature.tsukuba.ac.jp>.
21429
21430 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * gnus-art.el (article-display-face): Display Faces in the same
21433         order as X-Faces.
21434
21435 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21438
21439 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21440
21441         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21442         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21443         (gnus-article-mime-hierarchy): Remove.
21444         (gnus-article-mime-hierarchy-next): Remove.
21445         (gnus-article-mode): Revert 2004-03-19 change.
21446         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21447         (gnus-insert-mime-button): Revert 2004-03-19 change.
21448         (gnus-mime-accumulate-hierarchy): Remove.
21449         (gnus-mime-enter-multipart): Remove.
21450         (gnus-mime-leave-multipart): Remove.
21451         (gnus-mime-display-part): Revert 2004-03-19 change.
21452         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21453
21454         * mml.el (mml-preview): Revert 2004-03-19 change.
21455
21456 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21457
21458         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21459
21460 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21461
21462         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21463         t while entering a file name using the mm-with-multibyte macro.
21464         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21465
21466         * mm-util.el (mm-with-multibyte): New macro.
21467
21468 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21469
21470         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21471         New user option.
21472         (gnus-mime-multipart-functions): Doc and customization fix.
21473         (gnus-article-mime-hierarchy): New variable.
21474         (gnus-article-mime-hierarchy-next): New variable.
21475         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21476         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21477         gnus-article-mime-hierarchy-next to nil.
21478         (gnus-insert-mime-button): Show hierarchy numbers.
21479         (gnus-mime-accumulate-hierarchy): New function.
21480         (gnus-mime-enter-multipart): New function.
21481         (gnus-mime-leave-multipart): New function.
21482         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21483         (gnus-mime-display-alternative): Show hierarchy numbers.
21484
21485         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21486         gnus-article-mime-hierarchy-next to nil.
21487
21488 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21489
21490         * dns.el: Don't require gnus-xmas.
21491
21492 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21493
21494         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21495         inline PGP.
21496         (mml-menu): Disable mml-quote-region if mark is inactive.
21497
21498 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21499
21500         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21501         when the group's active is not available.
21502
21503 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21506         error.
21507
21508 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21509
21510         * imap.el (imap-store-password): New variable.
21511         (imap-interactive-login): Use it.
21512         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21513
21514 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21517         window-start and hscroll to summary window.
21518
21519 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21520
21521         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21522         conversion message to newsrc-dribble when an actual conversion is
21523         performed.
21524
21525 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21526
21527         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21528
21529 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21530
21531         * mm-decode.el (mm-complicated-handles): New function reviving
21532         former definition of mm-multiple-handles.
21533
21534         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21535         (gnus-mime-delete-part): Use it.
21536
21537 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21538
21539         * gnus-agent.el (gnus-agent-read-local):
21540         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21541         avoid the implicit assumption that they will always be equal.
21542         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21543         coding-system-for-write, as the with-temp-file macro first prints
21544         to a buffer then saves the buffer.
21545
21546 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21547
21548         * gnus-art.el (gnus-article-edit-part): New function.
21549         (gnus-mime-save-part-and-strip): Use it; do query instead of
21550         signaling an error; don't use mm-multiple-handles.
21551         (gnus-mime-delete-part): Ditto.
21552
21553 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21554
21555         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21556         old file versions.
21557         (gnus-group-prepare-hook): Remove function that converted list
21558         form of gnus-agent-expire-days to group properties.
21559
21560         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21561         (gnus-request-accept-article): Re-indented.
21562
21563         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21564         converters to handle old agent file formats.  Add logic for a
21565         "backup before upgrading warning".
21566         (gnus-convert-mark-converter-prompt): Developers can mark
21567         functions as needing (default), or not needing,
21568         gnus-convert-old-newsrc's "backup before upgrading warning".
21569         (gnus-convert-converter-needs-prompt): Tests whether the user
21570         should be protected from potentially irreversable changes by the
21571         function.
21572
21573         * legacy-gnus-agent.el: New.  Provides converters that are only
21574         loaded when gnus-convert-old-newsrc needs to call them.
21575
21576 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * mail-source.el (mail-source-touch-pop): Doc fix.
21579
21580         * message.el (message-smtpmail-send-it): Doc fix.
21581
21582 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21583
21584         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21585
21586         * nnmail.el (nnmail-split-fancy): do.
21587
21588         * gnus-kill.el (gnus-kill, gnus-execute): do.
21589
21590 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21591
21592         * gnus-sum.el (gnus-widget-reversible-match)
21593         (gnus-widget-reversible-to-internal)
21594         (gnus-widget-reversible-to-external): New functions.
21595         (gnus-widget-reversible): New widget.
21596         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21597
21598 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21599
21600         * gnus-sum.el (gnus-thread-sort-functions)
21601         (gnus-article-sort-functions): Document `(not F)' items.
21602
21603 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21604
21605         * spam.el (spam-use-gmane-xref): Add new backend.
21606         (spam-gmane-xref-spam-group): Add variable to control the name of the
21607         Gmane spam group.
21608         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21609         (spam-regex-headers-spam, spam-regex-headers-ham)
21610         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21611         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21612         backends and checks.
21613         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21614
21615         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21616         an autodetect method.
21617
21618 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21619
21620         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21621         articles are being added to a group.
21622         (gnus-request-replace-article): Inform the agent that articles
21623         need to be uncached as the cached contents are no longer valid.
21624
21625 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21626
21627         * binhex.el: Don't autoload executable-find.
21628
21629         * canlock.el: Don't autoload mail-fetch-field.
21630
21631         * dgnushack.el: Autoload c-mode for XEmacs.
21632
21633         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21634
21635         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21636         rmail-dont-reply-to and rmail-output.
21637
21638         * gnus-score.el: Don't autoload ffap-string-at-point.
21639
21640         * gnus-setup.el: Don't autoload sc-cite-original.
21641
21642         * imap.el: Don't autoload base64-decode-string,
21643         base64-encode-string and md5.
21644
21645         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21646         and rmail-msg-restore-non-pruned-header.
21647
21648         * mm-decode.el: Don't autoload executable-find.
21649
21650         * mm-url.el: Don't autoload executable-find.
21651
21652         * mm-view.el: Don't autoload diff-mode.
21653
21654         * nndb.el: Don't autoload news-reply-mode, news-setup,
21655         cancel-timer and telnet.
21656
21657         * password.el: Don't autoload run-at-time for Emacs.
21658
21659         * sha1-el.el: Don't autoload executable-find.
21660
21661         * sieve-mode.el: Don't autoload c-mode.
21662
21663         * uudecode.el: Don't autoload executable-find.
21664
21665 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21666
21667         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21668         (gnus-agent-possibly-alter-active): Avoid null in numeric
21669         comparison.
21670         (gnus-agent-set-local): Refuse to save null in local object table.
21671         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21672         list of articles that will be marked as unread.
21673
21674 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21675
21676         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21677
21678 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21679
21680         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21681         language tags.
21682
21683 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21684
21685         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21686         Don't bind "obarray".
21687
21688         * gnus-sum.el (gnus-thread-sort-functions):
21689         Add `gnus-thread-sort-by-most-recent-number' and
21690         `gnus-thread-sort-by-most-recent-date'.
21691         Reported by Kai Grossjohann <kai@emptydomain.de>.
21692
21693 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21694
21695         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21696
21697 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21698
21699         * gnus-cus.el (gnus-agent-customize-category):
21700         Remove ignore-errors macro reference that required cl to be loaded at
21701         run-time.
21702
21703         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21704         single-interval range of the form (min . max).  Previously the
21705         range had to look like ((min . max)).  Likewise, return
21706         (min . max) rather than ((min . max)).
21707         (gnus-range-map): Use gnus-range-normalize to accept
21708         single-interval range.
21709
21710         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21711         the cache, but not the agent, now appear with their usual face.
21712
21713         * dgnushack.el (loaddir): New variable that is bound to the
21714         directory containing the dgnushack.el file. Use loaddir, rather
21715         than srcdir, to update load-path. Change lets dgnushack compile
21716         code in directories other than GNUS/lisp.
21717
21718 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21719
21720         * lpath.el: Don't bind w3m-safe-url-regexp.
21721
21722         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21723         w3m-safe-url-regexp variable buffer-local.
21724
21725         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21726
21727 2004-02-27  Simon Josefsson  <jas@extundo.com>
21728
21729         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21730         gnus-group-real-prefix.
21731         (gnus-summary-move-article): Use it, instead of
21732         gnus-group-real-prefix.
21733
21734 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21735
21736         * lpath.el: Bind w3m-safe-url-regexp.
21737
21738         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21739         w3m-safe-url-regexp variable buffer-local and set it as the value
21740         of mm-w3m-safe-url-regexp.
21741
21742         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21743
21744         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21745         parsing gnus-posting-styles when the message is not for replying.
21746
21747         * dgnushack.el: Autoload sgml-mode for XEmacs.
21748
21749         * nnrss.el (nnrss-opml-export):
21750         Use mm-set-buffer-file-coding-system instead of
21751         set-buffer-file-coding-system.
21752
21753 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21754
21755         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21756         of checkdoc.el).
21757         * nnrss.el: do.
21758         * gnus-mlspl.el: do.
21759         * gnus-ml.el: do.
21760         * gnus-srvr.el: do.
21761
21762         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21763
21764 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21765
21766         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21767         Corrections to custom-manual links.
21768
21769         * gnus-art.el (gnus-article): Ditto.
21770
21771         * mm-decode.el (mime-display, mime-security): Ditto.
21772
21773 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21774
21775         * flow-fill.el: Typo.
21776
21777 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21778
21779         * spam-wash.el: New file.
21780
21781 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21782
21783         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21784
21785 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21786
21787         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21788         to be run with new-articles as LIST1, not LIST2.
21789         (spam-registration-functions): Add spam-use-ham-copy as a nil
21790         registration backend.
21791
21792 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21793
21794         * spam-stat.el (spam-stat-washing-hook): New option.
21795         (spam-stat-buffer-words): Use it.
21796         (spam-stat-process-directory, spam-stat-test-directory):
21797         Use insert-file-contents-literally.
21798         (spam-stat-coding-system): New variable.
21799         (spam-stat-load, spam-stat-save): Use it.
21800
21801 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21802
21803         * spam-report.el (spam-report-plug-agent):
21804         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21805
21806 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21807
21808         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21809         Allow / in mailto URLs.
21810
21811 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21812
21813         * spam-report.el (spam-report-process-queue): Fix interactive use.
21814         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21815         (spam-report-unplug-agent): Doc fixes.
21816         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21817         (spam-report-agentize, spam-report-deagentize): Autoload.
21818
21819 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21820
21821         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21822
21823         * message.el (message-setup-fill-variables): Add mml tags to
21824         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21825         <ajk@iu.edu>.
21826         (message-mode): Don't modify paragraph-separate there.
21827
21828 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21829
21830         * compface.el (uncompface-use-external): Default to undecided.
21831         (uncompface-use-external-threshold): New variable.
21832         (uncompface-float-time): New macro.
21833         (uncompface): Determine whether to use the external decoder if
21834         uncompface-use-external is undecided.
21835
21836 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21837
21838         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21839         after images.
21840
21841         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21842
21843 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21844
21845         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21846
21847         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21848
21849         * gnus-sum.el (gnus-summary-limit-to-age)
21850         (gnus-summary-limit-children): do.
21851
21852         * gnus-int.el (gnus-request-scan): do.
21853
21854         * gnus-group.el (gnus-group-suspend): do.
21855
21856         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21857
21858         * gnus-cite.el (gnus-cite-parse-attributions): do.
21859
21860         * gnus-agent.el (gnus-summary-set-agent-mark)
21861         (gnus-agent-regenerate-group): do.
21862
21863         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21864
21865         * binhex.el (binhex-decode-region-internal): do.
21866
21867 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21868
21869         * gnus-fun.el (gnus-face-properties-alist): New user option.
21870         (gnus-display-x-face-in-from): Use it.
21871
21872         * gnus-art.el (article-display-face): Ditto.
21873
21874         * compface.el (uncompface-use-external): Default to nil.
21875
21876 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21877
21878         * nntp.el (nntp-erase-buffer): New function.
21879         (nntp-retrieve-data, nntp-send-command)
21880         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21881         (nntp-possibly-change-group): Use it.
21882
21883         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21884         Use with-current-buffer.
21885
21886 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21887
21888         * compface.el: Merge the ELisp-based uncompface program.
21889         (compface): New customization group.
21890         (uncompface-use-external): New user option.
21891         (uncompface): Call uncompface-internal if uncompface-use-external
21892         is nil.
21893         (uncompface-internal): New function.  Note that there are also
21894         some other functions and variables added for this function.
21895
21896 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21897
21898         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21899         if necessary.
21900
21901 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21902
21903         * spam-report.el (spam-report-unplug-agent)
21904         (spam-report-plug-agent, spam-report-deagentize)
21905         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21906         Add support for the Agent in spam-report: when unplugged, report to a
21907         file; when plugged, submit all the requests.
21908
21909         * spam.el (spam-register-routine): Fix message about
21910         registration.
21911
21912 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21913
21914         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21915         dependencies.
21916         (rfc2047-encode): Use it.
21917
21918         * gnus-art.el (gnus-button-marker-list): Move before first
21919         reference.
21920
21921         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21922         (imap-parse-body): Fix format string mismatch.
21923
21924         * gnus-score.el (gnus-summary-increase-score): do.
21925
21926         * nnrss.el (nnrss-close): New function.
21927
21928 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21929
21930         * nnrss.el (nnrss-make-filename): New function.
21931         (nnrss-request-delete-group, nnrss-read-server-data)
21932         (nnrss-save-server-data, nnrss-read-group-data)
21933         (nnrss-save-group-data): Use it.
21934         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21935         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21936         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21937
21938 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21939
21940         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21941
21942 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21943
21944         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21945         files.
21946
21947         * message.el (message-generate-headers-first): Don't quote nil
21948         and t in docstrings.
21949
21950         * imap.el (imap-id): do.
21951
21952         * gnus-agent.el (gnus-agent-consider-all-articles)
21953         (gnus-agent-queue-mail): do.
21954
21955 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21956
21957         * spam-report.el (spam-report-process-queue): New function.
21958         Process requests from `spam-report-requests-file'.
21959         (spam-report-process-queue): Doc fix.
21960
21961 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21962
21963         * spam.el (spam-register-routine)
21964         (spam-log-processing-to-registry, spam-log-registered-p)
21965         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21966         Change "check" to "spam-check" for semi-clarity.
21967
21968 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21969
21970         * pop3.el: Require nnheader.
21971
21972         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21973
21974         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21975
21976         * gnus-picon.el: Require cl.
21977
21978         * gnus-fun.el: Require gnus-ems and gnus-util.
21979
21980         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21981
21982         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21983
21984         * gnus-art.el (gnus-article-edit-mode): Define before first
21985         reference.
21986
21987 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21988
21989         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21990         (gnus-uu-post-encoded): Use point-at-bol.
21991
21992         * gnus-topic.el (gnus-group-active-topic-p): do.
21993
21994         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21995
21996         * gnus-group.el (gnus-group-kill-region): do.
21997
21998         * gnus-art.el (article-date-ut): do.
21999
22000         * message.el (message-fetch-field): Remove redundant
22001         case-fold-search binding.
22002         (message-narrow-to-field): Simplify.
22003
22004 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22005
22006         * spam.el (spam-directory): Derive from `gnus-directory'.
22007
22008         * spam-report.el (spam-report-url-to-file)
22009         (spam-report-requests-file): New function and variable for offline
22010         reporting.
22011         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22012         and user defined function.
22013         (spam-report-url-ping-mm-url): Remove doubled slash.
22014
22015 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22016
22017         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22018
22019 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22020
22021         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22022         Fix format string mismatch.
22023
22024         * sieve.el (sieve-deactivate-all): do.
22025
22026         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22027
22028         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22029
22030         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22031
22032         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22033
22034 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22035
22036         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22037         the list of checks.
22038
22039 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22040
22041         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22042         padding.
22043
22044 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22045
22046         * mm-view.el (mm-fill-flowed): New variable.
22047         (mm-inline-text): Use it.
22048
22049 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22050
22051         * spam.el (spam-spamassassin-register-ham-routine)
22052         (spam-spamassassin-register-spam-routine): Fix function names.
22053
22054 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22055
22056         * gnus.el (gnus-tmp-grouplens): Remove.
22057         (gnus-summary-line-format): Remove grouplens.
22058
22059         * gnus-group.el (gnus-group-line-format): Ditto.
22060
22061         * gnus-spec.el (gnus-format-specs): Ditto.
22062         (gnus-update-format-specifications): Flush the group format spec
22063         cache if there's the grouplens stuff.
22064         (gnus-parse-simple-format): Replace %l with the empty string.
22065
22066 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22067
22068         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22069         omission.
22070
22071 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22072
22073         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22074         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22075
22076 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22077
22078         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22079         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22080         New macros and functions.
22081         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22082         Handle > NLINK_MAX messages.
22083         * nnmaildir.el (nnmaildir-request-set-mark):
22084         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22085
22086 2004-01-25  Alex Schroeder  <alex@gnu.org>
22087
22088         * spam-stat.el (spam-stat-process-directory-age): New option.
22089         (spam-stat-process-directory): Use it.
22090
22091 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22092
22093         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22094         (spam-stat-save): Accept prefix argument.
22095
22096 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22097
22098         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22099         links" error.
22100
22101 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22102
22103         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22104         the rest of the and/or forms.
22105
22106 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22107
22108         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22109         compatibility with old .newsrc.eld files.
22110
22111         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22112
22113         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22114
22115         * gnus-start.el (gnus-1): do.
22116
22117         * gnus-group.el (gnus-group-line-format-alist): do.
22118
22119         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22120
22121         * gnus-gl.el: Remove.
22122
22123 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22124
22125         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22126         marks consisting of a single range {for example, (3 . 5)} rather
22127         than a list of a single range { ((3 . 5)) }.
22128
22129 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22130
22131         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22132         Use with-current-buffer.
22133         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22134         avoid consing a string.
22135
22136         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22137         Remove obsolete entries for big5 and gb2312.
22138
22139 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22140
22141         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22142         uncompressed list.
22143
22144 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22145
22146         * spam-stat.el (spam-stat-strip-xref): New function.
22147         (spam-stat-process-directory): Use it.
22148
22149         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22150         here -- it's done in message-fetch-field.
22151
22152 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22153
22154         * gnus-agent.el (gnus-agent-queue-mail)
22155         (gnus-agent-prompt-send-queue): New variables.
22156         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22157         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22158         "nndraft:queue" along to gnus-draft-send.
22159         Use gnus-agent-prompt-send-queue.
22160         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22161         is "nndraft:queue".  Suggested by Gaute Strokkenes
22162         <gs234@srcf.ucam.org>
22163
22164         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22165         (agent-enable-undownloaded-faces): Add.
22166         (gnus-agent-cat-groups): Use eval-and-compile, not
22167         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22168         method of gnus-agent-cat-groups even when the buffer has been
22169         evaled.
22170         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22171         delete gnus-agent-save-active-1.
22172         (gnus-agent-save-groups): Delete.  Identical to
22173         gnus-agent-save-active.
22174         (gnus-agent-write-active): No longer adjust agent's copy of active
22175         file as agent's adjustments are now stored in their own
22176         file.  Remove optional parameter.
22177         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22178         servers.  Add use of min/max range limits from server's local
22179         file.
22180         (gnus-agent-save-alist): Remove unused optional argument.
22181         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22182         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22183         (gnus-agent-set-local): A per-server file that keeps min/max range
22184         limits for articles known to the agent.  Provides a fast mechanism
22185         for altering many active ranges.
22186         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22187         active file (local makes it unnecessary).
22188         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22189
22190         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22191         (agent-enable-undownloaded-faces): Add.
22192
22193         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22194         disable it when sending to "nndraft:queue".
22195         (gnus-group-send-queue): Add safety check to avoid sending queue
22196         when unplugged.
22197
22198         * gnus-group.el (gnus-group-catchup): Use new
22199         gnus-sequence-of-unread-articles, not
22200         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22201         numbers of articles.  Use gnus-range-map to avoid having to
22202         uncompress the unread list.
22203         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22204         Fix invalid ange-ftp reference.
22205
22206         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22207         (gnus-sorted-range-intersection): Intersection of two ranges
22208         without requiring that they first be uncompressed.
22209
22210         * gnus-start.el (gnus-activate-group): Unless blocked by the
22211         caller, possibly expand the active range to include both cached
22212         and agentized articles.
22213         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22214         multiple version-dependent converters.
22215         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22216         gnus-agent-save-active.
22217         (gnus-save-newsrc-file): Save dirty agent range limits.
22218
22219         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22220         gnus-agent-possibly-alter-active.
22221         (gnus-adjust-marked-articles): Faster handling of simple lists.
22222
22223 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22224
22225         * spam-stat.el (spam-stat-test-directory): New optional argument
22226         displays a list of files detected.  Suggested by Andrew Cohen
22227         <cohen@andy.bu.edu>.
22228         (spam-stat-buffer-words-with-scores): Don't narrow and change
22229         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22230
22231 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22232
22233         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22234         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22235         (spam-spamassassin-arguments)
22236         (spam-spamassassin-spam-flag-header)
22237         (spam-spamassassin-positive-spam-flag-header)
22238         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22239         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22240         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22241         (spam-list-of-processors, spam-list-of-checks)
22242         (spam-list-of-statistical-checks, spam-registration-functions)
22243         (spam-check-spamassassin-headers, spam-check-spamassassin)
22244         (spam-spamassassin-score)
22245         (spam-spamassassin-register-with-sa-learn)
22246         (spam-spamassassin-register-spam-routine)
22247         (spam-spamassassin-register-ham-routine)
22248         (spam-assassin-register-spam-routine)
22249         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22250         (spam-bogofilter-score): Fix to show article before scoring.
22251
22252 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22253
22254         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22255         default scoring function.
22256         (spam-generic-score): Call spam-spamassassin-score if
22257         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22258         spam-bogofilter-score otherwise.
22259
22260         * gnus.el (spam-process, spam-autodetect-methods):
22261         Add spamassassin and spamassassin-headers.
22262
22263 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22264
22265         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22266         Suppress unnecessary messages.
22267
22268 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22269
22270         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22271         make-hash-table.
22272
22273 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22274
22275         * canlock.el (base64-encode-string): Don't autoload it.
22276
22277 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22278
22279         * run-at-time.el: Remove useless (require 'itimer),
22280         eval-and-compile and (featurep 'xemacs).
22281
22282 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22283
22284         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22285         GROUP is a virtual group.
22286
22287 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22288
22289         * gnus.el: Autoload `message-y-or-n-p'.
22290
22291 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22292
22293         * pgg-parse.el: Remove unnecessary (require 'custom).
22294
22295         * pgg-def.el: do.
22296
22297         * nnmail.el: do.
22298
22299         * gnus-undo.el: do.
22300
22301         * gnus-picon.el: do.
22302
22303         * gnus-util.el: do.
22304
22305 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22306
22307         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22308
22309 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22310
22311         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22312         handle, as well as a list.
22313
22314         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22315         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22316         (mm-w3m-cid-retrieve): Simplify.
22317
22318 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22319
22320         * message.el (message-kill-to-signature): Allow prefix arg to
22321         specify number of lines to keep before signature.
22322
22323 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22324
22325         * message.el (message-kill-to-signature): Change docstring.
22326
22327 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * canlock.el: Always require sha1-el.
22330         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22331
22332         * message.el: Autoload sha1 only when compiling.
22333
22334         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22335         eudc-expand-inline for XEmacs.
22336
22337 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22338
22339         * message.el (message-canlock-generate): Require sha1-el.
22340
22341 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22342
22343         * message.el (message-expand-name): Silence the byte compiler.
22344
22345         * lpath.el: Add detect-coding-system.
22346
22347         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22348         cus-edit.
22349
22350 2004-01-13  Simon Josefsson  <jas@extundo.com>
22351
22352         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22353         Invoke gnus-score-mode.
22354         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22355
22356         * gnus-range.el (gnus-compress-sequence): Doc fix.
22357         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22358
22359 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22360
22361         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22362
22363 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22364
22365         * spam.el (spam-get-article-as-string): Update to use
22366         gnus-request-article-this-buffer, much simpler.
22367         (spam-get-article-as-buffer): Remove.
22368
22369 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22370
22371         * message.el (message-expand-name): Use EUDC if the user uses that.
22372
22373 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22374
22375         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22376         character for the encoding to avoid consing a string.
22377
22378         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22379         unnecessarily.
22380
22381         * mm-util.el (mm-replace-chars-in-string): Remove.
22382
22383         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22384         of mm-replace-chars-in-string.
22385
22386 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22387
22388         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22389
22390         * mm-util.el (mm-subst-char-in-string): Support inplace.
22391
22392         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22393         a new string in every iteration.  Use shy groups.
22394
22395 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22396
22397         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22398         * gnus-soup.el (gnus-soup-group-brew):
22399         * gnus-msg.el (gnus-put-message):
22400         * gnus-move.el (gnus-group-move-group-to-server):
22401         * gnus-kill.el (gnus-batch-score):
22402         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22403         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22404         (gnus-group-update-group, gnus-group-read-group)
22405         (gnus-group-make-group, gnus-group-make-help-group)
22406         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22407         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22408         (gnus-group-sort-by-unread, gnus-group-catchup)
22409         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22410         (gnus-group-yank-group, gnus-group-set-info)
22411         (gnus-group-list-groups):
22412         * gnus.el (gnus-generate-new-group-name):
22413         * gnus-delay.el (gnus-delay-send-queue):
22414         * nnvirtual.el (nnvirtual-catchup-group):
22415         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22416         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22417         (gnus-group-prepare-topics, gnus-topic-check-topology):
22418         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22419         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22420         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22421         (gnus-group-make-articles-read):
22422         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22423         (gnus-group-change-level, gnus-kill-newsgroup)
22424         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22425         (gnus-get-unread-articles, gnus-make-articles-unread)
22426         (gnus-make-ascending-articles-unread): Use accessor
22427         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22428         to get group information for improved readability.
22429
22430
22431 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22432
22433         * gnus-art.el (article-decode-mime-words, article-babel)
22434         (gnus-article-highlight-signature, gnus-article-add-buttons)
22435         (gnus-signature-toggle): Use gnus-with-article-buffer.
22436
22437         * gnus-art.el (gnus-article-highlight-headers)
22438         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22439
22440         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22441         (gnus-article-set-globals, gnus-request-article-this-buffer)
22442         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22443         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22444         (gnus-mime-display-alternative): Use with-current-buffer.
22445
22446 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22447
22448         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22449         also under 80 char limit, and call gnus-error if needed.
22450         (spam-fetch-article-header): Fix - it was a
22451         buffer-local variable (gnus-newsgroup-data).
22452         (spam-find-spam): Use spam-generate-fake-headers, forget about
22453         spam-insert-fake-headers.
22454         (spam-insert-fake-headers): Remove.
22455
22456 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22457
22458         * deuglify.el (gnus-article-outlook-unwrap-lines)
22459         (gnus-outlook-rearrange-article)
22460         (gnus-outlook-repair-attribution-outlook)
22461         (gnus-outlook-repair-attribution-block)
22462         (gnus-outlook-repair-attribution-other): Remove redundant
22463         save-excursion.
22464
22465 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22466
22467         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22468         (spam-fetch-field-subject-fast)
22469         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22470         (spam-fetch-article-header): Add functions to deal with Gnus
22471         internals for fast retrieval of article header data.
22472         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22473
22474 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22475
22476         * pop3.el (pop3-md5): Remove.
22477         (pop3-apop): Replace pop3-md5 with md5.
22478
22479         * mm-bodies.el: base64 is always built-in.
22480
22481         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22482         Use with-current-buffer.
22483
22484 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22485
22486         * canlock.el (canlock-insert-header): Remove excessive grouping in
22487         regexp.
22488
22489         * gnus-sum.el (gnus-summary-read-document): Ditto.
22490
22491         * gnus-uu.el (gnus-uu-part-number): Ditto.
22492
22493         * html2text.el (html2text-remove-tags): Ditto.
22494         (html2text-format-tags): Ditto.
22495         (html2text-format-single-elements): Ditto.
22496
22497         * mml.el (mml-parse-1): Ditto.
22498
22499 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22500
22501         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22502
22503         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22504
22505         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22506
22507         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22508
22509 2003-11-15  Simon Josefsson  <jas@extundo.com>
22510
22511         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22512         (pgg-gpg-lookup-key): Use regexp match instead of
22513         split-string (split-string is different between emacs 21.2 and
22514         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22515
22516 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22517
22518         * gnus-art.el (gnus-mime-view-all-parts)
22519         (gnus-article-part-wrapper, gnus-article-view-part):
22520         Use with-current-buffer.
22521
22522 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22523
22524         * spam.el (spam-disable-spam-split-during-ham-respool)
22525         (spam-spamoracle-database, spam-cache-lookups)
22526         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22527         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22528         (spam-group-ham-marks, spam-group-spam-marks)
22529         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22530         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22531         also add spam-use-blackholes to the statistical checks.
22532         (spam-fetch-field-fast): Add interface to fetching fields, may
22533         become a macro.
22534         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22535         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22536         (spam-insert-fake-headers): Fake an article when needed.
22537         (spam-find-spam): Fake article when possible.
22538         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22539         (spam-check-bogofilter-headers): Use message-fetch-field instead
22540         of nnmail-fetch-field.
22541
22542 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22543
22544         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22545
22546 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22547
22548         * spam.el (spam-split): Do not require spam-use-CHECK to be
22549         enabled if that check is passed to spam-split explicitly; also
22550         fix so 'spam doesn't get converted to spam-split-group when
22551         spam-split-symbolic-return is t.
22552         (spam-find-spam): Find registrations of the article and use those
22553         instead of re-running spam-split to find the spam/ham
22554         classification of the article.
22555         (spam-log-processing-to-registry, spam-log-registered-p)
22556         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22557         Use gnus-error instead of gnus-message.
22558         (spam-log-registration-type): Add function to determine the
22559         classification of a message based on registry entries; will
22560         return nil if both 'spam and 'ham are found.
22561         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22562         a reasonably fast local cache without the loading errors.
22563         (spam-cache-lookups): Set to t by default.
22564         (spam-find-spam): Don't try to guess spam-cache-lookups.
22565         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22566         spam-caches entry.
22567         (spam-filelist-build-cache, spam-filelist-check-cache):
22568         Fix caching of whitelist/blacklist entries.
22569         (spam-check-whitelist, spam-check-blacklist):
22570         Invoke spam-from-listed-p with a type, not a cache variable.
22571         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22572
22573 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22574
22575         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22576
22577         * nnmail.el (nnmail-split-fancy): do.
22578
22579         * mml.el (mml-parse): do.
22580
22581         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22582         (gnus-score-adaptive): do.
22583
22584 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22587         (gnus-mime-button-map): Don't set keymap parent.
22588         (gnus-button-ctan-directory-regexp): Use shy grouping.
22589         (gnus-prev-page-map): Don't set keymap parent.
22590         (gnus-prev-page-map): Remove duplicated one.
22591         (gnus-next-page-map): Don't set keymap parent.
22592         (gnus-mime-security-button-map): Ditto.
22593
22594         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22595         version number.
22596
22597         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22598
22599 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22600
22601         * canlock.el (canlock-sha1-function): Remove.
22602         (canlock-sha1-function-for-verify): Remove.
22603         (canlock-openssl-program): Remove.
22604         (canlock-openssl-args): Remove.
22605         (canlock-ignore-errors): Remove.
22606         (canlock-sha1-with-openssl): Remove.
22607         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22608         (canlock-verify): Don't use canlock-ignore-errors.
22609
22610         * sha1-el.el (sha1-string-external): Make it can return a string
22611         in binary form.
22612         (sha1-region-external): Ditto.
22613         (sha1-string-internal): Ditto.
22614         (sha1-region-internal): Ditto.
22615         (sha1-region): Ditto.
22616         (sha1-string): Ditto.
22617         (sha1): Ditto.
22618
22619 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22620
22621         * spam.el (spam-report-articles-gmane): New command.
22622
22623 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22624
22625         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22626
22627         * run-at-time.el (run-at-time-saved): Remove.
22628         (run-at-time): Doc fix.
22629
22630 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22631
22632         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22633         (gnus-summary-limit-map): Add it.
22634         (gnus-summary-make-menu-bar): do.
22635
22636 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22637
22638         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22639         Make attempt at some caching support (done for BBDB only now).
22640         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22641         addresses to be checked.
22642         (spam-clear-cache-BBDB): Add function, to be invoked by
22643         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22644         (spam-check-BBDB): Check and use the caches, if
22645         spam-cache-lookups is on, remove superfluous (provide).
22646
22647 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22648
22649         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22650
22651 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22652
22653         * run-at-time.el (run-at-time-saved): Move to after the definition
22654         of `run-at-time'.
22655
22656         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22657
22658 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22659
22660         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22661         mm-w3m-local-map-property.
22662
22663         * mm-view.el (mm-w3m-mode-map): Remove.
22664         (mm-w3m-local-map-property): Remove.
22665         (mm-inline-text-html-render-with-w3m): Don't use
22666         mm-w3m-local-map-property.
22667
22668 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22669
22670         * run-at-time.el: New file.
22671
22672         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22673         under Emacs.
22674
22675         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22676         of gnus-set-text-properties.
22677
22678         * gnus-uu.el (gnus-uu-save-article): Ditto.
22679
22680         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22681
22682         * gnus-cite.el (gnus-cite-parse): Ditto.
22683
22684         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22685         of gnus-.
22686
22687         * gnus-xmas.el (run-at-time): Require run-at-time.
22688
22689         * gnus.el: Change calls to nnheader-run-at-time and
22690         password-run-at-time throughout to use run-at-time directly.
22691
22692         * password.el: Remove definition of run-at-time.
22693
22694         * nnheaderxm.el: Remove definition of run-at-time.
22695
22696 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22697
22698         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22699         in prompt.
22700
22701 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22702
22703         * messagexmas.el (message-xmas-redefine): Alias
22704         `message-make-caesar-translation-table' to
22705         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22706         version.
22707
22708         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22709         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22710         `gnus-xmas-set-text-properties'.
22711         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22712         `gnus-xmas-completing-read'.
22713         (gnus-xmas-completing-read): Removed.
22714         (gnus-xmas-open-network-stream): Removed.
22715
22716         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22717         XEmacs version.
22718
22719         * dns.el (dns-make-network-process): Use `open-network-stream'
22720         instead of `gnus-xmas-open-network-stream'.
22721
22722         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22723
22724         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22725
22726 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22727
22728         * gnus-art.el (gnus-mime-display-alternative)
22729         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22730         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22731         Don't use gnus-local-map-property.
22732
22733         * gnus-util.el (gnus-local-map-property): Remove.
22734
22735         * mm-view.el (mm-view-pkcs7-decrypt):
22736         Replace gnus-completing-read-maybe-default with completing-read.
22737
22738         * gnus-util.el (gnus-completing-read): do.
22739         (gnus-completing-read-maybe-default): Remove.
22740
22741 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22742
22743         * password.el: Only autoload `run-at-time' if not XEmacs.
22744         Only autoload the itimer functions if XEmacs.
22745
22746 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22747
22748         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22749         XEmacsen.
22750
22751         * dgnushack.el: Autoload executable-find for XEmacs.
22752
22753 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22754
22755         * gnus-art.el (gnus-read-string): Remove.
22756         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22757         read-string.
22758
22759 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22760
22761         * netrc.el: Autoload password-read.
22762         (netrc): Add configuration group.
22763         (netrc-encoding-method, netrc-openssl-path):
22764         Add variables for encoding and decoding of files with symmetric
22765         ciphers.
22766         (netrc-encode): Add assistant function to encode a file with
22767         netrc-encoding-method.
22768         (netrc-parse): Add interactive parameter, added optional
22769         decoding if netrc-encoding-method is non-nil but otherwise
22770         behavior is standard.
22771         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22772         Do s/encode/encrypt/ everywhere.
22773
22774         * spam.el: Remove executable-find autoload.
22775
22776 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22777
22778         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22779
22780         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22781
22782 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22783
22784         * gnus-art.el (gnus-treat-ansi-sequences)
22785         (article-treat-ansi-sequences): New variable and function.
22786         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22787
22788         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22789         Use it.
22790
22791 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22792
22793         * mm-util.el (mm-quote-arg): Remove.
22794
22795         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22796         shell-quote-argument.
22797
22798         * gnus-uu.el (gnus-uu-command): do.
22799
22800         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22801
22802         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22803         with make-char.
22804
22805         * mm-util.el (mm-make-char): Remove.
22806
22807         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22808         add-minor-mode.
22809
22810         * gnus-undo.el (gnus-undo-mode): do.
22811
22812         * gnus-topic.el (gnus-topic-mode): do.
22813
22814         * gnus-sum.el (gnus-dead-summary-mode): do.
22815
22816         * gnus-start.el (gnus-slave-mode): do.
22817
22818         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22819
22820         * gnus-ml.el (gnus-mailing-list-mode): do.
22821
22822         * gnus-gl.el (gnus-grouplens-mode): do.
22823
22824         * gnus-draft.el (gnus-draft-mode): do.
22825
22826         * gnus-dired.el (gnus-dired-mode): do.
22827
22828         * gnus-ems.el (gnus-add-minor-mode): Remove.
22829
22830         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22831         Replace gnus-char-width with char-width.
22832
22833         * gnus-ems.el (gnus-char-width): Remove.
22834
22835         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22836         Replace gnus-char-width with char-width.
22837
22838         * gnus-ems.el (gnus-char-width): Remove.
22839
22840         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22841         definition.
22842         Remove Emacs 20 hash table compatibility code.
22843
22844         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22845         20 compatibility code.
22846
22847         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22848
22849         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22850
22851         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22852         Replace with point-at-{eol,bol}.
22853
22854         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22855
22856         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22857
22858         * flow-fill.el (fill-flowed-point-at-bol)
22859         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22860
22861         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22862         Replace with point-at-{eol,bol} throughout all files.
22863
22864 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * ntlm.el (ntlm-string-as-unibyte): New macro.
22867         (ntlm-build-auth-response): Use it.
22868
22869         Remove Emacs 20 stuff:
22870         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22871         (butlast, mapc, remove): Remove the compiler macros.
22872         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22873         of delq and copy-sequence.
22874         * gnus-art.el (popup-menu): Remove the compiler macro.
22875         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22876         Emacs 20.
22877
22878 2004-01-05  Simon Josefsson  <jas@extundo.com>
22879
22880         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22881         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22882         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22883         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22884         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22885         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22886         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22887         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22888         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22889         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22890         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22891         string-xor into ntlm-string-xor.
22892         Suggested by Jesper Harder <harder@myrealbox.com>.
22893
22894         * ntlm.el: Don't include poem.
22895
22896         * md4.el (print-int32, print-string-hexa): Remove.
22897         Suggested by Jesper Harder <harder@myrealbox.com>.
22898
22899         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22900
22901         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22902         probably breaks emacs with DL patch, but do we care? Is anyone
22903         still using the DL stuff?)
22904
22905         * sieve-manage.el: Use the password package.
22906         (sieve-manage-read-passwd): Remove.
22907         (sieve-manage-interactive-login): Use password.  Re-add
22908         condition-case around loop.
22909
22910         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22911         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22912         Use the password package.
22913
22914 2003-02-19  Simon Josefsson  <jas@extundo.com>
22915
22916         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22917         token.
22918
22919 2002-08-07  Simon Josefsson  <jas@extundo.com>
22920
22921         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22922         (sieve-manage-authenticators):
22923         (sieve-manage-authenticator-alist): Add some SASL mechs.
22924         (sieve-sasl-auth): New function.
22925         (sieve-manage-cram-md5-auth):
22926         (sieve-manage-plain-auth): Rewrite using SASL library.
22927         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22928         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22929         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22930         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22931
22932 2004-01-05  Simon Josefsson  <jas@extundo.com>
22933
22934         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22935         New files.
22936
22937 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22938
22939         * gnus-group.el (gnus-no-groups-message): Update.
22940
22941         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22942
22943 2003-11-09  Simon Josefsson  <jas@extundo.com>
22944
22945         * imap.el: Support for ID IMAP extension (RFC 2971).
22946         (imap-local-variables): Add imap-id.
22947         (imap-id): New variable.
22948         (imap-id): New function.
22949         (imap-parse-response): Parse untagged ID response.
22950         * nnimap.el (nnimap-id): New variable.
22951         (nnimap-open-connection): Use it.
22952
22953 2003-12-28  Simon Josefsson  <jas@extundo.com>
22954
22955         * gnus-score.el (gnus-score-edit-all-score): New.
22956         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22957
22958 2004-01-04  Simon Josefsson  <jas@extundo.com>
22959
22960         * password.el: Add.
22961
22962 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22963
22964         * dns.el (dns-query-types): Fix typo.
22965         (dns-query-types): New function.
22966         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22967         PTR and SOA replies, see RFC 1035.
22968
22969 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22970
22971         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22972
22973         * Move to Changelog.2.
22974
22975 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22976
22977         * gnus.el (gnus-version-number): Bump version.
22978
22979 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22980
22981         * gnus.el: No Gnus v0.1 is released.
22982
22983 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22984
22985         * gnus.el: No Gnus v0.0 is released.
22986
22987 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22988
22989         * gnus.el (gnus-version-number): Bump.
22990         (gnus-version): No.
22991
22992 See ChangeLog.2 for earlier changes.
22993
22994   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22995
22996   This file is part of GNU Emacs.
22997
22998   GNU Emacs is free software: you can redistribute it and/or modify
22999   it under the terms of the GNU General Public License as published by
23000   the Free Software Foundation, either version 3 of the License, or
23001   (at your option) any later version.
23002
23003   GNU Emacs is distributed in the hope that it will be useful,
23004   but WITHOUT ANY WARRANTY; without even the implied warranty of
23005   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23006   GNU General Public License for more details.
23007
23008   You should have received a copy of the GNU General Public License
23009   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23010
23011 ;; Local Variables:
23012 ;; coding: utf-8
23013 ;; fill-column: 79
23014 ;; add-log-time-zone-rule: t
23015 ;; End: