Redo the charset handling for group names in nnimap.
[gnus] / lisp / ChangeLog
1 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4         it does with all other backends, but decode the names immediately after
5         getting them.
6
7         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
8         decoding nnimap groups.
9
10         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
11         newsrc file.  It doesn't seem like an important optimisation any more.
12
13 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
14
15         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
16         overflows.
17
18 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus.el (gnus-article-mark-lists): Remove `recent'.
21         (gnus-interactive-exit): Extend to `quiet'.
22
23         * gnus-sum.el (gnus-offer-save-summaries): Use it.
24
25         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
26         string.
27
28         * plstore.el (plstore--get-buffer): Silence compiler warnings by
29         renaming function arguments from `this'.
30
31         * gnus-sum.el (gnus-newsgroup-recent): Removed.
32
33         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
34         has been renamed.
35         (gnus-lrm-string-p): Include RLM and PDF, too.
36
37         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
38         (bug#9225).
39
40 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
41
42         Add autoload cookies for functions used by sendmail.el.
43         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
44
45         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
46
47 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-art.el (article-date-ut): Work properly even when there are
50         things like Date header in the body; work for forwarded parts.
51
52 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
53
54         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
55         original-article-buffer.
56
57 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
58
59         * nnir.el (nnir-compose-result): Fix matching of server type.
60         (nnir-run-swish++): Ditto.
61         (nnir-run-namazu): Ditto.
62         (nnir-run-notmuch): Ditto.
63
64 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
67         (bug#9405).
68
69         * gnus-score.el (gnus-summary-increase-score): Doc clarification
70         (bug#9421).
71
72         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
73         (bug#9425).
74
75         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
76         thing (bug#9426).
77
78 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
81         the error message.
82
83 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
84
85         * message.el (message-setup-1): Return t (Bug#9392).
86
87 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
88
89         * gnus-sum.el: When adding article headers to a summary buffer also
90         update gnus-newsgroup-articles (bug#9386).
91
92 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * auth-source.el: Autoload help-mode.
95
96 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
99         names.
100
101 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
102
103         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
104         mm-replace-in-string for compatibility issues.
105         * mml2015.el (mml2015-epg-verify): Ditto.
106
107 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
110
111         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
112
113 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
116         continue on and do the clean-up phase (bug#9188).
117
118         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
119         just ignore groups that can't be opened instead of erroring out
120         (bug#9225).
121
122         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
123         nil since some many people are fuddy-duddies.
124
125         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
126         images.
127
128         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
129         instead.
130
131         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
132
133         * gnus-util.el (gnus-process-live-p): Copy over compat function.
134
135         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
136         processing.
137
138         * nntp.el (nntp-kill-buffer): Kill the process before killing the
139         buffer to avoid warnings.
140
141 2011-08-20  Simon Josefsson  <simon@josefsson.org>
142
143         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
144         specified to reduce precision.
145
146 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
149         bodystructures (bug#9314).
150
151 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
154         Make button keymap non-sticky after buttons.
155
156 2011-08-18  David Engster  <dengste@eml.cc>
157
158         * nnmairix.el (nnmairix-request-set-mark)
159         (nnmairix-goto-original-article): Remove adding of article to registry,
160         since `gnus-registry-add-group' isn't available anymore.
161         (nnmairix-determine-original-group-from-registry): Use
162         `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
163         available anymore.
164
165 2011-08-12  Simon Josefsson  <simon@josefsson.org>
166
167         * starttls.el (starttls-any-program-available): Define as obsolete
168         function.
169
170 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
173         versions which Gnus use when appropriate.
174
175         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
176         a pretty destructive command.
177
178         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
179
180 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * message.el (message-fix-before-sending): Make a different warning
183         about NUL characters (bug#9270).
184
185         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
186         from custom (bug#9260).
187
188         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
189         things work in Emacs 22 and XEmacs, too.
190
191         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
192         default From.
193
194         * gnus-spec.el (gnus-lrm-string-p): New macro.
195         (gnus-lrm-string): New constant.
196         (gnus-summary-line-format-spec): LRM-ify the from.
197         (gnus-tilde-max-form): LRM-ify string chopping.
198
199         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
200
201         * message.el (message-is-yours-p): Allow disabling canlock checking
202         (bug#9295).
203         (message-shoot-gnksa-feet): Add `canlock-verify'.
204         (message-auto-save-directory): Use ~/ as the auto-save directory if the
205         message directory isn't writable (bug#9304).
206
207         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
208         non-world-readable.
209
210 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
213         articles.
214
215 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
216
217         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
218         copy-list.
219
220 2011-08-12  Sam Steingold  <sds@gnu.org>
221
222         * gnus-score.el (gnus-score-find-alist): Keep the score files already
223         in the reverse order to avoid modifying the cache with `nreverse'.
224         (gnus-all-score-files): Do not modify the value returned by
225         `gnus-score-find-alist' because it lives in a cache variable.
226         (gnus-current-home-score-file): No need to `nreverse' the return value
227         of `gnus-score-find-alist', it is already in the correct order.
228
229 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
230
231         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
232         type MESSAGE and subtype RFC822 is slightly different from those of
233         type TEXT.
234
235 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
236
237         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
238         allows article-referral to work from an nnir group.
239
240 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
241
242         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
243
244 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
245
246         * mml1991.el (mml1991-epg-find-usable-key)
247         (mml1991-epg-find-usable-secret-key): New function.
248         (mml1991-epg-sign): Check if signing key is usable.
249         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
250
251 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
252
253         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
254         server-variables only. This should fix a bug introduced with commit
255         e1889675b7f4adf057833c5513c9374134c4e053.
256         (nnir-run-query): 'nnir-search-engine should not be set from the global
257         environment.
258
259 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
260
261         * nnir.el (nnir-search-thread): Position point on referring article
262         line.
263         (nnir-warp-to-article): Clean up summary buffers.
264
265         * nnimap.el (nnimap-request-thread): Whitespace fix.
266
267 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
268
269         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
270
271 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * starttls.el (starttls-available-p): Renamed from
274         `starttls-any-program-available' and changed return convention.
275
276 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
277
278         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
279         `unix-sync' unless it's defined.
280
281 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
282
283         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
284         `aref' for XEmacs compatibiltiy.
285
286 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
289
290 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
291
292         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
293         closures, quote the form properly (bug#9194).
294
295 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
298         (gnus-summary-insert-new-articles): Protect against servers that are
299         down.
300
301 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
302
303         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
304         in mm handle if none is specified.
305
306 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
307
308         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
309
310 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
311
312         * nnir.el (nnir-search-thread): New function to make an nnir group
313         based on a thread query.
314
315         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
316         of nnir in thread referral.
317         (gnus-summary-refer-thread): Use it.
318
319         * nnimap.el (nnimap-request-thread): Use it.
320
321 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * shr.el (shr-tag-comment): Ignore HTML comments.
324
325 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
326
327         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
328         argument.
329         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
330         `nnir-address' to handle server info rather than passing an arg.
331
332         * nnimap.el (nnimap-make-thread-query): New utility function to format
333         an imap thread search query.
334         (nnimap-request-thread): Use it.
335
336         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
337         right select-method if we are not going back to the group buffer.
338
339 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
342         enter invalid buffer configurations into the quit form (bug#9107).
343         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
344         unplugged/plugged.
345
346         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
347         keep track of which ones are unread (bug#9061).
348
349         * gnus.el (gnus-refer-article-method): Allow entering any sexp
350         (bug#9055).
351
352         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
353         (bug#9041).
354
355         * gnus-html.el (mm-util): Require (bug#9073).
356
357         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
358         (gnus-summary-refer-thread): Use it to remove duplicates in the
359         un-threaded view (bug#9053).
360         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
361
362 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
363
364         * nnir.el (nnir-read-server-parm): Use default value from global
365         variable.  Without this the default search engine parameters aren't
366         used at all.
367
368 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * message.el (message-unique-id): Don't use the undocumented return
371         value from (random t) (bug#9118).
372
373 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * message.el (message-auto-save-directory): If the ~/Mail directory
376         doesn't exist, use ~ as the auto-save directory (bug#4432).
377
378         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
379         hasn't already been started.
380
381 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
384
385         * message.el (message-reply): Work around mysterious bug where
386         `message-mode' seems to overwrite the locally bound `subject' variable.
387
388 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
389
390         * nnimap.el (nnimap-request-thread): Ensure search is performed in
391         correct group.
392
393         * gnus-int.el (gnus-request-thread): Add group argument.
394
395         * gnus-sum.el (gnus-summary-refer-thread): Use it.
396
397 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
400
401         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
402         renamed to `debbugs-gnu-*'.
403
404 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
405
406         * plstore.el: Revert the editing feature since it is not urgent.
407         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
408         (plstore-mode-decoded): Remove.
409
410 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
413         isn't very interesting any more, and it leaks potentially secret data.
414         (gnus-debug): Removed.
415
416         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
417         use of :custom-show.
418
419 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
420
421         * plstore.el: Add documentation.
422         (plstore-mode): New mode to edit plstore file.
423         (plstore-mode-toggle-display, plstore-mode-original)
424         (plstore-mode-decoded): New command.
425         (plstore--encode, plstore--decode, plstore--write-contents-functions)
426         (plstore--insert-buffer, plstore--make): New function.
427         (plstore-open, plstore-save): Simplify by using them.
428
429 2011-07-06  Glenn Morris  <rgm@gnu.org>
430
431         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
432
433 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
436         no longer is much used.
437         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
438         Articles".
439
440 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
441
442         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
443         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
444         `notmuch' backend.
445
446 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * mm-decode.el (mm-text-html-renderer): Doc fix.
449
450         * gnus-msg.el (gnus-bug): Fix the MML tag.
451
452         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
453
454 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
455
456         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
457         secondary methods if started with `gnus-no-server'.
458
459 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
460
461         * message.el (message-return-action): Fix typo in docstring.
462
463 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
466         bug reports at once.
467
468         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
469
470 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * nndraft.el: Require gnus-group.
473         (nndraft-request-list): Declare.
474
475         * nndraft.el (nndraft-update-unread-articles): Don't show group having
476         no unread article unless it matches gnus-permanently-visible-groups.
477
478         * nndraft.el (nndraft-update-unread-articles): New function.
479         (nndraft-request-associate-buffer): Use it to update the number of
480         unread articles for the nndraft groups in the group buffer when saving
481         or killing a draft message.
482
483 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
486         systems to binary before writing and reading the mbox files.
487
488         * gnus.el (gnus-summary-line-format): Link to the info node for %U
489         instead of trying to list them all (bug#8978).
490
491 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
492
493         * pop3.el (pop3-open-server): Use :end-of-capability.
494
495 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
498         the id is always a number.
499
500         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
501
502         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
503         debbugs mode, if possible.
504
505 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
506
507         * auth-source.el (auth-source-token-passphrase-callback-function):
508         Reindent.
509         (epg-context-operation): Remove unnecessary autoload.
510
511 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus.el (gnus-list-debbugs): New command.
514
515         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
516         mboxstat instead of the maintbox, since the stat seems to be fuller.
517
518         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
519         summary buffers.
520
521         * message.el (message-get-reply-headers): Delete all duplicates,
522         instead of the first.
523         (message-get-reply-headers): Ensure that we have progress while
524         deleting duplicates.
525
526         * gnus-msg.el (gnus-configure-posting-styles): Get the local
527         gnus-posting-style value from the summary buffer to make it easier to
528         make that a per-buffer conf.
529
530 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
531
532         * nnir.el (nnir-run-imap): Allow halting a search when an article is
533         found by setting `shortcut' in 'query.
534         (nnir-request-article): Use `shortcut' setting when requesting article
535         by Message-ID.
536
537 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
540         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
541         Bring the pseudo-headers back too.
542
543 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
544
545         * auth-source.el (auth-source-token-passphrase-callback-function):
546         Simplify and remove EPA dependency.
547
548 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
549
550         * nnir.el (nnir-request-article): Fix error message text.
551
552 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
553
554         * auth-source.el (plstore-delete): Autoload.
555         (auth-source-plstore-search): Support delete operation.
556         * plstore.el (plstore-delete): New function.
557
558 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
561         mark actually existing articles as unread rather than the ones that
562         active asserts.
563
564 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
565
566         * nntp.el (nntp-record-command):
567         * gnus-util.el (gnus-message-with-timestamp-1):
568         Use format-time-string rather than decoding time stamps by hand.
569         This is simpler and insulates the code from potential changes to
570         current-time format.
571
572 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
575
576 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
577
578         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
579         (plstore-save): Support public key encryption.
580         (plstore--init-from-buffer): New function.
581         (plstore-open): Use it; fix error when opening a non-existent file.
582         (plstore-revert): Use plstore--init-from-buffer.
583
584 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
585
586         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
587
588 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * mml2015.el (mml2015-use): Replace string-match-p with string-match
591         for old Emacsen.
592
593 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
594
595         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
596         is not fully working.
597
598 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * dgnushack.el: Autoload sha1 on XEmacs.
601
602         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
603         quit window configuration.
604
605         * auth-source.el (epg-context-set-passphrase-callback): Remove
606         duplicate autoload.
607
608 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
609
610         * nnir.el (nnir-request-article): Allow requesting articles by
611         Message-ID with nnimap.
612
613         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
614         current server.
615
616 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * auth-source.el: Autoload EPA/EPG functions.
619         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
620         changed when EPA/EPG is not available.
621         (auth-source-backend): Rename "arg" member to "data".
622         (auth-source-backend-parse, auth-source-plstore-search)
623         (auth-source-plstore-create): Use it.
624
625 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
626
627         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
628         `gnus-refer-article-methods'.
629
630 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * auth-source.el: Require EPA and EPG.
633         (auth-source-passphrase-alist): New variable.
634         (auth-source-passphrase-callback-function)
635         (auth-source-token-passphrase-callback-function): Callbacks for the
636         netrc field encryption (GPG tokens).
637         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
638         Symmetric encryption and decryption of the netrc GPG tokens.
639         (auth-source-netrc-normalize): Use them, simplifying the closure.
640
641 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
644         is available.
645
646 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
649         non-nil, and `nnimap-split-methods' is nil, use the former.
650
651 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
652
653         * plstore.el (plstore-revert): New function.
654         (plstore-open): Use it; hide the buffer from user.
655
656 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
657
658         * auth-source.el (auth-source-backend): New member "arg".
659         (auth-source-backend-parse): Handle new backend 'plstore.
660         * plstore.el: New file.
661
662 2011-06-30  Glenn Morris  <rgm@gnu.org>
663
664         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
665
666 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
669         expiring articles to.
670
671         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
672         variations as ASCII (bug#5458).
673
674 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
677
678 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * message.el (message-point-in-header-p): Tweak the function to default
681         to saying that we're not in the headers if there is no separator at
682         all.  This makes it possible to use the Message version of `M-q' in
683         buffers with no headers (bug#7987).
684         (message-point-in-header-p): Fix last checkin to work with an empty
685         mail-header-separator, too.
686
687         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
688         again, save the choice via customize.
689
690 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * message.el (message-send-mail-function): Add `sendmail-query-once'.
693
694         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
695         ended the connection, bail out before waiting infinitely on a new
696         connection.
697
698 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
701         reports.
702
703         * gnus.el (gnus-bug-package): Use "gnus."
704         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
705
706 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * dgnushack.el: Make the timer warning go away on XEmacs.
709
710         * gnus-art.el (gnus-article-stop-animations): New function to stop any
711         animations going on at article exit time.
712
713         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
714         since removing it breaks people upgrading.
715
716         * shr.el (shr-put-image): Use the new interface for animating images.
717         (shr-put-image): Animate for 60 seconds.
718
719         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
720         avoid compiler warnings.
721
722         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
723         error with `find-file-hooks' on Emacs 22.
724         (with-auth-source-epa-overrides): Ugly hack to Wrap the
725         `find-file-hook' things in `symbol-value' to avoid compilation warnings
726         on all architectures.
727
728         * spam.el (spam-stat): Require in a normal fashion without binding
729         `spam-stat-install-hooks' to avoid compilation warnings.
730
731         * spam-stat.el (spam-stat-install-hooks): Removed.
732         (spam-stat-install-hooks): Don't run automatically.
733
734 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
735
736         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
737         and keystroke.
738
739 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * auth-source.el (auth-source-netrc-cache): Move forward.
742
743 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * proto-stream.el (proto-stream-open-starttls): Use
746         `gnutls-available-p' to see whether we have built-in support.
747
748         * auth-source.el (auth-source-netrc-create): Don't query the bits that
749         we already know.
750         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
751         (auth-source-netrc-create): Don't prompt for the stuff we already know.
752
753 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
756         %S format, since that looks odd.
757         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
758         file, especially when saving.
759
760 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
761
762         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
763         article found.
764
765 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
766
767         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
768         `auth-source-save-secrets' with a more sensitive alist that can be
769         configured per file.  Experimental, so defaults to 'never.
770         (auth-source-netrc-create): Use it.  Still experimental code.
771         (with-auth-source-epa-overrides): Use `find-file-hooks' if
772         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
773
774 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
775
776         * auth-source.el (auth-source-save-secrets): New variable to control if
777         secret tokens should be saved encrypted.
778         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
779         to `auth-source-netrc-normalize'.
780         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
781         on the EPA variables being defined.
782         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
783         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
784         the lexical-let closure.
785         (auth-source-netrc-create): Create "gpg:" tokens according to
786         `auth-source-save-secrets'.
787
788 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-group.el (gnus-group-update-group): Add new argument
791         `info-unchanged' that stops updating dribble buffer.
792
793         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
794         deletes lines matching to it in dribble buffer.
795
796         * gnus-agent.el (gnus-agent-fetch-group-1):
797         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
798         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
799         * gnus-start.el (gnus-group-change-level):
800         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
801
802         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
803         if newsgroup info is not changed.
804
805         * gnus-group.el (gnus-group-get-new-news-this-group):
806         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
807         Don't update dribble buffer.
808
809 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * gnus-registry.el (gnus-registry-remove-ignored): New function to
812         remove entries with groups we ignore.
813
814 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
817         the underline comes at the bottom.
818
819 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
820
821         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
822         `gnus-registry-user-format-function-M' and declare the latter obsolete.
823         (gnus-registry-article-marks-to-names): Rename from
824         `gnus-registry-user-format-function-M2'.
825
826 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
829         ephemeral group.
830
831 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * shr.el (shr-browse-image): Copy the URL if called interactively.
834
835 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
838         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
839         done, then unselected articles may be marked as read.
840
841         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
842         since not doing this seems to lead to a race condition in pop3-logon.
843
844         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
845         so that the call chain it correct when we call "upwards".
846
847         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
848         in read-only groups.
849
850         * gnus-group.el (gnus-group-mark-article-read): Ditto.
851
852         * message.el (message-cite-reply-position): Doc string fix.
853
854         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
855         avoid regexp overflow.
856         (nnimap-transform-split-mail): Ditto.
857
858         * pop3.el (pop3-retr): Error out if the server closes the connection.
859
860 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
861
862         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
863         mm-with-unibyte-current-buffer.  The buffer should not contain any
864         multibyte chars anyway at this stage.
865
866 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
869         at the end of lines.
870
871 2011-05-29  Julien Danjou  <julien@danjou.info>
872
873         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
874
875 2011-05-27  Glenn Morris  <rgm@gnu.org>
876
877         * gnus-group.el (gnus-bug-group-download-format-alist):
878         Use the "maintainer" version of debian reports as well.
879
880 2011-05-26  Glenn Morris  <rgm@gnu.org>
881
882         * gnus-group.el (gnus-bug-group-download-format-alist):
883         Use the "maintainer" version of debbugs.gnu.org reports.
884
885 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
888
889 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
890
891         * gnus-cus.el (gnus-agent-customize-category):
892         * gnus-delay.el (gnus-delay-send-queue):
893         * gnus.el (gnus-other-frame):
894         Don't quote lambda expressions with `quote'.
895
896 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
899         the thread moves us backwards and so we loop forever.
900
901 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
904         whitespace in base64 data lines.
905
906 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
907
908         * gnus-registry.el (gnus-registry-user-format-function-M):
909         Use `mapconcat'.
910         (gnus-registry-user-format-function-M2): Use to see the full text of
911         the marks.  Make "," the mark text separator.
912
913         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
914         authentication with auth-source.
915
916 2011-05-17  Glenn Morris  <rgm@gnu.org>
917
918         * gnus-group.el (gnus-import-other-newsrc-file):
919         Use insert-file-contents.
920
921 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
922
923         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
924         1000 iterations.
925
926 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * nntp.el (nntp-open-connection): Check if process-type is available.
929
930 2011-05-16  Julien Danjou  <julien@danjou.info>
931
932         * shr.el (shr-tag-del): Add support for del tag.
933
934 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * gnus-html.el (gnus-html-put-image): Register a displayer.
937
938         * shr.el (shr-image-displayer): Don't remove text props from alt text.
939
940 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
941
942         * registry.el (prune-factor): New initialization parameter defaulting
943         to 0.1.
944         (registry-prune-hard): Use it.
945
946         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
947         0.1 expicitly.
948
949 2011-05-13  Glenn Morris  <rgm@gnu.org>
950
951         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
952         is bound, since this function requires sendmail.
953
954 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * registry.el (registry-usage-test): Disable pruning test.
957
958 2011-05-11  David Engster  <dengste@eml.cc>
959
960         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
961         Bind set-network-process-option for XEmacs.
962
963 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * registry.el (registry-prune-hard-candidates)
966         (registry-prune-soft-candidates): Helper methods for registry pruning.
967         (registry-prune): Use them.  Make the sort function optional.
968
969 2011-05-10  Jim Meyering  <meyering@redhat.com>
970
971         * shr.el (shr-colorize-region): Fix typo "on on -> on".
972
973 2011-05-10  Julien Danjou  <julien@danjou.info>
974
975         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
976         symbol and not a list.
977
978 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-art.el (gnus-article-mode): Move binding of
981         shr-put-image-function here from gnus-article-prepare-display.
982
983         * shr.el (shr-put-image-function): New variable.
984         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
985         (shr-put-image): Return scaled image.
986
987         * gnus-art.el (gnus-shr-put-image): New function.
988         (gnus-article-prepare-display): Bind shr-put-image-function to it.
989
990         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
991         original ones, as deletable.
992
993 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
994
995         * nntp.el (nntp-open-connection): Set TCP keepalive option.
996
997 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * registry.el (registry-full): Add convenience method.  Fix logic.
1000         (registry-insert): Use it.  Fix logic here too.
1001
1002         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1003         `registry-prune' if `registry-full' returns t.
1004         (gnus-registry-handle-action)
1005         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1006         (gnus-registry-usage-test): Use it.
1007
1008 2011-05-07  Julien Danjou  <julien@danjou.info>
1009
1010         * shr.el (shr-link): Make shr-link inherit from link by default.
1011
1012 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1013
1014         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1015
1016 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1017
1018         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1019         error out because the face is not a list.
1020
1021 2011-05-05  Glenn Morris  <rgm@gnu.org>
1022
1023         * proto-stream.el (gnutls-negotiate): Fix declarations.
1024
1025         * gnus-start.el (gnus-propagate-marks): Declare.
1026
1027 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * registry.el (registry-reindex): Fix percentage message.
1030
1031         * proto-stream.el (network-stream-open-starttls): Adjust to call
1032         `gnutls-negotiate' with :process and :hostname arguments.
1033
1034 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * shr.el: Add shr-link face for links.
1037         (shr-urlify): Use it.
1038
1039         * registry.el (registry-insert): Make error message more helpful.
1040
1041 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-html.el (gnus-html-schedule-image-fetching):
1044         Use url-queue-retrieve, if it exists.
1045
1046         * shr.el (shr-tag-img): Ditto.
1047
1048         * gnus.el: Autoload more gnus-agent functions.
1049
1050         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1051         agent if we haven't already (bug#8502).
1052
1053         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1054         into the Agent, too.
1055
1056         * gnus-agent.el (gnus-agent-store-article): New function.
1057
1058         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1059         and moved from that file for reuse.
1060
1061         * pop3.el (pop3-open-server): Error messages are "-ERR".
1062
1063 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1066         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1067
1068 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1069
1070         * gnus.el: No Gnus v0.17 is released.
1071
1072 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1073
1074         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1075         buffer has moved to a different frame.
1076
1077 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1080         to get the conversion from unibyte to multibyte buffers to work on
1081         Emacs 22.
1082
1083         * nntp.el (nntp-request-article): Slight clean-up.
1084
1085 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * shr.el (shr-strike-through): New face.
1088         (shr-tag-s): Use it to provide <s> support.
1089         (shr-tag-s): Remove duplicate definition.
1090
1091 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1092
1093         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1094         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1095
1096 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1097
1098         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1099         `gnutls-negotiate'.
1100         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1101
1102 2011-04-23  Glenn Morris  <rgm@gnu.org>
1103
1104         * gnus-sum.el (gnus-extra-headers): Bump :version.
1105
1106 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * shr.el (shr-tag-sup): New function.
1109         (shr-tag-sub): Ditto.
1110
1111 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1112
1113         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1114         for the case where `gnus-registry-ignored-groups' is a list of lists,
1115         and don't call `gnus-parameter-registry-ignore' otherwise.
1116
1117 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1118
1119         * nnimap.el (nnimap-user): New backend variable.
1120         (nnimap-open-connection-1): Use it.
1121         (nnimap-credentials): Accept user parameter so it's explicit what user
1122         name is desired.
1123
1124         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1125         default.
1126
1127         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1128         not gnus-registry.el.
1129
1130         * gnus-registry.el: Mention in comments how to modify
1131         `gnus-extra-headers' for proper recipient tracking and that it may
1132         already have To and Cc recently, which it does as of this commit.
1133         (gnus-registry-ignored-groups): Remove defcustom.
1134         Explain why in comments.
1135         (gnus-registry-action): Fix data-header reference to use the extra
1136         headers.  Explain in package commentary how to add To and Cc headers to
1137         the gnus-extra-headers.
1138         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1139         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1140         parameter list or a string list in `gnus-registry-ignored-groups'.
1141         Fix logic error.
1142
1143 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * shr.el (shr-expand-url): Protect against null urls.
1146
1147 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * shr.el (shr-base): New binding.
1150         (shr-tag-base): Keep track of <base>.
1151         (shr-expand-url): New function used throughout.
1152
1153 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1154
1155         * gnus-registry.el
1156         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1157         (gnus-registry-ignored-groups): New variable.
1158         (gnus-registry-ignore-group-p): Use it.
1159         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1160         set the destination group to nil (same as delete) if it's ignored.
1161
1162 2011-04-20  David Engster  <dengste@eml.cc>
1163
1164         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1165
1166         * Makefile.in (test-nntp): New rule.
1167         (check): Add it.
1168         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1169
1170 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * gnus-registry.el (gnus-registry-action)
1173         (gnus-registry-fetch-header-fast):
1174         Don't use mail-header that looks an internal function of mailheader.el.
1175
1176 2011-04-19  Glenn Morris  <rgm@gnu.org>
1177
1178         * time-date.el (time-to-days): Remove unused local variables.
1179
1180 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * gnus-registry.el: Eliminate cl functions.
1183         (gnus-registry-sort-addresses): New function that replaces mapcan.
1184         (gnus-registry-action, gnus-registry-spool-action)
1185         (gnus-registry-split-fancy-with-parent)
1186         (gnus-registry-fetch-recipients-fast): Use it.
1187         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1188
1189         * registry.el (initialize-instance, registry-lookup)
1190         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1191         (registry-lookup-secondary-value, registry-search, registry-delete)
1192         (registry-insert, registry-reindex, registry-size, registry-prune):
1193         Use eval-and-compile.
1194
1195 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * registry.el (registry-reindex): New method to recreate the secondary
1198         registry indices.
1199
1200         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1201         tracked field changes.
1202         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1203         (gnus-registry-action, gnus-registry-spool-action)
1204         (gnus-registry-handle-action)
1205         (gnus-registry--split-fancy-with-parent-internal)
1206         (gnus-registry-split-fancy-with-parent)
1207         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1208         move, and delete actions, and for fancy splitting with parent.
1209         (gnus-registry-extract-addresses)
1210         (gnus-registry-fetch-recipients-fast)
1211         (gnus-registry-fetch-header-fast): Convenience functions.
1212         (gnus-registry-misc-test): ERT test of
1213         `gnus-registry-extract-addresses'.
1214
1215 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1218         Track by subject first, then sender.
1219
1220 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1221
1222         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1223
1224         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1225         Lisp.
1226
1227         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1228         (gnus-draft-send): Use it to avoid popping
1229         up frames from gnus-group-send-queue.
1230
1231 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * gnus-registry.el: Updated gnus-registry docs.
1234
1235 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1238         Fix logic bug.
1239         (gnus-registry-post-process-groups): Fix logging of no results and
1240         quote sender and subject.
1241
1242 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1245         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1246         gnutls-cli are too slow to be done opportunistically.
1247
1248         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1249         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1250         we had no early-data returned.
1251         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1252         two async commands to the same server at the same time.
1253
1254 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1255
1256         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1257
1258 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1261         "warning" level.
1262
1263         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1264         (mm-url-insert-file-contents): Don't set the package names.
1265
1266 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * gnus-registry.el (gnus-registry-action): Remove properties and
1269         simplify subject in `gnus-registry-handle-action'.
1270         (gnus-registry-spool-action): Get subject and sender from message if
1271         they are not passed in.
1272         (gnus-registry-handle-action): Remove properties and simplify subject
1273         consistently.
1274
1275 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1276
1277         * registry.el: Require CL before using defmacro*.
1278
1279 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (article-treat-date): Assume that
1282         gnus-article-date-headers may be a group parameter.
1283
1284 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1287
1288         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1289         interactively so the newsrc file can contain foreign groups too.
1290         Useful for debugging but not much for users.
1291
1292 2011-04-07  David Engster  <dengste@eml.cc>
1293
1294         * registry.el (registry-usage-test): Only do
1295         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1296         lexical binding.
1297
1298 2011-04-07  David Engster  <dengste@eml.cc>
1299
1300         * Makefile.in (check, test-registry): New rules for test-suite.
1301
1302 2011-04-06  David Engster  <dengste@eml.cc>
1303
1304         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1305         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1306
1307 2011-04-06  David Engster  <dengste@eml.cc>
1308
1309         * registry.el (initialize-instance): Change :after to :AFTER to be
1310         compatible with old EIEIO version in XEmacs.
1311
1312 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1313
1314         * gnus-registry.el (gnus-registry-post-process-groups)
1315         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1316         and provide better messaging.
1317
1318 2011-04-06  David Engster  <dengste@eml.cc>
1319
1320         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1321         errors.
1322
1323         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1324         dgnushack-compile with error-on-warn enabled, and to signal an error if
1325         clean compilation failed.
1326         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1327         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1328
1329 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1330
1331         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1332         unconditionally anyway, discarding errors.
1333         (gnus-registry-delete-entries): New convenience function.
1334         (gnus-registry-import-eld): Import from old .eld registry.
1335
1336         * registry.el: Don't use ERT if it's not available.  Load it
1337         unconditionally anyway, discarding errors.
1338
1339         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1340         version from the Claudio Bley GnuTLS patch (extra optional parameters
1341         and host name).
1342
1343 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1346         fixup the parameters that can be customized by the user between
1347         save/read cycles.
1348         (gnus-registry-read): Use it.
1349         (gnus-registry-make-db): Use it.
1350         (gnus-registry-spool-action, gnus-registry-handle-action):
1351         Fix messaging.
1352         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1353         Map references to actual group names with sender and subject tracking.
1354         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1355         (gnus-registry-usage-test): Add subject lookup test.
1356
1357         * registry.el (registry-db, initialize-instance): Set up constructor
1358         instead of :initform arguments for the sake of older Emacsen.
1359         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1360         pre-lexbind merge bug.
1361         (registry-usage-test): Use it.
1362         (initialize-instance, registry-db): Move the non-function initforms
1363         back to the class definition.
1364
1365 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1366
1367         * registry.el: New library to manage gnus-registry-style data.
1368
1369         * gnus-registry.el: Use it (major rewrite).
1370
1371         * nnregistry.el: Use it.
1372
1373         * spam.el: Use it.
1374
1375 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1378         marks on non-selected articles.
1379
1380 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1381
1382         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1383         parameter to open-protocol-stream.
1384
1385 2011-04-01  Julien Danjou  <julien@danjou.info>
1386
1387         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1388         fundamental-mode.
1389
1390 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1393         servers.
1394
1395 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1398         made marks not propagate, again.
1399
1400 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1401
1402         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1403         Make this the default type.
1404         (proto-stream-open-plain): Rename from proto-stream-open-default.
1405         (open-protocol-stream, proto-stream-open-starttls)
1406         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1407         with `plain'.
1408
1409         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1410         value.
1411
1412         * nntp.el (nntp-open-connection-function): Document the fact that some
1413         values are not functions but are instead handled specially.
1414         Recognize nntp-open-plain-stream value.
1415         (nntp-open-connection): Recognize that value.
1416
1417 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1420         where it seems to be needed.
1421
1422 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1425         stuff.
1426
1427         * gnus-score.el (gnus-score-string): Fix calling convention of
1428         `gnus-simplify-buffer-fuzzy' after last patches.
1429
1430         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1431         server for articles we didn't get any headers for.  This is a sanity
1432         check.
1433
1434 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1435
1436         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1437         new CAPABILITY, use it.
1438
1439 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1442         downloading anything.
1443
1444         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1445
1446 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1447
1448         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1449         colors.
1450         (gnus-splash-svg-color-symbols): New function.
1451
1452 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1455         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1456         (gnus-simplify-subject-fuzzy): Use the local
1457         gnus-simplify-subject-fuzzy-regex instead of the global one.
1458         This makes using this variable in group parameters work.
1459
1460 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1461
1462         * gnus-registry.el (gnus-registry-unfollowed-groups):
1463         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1464         archive:sent-YYYY-MM-DD groups).
1465         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1466         tracking if there are more than `gnus-registry-max-track-groups'
1467         matches.
1468
1469 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1470
1471         * message.el (message--yank-original-internal): New function to do the
1472         insertion cleanly inside eval in `message-yank-original'.
1473         (message-yank-original): Use it.
1474
1475 2011-03-29  Julien Danjou  <julien@danjou.info>
1476
1477         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1478         local variables disabled rather than `normal-mode'.
1479
1480 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1481
1482         * imap.el (imap-shell-open, imap-process-connection-type):
1483         Use imap-process-connection-type for 'shell' streams as well as
1484         Kerberos, SSL, other subprocesses.
1485
1486 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1487
1488         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1489         with open-network-stream.
1490         (proto-stream-always-use-starttls): Option removed.
1491         (open-protocol-stream): Return a process object by default.  Provide a
1492         new parameter :return-list specifying a list-type return value, which
1493         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1494         :type `network' to `try-starttls', and `network-only' to `default'.
1495         Make `default' the default, for compatibility with open-network-stream.
1496         Handle the no-parameter case exactly as open-network-stream, with no
1497         additional stream processing.  Search plists using plist-get.
1498         Explicitly add :end-of-commend parameter if it is missing.
1499         (proto-stream-open-default): Rename from
1500         proto-stream-open-network-only.  Return 'default as the type.
1501         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1502         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1503         failed.  Always return a list with a (possibly dead) process as the
1504         first element, for compatibility with open-network-stream.
1505         (proto-stream-open-tls): Use plist-get.  Always return a list.
1506         (proto-stream-open-shell): Return `default' as connection type.
1507         (proto-stream-capability-open): Use plist-get.
1508         (proto-stream-eoc): Function deleted.
1509
1510         * nnimap.el (nnimap-stream, nnimap-open-connection)
1511         (nnimap-open-connection-1): Handle renaming of :type parameter for
1512         open-protocol-stream.
1513         (nnimap-open-connection-1): Pass a :return-list parameter
1514         open-protocol-stream to obtain a list return value.  Parse this list
1515         using plist-get.
1516
1517         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1518         for open-protocol-stream.  Accept open-protocol-stream return value
1519         that is a subprocess object instead of a list.  Handle the case of a
1520         dead returned process.
1521
1522 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1523
1524         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1525
1526         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1527
1528 2011-03-21  Julien Danjou  <julien@danjou.info>
1529
1530         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1531         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1532         query.
1533         (mm-inline-text): Render normal text with fontification whenever
1534         possible.
1535
1536         * gnus-sum.el (gnus-summary-save-parts-1):
1537         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1538         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1539         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1540         Use `mm-handle-filename'.
1541
1542         * mm-util.el (mm-handle-filename): New function, return the filename of
1543         an handle.
1544
1545 2011-03-18  Julien Danjou  <julien@danjou.info>
1546
1547         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1548         (gnus-buffer-live-p): Check that buffer is not nil.
1549
1550 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1551
1552         * gnus.el: No Gnus v0.15 is released.
1553
1554 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1557         avoid warning on XEmacs.
1558
1559         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1560         on XEmacs.
1561
1562         * gnus-art.el: Require mouse, which the build bot seems to say is
1563         needed.
1564
1565         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1566
1567         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1568         XEmacs, since it doesn't have url-retrieve-synchronously.
1569
1570         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1571         since assoc-string doesn't exist in XEmacs.
1572
1573 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1574
1575         * gnus-group.el (gnus-group-list-ticked): New function.
1576         (gnus-group-make-menu-bar): Provide a menu entry for it.
1577         (gnus-group-list-map): Provide a binding for it.
1578
1579 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * shr.el (shr-visit-file): New command.
1582
1583         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1584
1585 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1586
1587         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1588         servers.
1589
1590 2011-03-16  Julien Danjou  <julien@danjou.info>
1591
1592         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1593         inline.
1594
1595         * gnus-art.el (article-hide-list-identifiers):
1596         Use gnus-group-get-list-identifiers.
1597
1598         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1599         (gnus-summary-remove-list-identifiers):
1600         Use gnus-group-get-list-identifiers to get regexp.
1601         (gnus-select-newsgroup, gnus-summary-insert-subject)
1602         (gnus-summary-insert-articles):
1603         Call gnus-summary-remove-list-identifiers unconditionally.
1604
1605 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1608         we're selecting a group with unread articles.
1609
1610         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1611
1612         * gssapi.el: New file separated out from imap.el to provide a general
1613         Kerberos 5 connection facility for Emacs.
1614
1615         * message.el (message-elide-ellipsis): Document the format spec
1616         ellipsis.
1617
1618 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1619
1620         * message.el (message-elide-region): Allow the ellipsis to say how many
1621         lines were removed.
1622
1623 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1626         window configurations containing buffers that are now dead.
1627
1628         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1629         parsing to avoid integer overflows.
1630         (nnimap-parse-flags): Simplify the last change.
1631         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1632         too large for 32-bit Emacsen.
1633
1634 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1635
1636         * auth-source.el (auth-source-netrc-create):
1637         * message.el (message-yank-original): Fix use of `case'.
1638
1639 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1640
1641         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1642         XEmacs, which was one character too wide.
1643
1644 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1645
1646         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1647         default number of articles to display.
1648         (gnus-articles-to-read): Use pretty names for prompt.
1649
1650 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-int.el (gnus-open-server): Ditto.
1653
1654         * gnus-start.el (gnus-activate-group): Give a backtrace if
1655         debug-on-quit is set and the user hits `C-g'.
1656         (gnus-read-active-file): Ditto.
1657
1658         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1659
1660 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1661
1662         * message.el (message-yank-original): Use cond instead of CL case.
1663
1664 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1665
1666         * auth-source.el (auth-source-netrc-create): Use usual format for the
1667         default in prompts.
1668
1669 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * lpath.el: Fbind read-char-choice for XEmacs.
1672
1673 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * auth-source.el (auth-source-netrc-create): Show the default in the
1676         prompt when prompting for token creation.
1677
1678 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * auth-source.el (auth-source-format-prompt): Always convert the value
1681         to a string to avoid evaluating non-string arguments.
1682         (auth-source-netrc-create): Offer default properly, not as initial
1683         content in `read-string'.
1684         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1685         of line to determine if we've been run before.  If so, don't run again,
1686         but print a trivial message to indicate the cache was hit instead.
1687
1688 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1691         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1692         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1693         Gnus.
1694
1695 2011-03-11  Julien Danjou  <julien@danjou.info>
1696
1697         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1698         modified file".
1699
1700 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * auth-source.el (auth-source-read-char-choice): New function to read a
1703         character choice using `dropdown-list', `read-char-choice', or
1704         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1705         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1706         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1707         (auth-source-netrc-saver): Use it.
1708         (auth-source-pick-first-password): New convenience function.
1709
1710 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1713         parameter in the credentials.
1714         (nnimap-open-connection-1): Use it after a successful login.
1715         (nnimap-credentials): Add IMAP-specific user and password prompt.
1716
1717         * auth-source.el (auth-source-search): Add :require parameter, taking a
1718         list.  Document it and the :save-function return token.  Pass :require
1719         down.  Change the CREATED message from a warning to a debug statement.
1720         (auth-source-search-backends): Pass :require down.
1721         (auth-source-netrc-search): Pass :require down.
1722         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1723         Change save prompt to indicate all modifications saved here are
1724         deletions.
1725         (auth-source-netrc-create): Take user login name as default in user
1726         prompt.  Move all the save functionality to a lexically bound function
1727         under the :save-function token in the returned list.  Set up clearer
1728         default prompts for user, host, port, and secret.
1729         (auth-source-netrc-saver): New function, intended to be wrapped for
1730         :save-function.
1731
1732 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1735         lines to be spaces instead.
1736
1737 2011-03-07  Julien Danjou  <julien@danjou.info>
1738
1739         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1740         (sieve-sasl-auth): Check that auth-source-search did return something,
1741         or just return an empty string.
1742
1743 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1744
1745         * gnus.el (gnus-interactive): Use read-directory-name.
1746
1747         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1748         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1749         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1750         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1751         Likewise.
1752
1753         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1754
1755 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1758         onto the list of killed groups, too.  This makes killed nnimap groups,
1759         for instance, more reliably not reappear.
1760
1761         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1762         the parent.
1763
1764         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1765
1766         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1767         really have server-side marks.
1768
1769         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1770         since most backends do not usefully have server-side marks.
1771         (gnus-update-read-articles): Propagate marks to all backends that
1772         really have server-side marks.
1773
1774 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1775
1776         * message.el (message-cite-reply-position, message-cite-style):
1777         New variables.
1778         (message-yank-original): Use the new citation styles.
1779
1780 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1781
1782         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1783         buffer-local issue); don't mark it buffer-local when running under
1784         XEmacs.
1785
1786 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1787
1788         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1789         numbers too big to be `read'.
1790
1791 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1792
1793         * password-cache.el (password-in-cache-p): Add autoload.
1794
1795         * message.el (message-options): Make buffer-local two ways to attempt
1796         to fix a XEmacs bug.
1797
1798 2011-03-02  Julien Danjou  <julien@danjou.info>
1799
1800         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1801
1802 2011-03-01  Julien Danjou  <julien@danjou.info>
1803
1804         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1805         group.
1806         (article-hide-list-identifiers): Use list-identifier group parameter.
1807
1808 2011-02-28  Julien Danjou  <julien@danjou.info>
1809
1810         * sieve.el (sieve-buffer-script-name): New local variable to store
1811         sieve script name.
1812         (sieve-edit-script): Store sieve script name.
1813         (sieve-upload): Use sieve script name when uploading.
1814         (sieve-upload): Use substitute-command-keys.
1815         (sieve-edit-script): Use substitute-command-keys.
1816         (sieve-refresh-scriptlist): Use substitute-command-keys.
1817         (sieve-manage-mode-map): Define keymap properly.
1818         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1819         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1820         Remove commented code about cvs.
1821         (sieve-manage-quit): New function.
1822         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1823
1824 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1827
1828 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1829
1830         * auth-source.el (auth-source-search): Cache empty result sets.
1831
1832         * password-cache.el (password-in-cache-p): Convenience function to
1833         check if a key is in the cache, even if the value is nil.
1834
1835         * auth-source.el (auth-source-save-behavior): New variable to replace
1836         `auth-source-never-create'.
1837         (auth-source-netrc-create): Use it.
1838         (auth-source-never-save): Remove.
1839
1840 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1841
1842         * nnimap.el (nnimap-stream): Doc fix.
1843         (nnimap-open-connection-1): Reverse the order of the ports to that the
1844         prompted-for port is first.
1845
1846         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1847         retrieval by the no-group selection.
1848
1849         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1850         numerical parameters.
1851
1852 2011-02-25  Julien Danjou  <julien@danjou.info>
1853
1854         * gnus-gravatar.el: Use gnus-with-article-buffer.
1855
1856         * gnus-art.el (gnus-with-article-buffer): Check that the
1857         gnus-article-buffer is alive.
1858
1859 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1860
1861         * auth-source.el (auth-source-creation-prompts): New variable to manage
1862         creation-time prompts.
1863         (auth-source-search): Document it.
1864         (auth-source-format-prompt): Add utility function.
1865         (auth-source-netrc-create): Don't default the user name to
1866         user-login-name.  Use `auth-source-creation-prompts' and some default
1867         prompts for user, host, port, and password (the default generic prompt
1868         remains ugly).
1869         (auth-source-never-save): Add customizable option to never save info.
1870         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1871         mode excursion.
1872
1873 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1876         argument that XEmacs doesn't support.
1877
1878         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1879         compiled for Emacsen having no `libxml-parse-html-region' support.
1880
1881         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1882
1883         * lpath.el: Bind buffer-save-without-query for XEmacs.
1884
1885 2011-02-23  Julien Danjou  <julien@danjou.info>
1886
1887         * gnus-art.el (article-make-date-line): Ignore errors if time is
1888         invalid and not convertible.
1889         (article-make-date-line): Only add lapsed time if time is not nil.
1890
1891 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1894         `read-char-choice' for backwards compatibility.
1895         (auth-source-netrc-element-or-first): New function to DTRT for
1896         parameter extraction.
1897         (auth-source-netrc-create): Use it and fix multiple parameter print
1898         bug.  Use the default passed from above (given-default) or the
1899         built-in (user-login-name for :user).
1900
1901 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1902
1903         * gnus-start.el (gnus-dribble-read-file):
1904         Set buffer-save-without-query, since we always want to save the dribble
1905         file, probably.
1906
1907         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1908         nnimap.
1909
1910         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1911         -summary- since it's a user-visible variable.
1912
1913         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1914         first time you use the new Gnus.
1915
1916 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1917
1918         * auth-source.el: Don't load netrc.el.
1919         (auth-sources): Search ~/.netrc as well by default.
1920         (auth-source-debug): Add 'trivia option for extra output.
1921         (auth-source-do-trivia): Use it.
1922         (auth-source-search): Simplify logic to use
1923         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1924         appropriate.  Don't keep a running count at this level.  Layer :create
1925         and :delete options appropriately on the first and second passes.
1926         Don't track the backend with the search results.
1927         (auth-source-search-backends): New function to search a list of
1928         backends for a processed spec.
1929         (auth-source-netrc-parse): Cache all netrc files, making
1930         auth-source-netrc-cache an alist keyed by the file name and using the
1931         file mtime as the caching criterion.  Keep the obfuscated data secret
1932         with a lexical bind.
1933         (auth-source-netrc-search): Don't calculate the length of the results
1934         unnecessarily.
1935         (auth-source-search-backends): Fix bug.
1936         (auth-source-netrc-create): Rework prompts.
1937
1938 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1939
1940         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1941         Lower case names of search constraints.
1942         (nnir-run-query): Cache and reuse search constraints for all imap
1943         servers.
1944
1945 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1946
1947         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1948         after exit.
1949         (gnus-setup-message): Define missing variable from last checkin.
1950
1951         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1952         value, show the raw article.
1953
1954 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1955
1956         * gnus.el: No Gnus v0.13 is released.
1957
1958 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1959
1960         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1961         auth-source now accepts numbers.
1962
1963         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1964         spec, too.
1965         (auth-source-ensure-strings): New function.
1966
1967         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1968         (gnus-article-setup-buffer): Always restart the date timer so that user
1969         changes to the frequency is respected.
1970
1971         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1972         port numbers, so make sure it gets that if nnimap-server-port is
1973         explicit.
1974
1975 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1976
1977         * nnimap.el (nnimap-inbox): Doc fix.
1978
1979 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1980
1981         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1982         Autoload.  Add optional arg FRAME, and pass it to color-values.
1983         (color-complement): Caller changed.  Doc fix.
1984         (color-gradient): Rewrite for better clarity and efficiency.
1985
1986 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1987
1988         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1989         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1990         color-lab-to-srgb.
1991
1992 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1993
1994         * color.el: First part of merge from hexrgb.el.
1995         (color-rgb-to-hex): Rename from color-rgb->hex.
1996         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1997         saturation to zero if the value is too small.
1998         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1999         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2000         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2001         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2002         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2003         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2004         (color-cie-de2000): Doc fix.
2005
2006 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2007
2008         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2009         given method as in the group name if we're using an extended method.
2010         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2011         command, if we're using that, instead of waiting for the beginning.
2012
2013         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2014         we're sure to get unique server names, and we don't output two async
2015         commands in the same buffer.  This fixes an NNTP hang for some users.
2016
2017 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2018
2019         * gnus.el: No Gnus v0.11 is released.
2020
2021 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2024         summary buffer before reading going to the next buffer.  This avoids
2025         putting the point in the group buffer if you `C-g' the command.
2026
2027         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2028         cache (for now) to make ~/.authinfo.gpg files usable.
2029
2030         * nnfolder.el (copyright-update): Define for the compiler.
2031
2032         * auth-source.el (auth-source-search): Fix unbound variable.
2033
2034 2011-02-19  Glenn Morris  <rgm@gnu.org>
2035
2036         * gnus.el (gnus-meta): Doc fix.
2037
2038 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2039
2040         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2041         in case it's not yet loaded.
2042
2043 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2044
2045         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2046         line we're waiting for.
2047
2048 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2049
2050         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2051         face with line-width greater than zero will cause RET in gnus summary
2052         buffer to scroll down article page-wise because auto vscroll happens,
2053         it should be temporalily disabled when doing a scroll-up.
2054
2055 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2056
2057         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2058         outputs from the server.
2059
2060 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2061
2062         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2063         later so that bbdb can hook in easier.
2064
2065 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2066
2067         * auth-source.el (auth-source-search): Don't try to create credentials
2068         if the caller doesn't want that.
2069         (auth-source-search): If we don't find a match, don't bug out on
2070         non-bound variables.
2071         (auth-source-search): Only ask a single backend to create the
2072         credentials.
2073
2074         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2075         logging.
2076         (nnimap-credentials): Protect against auth-source-search returning nil.
2077         (nnimap-request-list): Protect against not being able to open the
2078         server.
2079
2080 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2081
2082         * auth-source.el (auth-source-search): Do a two-phase search, one with
2083         no :create to get the responses from all backends.
2084
2085         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2086         when getting credentials.
2087
2088         * gnus-util.el (gnus-delete-duplicates): New function.
2089
2090 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2093         a creation default, pass the whole port list down.  It will be
2094         completed.
2095
2096         * auth-source.el (auth-source-search): Updated docs to talk about
2097         multiple creation choices.
2098         (auth-source-netrc-create): Accept a list as a value (from the search
2099         parameters) and do completion on that list.  Keep a separate netrc line
2100         with the password obscured for showing the user.
2101
2102         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2103         first choice to `auth-source-search' so it will be used for entry
2104         creation instead of the server's Gnus-specific name.
2105         (nnimap-credentials): Rely on the auth-source library to select which
2106         port is actually wanted in the new netrc entry, so don't override
2107         `auth-source-creation-defaults'.
2108
2109         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2110         :protocol and accept a missing user, host, or port as a wildcard match.
2111         (auth-source-debug): Default to off.
2112
2113         (auth-source-netrc-search, auth-source-netrc-create)
2114         (auth-source-secrets-search, auth-source-secrets-create)
2115         (auth-source-user-or-password, auth-source-backend, auth-sources)
2116         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2117         instead of :protocol.
2118
2119         * nnimap.el (nnimap-credentials): Pass a port default to
2120         `auth-source-search' in case an entry needs to be created.
2121         (nnimap-open-connection-1): Use :port instead of :protocol.
2122
2123 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * auth-source.el: Bind load-path when loading EIEIO from
2126         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2127         21.4 doesn't support, to `require'.
2128         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2129         delete-dups that is not available in XEmacs 21.4.
2130
2131 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2132
2133         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2134         as EIEIO must also be loaded when auth-source.el is being
2135         byte-compiled.
2136
2137 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2138
2139         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2140
2141         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2142
2143         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2144
2145         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2146
2147         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2148
2149         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2150
2151         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2152
2153         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2154         necessary.
2155
2156 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2159         nil means that nnimap doesn't get updated.
2160
2161 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2162
2163         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2164         result when the user doesn't want to write to the file.
2165         (auth-source-netrc-search): Expect a synthetic result and proceed
2166         accordingly.
2167         (auth-source-cache-expiry): New variable to override
2168         `password-cache-expiry'.
2169         (auth-source-remember): Use it.
2170
2171         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2172         parameter.  Create entry if necessary by using :create t.
2173         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2174
2175 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2176
2177         * auth-source.el (auth-source-debug): Enable by default and don't
2178         mention the obsolete `auth-source-hide-passwords'.
2179         (auth-source-do-warn): New function to debug unconditionally.
2180         (auth-source-do-debug): Use it.
2181         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2182         and for Secrets API entries when the secrets.el library is not
2183         available.
2184
2185 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2188         (gnus-summary-exit): Kill the correct article buffer on exit from a
2189         `C-d' group.
2190
2191         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2192         gnus-propagate-marks.
2193
2194         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2195         before killing the buffers so that a non-full window conf gets handled
2196         correctly.
2197         (gnus-summary-exit): Ditto.
2198         (gnus-summary-read-group-1): Ditto.
2199
2200         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2201         async code again so that we can debug it properly.
2202
2203         * message.el (message-reply): Take an optional switch-buffer parameter
2204         so that Gnus window confs are respected better.
2205
2206 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2207
2208         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2209         `plist-get' to accept non-list parameters (XEmacs issue).
2210         Fix docstring.
2211         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2212         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2213         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2214         Login collection is "Login" and not "login".
2215
2216 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2219         multiple headers.
2220
2221         * nnimap.el (nnimap-inhibit-logging): New variable.
2222         (nnimap-log-command): Don't log login commands.
2223
2224         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2225         to have more parameters.
2226
2227         * nnimap.el (nnimap-send-command): Mark the command time for each
2228         command, so that we don't get NOOPs stepping on our toes.
2229
2230         * gnus-art.el (article-date-ut): Get the date from the Date header on
2231         `t'.
2232
2233 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * auth-source.el (auth-source-search): Use copy-sequence instead of
2236         the cl.el copy-list.
2237
2238 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2239
2240         * imap.el: Bring it back (revert
2241         84d800cd31de3064f0ed39617d725709a2f8f42f).
2242
2243 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2244
2245         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2246         Improve prompt.
2247
2248 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2251         washing status from the default format.  It isn't very informative.
2252
2253 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2254
2255         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2256         Fix Gcc processing on imap.
2257
2258 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2259
2260         * imap.el: Remove file.  All the functionality is in nnimap.el.
2261
2262 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2263
2264         * message.el (message-bury): Don't pop up a new window when selected
2265         window is dedicated.
2266
2267 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2268
2269         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2270
2271 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * sieve-manage.el: Autoload `auth-source-search'.
2274         (sieve-sasl-auth): Use it.
2275
2276 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * nnimap.el: Autoload `auth-source-forget+'.
2279         (nnimap-open-connection-1): Use it if the connection fails.
2280
2281         * auth-source.el: Require `password-cache'.
2282         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2283         obsolete.
2284         (auth-source-magic): Marker for `password-cache' keys.
2285         (auth-source-do-cache): Update docstring.
2286         (auth-source-search): Use and check cache.
2287         (auth-source-forget-all-cached, auth-source-remember)
2288         (auth-source-recall, auth-source-forget, auth-source-forget+)
2289         (auth-source-specmatchp): Caching support functions.
2290         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2291         Remove and obsolete.
2292         (auth-source-user-or-password): Remove caching to further discourage
2293         using it.  Always hide passwords.
2294
2295         * password-cache.el (password-cache-remove): Accept secrets that are
2296         not strings.
2297
2298 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2301         code for now, since it doesn't work for all users.
2302
2303 2011-02-09  Julien Danjou  <julien@danjou.info>
2304
2305         * message.el (message-options): Make message-options really buffer
2306         local.
2307
2308 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2309
2310         * mail-source.el: Autoload `auth-source-search'.
2311         (mail-source-keyword-map): Note order matters.
2312         (mail-source-set-1): Get all the mail-source source values and
2313         defaults and search auth-source on those if needed.  This can all
2314         probably be simplified.
2315
2316         * nnimap.el: Autoload `auth-source-search'.
2317         (nnimap-credentials): Use it.
2318         (nnimap-open-connection-1): Ask for the virtual server and physical
2319         address in one shot.
2320
2321         * nntp.el: Autoload `auth-source-search'.
2322         (nntp-send-authinfo): Use it.  Note TODO.
2323
2324 2011-02-08  Julien Danjou  <julien@danjou.info>
2325
2326         * shr.el (shr-tag-body): Add support for text attribute in body
2327         markups.
2328
2329         * message.el (message-options): Make message-options a local variable.
2330
2331 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * auth-source.el (auth-source-secrets-search)
2334         (auth-source-user-or-password): Use `append' instead of `nconc'.
2335         (auth-source-user-or-password): Build return list better and protect
2336         against nil :secret.
2337
2338 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnimap.el (nnimap-update-info): Refactor slightly.
2341         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2342         (nnimap-update-info): Clean up slightly.
2343         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2344         characters.
2345         (nnimap-process-quirk): Rename function to avoid collision.
2346         (nnimap-update-info): Fix macrology bug-out.
2347         (nnimap-update-info): Simplify split history test.
2348
2349 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2350
2351         * auth-source.el (top): Require 'eieio unconditionally.
2352         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2353         (auth-source-secrets-search): Limit search when `max' is greater than
2354         number of results.
2355
2356 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2357
2358         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2359         part not returning any data.
2360
2361         * proto-stream.el (open-protocol-stream): Document the return value.
2362
2363 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * auth-source.el (auth-source-secrets-search): Add examples.
2366
2367 2011-02-06  Julien Danjou  <julien@danjou.info>
2368
2369         * message.el (message-setup-1): Handle message-generate-headers-first
2370         set to t.
2371
2372 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2373
2374         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2375         API with a string "secrets:collection-name" and with 'default.
2376         (auth-source-backend-parse): Parse "secrets:collection-name" and
2377         'default.  Recurse on parses instead of repeating code.  Use the
2378         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2379         message when ignoring a source.
2380         (auth-source-search): List ignored search keys at the top level.
2381         (auth-source-netrc-create): Use `case' instead of `cond'.
2382         (auth-source-secrets-search): Created with TODOs.
2383         (auth-source-secrets-create): Created with TODOs.
2384         (auth-source-retrieve, auth-source-create, auth-source-delete)
2385         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2386         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2387         (auth-source-user-or-password-sftp)
2388         (auth-source-user-or-password-smtp): Remove.
2389         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2390         around `auth-source-search'.  Not tested thoroughly.
2391
2392 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * auth-source.el: Bring in assoc and eioeio libraries.
2395         (secrets-enabled): New variable to track the status of the Secrets API.
2396         (auth-source-backend): New EIOEIO class to represent a backend.
2397         (auth-source-creation-defaults): New variable to set prompt defaults
2398         during token creation (see the `auth-source-search' docstring for
2399         details).
2400         (auth-sources): Simplify to allow a simple string as a netrc backend
2401         spec.
2402         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2403         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2404         (auth-source-search): Main auth-source API entry point.
2405         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2406         (auth-source-search-collection): Helper function for searching.
2407         (auth-source-netrc-parse, auth-source-netrc-normalize)
2408         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2409         Supports search, create, and delete.
2410         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2411         backend stubs.
2412         (auth-source-user-or-password): Call `auth-source-search' but it's not
2413         ready yet.
2414
2415 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2416
2417         * message.el (message-setup-1): Remove the read-only stuff, since it
2418         doesn't work under XEmacs, for some reason.
2419
2420         * gnus-sum.el (gnus-user-date): Rename back from
2421         gnus-summary-user-date since user code refers to it.
2422
2423         * shr.el (shr-render-td): Store the actual background colour used.
2424
2425         * message.el (message-setup-1): Don't bind the constant
2426         -forbidden-properties.
2427         (message-setup-1): Revert previous change, since it needs to bind the
2428         props to insert them.
2429         (message-resend): Allow removing the read-only separator line.
2430
2431 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnimap.el (nnimap-request-accept-article): Give an error message if
2434         the APPEND wasn't successful.
2435
2436 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2437
2438         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2439         that have no groups.
2440
2441 2011-02-03  Julien Danjou  <julien@danjou.info>
2442
2443         * gnus-draft.el: Remove progn around gnus-draft-setup.
2444
2445 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2446
2447         * gnus-start.el (gnus-read-active-for-groups): This function is never
2448         called with a nil `infos', so clean that up.
2449         (gnus-get-unread-articles): Request active files from primary/secondary
2450         methods that have no groups (yet).
2451
2452 2011-02-03  Julien Danjou  <julien@danjou.info>
2453
2454         * message.el (message-setup-1): Always generate References first.
2455         (message-mail): Return the return value of message-setup, not always t.
2456         (message-setup-1): Insert mail-header-separator with read-only and
2457         intangible properties set.
2458
2459         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2460         user-date in docstring.
2461
2462         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2463
2464         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2465         docstring.
2466
2467         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2468         defcustom, with type and group. Move from gnus-util.el. Rename to
2469         gnus-summary-user-date-format-alist.
2470
2471 2011-02-03  Glenn Morris  <rgm@gnu.org>
2472
2473         * nnimap.el (gnus-fetch-headers): Declare.
2474
2475         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2476
2477 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2478
2479         * message.el (message-forward-make-body-digest-plain)
2480         (message-followup, message-reply): Clean up things noted by Stefan.
2481
2482         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2483         gnus-article-update-date-headers is nil.
2484         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2485         it didn't really work with defcustom.
2486         (article-update-date-lapsed): Make sure the window start doesn't move,
2487         either.
2488
2489 2011-02-01  Julien Danjou  <julien@danjou.info>
2490
2491         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2492         format.
2493
2494         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2495         standard in Emacs nowadays.
2496
2497         * color.el (color-gradient): Add a color-gradient function.
2498
2499 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2500
2501         * message.el (message-expand-name): Don't trust the return value of
2502         bbdb-complete-name.
2503         (message-check-news-header-syntax): Remove unused var `start'.
2504         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2505         (message-inhibit-body-encoding): Move to before first use.
2506         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2507         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2508         (Organization, Message-ID, Date, mh-previous-window-config):
2509         Defvar the vars using dynamic scoping.
2510
2511 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2512
2513         * shr.el (shr-render-td): Only do colours at the final rendering.
2514         Should be slightly faster.
2515         (shr-insert-table): Fix up TD background colours when doing the
2516         vertical padding.
2517
2518         * gnus-art.el (article-date-ut): Protect against articles with no Date
2519         header.
2520         (article-update-date-lapsed): Don't use current-column to find the
2521         horizontal position.  It's fragile in the presence of \003 characters.
2522
2523         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2524
2525 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2526
2527         * gnus-art.el (article-transform-date): Rewrite to still work when
2528         there are several rfc2822 parts.
2529         (article-transform-date): Fix infinite recursion.
2530         (article-date-ut): Replace infinitely many Date headers with a single
2531         one when called interactively.
2532
2533         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2534         secure manner.
2535
2536         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2537         move around by not using save-window-excursion.  It seems to work...
2538
2539 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * gnus-art.el (article-make-date-line): Work for user-defined format.
2542
2543 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2544
2545         * nntp.el (nntp-retrieve-group-data-early)
2546         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2547         fetching functions.
2548
2549         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2550         thoroughly for all backends that have no known groups.  This should
2551         allow new nnml methods to retrieve mail.
2552
2553         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2554         that Gnus doesn't know exists again.
2555
2556         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2557         (gnus-treat-date-ut): Ditto.
2558         (gnus-article-update-date-header): Rename.
2559         (gnus-treat-date-local): Remove.
2560         (gnus-treat-date-english): Remove.
2561         (gnus-treat-date-lapsed): Remove.
2562         (gnus-treat-date-combined-lapsed): Remove.
2563         (gnus-treat-date-original): Remove.
2564         (gnus-treat-date-iso8601): Remove.
2565         (gnus-treat-date-user-defined): Remove.
2566         (gnus-article-date-headers): New variable to control all the date
2567         header options.
2568         (article-date-ut): Rewrite to allow using the new way to format date
2569         headers(s).
2570
2571 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2572
2573         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2574         method.
2575         (nnmail-article-group): A better test for fanciness.
2576
2577         * nnimap.el (nnimap-request-head): Protect against not finding the
2578         article by Message-ID.
2579
2580 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2583         keep point at the "same place".
2584
2585 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2588         data if the group is unactivated.
2589
2590 2011-01-28  Julien Danjou  <julien@danjou.info>
2591
2592         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2593         (gnus-all-windows-visible-p): Remove old compatibility code.
2594         (gnus-window-top-edge): Add docstring.
2595
2596         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2597
2598 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2601         older request-update-info.
2602
2603         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2604
2605 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2606
2607         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2608         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2609
2610 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2613         groups.  This makes the nndraft:queue group pop up if it's not already
2614         there.
2615
2616         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2617         messages" logic, which was reversed.
2618
2619         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2620         the "same place" even if point is on the line being replaced.
2621         (article-update-date-lapsed): Allow updating both the combined lapsed
2622         and the lapsed headers.
2623         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2624         (article-make-date-line): Limit the number of segments dynamically to
2625         avoid too-long lines.
2626
2627 2011-01-27  Julien Danjou  <julien@danjou.info>
2628
2629         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2630         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2631
2632 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2635         Use plist-get instead of the cl function getf.
2636
2637 2011-01-27  Glenn Morris  <rgm@gnu.org>
2638
2639         * gnus-util.el (float-time): Get rid of compiler warning, again.
2640
2641 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2642
2643         * shr.el (shr-put-color): Special-case background colours: Do put them
2644         at the blank parts at the front of the lines.
2645
2646         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2647         exit hook to nix out all data on readedness on group exit.
2648
2649         * gnus-util.el (float-time): If float-time is bound, always use it on
2650         all Emacsen.  It's unclear why the subrp check was there.
2651         (time-date): Require to make some autoload issues on XEmacs go away.
2652
2653         * shr.el (shr-put-color): Don't do the box padding in tables, since
2654         they're already padded.
2655
2656 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-art.el (gnus-article-next-page): When the last line of the
2659         article is displayed, scroll down once more instead of going to the
2660         next article at once.
2661         (article-lapsed-string): Refactor out and allow specifying how many
2662         segments you want.
2663         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2664         (gnus-article-update-lapsed-header): New variable.
2665
2666         * shr.el: Revert change that made headings use different-sized faces.
2667         The Emacs display engine isn't advanced enough that, for instance,
2668         tables can comfortably use differently-sized faces.
2669
2670 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2671
2672         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2673         used.
2674         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2675         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2676         we're using an encrypted connection.
2677
2678         * proto-stream.el: Alter the interface functions to also return the
2679         actual stream type used: network or tls.
2680
2681 2011-01-25  Julien Danjou  <julien@danjou.info>
2682
2683         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2684         (mm-display-javascript-inline): New function.
2685
2686         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2687         viewing function.
2688
2689 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * shr.el (shr-expand-newlines): Fix variable name.
2692
2693 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2694
2695         * shr.el (shr-expand-newlines): Make nested boxes work.
2696
2697 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2698
2699         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2700         backgrounds.
2701         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2702         in a more sensible manner.
2703
2704 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2705
2706         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2707         if EPG is loaded.
2708
2709 2011-01-24  Julien Danjou  <julien@danjou.info>
2710
2711         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2712         tags.
2713
2714 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2715
2716         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2717         commands.
2718
2719         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2720         in the article buffer.
2721         (gnus-gravatar-insert): Use blank space from the current buffer to
2722         avoid breaking text properties.  This makes X-Sent updating work again.
2723
2724         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2725
2726 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2727
2728         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2729         fix the bug in url-http.el instead.
2730
2731         * shr.el (shr-image-fetched): Ditto.
2732
2733         * shr.el (shr-image-fetched): Avoid having point move in the article
2734         buffer.
2735
2736         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2737         buffer after being called.  It's apparently being killed by url.el, and
2738         killing it made point move to end-of-buffer in a random buffer.
2739
2740         * shr.el (shr-image-fetched): Ditto.
2741
2742 2011-01-23  Julien Danjou  <julien@danjou.info>
2743
2744         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2745
2746         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2747         text/x-org.
2748
2749 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2752         (i.e., nnimap) returning nil as the article number.
2753
2754 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2755
2756         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2757         "DelSp" parameter in RFC3676.
2758
2759 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2760
2761         * message.el (message-check-recipients): Display the encoded version of
2762         the bogus address if they differ.
2763
2764         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2765         after sending.
2766
2767         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2768
2769         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2770
2771         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2772         group buffer after sending the queue.
2773
2774         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2775
2776 2011-01-22  Julien Danjou  <julien@danjou.info>
2777
2778         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2779
2780 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2781
2782         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2783         nested related parts.
2784
2785         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2786         unexpired articles.  This fixes the regression that led expiry marks to
2787         disappear from nnfolder groups.
2788
2789 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2790
2791         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2792         Don't confuse the "ret" of "retrograde" with RET.
2793
2794 2011-01-21  Julien Danjou  <julien@danjou.info>
2795
2796         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2797         than mm-insert-inline.
2798
2799 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2802         Widen article buffer.
2803
2804 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2805
2806         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2807         the temp buffer.
2808         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2809
2810 2011-01-20  Julien Danjou  <julien@danjou.info>
2811
2812         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2813
2814         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2815         than mm-insert-inline to insert inline part: this respect
2816         mm-inline-media-tests displayers.
2817
2818         * mm-view.el (mm-display-shell-script-inline): New function.
2819
2820         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2821
2822         * mm-uu.el (mm-uu-type-alist): Add org block.
2823         (mm-uu-org-src-code-block-extract): New function.
2824
2825         * mm-view.el (mm-display-org-inline): New function.
2826
2827         * mm-decode.el (mm-automatic-display): Add text/org.
2828
2829         * mailcap.el (mailcap-mime-extensions): Add .org.
2830
2831 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2834         gnus-article-add-buttons.
2835
2836 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2837
2838         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2839         From header with a date and "nobody" as the sender.
2840
2841 2011-01-19  Julien Danjou  <julien@danjou.info>
2842
2843         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2844         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2845         if you have the same regexp several times.
2846         (gnus-button-push): Fix matching when regexp is symbol.
2847
2848 2011-01-15  Glenn Morris  <rgm@gnu.org>
2849
2850         * message.el (message-mail): A compose-mail function should
2851         accept headers as strings.
2852
2853 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2854
2855         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2856         Add :vert-only tags.
2857         (message-mail): New arg RETURN-ACTION.
2858         (message-return-action): New var.
2859         (message-bury): Use it.
2860         (message-mode): Make it buffer-local.
2861         (message-send-and-exit): Always call message-bury.
2862
2863         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2864         message-mail.
2865
2866 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * nnimap.el (nnimap-convert-partial-article): Protect against
2869         zero-length body parts.
2870
2871         * mm-decode.el (mm-preferred-alternative-precedence):
2872         Discourage showing empty parts.
2873
2874         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2875         and stuff if the backend didn't return the article number.  This fixes
2876         an Exchange-related nnimap bug.
2877
2878         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2879         group window, because it does the wrong thing when a separate frame
2880         displays the group buffer.
2881
2882         * proto-stream.el (open-protocol-stream): Protect against the low-level
2883         transport functions returning nil.
2884
2885 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2886
2887         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2888         (mml2015-epg-find-usable-secret-key): New function.
2889         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2890         mml2015-epg-find-usable-key (Bug#7797).
2891         (mml2015-epg-encrypt): Ditto.
2892
2893 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * dgnushack.el (rot13-string): Fix the way to get the argument.
2896
2897 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2900
2901 2011-01-03  Glenn Morris  <rgm@gnu.org>
2902
2903         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2904
2905         * sieve.el (sieve-open-server): Give a more explicit error if
2906         sieve-manage-open returns nil.  (Bug#7720)
2907
2908 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2909
2910         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2911
2912 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2915         This avoids sending passwords in plain text over non-encrypted
2916         channels.
2917
2918         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2919
2920         * nnimap.el (nnimap-login): Refactored out into own function, and
2921         implement CRAM-MD5.
2922         (nnimap-wait-for-line): Refactored out.
2923
2924         * mm-view.el (mml-smime): Require.
2925
2926 2010-12-20  David Engster  <deng@eml.cc>
2927
2928         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2929         use EPG to decrypt S/MIME messages instead of openssl.
2930
2931 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2934
2935         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2936         status is the group clearly is unreachable.
2937
2938         * auth-source.el (auth-source-create): Add the optional second
2939         parameter to `local-variable-p' to be compatible with XEmacs.
2940
2941 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2942
2943         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2944         work when using a compressed nnml folder.
2945
2946 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2949         backends after sanitising on entry, because this never makes sense:
2950         If the articles have gone missing, then the data no longer exists on
2951         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2952         overwrite anything anyway.
2953
2954         * shr.el (shr-insert-document): Bind shr-width dynamically to
2955         window-width if it's nil.
2956
2957 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2958
2959         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2960         with the meaning of using the full emacs window width for rendering.
2961
2962 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2963
2964         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2965         case when sender is not given.
2966
2967 2010-12-23  Julien Danjou  <julien@danjou.info>
2968
2969         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2970         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2971         the addresses, otherwise we might misplaced the gravatar.
2972
2973 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2974
2975         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2976         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2977         obsolete in Emacs.
2978
2979 2010-12-20  Julien Danjou  <julien@danjou.info>
2980
2981         * gnus-util.el (gnus-rescale-image): Revert last change.
2982
2983 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2984
2985         * binhex.el: Improve commentary (Bug#7482).
2986
2987 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * gnus-group.el (gnus-group-delete-articles): New command.
2990
2991 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2992
2993         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2994
2995 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2998         here, since it's up to the backends to do CRLF removal if their
2999         protocol has it.
3000
3001         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3002
3003 2010-12-17  Julien Danjou  <julien@danjou.info>
3004
3005         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3006         they are from file. Can also scale up.
3007
3008 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3009
3010         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3011         gnus-use-agent.
3012         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3013
3014         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3015
3016 2010-12-17  Julien Danjou  <julien@danjou.info>
3017
3018         * gravatar.el (gravatar-retrieve-synchronously): New function.
3019         (gravatar-get-data): Make more robust.
3020
3021 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3024
3025 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3028         to really consider the last line.
3029
3030 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3031
3032         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3033         list of recipient keys, or use symmetric encryption if not a list.
3034         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3035         EPA override, replacing the call to `netrc-store-data'.
3036
3037 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3038
3039         * gnus-srvr.el: Avoid passing nil regexp argument to
3040         delete-matching-lines.
3041
3042 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3045         fetching stops when Gnus exits.
3046
3047         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3048         function.
3049         (nnfolder-request-expire-articles): Save all the buffers after doing
3050         expiry.
3051
3052         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3053         the last article", since that led to serious performance regressions
3054         when expiring nnml groups.
3055
3056 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3057
3058         * nnir.el: Improve customizations.
3059
3060 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3063
3064         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3065         group has been killed.
3066         (gnus-group-yank-group): Ditto.
3067
3068         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3069
3070         * nnimap.el (nnimap-request-update-group-status): New function.
3071
3072         * gnus-int.el (gnus-request-update-group-status): New interface
3073         function.
3074
3075         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3076         copying read-ness to the backends.
3077
3078         * nnimap.el (nnimap-quirk): New function.
3079         (nnimap-retrieve-group-data-early): Use it.
3080         (nnimap-quirks): New alist.
3081
3082 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3085         don't delete it within indentation.
3086
3087 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3090         previous line.
3091
3092 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3095         QRESYNC command by deleting a superfluous space which broke Cyrus
3096         servers.  This change will break other servers that are buggy the other
3097         way around.
3098
3099 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3100
3101         * spam.el: Reindent and fix long lines.
3102         (spam-copy-or-move-routine): Exclude invalid move destinations.
3103
3104 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3105
3106         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3107         installed the registry.
3108
3109 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3112
3113 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3114
3115         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3116         groupname doesn't contain "gmane".
3117
3118 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3121         and netrc-bound-and-true-p bindings.
3122         (netrc-parse): Cache the netrc contents.
3123
3124         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3125         (gnus-1): Don't create the nndrafts group twice.
3126         (gnus-setup-news): There's no need to read the active file here, since
3127         that's done again later on a per-backend basis.
3128         (gnus-start-draft-setup): Make sure that the new group is started out
3129         empty.
3130
3131         * gnus-agent.el (gnus-agentize): Don't create the queue group
3132         automatically on startup.  It'll be created later, if needed.
3133
3134         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3135         of automatically subscribed groups.
3136         (gnus-auto-subscribed-categories): New variable.
3137         (gnus-matches-options-n): Use it.
3138         (gnus-default-subscribed-newsgroups): Remove unused variable.
3139         (gnus-start-draft-setup): Message a bit less.
3140
3141 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3142
3143         * nnir.el (nnir-run-imap): Return article list in order of increasing
3144         UID.
3145
3146 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * gnus-sum.el (gnus-summary-enter-digest-group):
3149         Mention gnus-auto-select-on-ephemeral-exit.
3150
3151         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3152         convention of the network-only option.
3153
3154 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * proto-stream.el (proto-stream-open-network-only): New function to
3157         have a way to specify non-STARTTLS upgrade connections.
3158
3159 2010-12-10  Julien Danjou  <julien@danjou.info>
3160
3161         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3162         email address is nil.
3163
3164         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3165
3166 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3167
3168         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3169         deletion.
3170         (nnir-run-imap): Only need to parse list once.
3171
3172 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * shr.el (shr-tag-script): Ignore <script>.
3175         (shr-tag-label): Add <label> support.
3176
3177 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3180
3181         * shr.el (shr-image-displayer): Work for images lined side by side.
3182
3183 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3184
3185         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3186         parameter, since XEmacs doesn't accept t as a parameter.
3187
3188 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3189
3190         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3191         ids.
3192         (nnir-run-gmane): Simplify groupspec formatting.
3193         (nnir-request-expire-articles): New function.
3194
3195 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3198         overflow, possibly.
3199
3200         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3201         (shr-render-td): Handle td style="" better.
3202         (shr-tag-table): Use the color from the style sheet.
3203         (shr-render-td): Make sure we copy over all the overlays, too.
3204
3205 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3206
3207         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3208         (nnir-request-article): Improve article retrieval.
3209
3210 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * mm-util.el (mm-extra-numeric-entities): New variable.
3213
3214         * mm-url.el (mm-url-decode-entities):
3215         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3216
3217         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3218
3219 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3220
3221         * message.el: Use completion-at-point.
3222         (message-completion-function): New fun, extracted from message-tab.
3223         (message-mode): Use it for completion-at-point-functions.
3224         (message-tab): Use it and completion-at-point.
3225
3226 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3229         character if a non-breakable character follows.
3230
3231 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3234         any stream.
3235
3236         * shr.el (shr-tag-font): Colorize the region.
3237         (shr-tag-body): Ditto.
3238         (shr-tag-font): Actually let the styles be inherited instead of
3239         overwriting them.
3240         (shr-tag-font): Get the background color right.
3241         (shr-tag-style): Ignore all <style> tags for the moment.
3242
3243         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3244         a Message-ID to avoid having nnimap depend on gnus-sum.
3245
3246         * shr.el (shr-descend): Only colorize something if we have a node that
3247         sets colors.
3248
3249 2010-12-06  Julien Danjou  <julien@danjou.info>
3250
3251         * shr.el (shr-render-td): Render td content with shr-descend, so style
3252         will be applied to <td> too.
3253         (shr-colorize-region): Colorize region even if we only have a background.
3254         (shr-tag-body): Fix color and background color inheritance.
3255         Do not recolorize after shr-generic.
3256         (shr-tag-font): Let shr-generic colorize via inheritance.
3257
3258 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3261
3262 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3263
3264         * nnir.el (nnir-request-move-article): Remove obsolete code.
3265
3266 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3269
3270 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * gnus-sum.el (gnus-summary-respool-article): The completion function
3273         expects a list instead of an alist.
3274
3275         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3276         string as the parameter.
3277
3278         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3279
3280         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3281         styles.
3282         (shr-colorize-region): New function.
3283         (shr-insert-background-overlay): Remove.
3284         (shr-render-td): Background setting should be taken care of on a higher
3285         level.
3286         (shr-tag-body): Use post-hoc colorizations.
3287         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3288         (shr-put-color-1): Don't overwrite old colors.
3289         (shr-colorize-region): When the background color isn't explicit, use
3290         a fixed background.
3291
3292         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3293         nnmail variables.
3294
3295 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3296
3297         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3298         unless necessary.
3299
3300 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3301
3302         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3303         server.
3304
3305 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3308         so that TAB works.
3309
3310         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3311         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3312
3313         * shr.el (shr-urlify): Show the URL before the title to avoid
3314         misleading URLs.
3315
3316 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3317
3318         * shr.el (shr-urlify): Display the title in <a> tags.
3319
3320 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3321
3322         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3323
3324 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3325
3326         * nnir.el: Rearrange code to allow macros to be autoloaded by
3327         gnus-sum.el.
3328         (nnir-retrieve-headers-override-function): Make this variable
3329         customizable.
3330         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3331
3332         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3333         from nnir.el.
3334
3335 2010-12-03  Julien Danjou  <julien@danjou.info>
3336
3337         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3338
3339 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3342         allow optional argument `environment'.
3343
3344 2010-12-03  Glenn Morris  <rgm@gnu.org>
3345
3346         * mm-extern.el (message-goto-body): Update declaration.
3347
3348 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-util.el (gnus-macroexpand-all): New function.
3351
3352         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3353         instead of macroexpand-all that is unavailable in XEmacs.
3354
3355 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3356
3357         * nnir.el (nnir-summary-line-format): New variable.
3358         (nnir-mode): Use it.
3359         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3360         (nnir-article-ids): Reimplement as defsubst.
3361         (nnir-retrieve-headers): Don't mangle the subject header.
3362         (nnir-run-imap): Use 100 as RSV score.
3363         (nnir-run-find-grep): Fix for full server searching.
3364         (nnir-run-gmane): Better restriction to gmane groups.
3365
3366         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3367         summary buffers.
3368
3369 2010-12-02  Julien Danjou  <julien@danjou.info>
3370
3371         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3372
3373         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3374
3375         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3376         support.
3377
3378 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3379
3380         * nnir.el: Update to handle the registry better.
3381         (autoload): Silence byte-compiler.
3382         (nnir-open-server): Add a hook for nnir groups.
3383         (nnir-request-move-article): Don't mangle the header. Better to use
3384         formating variables (which will be added in the future).
3385         (nnir-registry-action): Update the registry using the original article
3386         group name.
3387         (nnir-mode): Install nnir-specific hooks for updating the registry.
3388
3389         * gnus-sum.el
3390         (gnus-article-original-subject,gnus-newsgroup-original-name):
3391         Remove obsolete variables.
3392         (gnus-summary-move-article): Remove use of obsolete variables.
3393         (gnus-summary-local-variables): Make move and delete hooks local to
3394         summary buffers.
3395
3396 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * rtree.el: New file.
3399
3400 2010-12-01  Julien Danjou  <julien@danjou.info>
3401
3402         * message.el (message-user-organization): Do not use
3403         gnus-local-organization.
3404
3405         * gnus.el: Remove gnus-local-organization.
3406
3407         * gnus-msg.el: Remove nastygram thing.
3408
3409 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3412         funcall.
3413
3414 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3417         names.
3418
3419         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3420         characters.
3421
3422         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3423         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3424         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3425         (gnus-gravatar-transform-address): Use mail-extract-address-components
3426         that supports non-ASCII names rather than mail-header-parse-addresses.
3427
3428 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * proto-stream.el (open-protocol-stream): All starttls connections are
3431         handled by the network handler.
3432
3433 2010-11-30  Julien Danjou  <julien@danjou.info>
3434
3435         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3436         (nnimap-open-connection-1): Fix PREAUTH.
3437
3438         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3439
3440 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3443         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3444         (shr-insert): Use them.
3445         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3446
3447 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3448
3449         * nnir.el (nnir-request-move-article): Bail out if original group
3450         doesn't support article moves.
3451         (nnir-get-active): Improve active list retrieval.
3452
3453 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3456
3457 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3458
3459         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3460         seem to accept strings-with-numbers as port numbers,
3461
3462 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3463
3464         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3465         change the registry.
3466
3467 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3470         delete-dups that is not available in XEmacs 21.4.
3471
3472         * mm-util.el (mm-delete-duplicates): Add comment.
3473
3474 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3475
3476         * nnir.el (nnir-ignored-newsgroups): New variable.
3477         (nnir-get-active): Use it.
3478
3479 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * proto-stream.el (proto-stream-open-network): Add some comments.
3482
3483         * nntp.el (nntp-open-connection): Provide a :success condition.
3484
3485         * nnimap.el (nnimap-open-connection-1): Ditto.
3486
3487         * proto-stream.el (proto-stream-open-network): See what the response to
3488         the STARTTLS command is.
3489
3490         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3491         backwards compatibility).
3492         (nnimap-open-connection-1): Really respect nnimap-server-port.
3493
3494         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3495         TLS upgrades we don't really care about the identity of the peer.
3496         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3497         that what we've checked for.
3498         (proto-stream-always-use-starttls): Only default to t if
3499         open-gnutls-stream exists.
3500         (proto-stream-open-network): If STARTTLS failed, then just open a
3501         normal connection.
3502         (proto-stream-open-network): Wait until the greeting before doing
3503         STARTTLS.
3504
3505         * nntp.el (nntp-open-connection): Report what the connection error is.
3506
3507         * proto-stream.el (open-protocol-stream): Rename from
3508         open-proto-stream.
3509
3510 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * nnimap.el (nnimap-stream): Change default to `undecided'.
3513         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3514         first, and then network.
3515         (nnimap-open-connection-1): Respect nnimap-server-port.
3516         (nnimap-open-connection): Be more backwards-compatible.
3517
3518         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3519         (proto-stream-open-starttls): De-duplicate the starttls code.
3520         (proto-stream-open-starttls): Folded back into the main function.
3521         (proto-stream-open-network): Fix typo in the gnutls path.
3522         (proto-stream-command): Refactor out.
3523
3524         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3525
3526         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3527         starttls.el STARTTLS.
3528
3529         * color.el (color-lab->srgb): Fix function call name.
3530
3531         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3532         if we're using tls.el.
3533         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3534         built in, then don't try to establish a STARTTLS connection.
3535
3536         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3537         servers.
3538
3539         * proto-stream.el (open-proto-stream): Use network, not stream.
3540         (open-proto-stream): Add a way to specify what the end of a command is.
3541
3542         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3543         connections types.
3544         (nntp-open-network-stream): Remove.
3545         (nntp-open-ssl-stream): Remove.
3546         (nntp-open-tls-stream): Remove.
3547         (nntp-ssl-program): Remove.
3548
3549         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3550
3551 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3552
3553         * nnir.el: Fix typos.
3554         (nnir-retrieve-headers-override-function): Rename variable to reflect
3555         new semantics.
3556         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3557         macros.
3558         (nnir-request-article, nnir-request-move-article): Use them.
3559         (nnir-categorize): New function.
3560         (nnir-run-query): Use it.
3561         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3562         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3563         sorted.
3564         (nnir-group-full-name): Use gnus-group-full-name instead.
3565         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3566         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3567
3568 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3571
3572         * proto-stream.el: New library to provide protocol-specific
3573         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3574         protocols.
3575         (open-proto-stream): Complete the documentation.
3576         (proto-stream-open-network): Fix some typos.
3577
3578         * nnimap.el (nnimap-open-connection): Use it.
3579
3580 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3581
3582         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3583         negotiation.
3584
3585 2010-11-26  Julien Danjou  <julien@danjou.info>
3586
3587         * color.el: Rename various rgb functions to srgb.
3588
3589 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3592         names.
3593
3594 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * shr.el (shr-insert): Revert last change.
3597         (shr-find-fill-point): Never leave point being at bol;
3598         relax the kinsoku limitation when rendering tables.
3599
3600 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3603         results from -accept-article.
3604
3605         * shr-color.el: Require cl when compiling.
3606
3607         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3608         checkin.
3609
3610         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3611
3612         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3613
3614         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3615         'add and 'delete to set backend marks.
3616
3617         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3618
3619         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3620
3621         * nntp.el (nntp-request-set-mark): Use it.
3622
3623         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3624
3625         * nnml.el (nnml-request-set-mark): Ditto.
3626
3627         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3628         introduces regressions in article selection.
3629         (nnimap-find-uid-response): New function.
3630         (nnimap-request-accept-article): Use the UID returned, if any.
3631         (nnimap-request-move-article): Use the UID returned, if any.
3632         (nnimap-get-groups): Reimplement to work with folded lines.
3633         (nnimap-find-uid-response): The UID is the last element in the list.
3634         (nnimap-request-set-mark): Extend syntax with 'set.
3635
3636         * nnml.el (nnml-request-set-mark): Ditto.
3637
3638         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3639
3640         * nntp.el (nntp-request-set-mark): Ditto.
3641
3642 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * message.el (message-called-interactively-p): A temporary macro.
3645         (message-goto-body): Use it temporarily.
3646
3647 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3650         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3651         (nnimap-last-response-string): Fix last unfolding fix.
3652
3653 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * shr.el (shr-insert): Fix the way to fold lines.
3656
3657 2010-11-25  Julien Danjou  <julien@danjou.info>
3658
3659         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3660
3661         * color.el: Rename from color-lab.el
3662         (color-rgb->hex): Add.
3663         (color-complement): Add.
3664         (color-complement-hex): Add.
3665
3666         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3667
3668 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3671         don't exist.
3672
3673 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3676         assuming that article displaying or another mml-preview may be
3677         interrupted for an error or for the like.
3678
3679         * shr.el (shr-get-background): Fix argument name.
3680
3681 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3684
3685         * gnus-sum.el (gnus-summary-include-articles): New function.
3686
3687         * message.el (message-goto-body): called-interactively-p needs a
3688         parameter, so use `any'.
3689
3690         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3691         clear marks before moving, since they're synced from the Gnus side
3692         first.
3693
3694         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3695         (gnus-summary-move-article): Copy over all marks before moving, so that
3696         IMAP doesn't think a new article has arrived.
3697
3698 2010-11-24  Julien Danjou  <julien@danjou.info>
3699
3700         * shr.el (shr-insert-background-overlay): Fix typo.
3701         (shr-render-td): Copy the background before rendering.
3702
3703         * shr-color.el (shr-color-visible): Fix docstring.
3704
3705         * shr.el (shr-tag-table): Add bgcolor support.
3706         (shr-render-td): Add bgcolor support.
3707         (shr-get-background): Add.
3708         (shr-insert-foreground-overlay): Use shr-get-background.
3709
3710         * message.el (message-goto-body): Use called-interactively-p.
3711         (message-in-body-p): message-goto-body returns point.
3712
3713 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3716         Fixes something or other in Emacs 23, and is backwards compatible.
3717
3718         * message.el (message-goto-body): Remove the <#secure special-casing,
3719         which is too special.
3720
3721         * shr.el (shr-parse-style): Drop !important from styles.
3722
3723 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3724
3725         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3726         this function to return incorrect results when calling it with an
3727         explicit article argument different from
3728         (gnus-summary-article-number).
3729
3730 2010-11-24  Julien Danjou  <julien@danjou.info>
3731
3732         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3733         (shr-tag-body): Add background support.
3734         (shr-descend): Add background support.
3735         (shr-tag-title): Add.
3736
3737         * shr-color.el (shr-color-visible): Really return original background
3738         if fixed.
3739
3740 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * shr.el (shr-color-check): Protect against non-existent colour names.
3743
3744 2010-11-24  Julien Danjou  <julien@danjou.info>
3745
3746         * color-lab.el: Require 'cl when compiling.
3747
3748         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3749
3750         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3751         matched part.
3752
3753         * color-lab.el: Fix all expt calls to use float type.
3754
3755 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3758         expression to shr-color-check as is.
3759
3760         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3761
3762         * color-lab.el: Add coding cookie.
3763         (float-pi): Use eval-and-compile.
3764
3765         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3766         compiled for Emacsen having no `libxml-parse-html-region' support.
3767
3768 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * shr.el (shr-insert-color-overlay): Split stuff like
3771         "#444444 !important" to find the real colour.
3772         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3773         parse <font color="red"> entries.
3774
3775 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3776
3777         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3778         point when parsing headers.
3779
3780         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3781         is positioned properly when parsing headers.
3782
3783 2010-11-23  Julien Danjou  <julien@danjou.info>
3784
3785         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3786
3787         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3788
3789         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3790
3791         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3792         Use shr-color-hue-to-rgb.
3793         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3794
3795 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * shr.el (shr-color->hexadecimal): Autoload.
3798         (shr-descend): Add color to all tags.
3799
3800 2010-11-22  Julien Danjou  <julien@danjou.info>
3801
3802         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3803         shr-color->hexadecimal.
3804
3805         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3806         RGB() or HSL() color representation.
3807
3808         * shr.el (shr-tag-font): Add.
3809         (shr-tag-color-check): New function to get better colors.
3810         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3811         tag-span.
3812
3813         * shr-color.el: New file.
3814
3815         * color-lab.el: New file.
3816
3817         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3818
3819 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3820
3821         * nnir.el: Fix typo in comments.
3822         (nnir-run-imap): Simplify code. No need to reverse artlist.
3823         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3824
3825 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3828
3829         * nnimap.el (nnimap-get-capabilities): Refactor out.
3830         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3831
3832 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3833
3834         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3835         appearing when `mm-uu-hide-markers' is nil.
3836
3837 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnimap.el (nnimap-unselect-group): Make into its own function.
3840         (nnimap-request-rename-group): Unselect group before renaming.
3841         This had gotten lost somewhere.
3842         (nnimap-request-accept-article): Keep track of examined groups, and
3843         unselect the group before APPENDing to read-only groups.
3844         (nnimap-request-move-article): Clear flags before moving so that they
3845         can be re-set later.
3846
3847 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3850         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3851
3852 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-art.el (gnus-mime-display-single)
3855         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3856         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3857         parameter.
3858
3859 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3862         (shr-table-vertical-line): New variable.
3863         (shr-insert-table): Use it.
3864
3865 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-html.el (gnus-html-wash-images): Don't display images if
3868         gnus-inhibit-images is non-nil; register displayer for cid images.
3869         (gnus-html-display-image): Work for cid image.
3870         (gnus-html-insert-image): Allow arguments.
3871         (gnus-html-put-image): Inhibit read-only.
3872         (gnus-html-prefetch-images): Don't prefetch images if
3873         gnus-inhibit-images is non-nil.
3874
3875 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * shr.el (shr-put-image): Break lines when inserting big pictures.
3878
3879 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3880
3881         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3882         sender, thanks Katsumi Yamaoka.
3883
3884 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3885
3886         * nnir.el (nnir-run-imap): Reverse the article list for each group
3887         rather than the whole list.
3888
3889 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * shr.el (shr-image-displayer): Protect function against non-existent
3892         image source.
3893
3894         * gnus-art.el (gnus-inhibit-images): New user option.
3895         (gnus-mime-display-single): Don't display image if it is non-nil.
3896
3897         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3898         gnus-inhibit-images.
3899
3900         * shr.el (shr-image-displayer): New function.
3901         (shr-tag-img): Use it.
3902
3903 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3904
3905         * mml2015.el (mml2015-epg-sign): Use From header.
3906
3907 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3910
3911         * gnus-util.el (gnus-find-text-property-region): Return markers.
3912
3913         * shr.el (shr-tag-img): Put a displayer in the text property.
3914
3915         * gnus-util.el (gnus-find-text-property-region): New utility function.
3916
3917         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3918         (gnus-html-show-images): Remove.
3919
3920         * gnus-art.el (gnus-article-show-images): New, more general function.
3921
3922         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3923         image url text properties.
3924
3925         * shr.el: Ditto.
3926
3927         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3928         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3929
3930 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3933         work for two or more articles.
3934
3935 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3938         divide an image that's in an html article to two or more when washing
3939         non-ASCII characters in alt text of it.
3940
3941 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3944         smime-decrypt-region using function argument.
3945         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3946
3947         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3948
3949         * smime.el (smime-decrypt-region): Catch it.
3950
3951 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3952
3953         * smime.el (smime-mode-map): Move initialization into declaration.
3954         (gnus-run-mode-hooks): Don't autoload.
3955         (smime-mode): Use define-derived-mode.
3956
3957 2010-11-11  Glenn Morris  <rgm@gnu.org>
3958
3959         * smime.el (from): Restrict declaration to XEmacs.
3960
3961         * nnir.el (gnus-group-topic-name): Autoload.
3962
3963 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * shr.el (shr-insert): Don't break long line if it is because of
3966         kinsoku-bol characters in the line end.
3967
3968 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3969
3970         * nnir.el (nnir-request-move-article): Fix to provide original group
3971         and subject.
3972         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3973         been retrieved.
3974
3975         * gnus-sum.el (gnus-summary-move-article): Use original group and
3976         subject for virtual articles such as those in an nnir summary buffer.
3977
3978 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3981         least 21.5).
3982
3983         * smime.el (from): Declare it again for XEmacs.
3984
3985 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * message.el (message-resend): Don't disable encoding unless it's
3988         already encoded.
3989
3990         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3991         low-numbered articles.
3992
3993 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * rfc2047.el (rfc2047-syntax-table): Simplify.
3996
3997         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3998
3999         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4000         set-char-table-range for XEmacs.
4001
4002 2010-11-10  Glenn Morris  <rgm@gnu.org>
4003
4004         * time-date.el (time-to-seconds): Always an alias on Emacs,
4005         never a real function.
4006         (with-no-warnings): Remove compat stub, now unused.
4007         (time-less-p): Doc fix.
4008         (time-to-number-of-days): Simplify.
4009
4010         * smime.el (from): Remove unused declaration.
4011
4012         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4013         (gnus-float-time): On Emacs, always an alias.
4014
4015         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4016         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4017
4018 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * dgnushack.el: Don't use ignore-errors in the top level form since it
4021         is unavailable in XEmacs even if cl is loaded.
4022
4023         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4024
4025 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * shr.el (browse-url-mailto): Autoload.
4028
4029         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4030
4031         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4032         regexp doesn't need quoting.
4033
4034 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4035
4036         * message.el (message-subject-trailing-was-ask-regexp)
4037         (message-subject-trailing-was-regexp): Match was: in addition to was.
4038
4039 2010-11-09  Glenn Morris  <rgm@gnu.org>
4040
4041         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4042         (nnbabyl-check-mbox): Use point-at-bol.
4043
4044 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4047
4048         * message.el (message-mailto): New function.
4049         (message-mailto): Should accept other parameters.
4050         (message-mailto): Remove since it duplicates browse-url-mailto
4051         functionality.
4052
4053 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4056         methods.
4057         (gnus-read-active-file): Ditto.
4058
4059         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4060         ": " from the prompt.
4061         (gnus-group-make-group): Ditto.
4062
4063 2010-11-07  Glenn Morris  <rgm@gnu.org>
4064
4065         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4066         (gnus-bookmark-kill-line): Use point-at-eol.
4067
4068 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4071         asterisks in From header.
4072
4073 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4076         string to avoid making the From headers syntactically invalid.
4077
4078         * message.el (message-send-mail): Don't insert courtesy messages if the
4079         message already has List-Post and List-ID messages.
4080
4081 2010-11-06  Glenn Morris  <rgm@gnu.org>
4082
4083         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4084         `condition', `type', `length' a prefix.
4085         (gnus-treat-predicate): Update for above name changes.
4086
4087 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4088
4089         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4090         binding.  Handled by `gnus-summary-refer-thread' instead.
4091         (nnir-warp-to-article): New backend function.
4092
4093         * nnimap.el (nnimap-request-thread): Force dependency updating.
4094
4095         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4096         (gnus-summary-refer-thread): Rework to improve thread-referral.
4097
4098         * gnus-int.el (gnus-warp-to-article): New function.
4099
4100         * gnus-sum.el (gnus-summary-article-map): Bind it.
4101
4102 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4103
4104         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4105         gnus-summary-refer-thread.
4106
4107         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4108         headers.
4109         (gnus-summary-limit-include-thread): Prevent articles in thread from
4110         being cut in gnus-cut-threads.
4111         (gnus-summary-refer-thread): Limit retrieved headers to those in
4112         thread.
4113
4114 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * message.el (message-send-mail): Use the value of
4117         message-courtesy-message from the message buffer.
4118
4119         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4120
4121         * shr.el (shr-browse-url): Implement mailto: URLs.
4122
4123         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4124         "raw".
4125
4126         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4127         if it's already selected.
4128
4129         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4130
4131 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4134         to measure the length and truncate alt text.
4135
4136 2010-11-03  Glenn Morris  <rgm@gnu.org>
4137
4138         * nndiary.el (nndiary-generate-nov-databases-1)
4139         (nndiary-generate-active-info): Rename dynamic variable `files' to
4140         something less generic.
4141
4142 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4143
4144         * nnir.el (nnir-request-move-article): Call the underlying backend to
4145         move articles from nnir.
4146
4147 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4150
4151 2010-11-02  Julien Danjou  <julien@danjou.info>
4152
4153         * nnir.el: Remove wais support.
4154
4155 2010-11-02  Glenn Morris  <rgm@gnu.org>
4156
4157         * gnus-html.el: Reorder requirements to quieten compiler.
4158
4159 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4162         properly for XEmacs as well.
4163         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4164         (gnus-article-natural-long-line-p): Use window-width rather than
4165         frame-width.
4166
4167 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4168
4169         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4170         (nnir-read-parms): Don't modify query.
4171         (nnir-run-query): Add ability to search topic on current line.
4172         (nnir-get-active): Clean up.
4173
4174 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4177         degenerate articles.
4178
4179         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4180         (gnus-print-buffer): Just print the buffer as is, without any copying
4181         to a buffer and then re-highlighting.
4182
4183         * nnimap.el (nnimap-request-group): Store the new updated info.
4184         (nnimap-request-group): Select the group when we don't know whether it
4185         exists or not.
4186
4187         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4188         groups.
4189
4190         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4191         groups.
4192
4193         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4194         groups.
4195
4196         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4197         long-lines case by only filling the long lines.
4198
4199         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4200         (bug #7311).
4201
4202 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * shr.el: No need to declare `declare-function' since shr.el is for
4205         only Emacsen that provide `libxml-parse-html-region'.
4206
4207         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4208         effective only in a file it is referred to.
4209
4210 2010-11-01  Glenn Morris  <rgm@gnu.org>
4211
4212         * mm-util.el (gnus-completing-read): Autoload.
4213         (mm-read-coding-system): Simplify Emacs definition.
4214
4215         * nnmail.el (gnus-activate-group):
4216         * nnimap.el (gnutls-negotiate):
4217         * nntp.el (netrc-parse): Fix declarations.
4218
4219 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4222         string-match-p in Emacs >=23.
4223
4224         * gnus-msg.el (gnus-configure-posting-styles)
4225         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4226
4227 2010-11-01  Glenn Morris  <rgm@gnu.org>
4228
4229         * nnir.el (declare-function): Add compat stub.
4230         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4231         (nnir-run-gmane): Require 'mm-url.
4232
4233         * mm-util.el (mm-string-to-multibyte): Simplify.
4234
4235         * shr.el (declare-function): Add compat stub.
4236         (url-cache-create-filename): Declare.
4237         (mm-disable-multibyte, widget-convert-button): Autoload.
4238
4239         * smime.el (ldap-search): Declare.
4240         (smime-cert-by-ldap-1): Require ldap on Emacs.
4241
4242         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4243         (nnimap-keepalive): Use gnus-float-time.
4244
4245         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4246         (mail-source-delete-crash-box): Use gnus-float-time.
4247
4248         * gnus-dired.el (gnus-completing-read): Autoload.
4249
4250         * mm-view.el (gnus-rescale-image): Autoload.
4251
4252         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4253
4254         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4255
4256         * sieve-manage.el: Require 'cl when compiling.
4257
4258         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4259         (gnus-iswitchb-completing-read): Require iswitchb.
4260         (gnus-select-frame-set-input-focus): Silence compiler.
4261
4262 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * message.el (message-subject-trailing-was-query): Change default to t,
4265         since I think that's what most people want.
4266
4267         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4268         appending for easier debugging.
4269         (nnimap-wait-for-connection): Take a regexp.
4270         (nnimap-request-accept-article): Wait for the continuation line before
4271         sending anything unless we're streaming.
4272
4273         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4274         leave the header washing to take place.
4275
4276 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4277
4278         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4279         regular expression match and replace in posting styles.
4280
4281 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4282
4283         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4284         an entire server.
4285         (nnir-get-active): New function.
4286         (nnir-run-imap): Use it.
4287         (nnir-run-gmane): Who knew, gmane search returns an article score!
4288
4289         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4290         server on the current line with nnir.
4291
4292 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4295         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4296         left edge.
4297         (gnus-article-foldable-buffer): Skip past the prefix when determining
4298         raggedness.
4299
4300         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4301         the raw article, and change `C-u g' to show the article without doing
4302         treatments.
4303
4304         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4305         on to `gnus-treat-article'.
4306         (gnus-inhibit-article-treatments): New variable.
4307
4308         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4309
4310         * gnus-art.el (gnus-treatment-function-alist): Have
4311         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4312         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4313         sections.
4314
4315         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4316         parameter.
4317         (gnus-article-fill-cited-long-lines): New function.
4318         (gnus-article-fill-cited-article): Allow filling only long sections.
4319
4320         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4321         and non-punctuation (like after the apostrophe in "'We").
4322
4323         * gnus-sum.el (gnus-summary-select-article): Make sure
4324         gnus-original-article-buffer is alive.
4325
4326         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4327         reflect the order they're in in the digest.
4328
4329         * gnus.el (gnus-group-startup-message): Move point to the start of the
4330         buffer.
4331
4332         * nnimap.el (nnimap-capability): New function.
4333         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4334         is set.
4335
4336 2010-10-31  David Engster  <dengste@eml.cc>
4337
4338         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4339         conform with changes to gnus-completing-read.
4340
4341 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4344
4345 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4346
4347         * nnir.el: Move defvar, defcustom around to keep file organized
4348         and keep byte-compiler quiet.
4349         (nnir-read-parms): Accept search-engine as arg.
4350         (nnir-run-query): Pass search-engine as arg.
4351         (nnir-search-engine): Remove.
4352
4353 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * shr.el (shr-generic): The text nodes should be text, not :text.
4356
4357         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4358         later in the file.
4359
4360 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4361
4362         * nnir.el: General clean up.  Allow searching with multiple engines.
4363         Allow separate extra-parameters for each engine.
4364         Batch queries when possible.
4365         (nnir-imap-default-search-key,nnir-method-default-engines):
4366         Add customize interface.
4367         (nnir-run-gmane): New engine.
4368         (nnir-engines): Use it.  Qualify all prompts with engine name.
4369         (nnir-search-engine): Remove global variable.
4370         (nnir-run-hyrex): Restore for now.
4371         (nnir-extra-parms,nnir-search-history): New variables.
4372         (gnus-group-make-nnir-group): Use them.
4373         (nnir-group-server): Remove in favor of gnus-group-server.
4374         (nnir-request-group): Avoid searching twice.
4375         (nnir-sort-groups-by-server): New function.
4376
4377 2010-10-30  Julien Danjou  <julien@danjou.info>
4378
4379         * gnus-group.el: Remove gnus-group-fetch-control.
4380
4381         * gnus-start.el (gnus-find-new-newsgroups):
4382         Remove gnus-check-first-time-used.
4383
4384         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4385
4386 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4387
4388         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4389         set on groups that don't have \* permanentflags.
4390
4391 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4394         control the background color.
4395         (shr-tag-img): Ignore very small web bug type images.
4396         (shr-put-image): Add help-echo alt texts to the images.
4397         (shr-tag-video): Show the video poster image.
4398
4399 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * shr.el (shr-table-depth): New variable.
4402         (shr-tag-table-1): Only insert the images after the top-level table.
4403
4404         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4405
4406         * gnus-util.el (gnus-list-memq-of-list): New function.
4407
4408         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4409         selected.
4410         (nnimap-unsplittable-articles): New slot.
4411         (nnimap-new-articles): Use it.
4412
4413 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4414
4415         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4416         move to the previous line on `M-g'.
4417
4418 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4421         *-request-group, which seems unnecessary.
4422
4423         * nnimap.el (nnimap-quote-specials): Function copied over from
4424         imap.el.
4425         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4426         they support that.  Suggested by Tom Regner.
4427
4428 2010-10-29  Julien Danjou  <julien@danjou.info>
4429
4430         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4431         defalias.
4432         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4433
4434         * gnus.el: Remove `gnus-nntp-service' variable.
4435         (gnus-secondary-servers): Make obsolete.
4436         (gnus-nntp-server): Make obsolete.
4437
4438         * gnus-start.el (gnus-1): Remove x-splash calls.
4439
4440         * gnus-ems.el (gnus-x-splash): Remove.
4441
4442         * gnus.el (gnus-group-startup-message): Simplify/update code.
4443
4444         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4445         definition.
4446
4447         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4448         capability before doing anything.
4449         (gnus-group-insert-group-line): Remove useless
4450         gnus-group-remove-excess-properties.
4451
4452 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4455
4456 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4459         config after reselecting.
4460
4461 2010-10-28  Julien Danjou  <julien@danjou.info>
4462
4463         * shr.el (shr-put-image): Use point even if only inserting text.
4464         (shr-put-image): Save excursion when inserting alt text on non-graphic
4465         display, so the behaviour is the same when we are on a graphic display.
4466
4467         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4468
4469 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4472         (gnus-mime-copy-part): Check coding system, not charset.
4473         (gnus-mime-view-part-externally): Never remove part.
4474         (gnus-mime-view-part-internally): Don't remove part here.
4475         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4476         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4477         multipart/alternative.
4478
4479         * mm-decode.el (mm-display-part): Take optional arg `force'.
4480
4481 2010-10-26  Julien Danjou  <julien@danjou.info>
4482
4483         * gnus-group.el (gnus-group-default-list-level): Add this function to
4484         compute the default list level.
4485         (gnus-group-default-list-level): Add possibility to use a function.
4486
4487 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4490
4491         * gnus-group.el (gnus-group-completing-read)
4492         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4493         gnus-replace-in-string.
4494
4495 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * shr.el (shr-tag-div): Add.
4498
4499         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4500
4501 2010-10-25  Julien Danjou  <julien@danjou.info>
4502
4503         * gnus-util.el: Remove `gnus-with-local-quit'.
4504
4505         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4506
4507 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4510         the original article buffer.
4511
4512 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnimap.el (nnimap-request-head): New function.
4515         (nnimap-request-move-article): Try to be slighly faster by not
4516         requesting the entire message when moving.
4517         (nnimap-transform-headers): Don't bug out on bodiless articles.
4518         (nnimap-send-command): Have no outstanding messages if the IMAP server
4519         doesn't support streaming.
4520         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4521
4522 2010-10-24  Julien Danjou  <julien@danjou.info>
4523
4524         * message.el (message-default-headers): Fix type.
4525
4526 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4529         prefetching images.
4530
4531         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4532         backend for unknown groups.  This is mainly useful for nnimap groups.
4533
4534         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4535         group isn't covered by the agent.
4536
4537 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4538
4539         * nnir.el (nnir-method-default-engines): New variable.
4540         (nnir-run-query): Use it.
4541         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4542         (gnus-summary-nnir-goto-thread): Change group if needed.
4543
4544         * gnus-group.el (gnus-group-group-map): Add key binding for
4545         gnus-group-make-nnir-group.
4546
4547 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * shr.el (shr-tag-object): Add.
4550
4551         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4552         original article buffer live.
4553         (gnus-summary-select-article-buffer):
4554         Mention gnus-widen-article-buffer.
4555
4556 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * shr.el (shr-tag-strong): Add.
4559
4560 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4563         group names.  They mess up the group buffer badly.
4564
4565         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4566
4567         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4568         instead of the summary one.
4569
4570 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * mml.el (mml-preview): Work properly when editing article.
4573
4574         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4575         gnus-have-read-active-file if it's already been in.
4576
4577 2010-10-22  Tom Tromey  <tromey@redhat.com>
4578
4579         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4580         gnus-group-completing-read.
4581
4582 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * message.el (message-mode-map): Don't bind M-; to comment region, to
4585         allow the global comment-dwim to work.
4586
4587 2010-10-21  Julien Danjou  <julien@danjou.info>
4588
4589         * message.el (message-setup-1): Allow message-default-headers to be a
4590         function.
4591
4592 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * shr.el (shr-tag-table): Simplify.
4595
4596 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4599         to avoid trying to snarf invalid stuff.
4600
4601         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4602
4603         * gnus.el (gnus-message-archive-group): Quote value.
4604         (gnus-message-archive-group): Mark as changed.
4605
4606         * shr.el (shr-add-font): Don't put the font properties on the newline
4607         or the indentation.
4608
4609         * message.el (message-fix-before-sending): Change options when sending
4610         non-printable characters.
4611
4612         * gnus.el (gnus-message-archive-method): Change the default to
4613         monthly outgoing groups.
4614
4615         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4616         that have gotten new numbers.
4617
4618         * nnimap.el (nnimap-request-replace-article): New function.
4619
4620 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4623         (nnrss-request-article): Don't use special html washing code.
4624
4625 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * shr.el (shr-tag-table): Remove useless nconc.
4628
4629 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-art.el (article-wash-html): Simplify and remove the charset
4632         stuff.  Use the normal html rendering code instead of the special html
4633         washing code.
4634
4635         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4636         `gnus-w3m' symbols.
4637         (mm-text-html-washer-alist): Remove.
4638
4639         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4640         (mm-inline-media-tests): Remove use.
4641         (mm-text-html-renderer): Change default to the `shr' symbol.
4642
4643         * mm-view.el (mm-inline-text-html): Remove use.
4644
4645         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4646         `gnus-blocked-images' to be a function.
4647         (gnus-article-wash-function): Remove.
4648
4649 2010-10-20  Julien Danjou  <julien@danjou.info>
4650
4651         * spam.el (spam-list-of-processors): Mark as obsolete.
4652
4653         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4654         (nnimap-insert-partial-structure): Fix boundary detection.
4655
4656 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4657
4658         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4659         run file-truename on remote files.  This can be expensive and even
4660         prevent one from editing drafts if some unrelated buffer has a stale
4661         connection.
4662
4663 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4666         kinsoku-eol regardless of shr-kinsoku-shorten.
4667         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4668         (shr-tag-table): Support caption, thead, and tfoot.
4669
4670 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4673         lines.
4674         (shr-save-contents): New command and keystroke.
4675
4676         * nndoc.el (nndoc-type-alist): Add git support.
4677         (nndoc-git-type-p): New function.
4678         (nndoc-transform-git-article): Ditto.
4679         (nndoc-transform-git-headers): Ditto.
4680         (nndoc-transform-git-headers): Generate Subject headers.
4681
4682         * shr.el (shr-parse-style): New function.
4683         (shr-tag-span): Ditto.
4684
4685         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4686         to `G G' to avoid collisions.
4687
4688 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * shr.el: Load kinsoku if necessary.
4691         (shr-kinsoku-shorten): New internal variable.
4692         (shr-find-fill-point): Make kinsoku shorten text line if
4693         shr-kinsoku-shorten is bound to non-nil.
4694         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4695         shr-indentation too when testing if table is wider than frame width.
4696         (shr-insert-table): Use `string-width' instead of `length' to measure
4697         text width.
4698         (shr-insert-table-ruler): Make sure indentation is done at bol.
4699
4700 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4701
4702         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4703         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4704         undecoded network data.
4705
4706 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4709         name in the mode line spec so that the mode line menu works
4710         (bug #2431).
4711
4712         * message.el (message-get-reply-headers): If we're fed `to-address',
4713         then always use that.
4714
4715         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4716         aren't so wide as to need to switch off the edit menu.
4717
4718         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4719         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4720
4721         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4722         `M-g'.
4723         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4724         the permanent marks.
4725
4726 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4727
4728         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4729         Splitting according to references/in-reply-to obeys the ignore-groups
4730         variable, while splitting by sender and subject do not.
4731
4732 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4735         alist, so that we can look for non-Unicode chars.
4736         (article-translate-strings): Allow both character and string maps.
4737
4738 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * shr.el (shr-insert): Don't insert space behind a wide character
4741         categorized as kinsoku-bol, or between characters both categorized as
4742         nospace.
4743
4744 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4745
4746         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4747         headers to gnus-newsgroup-headers.
4748
4749 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * shr.el (shr-tag-img): Don't align images -- since we're not
4752         rescaling, this often leads to ugly displays.
4753
4754 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4755
4756         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4757         duplicates.
4758
4759 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4760
4761         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4762         call.
4763
4764 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus.el: Autoload gnus-html-show-images.
4767
4768         * nnimap.el: Use nnheader-message throughout.
4769
4770         * shr.el (shr-tag-img): Ignore images with no data.
4771
4772 2010-10-15  Julien Danjou  <julien@danjou.info>
4773
4774         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4775         a possibility to disable format=flow encoding when using hard newlines.
4776
4777 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * shr.el (shr-insert): Remove space inserted before or after a
4780         breakable character or at the beginning or the end of a line.
4781         (shr-find-fill-point): Do kinsoku; find the second best point or give
4782         it up if there's no breakable point.
4783
4784 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * nnimap.el (nnimap-open-connection): Message when opening connection
4787         for debugging purposes.
4788
4789         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4790         on every setup buffer call to allow this to change from article to
4791         article.
4792
4793         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4794         buffers where we have a wide table.
4795
4796 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4797
4798         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4799         uses *-request-thread.
4800
4801 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4804         incantation, which is no longer valid.
4805
4806 2010-10-14  Julien Danjou  <julien@danjou.info>
4807
4808         * shr.el: Fix defcustom type (char -> character).
4809
4810 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4813         programs.
4814
4815 2010-10-14  Julien Danjou  <julien@danjou.info>
4816
4817         * shr.el (shr-tag-a): Use url-link as widget type.
4818
4819         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4820         `gnus-group-get-icon'.
4821
4822 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4825         This should make server editing work better.
4826
4827         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4828
4829         * tls.el (tls-program): Remove spurious %s from openssl.
4830
4831         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4832         (nnimap-parse-flags): Fix regexp.
4833
4834         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4835         probably work for CJVK text, too.
4836
4837         * nnimap.el (nnimap-extend-tls-programs): Remove.
4838         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4839
4840         * tls.el (tls-starttls-switches): Remove starttls hack.
4841         (open-tls-stream): Ditto.
4842         (tls-find-starttls-argument): Ditto.
4843
4844 2010-10-13  Julien Danjou  <julien@danjou.info>
4845
4846         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4847         responses.
4848
4849 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4852
4853         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4854         anything in Emacs.
4855
4856         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4857
4858 2010-10-13  Julien Danjou  <julien@danjou.info>
4859
4860         * shr.el (shr-width): Make shr-width a defcustom with default to
4861         fill-column.
4862         (shr-tag-img): Use shr-width rather than fill-column.
4863
4864 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * dgnushack.el (byte-optimize-apply)
4867         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4868
4869         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4870         position when (X-)Faces exist.
4871         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4872         avatars when called interactively.
4873
4874 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4877         gnus-article-x-face-too-ugly is bound.
4878
4879 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4882
4883         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4884         mailbox that doesn't exist.
4885
4886 2010-10-12  Julien Danjou  <julien@danjou.info>
4887
4888         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4889         (shr-get-image-data): Encode URL properly when fetching from cache.
4890         (shr-tag-img): Use aligned-to spaces to align correctly images.
4891
4892         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4893         before inserting the Gravatar.
4894
4895         * shr.el (shr-tag-img): Add align attribute support for <img>.
4896
4897 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-gravatar.el (gnus-art): Require.
4900
4901         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4902         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4903         Remove long obsoleted functions.
4904
4905 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4908
4909         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4910
4911         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4912         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4913         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4914         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4915         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4916         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4917         * sieve-manage.el, smime.el, spam.el:
4918         Fix comment for declare-function.
4919
4920 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * nnimap.el (nnimap-request-rename-group): Select group read-only
4923         before renaming it.
4924
4925         * shr.el (shr-insert): Fix up the white space only regexp.
4926
4927         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4928         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4929
4930         * shr.el (shr-current-column): New function.
4931         (shr-find-fill-point): New function.
4932
4933 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4934
4935         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4936         numbers.
4937
4938 2010-10-11  Julien Danjou  <julien@danjou.info>
4939
4940         * shr.el (shr-hr-line): Add.
4941         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4942         display hr lines.
4943         (shr-max-columns): Do not change state to nil if we just inserting
4944         spaces.
4945
4946 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4949         select the last group.
4950
4951 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4952
4953         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4954
4955 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4956
4957         * dig.el (dig-mode-map): Declare and define in one step.
4958
4959 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4962         for Gnus.
4963         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4964         (nnimap-update-qresync-info): Mark \Seen articles as read.
4965
4966         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4967         non-variable, too.
4968
4969         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4970         available.
4971         (nnimap-update-info): Rely more on the current active than the param
4972         active to avoid marking articles as read too much.
4973
4974         * auth-source.el (auth-source-create): Use (user-login-name) for the
4975         user name default.
4976
4977         * nnimap.el (nnimap-update-info): If the server doesn't return any
4978         useful info, just use the previous info.
4979         (nnimap-update-info): Prefer old info over start-article.
4980         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4981
4982 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4983
4984         * nnir.el (autoload): Clean up autoloads.
4985         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4986         Use key rather than value.
4987         (nnir-imap-search-other): New variable.
4988         (nnir-read-parm): Use it.
4989         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4990         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4991
4992 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4993
4994         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4995         the process, too.
4996
4997 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * spam.el (gnus-summary-mode-map): Bind to "$".
5000         Suggested by Russ Allbery.
5001
5002         * shr.el: Rework the way things are indented by <li> slightly.
5003
5004         * gnus.el (gnus-group-set-parameter): Fix typo.
5005
5006         * nnimap.el: Start implementing QRESYNC support.
5007
5008 2010-10-09  Julien Danjou  <julien@danjou.info>
5009
5010         * nnir.el (nnir-engines): Fix too many arguments.
5011
5012 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5015         group is the "last", so that the backends like nnfolder actually save
5016         their folders.
5017
5018         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5019         try to use that for the tls stream.
5020         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5021         UIDVALIDITY and find out which groups are read-only and not.
5022         (nnimap-get-flags): Use the same marks parsing code as the rest of
5023         nnimap.
5024
5025 2010-10-09  Julien Danjou  <julien@danjou.info>
5026
5027         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5028
5029         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5030         retrieving gravatars.
5031
5032         * shr.el (shr-table-corner): Add.
5033         (shr-table-line): Add.
5034         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5035
5036 2010-10-08  Julien Danjou  <julien@danjou.info>
5037
5038         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5039
5040 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5043
5044         * gnus-sum.el (gnus-mark-article-as-unread)
5045         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5046         (gnus-summary-set-bookmark): Use it.
5047
5048         * gnus-msg.el (gnus-setup-message): Use it.
5049
5050         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5051
5052         * gnus.el (gnus-group-remove-parameter): Use it.
5053
5054         * gnus-group.el (gnus-group-make-web-group): Use it.
5055
5056         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5057
5058         * nnregistry.el: Update docs to mention manual.
5059
5060         * gnus-registry.el: Update docs to mention nnregistry.el.
5061         (gnus-registry-initialize): Don't install nnregistry refer method
5062         automatically.
5063         (gnus-registry-install-nnregistry): Remove it.
5064
5065 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * shr.el (shr-insert): Don't insert double spaces.
5068
5069 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-gravatar.el (gnus-treat-from-gravatar)
5072         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5073         called interactively.
5074
5075         * gnus-art.el (gnus-mime-view-part-externally)
5076         (gnus-mime-view-part-internally): Make predicate function passed to
5077         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5078         of a mime type.
5079
5080         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5081
5082 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * shr.el (require): Require cl when compiling.
5085         (shr-tag-hr): New function.
5086
5087         * nnimap.el (nnimap-update-info): Remove double setting of high.
5088         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5089         This makes nnimap work properly on Courier again.
5090
5091         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5092         the variable for backwards compatibility.
5093
5094         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5095         the file name before using to avoid setting mm-default-directory to
5096         nil.
5097
5098         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5099         bidning gnus-agent variables.
5100
5101         * shr.el (shr-render-td): Use a cache for the table rendering function
5102         to avoid getting an exponential rendering behaviour in nested tables.
5103         (shr-insert): Rework the line-breaking algorithm.
5104         (shr-insert): Don't leave trailing spaces.
5105         (shr-insert-table): Also insert empty TDs.
5106         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5107
5108 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5109
5110         * gnus-sum.el (gnus-number): Rename from `number'.
5111         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5112         (gnus-summary-limit-children): Update uses correspondingly.
5113
5114 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5117         (gnus-gravatar-transform-address): Don't show avatars of people of
5118         which mail addresses match gnus-gravatar-too-ugly.
5119
5120 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * shr.el (shr-table-widths): Expand TD elements to fill available
5123         space.
5124
5125 2010-10-07  Julien Danjou  <julien@danjou.info>
5126
5127         * nnimap.el (nnimap-request-rename-group): Add this method.
5128
5129 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5132         name from XEmacs' function-arglist.
5133
5134         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5135         gravatar under XEmacs.
5136
5137 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         * auth-source.el: Update docs with TODO items.
5140
5141         * gnus-sync.el: Update docs to explain state and plans.
5142
5143         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5144         Hooks for mark updates.
5145         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5146
5147         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5148         hooks with arguments, which is needed for mark update hooks.
5149
5150 2010-10-06  Julien Danjou  <julien@danjou.info>
5151
5152         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5153         was matched.
5154
5155         * sieve-manage.el: Update example in `Commentary'.
5156
5157         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5158
5159         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5160         not 2000.
5161         (sieve-manage-authenticate): Re-add function.
5162
5163 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * shr.el (shr-insert): Get 'space transition right.
5166         (shr-render-td): Only delete space at the end of the TD.
5167
5168         * nnimap.el (nnimap-open-connection): Prepare to support
5169         open-gnutls-stream.
5170
5171         * shr.el: Rearrange function order to be more logical.
5172
5173 2010-10-06  Julien Danjou  <julien@danjou.info>
5174
5175         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5176         (nnrss-discover-feed): Remove 404 URL in docstring.
5177
5178         * nnir.el: Fix Swish-E URL.
5179         Fix Namazu URL.
5180
5181         * message.el (message-change-subject): Remove 404 URL in a comment.
5182
5183 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5186         called interactively.
5187
5188         * gnus-util.el (gnus-remove-if): Allow hash table.
5189         (gnus-remove-if-not): New function.
5190
5191         * gnus-art.el (gnus-mime-view-part-as-type)
5192         * gnus-score.el (gnus-summary-score-effect)
5193         * gnus-sum.el (gnus-read-move-group-name):
5194         Replace remove-if-not with gnus-remove-if-not.
5195
5196         * gnus-group.el (gnus-group-completing-read):
5197         Regard collection as a hash table if it is not a list.
5198
5199 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5202
5203         * shr.el: Document the table-rendering algorithm.
5204
5205 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5208         for Emacsen having no `libxml-parse-html-region' support.
5209
5210 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5213         invalid URLs.
5214
5215         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5216         line-broken.
5217         (shr-tag-img): Ignore image fetching errors.
5218         (shr-overlays-in-region): Compute overlay positions correctly.
5219
5220         * mm-decode.el (mm-shr): Require shr.
5221
5222         * gnus-art.el (gnus-blocked-images): Move variable here.
5223
5224         * shr.el (shr-insert-table): Bind free variable.
5225
5226         * mm-decode.el (mm-shr): Bind shr-content-function.
5227
5228         * shr.el (shr-content-function): New variable.
5229
5230         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5231         added for symmetry.
5232
5233         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5234
5235         * gnus-group.el (gnus-group-make-group): Doc fix.
5236
5237         * nnimap.el (nnimap-request-newgroups): Return success.
5238
5239         * shr.el (shr-find-elements): New function.
5240         (shr-tag-table): Put all the images after the table.
5241         (shr-tag-table): Really inhibit images inside the table.
5242         (shr-collect-overlays): Copy over overlays from the TD elements to the
5243         main document.
5244
5245         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5246         gnus-blocked-images.
5247
5248 2010-10-05  Julien Danjou  <julien@danjou.info>
5249
5250         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5251
5252         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5253         (gnus-html-maximum-image-size): Add this function.
5254         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5255
5256         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5257         server-value of the capability is nil.
5258
5259 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * shr.el (shr-tag-em): Add <EM> tag.
5262
5263 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5264
5265         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5266         customizable.
5267
5268         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5269         handing broken links to browse-url.
5270
5271 2010-10-05  Julien Danjou  <julien@danjou.info>
5272
5273         * gnus-util.el (gnus-emacs-completing-read)
5274         (gnus-iswitchb-completing-read): Use autoload rather than require.
5275
5276 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5279         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5280         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5281         iswitchb-temp-buflist for XEmacs.
5282
5283         * gnus-util.el (gnus-completing-read-function): Exclude
5284         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5285         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5286         XEmacs.
5287
5288         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5289         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5290
5291         * gnus-html.el: Don't require help-fns under XEmacs.
5292         (gnus-html-schedule-image-fetching): Work for XEmacs.
5293
5294         * mm-decode.el (mm-shr): Decode contents by charset.
5295
5296 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5299         unknown.
5300
5301         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5302         (shr-get-image-data): Ensure against the cache file missing.
5303
5304         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5305         for data.
5306
5307         * spam-report.el (spam-report-url-ping-plain): Don't query about
5308         killing the process.
5309
5310         * shr.el (shr-render-td): Protect against too-wide text.
5311
5312 2010-10-04  Julien Danjou  <julien@danjou.info>
5313
5314         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5315         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5316
5317         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5318         retrieved.
5319
5320 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * shr.el (browse-url): Require.
5323         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5324         lines.
5325         (shr-show-alt-text, shr-browse-image): New commands.
5326         (shr-browse-url, shr-copy-url): New commands.
5327
5328         * gnus-sum.el (gnus-widen-article-window): New variable.
5329         (gnus-summary-select-article-buffer): Use it.
5330
5331         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5332         without @ signs.
5333
5334 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5335
5336         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5337
5338 2010-10-04  Julien Danjou  <julien@danjou.info>
5339
5340         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5341         for XEmacs.
5342
5343 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5346
5347         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5348         (nnimap-close-server): Implement.
5349
5350         * dgnushack.el (iswitchb): Require to shut up the compiler.
5351
5352         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5353         (shr-insert): Tweak line breaking.
5354         (shr-insert): Handle <pre> better.
5355         (shr-tag-li): Get <li> indentation right.
5356         (shr-tag-li): Get <li> indentation even righter.
5357         (shr-tag-blockquote): Ensure paragraph start.
5358         (shr-make-table): Tweak table generation.
5359         (shr-make-table): Fix typo.
5360
5361         * shr.el: Implement table rendering.
5362
5363 2010-10-04  Julien Danjou  <julien@danjou.info>
5364
5365         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5366
5367 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * shr.el (shr-insert): Use string anchors instead of line anchors.
5370
5371 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * shr.el: Add headings.
5374         (shr-ensure-paragraph): Actually work.
5375         (shr-tag-li): Make <ul> prettier.
5376         (shr-insert): Get white space at the beginning/end of elements right.
5377         (shr-tag-p): Collapse subsequent <p>s.
5378         (shr-ensure-paragraph): Don't insert double line feeds after blank
5379         lines.
5380         (shr-insert): \t is also space.
5381         (shr-tag-s): Fix "s" tag name function.
5382         (shr-tag-s): Fix face prop name.
5383
5384 2010-10-03  Julien Danjou  <julien@danjou.info>
5385
5386         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5387
5388         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5389         gnus-window-inside-pixel-edges.
5390
5391         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5392         gnus-ems.
5393
5394         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5395
5396         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5397         function.
5398
5399         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5400         resize choice.
5401
5402 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5405         beginning of the buffer.
5406
5407         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5408         article buffer again.
5409
5410         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5411
5412         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5413         when it's at the start of the buffer.
5414
5415         * shr.el (shr-tag-blockquote): Convert name.
5416         (shr-rescale-image): Use the right image-size variant.
5417
5418         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5419         buffer isn't shown, then select the current article first instead of
5420         bugging out.
5421         (gnus-summary-select-article-buffer): Show both the article and summary
5422         buffers again.
5423
5424         * shr.el (shr-fontize-cont): Protect against regions with no text.
5425         Rename tag functions to shr-tag-* for enhanced security.
5426         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5427
5428 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5429
5430         * shr.el (shr-insert):
5431         * pop3.el (pop3-movemail):
5432         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5433         loaded.
5434
5435 2010-10-03  Glenn Morris  <rgm@gnu.org>
5436
5437         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5438
5439         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5440
5441         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5442
5443         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5444
5445         * gnus-util.el (gnus-make-local-hook): Simplify.
5446
5447 2010-10-02  Julien Danjou  <julien@danjou.info>
5448
5449         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5450         (gnus-ido-completing-read): New function.
5451         (gnus-emacs-completing-read): New function.
5452         (gnus-completing-read): Use gnus-completing-read-function.
5453         Add gnus-completing-read-function.
5454
5455 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * shr.el (shr-insert-document): Autoload.
5458         (shr-img): Be silent.
5459         (shr-insert): Add a newline after every picture before text.
5460         (shr-add-font): Use overlays for combining faces.
5461         (shr-insert): Pass upwards the text start point.
5462
5463         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5464         possible.
5465         (mm-shr): New function.
5466
5467 2010-10-02  Julien Danjou  <julien@danjou.info>
5468
5469         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5470         should go backward.
5471
5472 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5473
5474         * shr.el (shr): Fix typo in provide call.
5475
5476 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * shr.el: New file.
5479
5480         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5481
5482         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5483         completing read.
5484
5485 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5488         we're being queried about.  Suggested by Dan Jacobson.
5489
5490         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5491         Suggested by Jason Eisner.
5492
5493         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5494         table, too.  Suggested by Stefan Wiens.
5495         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5496         the table unnecessary.  Suggested by Stefan Wiens.
5497
5498         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5499         longer needed, and probably doesn't work either, as pointed out by
5500         Stefan Wiens.
5501         (gnus-summary-exit): Remove call to the clearing function.
5502         (gnus-summary-exit-no-update): Ditto.
5503
5504         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5505         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5506         Reported by Stefan Monnier.
5507         (gnus-summary-save-in-rmail): Ditto.
5508
5509         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5510         article buffer, instead of both the article buffer and the summary
5511         buffer.  Sort of suggested by Dan Jacobson.
5512
5513         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5514
5515         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5516         Suggested by Dan Jacobson.
5517
5518         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5519         documentation clearer.
5520
5521         * message.el (message-shorten-references): Comment on the number "21".
5522         Suggested by Stefan Monnier.
5523
5524         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5525         Suggested by Dan Jacobson.
5526
5527         * gnus.el (gnus-large-newsgroup):
5528         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5529
5530         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5531         externalize attachments.  Bug reported by Steve Wen.
5532
5533         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5534         really message anything to the user.
5535
5536         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5537         directly.
5538
5539         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5540         messages in empty groups.
5541
5542 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5543
5544         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5545         non-UIDNEXT group.
5546
5547 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5550         not the value from the collection.
5551
5552         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5553         values.  This sometimes happens on some groups that have no info.
5554         (nnimap-request-newgroups): New function.
5555
5556 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5559         check into `gnus-registry-initialize'.
5560         (gnus-registry-initialize): Ditto.
5561         Fix and extend header docs.
5562
5563 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5566         regexp backtrace overflows.
5567
5568         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5569         for starttls that tls.el implements; i.e. openssl.
5570
5571         * tls.el (tls-starttls-switches): Give up on using starttls with
5572         gnutls-cli.
5573         (tls-program): Add --insecure to be consistent with the defaults from
5574         openssl s_client.  Now all three commands are insecure.
5575
5576 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * lpath.el: Bind completion-styles-alist for XEmacs.
5579
5580         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5581         (gravatar-create-image): New function that's an alias to
5582         gnus-xmas-create-image, gnus-create-image, or create-image.
5583         (gravatar-data->image): Use it.
5584
5585 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5588         install the nnregistry refer method.
5589         (gnus-registry-install-hooks): Use it.
5590         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5591         unfollowed groups.
5592
5593 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5594
5595         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5596         expanding threads.
5597
5598 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * nnir.el: Use the server names without suffixes (bug #7009).
5601
5602         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5603         unencrypted to STARTTLS, if possible.
5604
5605 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5606
5607         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5608         headers before superseding.
5609
5610 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * nnrss.el (nnrss-use-local): Add documentation.
5613
5614         * nnimap.el (nnimap-extend-tls-programs): New function.
5615         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5616         (nnimap-wait-for-connection): Accept the greeting from the stupid
5617         output from openssl s_client -starttls, too.
5618
5619         * tls.el (tls-starttls-switches): New variable.
5620         (tls-find-starttls-argument): Use it.
5621         (open-tls-stream): Ditto.
5622
5623         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5624         (netrc-machine): Ditto.
5625
5626         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5627         article number.
5628         (nnimap-split-fancy): New variable.
5629         (nnimap-split-incoming-mail): Use it.
5630
5631         * nntp.el (nntp-server-list-active-group): Document.
5632
5633         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5634         SELECT to get the message-id.
5635
5636         * mail-source.el (mail-sources): Remove webmail support.
5637         (defvar): Ditto.
5638         (mail-source-fetcher-alist): Ditto.
5639         (mail-source-fetch-webmail): Remove.
5640
5641         * webmail.el: Remove -- doesn't seem relevant any more.
5642
5643         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5644
5645         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5646         the \r.
5647
5648 2010-09-30  Julien Danjou  <julien@danjou.info>
5649
5650         * gnus-agent.el (gnus-agent-add-group): Fix call to
5651         gnus-completing-read.
5652
5653 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * nndoc.el (nndoc-retrieve-groups): New function.
5656
5657         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5658         `default', use nnmail-split-methods.
5659         (nnimap-request-article): Downcase the NILs so that they are nil.
5660
5661         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5662         symbol.
5663
5664         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5665         code, since if the user has requested network, that's what they ought
5666         to get.
5667         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5668         (nnimap-split-rule): Mark as obsolete.
5669
5670         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5671         New variable.
5672
5673         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5674         correct slot, too.
5675
5676 2010-09-29  Julien Danjou  <julien@danjou.info>
5677
5678         * gnus.el (gnus-local-domain): Declare variable obsolete.
5679
5680         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5681         Fix history computing.
5682         (gnus-ido-completing-read): Require ido.
5683
5684 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5687         build Gnus.
5688
5689         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5690         when interpreting the structures.
5691         (nnimap-request-accept-article): Add \r\n to the lines to make this
5692         work with Cyrus.
5693
5694         * nndraft.el (nndraft-request-expire-articles): Use the group name
5695         instead if "nndraft".  Fix found by Nils Ackermann.
5696
5697 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5698
5699         * nnregistry.el: Add.
5700
5701 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5702
5703         * nnmail.el (group, group-art-list, group-art):
5704         Remove unneeded directives.
5705
5706 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5709         (mm-mime-charset)
5710         * rfc2047.el (rfc2047-syntax-table)
5711         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5712
5713         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5714         rather than `insert-file-contents' and `eval-region'.
5715
5716         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5717         construction.
5718
5719         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5720
5721         * time-date.el: No need to require cl for Emacs 21.
5722
5723 2010-09-29  Julien Danjou  <julien@danjou.info>
5724
5725         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5726         replacement of `gnus-gravatar-relief' to mimic
5727         `gnus-faces-properties-alist'.
5728         Add :version property.
5729
5730 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * mail-source.el (mail-source-report-new-mail)
5733         * message.el (message-default-mail-headers)
5734         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5735
5736         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5737
5738 2010-09-28  Julien Danjou  <julien@danjou.info>
5739
5740         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5741         mail-address contains the same string as real-name.
5742
5743         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5744         non-blank in header, otherwise it'll get stripped.
5745
5746         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5747         real-name, and then for mail address rather than doing : or , search.
5748
5749 2010-09-27  Julien Danjou  <julien@danjou.info>
5750
5751         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5752         right completing-read function.
5753         (gnus-use-ido): New variable
5754         (gnus-completing-read-with-default): Remove.
5755         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5756         (gnus-agent-add-group):
5757         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5758         * mm-view.el (mm-view-pkcs7-decrypt):
5759         * mm-util.el (mm-codepage-setup):
5760         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5761         * mml-smime.el (mml-smime-openssl-sign-query):
5762         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5763         (mml-insert-multipart):
5764         * gnus-msg.el (gnus-summary-yank-message):
5765         * gnus-int.el (gnus-start-news-server):
5766         * mm-decode.el (mm-interactively-view-part):
5767         * gnus-dired.el (gnus-dired-attach):
5768         * gnus.el (gnus-read-method):
5769         * gnus-bookmark.el (gnus-bookmark-jump):
5770         * gnus-art.el (gnus-mime-view-part-as-type)
5771         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5772         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5773         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5774         * nnmairix.el (nnmairix-create-server-and-default-group)
5775         (nnmairix-update-groups, nnmairix-get-server)
5776         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5777         (nnmairix-get-group-from-file-path):
5778         * nnrss.el (nnrss-find-rss-via-syndic8):
5779         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5780         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5781         (gnus-group-browse-foreign-server):
5782         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5783         (gnus-summary-execute-command, gnus-summary-respool-article)
5784         (gnus-read-move-group-name):
5785         * gnus-score.el (gnus-summary-increase-score)
5786         (gnus-summary-score-effect):
5787         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5788
5789 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5792         x-focus-frame.
5793
5794         * nnimap.el (auth-source-forget-user-or-password)
5795         (auth-source-user-or-password): Autoload.
5796
5797         * message.el (message-from-style, message-interactive)
5798         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5799         (message-yank-prefix, message-indentation-spaces, message-signature)
5800         (message-signature-file): Add comment.
5801
5802 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5805         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5806         new articles.
5807
5808         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5809         parts.
5810         (nnimap-request-article): Work with the t setting, too.
5811
5812         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5813         that you don't get flashes of other buffers.
5814         (gnus-summary-show-complete-article): Intern before setting.
5815
5816 2010-09-27  David Engster  <dengste@eml.cc>
5817
5818         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5819         well as HEADERS.
5820         (nnmairix-retrieve-headers): Provide new argument for the above.
5821
5822 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-sum.el (gnus-summary-move-article): Don't alter
5825         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5826         group.
5827
5828         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5829
5830         * message.el (message-cite-prefix-regexp): Revert my last edit.
5831
5832         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5833         variable instead of the Gnus variable.
5834
5835         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5836
5837         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5838
5839         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5840         since some servers don't like it.
5841         (nnimap-open-connection): Forget credentials if the server says the
5842         password was wrong.
5843         (nnimap-parse-line): Protect against invalid data.
5844
5845         * gnus-sum.el (gnus-summary-move-article): Add comment.
5846         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5847         nothing alters it while scanning for new messages.
5848
5849         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5850         which may or may not help.
5851         (nnimap-open-connection): If we're doing a stream connection, and then
5852         discover we're on a STARTTLS-capable server, then open a STARTTLS
5853         connection instead.
5854
5855 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * nnimap.el (utf7): Require.
5858
5859         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5860         prefix.
5861
5862 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5863
5864         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5865
5866 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * nnimap.el (nnimap-request-accept-article): Message the error on
5869         error.
5870
5871 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5874
5875 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5876
5877         * nndoc.el (nndoc-request-list): Return success always.
5878
5879         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5880         `fetch-old' -- we only want to fetch the articles we've requested.
5881         The rest are in the agent, probably.
5882         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5883         disappeared server" to something low.  It's not important.
5884
5885         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5886         arrived before the FETCH data.
5887
5888         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5889         target here, because we don't know the Gnus name of the group.
5890
5891         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5892         for the correct group.
5893
5894         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5895
5896         * gnus.el (gnus): Give a final warning after startup.
5897
5898         * gnus-util.el (gnus-action-message-log): New variable.
5899         (gnus-message): Use it.
5900         (gnus-final-warning): New function.
5901
5902         * nnimap.el (nnimap-open-connection): Record the greeting.
5903         (nnimap): Add greeting.
5904
5905 2010-09-26  Julien Danjou  <julien@danjou.info>
5906
5907         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5908         arguments.
5909         (gnus-html-wash-images): Fix spec computing to include start/end.
5910
5911         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5912
5913 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5916         deletion.
5917         (nnimap-retrieve-headers): Don't select the group, because that's
5918         already done by nnimap-possibly-change-group.
5919
5920         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5921         (gnus-picon-transform-address): Use it.
5922
5923         * mail-source.el (mail-source-value): Revert previous patch.
5924
5925         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5926         on failure.
5927         (nnimap-open-connection): Look up both virtual and physical server name
5928         credentials.
5929
5930         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5931
5932 2009-02-07  Dave Love  <fx@gnu.org>
5933
5934         * tls.el (open-tls-stream): Don't query killing process.
5935
5936 2009-02-08  Dave Love  <fx@gnu.org>
5937
5938         * gnus-win.el (gnus-window-to-buffer-helper)
5939         (gnus-all-windows-visible-p): Function needn't be a symbol.
5940
5941         * mail-source.el (mail-source-value): Function needn't be a symbol.
5942
5943 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * message.el (message-cite-prefix-regexp): Remove } from the cite
5946         prefix.
5947
5948         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5949         highlight again, so that the highlight is correct.
5950
5951         * gnus-picon.el (gnus-picon): Remove again.
5952         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5953
5954         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5955         doing the header highlightling, so that the background colour of the
5956         picon is correct.
5957
5958         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5959         (gnus-picon): Ditto.
5960         (gnus-picon): Reinstate.  The background colour for picons is white.
5961         (gnus-picon-insert-glyph): Make the background white.
5962
5963         * nnml.el (nnml-open-nov): Don't return dead buffers.
5964
5965         * auth-source.el (auth-source-create): Query the user for whether to
5966         store the credentials.
5967
5968         * netrc.el (netrc-store-data): New function.
5969
5970         * auth-source.el (auth-source-user-or-password): Use the existing auth
5971         sources, if any, for creation.
5972
5973         * gnus.el (gnus-group-fast-parameter): Return the last matching
5974         parameter instead of the first matching parameter.
5975
5976 2010-09-26  Julien Danjou  <julien@danjou.info>
5977
5978         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5979
5980 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * mml2015.el (mml2015-use): Remove gpg support.
5983
5984         * mml1991.el (mml1991-function-alist): Remove gpg function.
5985         (mml1991-gpg-sign): Remove.
5986
5987 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5988
5989         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5990         (gnus-browse-unsubscribe-current-group): Document it.
5991         (gnus-browse-unsubscribe-group): Use it.
5992
5993 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5996         address to the To list for easier response.
5997
5998         * gnus.el (gnus-play-startup-jingle): Remove.
5999         (gnus-splash): Don't play jingle.
6000         (gnus): Silence gnus-load message.
6001
6002         * gnus-art.el (gnus-treat-play-sounds): Remove.
6003
6004         * gnus.el (gnus-play-jingle): Remove audio support.
6005
6006         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6007
6008         * earcon.el: Remove -- no users.
6009
6010         * gnus-audio.el: Remove -- no users of this package.
6011
6012         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6013
6014         * gnus-start.el (gnus-setup-news): Remove nocem support.
6015
6016         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6017
6018         * gnus.el (gnus-use-nocem): Remove.
6019
6020         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6021         Remove.
6022
6023         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6024         uses NoCeM any more.
6025
6026         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6027         (gnus-button-ctan-handler): Ditto.
6028         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6029         (gnus-button-ctan-directory-regexp): Ditto.
6030         (gnus-button-handle-ctan): Ditto.
6031         (gnus-button-tex-level): Ditto.
6032         (gnus-button-alist): Remove CTAN stuff.
6033
6034 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6037         nnimap-streaming test.
6038
6039         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6040         servers twice.
6041
6042         * nnimap.el (nnimap-open-connection): Add more error reporting when
6043         nnimap fails early.
6044
6045         * nnheader.el (nnheader-get-report-string): New function.
6046         (nnheader-get-report): Use it.
6047
6048         * gnus-int.el (gnus-check-server): Say what the error was when opening
6049         failed.
6050
6051         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6052         using streaming.
6053
6054 2010-09-25  Julien Danjou  <julien@danjou.info>
6055
6056         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6057         gnus-window-inside-pixel-edges.
6058
6059 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6062
6063         * mm-decode.el (mm-save-part): Allow saving to other directories the
6064         normal Emacs way.
6065
6066         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6067         Suggested by Jay Berkenbilt.
6068
6069         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6070         there isn't a single byte.
6071
6072         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6073         just do it.  It doesn't really seem to matter what the user responds
6074         here, I think, so it's just a confusing question.
6075
6076         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6077         non-streaming case.
6078
6079         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6080         (gnus-article-encrypt-body): Use it.
6081
6082         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6083         keystroke.
6084
6085         * nnimap.el (nnimap-find-wanted-parts-1):
6086         Use gnus-fetch-partial-articles.
6087
6088         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6089
6090         * nnimap.el (nnimap-insert-partial-structure): New function.
6091         (nnimap-get-partial-article): New function.
6092         (nnimap-request-article): Use it.
6093         (nnimap-wait-for-response): Return whether the wait was successful.
6094         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6095         retrieval wasn't successful.
6096         (nnimap-retrieve-group-data-early): Allow throttling servers.
6097         (nnimap-streaming): New variable.
6098         (nnimap-fetch-partial-articles): Remove.
6099
6100         * mm-decode.el (mm-with-part): Protect against killed buffers.
6101
6102         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6103         for prettier summary display.
6104
6105 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6106
6107         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6108
6109 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6112         apparently third-party libraries depend on it.
6113
6114         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6115         before starting negotiation.
6116
6117         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6118         privacy reasons.
6119         (gnus-treat-mail-gravatar): Ditto.
6120
6121         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6122         buffer when inserting images.  Inserting text into the headers, for
6123         instance, can make them invalid.
6124
6125 2010-09-25  Julien Danjou  <julien@danjou.info>
6126
6127         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6128         variables.
6129
6130         * nnheader.el: Remove useless variables news-reply-yank-from and
6131         news-reply-yank-message-id.
6132
6133         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6134         variables.
6135
6136         * mml1991.el: Remove useless mml1991-verbose.
6137
6138         * gnus.el: Remove useless variable gnus-use-generic-from.
6139         Remove obsolete variable gnus-topic-indentation.
6140
6141         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6142
6143         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6144
6145         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6146
6147         * gnus-group.el: Remove useless gnus-group-icon-cache.
6148         Remove useless gnus-ephemeral-group-server.
6149
6150         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6151
6152         * mml2015.el: Remove useless mml2015-verbose.
6153
6154         * mml-smime.el: Remove useless mml-smime-verbose.
6155
6156         * gnus.el: Remove useless gnus-local-domain.
6157
6158         * gnus-gravatar.el (gnus-gravatar-transform-address):
6159         Use gnus-gravatar-size.
6160
6161         * gnus-art.el: Remove useless gnus-treat-translate.
6162
6163 2010-09-24  Julien Danjou  <julien@danjou.info>
6164
6165         * gnus-sum.el: Add support for Gravatars.
6166
6167         * gnus-art.el: Add support for Gravatars.
6168
6169         * gnus-gravatar.el: Add this file.
6170
6171         * gravatar.el: Add this file.
6172
6173 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6176
6177         * gnus-group.el (gnus-group-fetch-faq): Remove.
6178
6179         * gnus.el (gnus-group-faq-directory): Remove.
6180
6181         * gnus-group.el (gnus-group-fetch-charter): Remove.
6182
6183         * gnus.el (gnus-group-charter-alist): Remove.
6184
6185         * gnus-group.el (gnus-group-archive-directory): Remove.
6186         (gnus-group-recent-archive-directory): Ditto.
6187         (gnus-group-make-archive-group): Remove.
6188
6189         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6190
6191         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6192         use the same article number for all the cached articles.
6193
6194         * nnimap.el (nnimap-command): Register the last command time so
6195         that we can use it for idling NOOPs.
6196         (nnimap-open-connection): Start the keeplive timer.
6197         (nnimap-make-process-buffer): Store all the process buffers.
6198         (nnimap-keepalive): New function.
6199
6200         * starttls.el (starttls-open-stream): Add autoload cookie.
6201
6202 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6203
6204         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6205         handling.
6206
6207 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6210         its data structures.
6211
6212         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6213         instead of the cl.el copy-list.
6214         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6215         equalp.
6216
6217 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6220         and tool-bar-local-item-from-menu.
6221
6222         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6223         mode-line-highlight face for Emacs.
6224
6225         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6226         loading gnus-sum.elc; fix comment for canlock-verify.
6227         (gnus-article-jump-to-part): Use read-number.
6228         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6229         Remove Emacs pre-21 compatible code for help-echo.
6230         (gnus-article-next-page-1): No need to adjust the number of lines.
6231         (gnus-article-describe-bindings): Always use help-buffer.
6232
6233         * gnus-audio.el (gnus-audio-inline-sound)
6234         * gnus-cus.el (gnus-custom-mode)
6235         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6236
6237         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6238
6239         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6240         compatible code.
6241
6242 2010-09-24  Glenn Morris  <rgm@gnu.org>
6243
6244         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6245         visiting the fcc file in rmail-mode.
6246
6247         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6248
6249 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * nnir.el: Silence the byte compiler.
6252
6253         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6254         alias to browse-url-url-encode-chars if any.
6255         (gnus-html-encode-url): Use it.
6256
6257 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * gnus-start.el (gnus-use-backend-marks): New variable.
6260         (gnus-get-unread-articles-in-group): Use it.
6261
6262         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6263         makeover.
6264
6265 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6266
6267         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6268
6269 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6272         Remove.
6273         (gnus-setup-news-hook):
6274         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6275
6276         * gnus-int.el (gnus-request-update-info): Protect against backends not
6277         having the function.
6278
6279         * nnimap.el (nnimap-stream): Mention starttls.
6280         (nnimap-open-connection): Add starttls support.
6281
6282 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6283
6284         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6285
6286 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6289         BODYSTRUCTUREs.
6290         (nnimap-transform-headers): Unfold quoted {42} headers.
6291
6292         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6293         the info.
6294         (gnus-get-unread-articles): Only call updatep on backends that support
6295         it.
6296
6297         * nnweb.el (nnweb-request-update-info): NOOP.
6298
6299         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6300
6301         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6302         since it only deals with marks.
6303
6304         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6305         gnus-request-marks, and make a new gnus-request-update-info.
6306
6307         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6308         the active instead of the high number, which is usually too low.
6309
6310 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6313         * encrypt.el: Remove.
6314
6315 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6316
6317         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6318         server in symbolic form.
6319
6320         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6321
6322 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6325         (nnimap-update-info): Fix up code slightly.
6326
6327         * gnus-int.el (gnus-open-server): Add tracing for performance
6328         debugging.
6329
6330         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6331         (gnus-group-insert-group-line): Pass the real group name so that it
6332         gets the right data.
6333
6334         * gnus-start.el (gnus-get-unread-articles): Don't have
6335         `gnus-get-unread-articles-in-group' update info, since that can be
6336         really slow and doesn't seem to be needed?
6337
6338 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6339
6340         * time-date.el (date-to-time): Try using parse-time-string first before
6341         using the slower timezone-make-date-arpa-standard.
6342
6343 2010-09-22  Julien Danjou  <julien@danjou.info>
6344
6345         * gnus-group.el (gnus-group-insert-group-line):
6346         Call gnus-group-highlight-line.
6347         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6348         default hook list.
6349         (gnus-group-update-eval-form): Add new function.
6350         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6351         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6352
6353 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6356         immediate, then expire all articles.
6357         (nnimap-update-info): Fix off-by-one errors.
6358         (nnimap-flags-to-marks): Would return no marks lists for group with no
6359         flags.  Instead return the other data.
6360
6361 2010-09-22  Julien Danjou  <julien@danjou.info>
6362
6363         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6364         Only return an icon.
6365         (gnus-group-insert-group-line): Compute icon to return.
6366
6367         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6368         (gnus-html-image-fetched): Only cache if
6369         gnus-html-image-automatic-caching is set.
6370         (gnus-html-image-fetched): Check for errors.
6371
6372 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6375         once per method on `g'.  This ensures that backends like nnfolder don't
6376         open all their folders.
6377
6378         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6379         (nnimap-request-list): Nix out group in the correct buffer.
6380         (nnimap-parse-flags): Implement by using `read' instead of
6381         hand-parsing.
6382         (nnimap-flags-to-marks): Pass on permanent-flags.
6383         (nnimap-make-process-buffer): Record the server name.
6384         (nnimap-parse-flags): Fix typo.
6385         (nnimap-request-scan): Run split on the server in general, not just a
6386         single group.
6387
6388         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6389         parameter, and propagate this downwards.
6390
6391         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6392         since EXAMINE changes it on the server.
6393
6394         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6395         this command might take a while.
6396
6397 2010-09-22  Julien Danjou  <julien@danjou.info>
6398
6399         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6400         harmful if you have 2 images side-by-side, they can't be properly
6401         update on text deletion.  Using text-property is safer here.
6402         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6403         data.
6404
6405 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * nnimap.el (nnimap-expunge-inbox): Remove.
6408         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6409         (nnimap-expunge): Flip default to t.
6410
6411         * gnus.el (gnus-method-to-server): Don't push things to the cache
6412         unless it's unique.
6413         (gnus-server-to-method): Ditto.
6414
6415 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6416
6417         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6418
6419 2010-09-22  Julien Danjou  <julien@danjou.info>
6420
6421         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6422         get the start of data.
6423         (gnus-html-encode-url): Add this function to encode special chars in
6424         URL.
6425         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6426         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6427
6428         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6429         default.
6430         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6431
6432         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6433         images alt-text.
6434         (gnus-html-put-image): Put alt-text as help-echo.
6435
6436 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6439         * mm-util.el (mm-decompress-buffer)
6440         * nnir.el (nnir-run-find-grep)
6441         * pop3.el (pop3-list): Use 3rd arg of split-string.
6442
6443         * time-date.el (format-seconds): Comment fix.
6444
6445         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6446         and byte-optimize-form-code-walker.
6447         (dgnushack-make-auto-load): Don't advise make-autoload.
6448
6449         * lpath.el: Remove Emacs 21 stuff.
6450
6451 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6454         outside the active range.  Suggested by Dan Christensen.
6455
6456         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6457         slightly later to avoid double-getting it.
6458
6459         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6460         previous patch.
6461
6462         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6463
6464 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6465
6466         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6467
6468 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * gnus-int.el (gnus-open-server): Give a better error message in the
6471         "go offline" case.
6472
6473         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6474         marks for nnimap, which is seldom the right thing to do.
6475
6476         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6477         (gnus-same-method-different-name): New function.
6478
6479         * nnimap.el (parse-time): Require.
6480
6481         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6482         method in the presence of many similar methods.
6483
6484         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6485
6486         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6487         nnml-inhibit-expiry.
6488
6489         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6490         find out whether methods are equal.
6491
6492         * nnimap.el (nnimap-find-expired-articles): New function.
6493         (nnimap-process-expiry-targets): New function.
6494         (nnimap-request-move-article): Request the article before looking at
6495         what the Message-ID is.  Fix found by Andrew Cohen.
6496         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6497
6498         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6499         for oldness in addition to being a predicate.
6500
6501         * nnimap.el (nnimap-request-group): When we have zero articles, return
6502         the right data to Gnus.
6503         (nnimap-request-expire-articles): Only delete articles immediately if
6504         the target is 'delete.
6505
6506         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6507         method, this would bug out.
6508
6509         * gnus-group.el (gnus-group-expunge-group): Rename from
6510         gnus-group-nnimap-expunge, and implemented as a normal interface
6511         function.
6512
6513         * gnus-int.el (gnus-request-expunge-group): New function.
6514
6515         * nnimap.el (nnimap-request-create-group): Implement.
6516         (nnimap-request-expunge-group): New function.
6517
6518 2010-09-21  Julien Danjou  <julien@danjou.info>
6519
6520         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6521         (gnus-html-cache-expired): Add new function.
6522         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6523         wethever we should display image for fetch it.
6524         Compute alt-text earlier to pass it to the fetching function too.
6525         (gnus-html-schedule-image-fetching): Change function argument to only
6526         get one image at a time, not a list.
6527         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6528         cache.
6529         (gnus-html-get-image-data): New function to retrieve image data from
6530         cache.
6531         (gnus-html-put-image): Change buffer argument to use image data rather
6532         than file, and place image above region rather than inserting a new
6533         one.  Do not take alt-text as argument, since it's useless now: we place
6534         the image above alt-text.
6535         (gnus-html-prune-cache): Remove.
6536         (gnus-html-show-images): Start to fetch image when we find one, do not
6537         push into a temporary list.
6538         (gnus-html-prefetch-images): Only fetch image if they have expired.
6539         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6540         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6541
6542 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6545
6546 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6549         spec inser "*" if the group isn't active instead of 0.
6550
6551         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6552         opening the server.
6553         (nnimap-request-delete-group): Implement group deletion.
6554         (nnimap-transform-headers): Return the size of the entire message in
6555         the Bytes header, not just the size of the first part.
6556         (nnimap-request-move-article): When moving an article from nnimap,
6557         request the article first so the accepting form has an article to
6558         accept.  Reported by Dan Christensen.
6559         (nnimap-command): Make sure that the error message doesn't error out.
6560
6561 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6562
6563         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6564         we haven't requested anything.
6565
6566 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6569         "".  Fix found by Andrew Cohen.
6570
6571         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6572         instead of -encode-string.
6573
6574 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6577
6578         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6579         by mm-subst-char-in-string.
6580
6581 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6582
6583         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6584         waiting for the connection string.
6585
6586         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6587         arriving.
6588
6589         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6590         bogus characters.  This allows selecting certain Gmail groups.
6591
6592         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6593         (nnimap-fetch-partial-articles): New variable.
6594         (nnimap-open-connection): When looking for credentials, also use the
6595         nnimap-server-port.
6596         (nnimap-request-article): Return the group/article number, so that Gnus
6597         `^' works as expected.
6598         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6599
6600         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6601         comments.
6602         (gnus-methods-sloppily-equal): New function.
6603         (gnus): When using the development version of Gnus, load the gnus-load
6604         file.
6605
6606         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6607         `gnus-open-server' on each method before trying to scan them etc.
6608         This ensures that all the backend parameters are set correctly.
6609
6610         * nnimap.el (nnimap-authenticator): New variable.
6611         (nnimap-open-connection): Allow anonymous login.
6612         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6613         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6614
6615         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6616         patch, found by Knut Anders Hatlen.
6617
6618 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6619
6620         * gnus-agent.el (gnus-agent-batch-confirmation)
6621         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6622         to gnus-message.
6623         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6624         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6625         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6626         * gnus-int.el (gnus-open-server): Likewise.
6627         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6628         (gnus-score-check-syntax): Likewise.
6629         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6630         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6631         Likewise.
6632         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6633
6634 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6637         calling conventions so that prefetch doesn't bug out.
6638
6639 2010-09-19  Julien Danjou  <julien@danjou.info>
6640
6641         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6642         rather than `subst-char-in-region' in order to be able to replace ASCII
6643         char by UTF-8 ones.
6644
6645         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6646         than curl.
6647         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6648         the right URL and ALT text on images.
6649         (gnus-html-wash-tags): Fix tag case.
6650         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6651         (gnus-article-html): Add -o display_ins_del=2 option.
6652         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6653
6654 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655
6656         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6657         the extra mail headers, which sometimes seem to happen for unknown
6658         reasons.
6659
6660         * mail-parse.el (mail-header-encode-parameter): Define as
6661         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6662         (or most, perhaps?) mail readers don't understand the latter, but do
6663         understand the former.
6664
6665         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6666         to nil, so that no methods are automatically agentized.  I think this
6667         is probably what most users want.
6668
6669         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6670         from url-retrieve, for instance about invalid URLs.
6671
6672         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6673         groups that have no articles.
6674         (nnimap-request-article): Check that we really got an article when we
6675         requested one.
6676
6677         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6678         doesn't exist.
6679
6680         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6681         nntp buffer so the agent can save it.
6682         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6683         that CRLF doesn't get translated to \n.
6684         (nnimap-open-connection): Don't make 'shell commands only send \n.
6685
6686 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6687
6688         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6689         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6690         Update var name.
6691         (nnml-generate-nov-file): Use dolist.
6692         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6693         Use with-current-buffer.
6694
6695 2010-09-18  Julien Danjou  <julien@danjou.info>
6696
6697         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6698         parallel.
6699
6700 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6703         the range update right.
6704         (nnimap-request-group): Don't make `M-g' bug out on group with no
6705         marks.
6706         (nnoo): Require, so that other packages can require nnimap.
6707         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6708         command we're looking for.  This helps when the server sends more
6709         responses after we've gotten everything we expected.
6710         (nnimap): Add a `newlinep' field to keep track of end-of-line
6711         conventions.
6712         Don't send CRLF to things that don't want it.
6713         (nnimap-request-accept-article): Ditto.
6714
6715 2010-09-18  Julien Danjou  <julien@danjou.info>
6716
6717         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6718         than curl to retrieve images.
6719
6720 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6723         the marks.
6724         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6725         (nnimap-wait-for-connection): New function.
6726         (nnimap-open-connection): If we have PREAUTH, don't query for login
6727         credentials.
6728         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6729         when doing a partial update.
6730
6731 2010-09-18  Julien Danjou  <julien@danjou.info>
6732
6733         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6734         tags.
6735
6736 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * nnimap.el (nnimap-credentials): New function.
6739         (nnimap-open-connection): Use the new function to look for credentials
6740         also on the numeric equivalents of "imap" and "imaps".
6741
6742         * gnus-start.el (gnus-activate-group): Send the info to
6743         gnus-request-group.
6744
6745         * nnimap.el (nnimap-request-group): Have the "check" version of the
6746         function parse flags and update the info, so that a `M-g' get a total
6747         resync of all flags from the group.
6748
6749         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6750         to allow backends to alter the info on group selection.  Also alter all
6751         the backend -request-group functions to take the parameter.
6752
6753         * nnimap.el (nnimap-store-info): New function.
6754         (nnimap-update-info): Store the info for later usage.
6755         (nnimap-request-group): Use the stored info for the dont-check case, so
6756         that we don't retrieve all marks when we enter a group.
6757
6758         * nnimap.el: Use deffoo instead of defun for interface functions.
6759
6760         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6761         update the group info.  This makes the nndraft groups, for instance, go
6762         back to their old behaviour.
6763
6764         * gnus-sum.el (gnus-select-newsgroup): Indent.
6765
6766         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6767         in.
6768         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6769         nothing.
6770
6771         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6772         from methods that are denied.
6773
6774         * gnus-int.el (gnus-method-denied-p): New function.
6775
6776         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6777         store the password instead of netrc.
6778         (nnimap-open-connection): Don't error out when we can't make a
6779         connections.
6780
6781         * auth-source.el (auth-source-create): In the password prompt, say what
6782         we're querying for.  Also prompt for user name if that hasn't been
6783         given.
6784
6785         * nnimap.el (nnimap-with-process-buffer): Remove.
6786
6787 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6790         method when we're reading from the agent.
6791
6792         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6793
6794         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6795         that's probably most useful for users.
6796
6797         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6798         "failed" all the time.
6799
6800         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6801         ...)) with (with-current-buffer ... ).
6802
6803         * nntp.el (nntp-open-server): Return whether the open was successful or
6804         not.
6805
6806         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6807         select an unread unseen article first.
6808
6809         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6810         /etc/services, supply some sensible port defaults.
6811
6812         * dgnushack.el: Define netrc-credentials.
6813
6814 2010-09-17  Julien Danjou  <julien@danjou.info>
6815
6816         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6817
6818 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6819
6820         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6821         doesn't have any parameters.
6822
6823 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824
6825         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6826         only upcased checks.
6827
6828         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6829
6830         * nnimap.el (nnimap-open-shell-stream): New function.
6831         (nnimap-open-connection): Use it.
6832         (nnimap-transform-headers): Get the number of lines in each message.
6833         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6834         number of lines.
6835         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6836         problem.
6837
6838         * utf7.el (utf7-encode): Autoload.
6839
6840         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6841         to allow the mail splitting to not return a default group.  This is
6842         useful for nnimap, which will leave unmatched mail in the inbox.
6843
6844         * nnimap.el: Rewritten.
6845
6846         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6847         nnimap usage.
6848
6849         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6850         if the move is internal, so that nnimap can do fast internal moves.
6851
6852         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6853         data.
6854         (gnus-read-active-for-groups): Support finishing the early retrieval of
6855         data.
6856
6857         * gnus-range.el (gnus-range-nconcat): New function.
6858
6859         * gnus-int.el (gnus-finish-retrieve-group-infos)
6860         (gnus-retrieve-group-data-early): New functions.
6861
6862 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6863
6864         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6865         (nnrss-retrieve-groups):
6866         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6867         (pop3-quit): Use with-current-buffer.
6868
6869 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6872         instead of nnheader-accept-process-output.
6873
6874         * dgnushack.el (dgnushack-compile): Add comment.
6875
6876         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6877
6878         * gnus-html.el (gnus-html-schedule-image-fetching)
6879         (gnus-html-prefetch-images): Replace process-kill-without-query by
6880         gnus-set-process-query-on-exit-flag.
6881
6882 2010-09-16  Romain Francoise  <romain@orebokech.com>
6883
6884         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6885
6886 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6889         parameter to unintern is mandatory-ish in Emacs 24.
6890
6891         * gnus-html.el (gnus-html-schedule-image-fetching)
6892         (gnus-html-prefetch-images): Check for curl before using it.
6893
6894         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6895         depend on curl, which isn't essential.
6896
6897         * imap.el: Revert back to version
6898         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6899         seem problematic.
6900
6901 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6902
6903         * gnus-registry.el (gnus-registry-install-shortcuts):
6904         Explicitly pass `obarray' to `unintern' to avoid a warning.
6905
6906 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907
6908         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6909         change.
6910
6911         * nnrss.el (nnrss-request-list): Remove this function and related
6912         functions, including the moreover stuff.
6913
6914 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915
6916         * nnrss.el (nnrss-retrieve-groups): New function.
6917
6918 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6919
6920         * .dir-locals.el: Add no-byte-compile cookie.
6921
6922 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * time-date.el (format-seconds): Comment fix.
6925
6926         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6927         for back end that doesn't support request-scan.
6928
6929 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6932         then do request scans from the backends.
6933
6934         * netrc.el (netrc-credentials): New conveniency function.
6935
6936         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6937         avoid running a hook per line, since this takes a lot of time,
6938         profiling shows.
6939         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6940         directly if gnus-visual-p is true.
6941
6942 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6945         groups; replace mapcar with dolist which is a bit faster; pass groups
6946         info to gnus-read-active-file-1.
6947         (gnus-read-active-file-1): Scan only specified groups if the new
6948         optional arg `infos' is given.
6949
6950 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6953
6954         * pop3.el (pop3-movemail): Remove.
6955         (pop3-streaming-movemail): Rename to pop3-movemail.
6956
6957         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6958         don't restrict end-tag searches to the end of the line.
6959
6960 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6963         articles of every unchecked group to t, which means unknown since the
6964         server has never been opened.
6965
6966 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-html.el (gnus-html-show-alt-text): New command.
6969         (gnus-html-browse-image): Ditto.
6970         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6971         to browse the image directly.
6972         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6973         better.
6974
6975         * gnus-async.el (gnus-async-article-callback):
6976         Call `gnus-html-prefetch-images' unconditionally.
6977
6978         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6979         before feeding URLs to curl.
6980
6981 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6984         internal images as deletable by `W D D'.
6985
6986         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6987         (gnus-async-article-callback): Fix typo.
6988
6989 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6992         current line to work around bugs in the output from w3m.
6993
6994         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6995         for groups that want that.
6996
6997         * nntp.el (nntp-wait-for-string): Supply a timeout for
6998         accept-process-output to ensure progress.
6999
7000         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7001         level to get unread articles from, then use that for foreign groups,
7002         too.
7003
7004         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7005         confuses the rest of the function.
7006
7007         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7008         for the methods that support -retrieve-groups, too.
7009
7010         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7011
7012 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7015         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7016
7017         * pop3.el: Require cl when compiling.
7018         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7019
7020 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7023         that aren't going to be activated.
7024         (gnus-get-unread-articles): Fix up the last commit.
7025
7026         * gnus-html.el (gnus-article-html): Allow calling without specifying
7027         the handle.  In that case, dissect the buffer first.
7028
7029         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7030
7031         * nnimap.el (nnimap-open-connection): Revert the change that would look
7032         into authinfo for imaps instead of imap.
7033
7034         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7035         say that you don't want to call gnus-request-group with don-check, but
7036         do check the reponse.  This is for virtual groups only.
7037         (gnus-get-unread-articles): Count the archive groups as secondary, so
7038         that they're activated the same way as before.
7039
7040         * imap.el (imap-message-map): Removed optional buffer parameter, since
7041         no callers use it.
7042         (imap-message-get): Ditto.
7043         (imap-message-put): Ditto.
7044         (imap-mailbox-map): Ditto.
7045         (imap-mailbox-put): Ditto.
7046         (imap-mailbox-get): Ditto.
7047         (imap-mailbox-get): Revert last change for this function.
7048
7049         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7050         case-insensitively.
7051         (nnimap-debug): Remove.
7052
7053         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7054         callers to use `imap-fetch' instead.  According to the comments, this
7055         should be safe, since all other IMAP clients use the 1:* syntax.
7056         (imap-enable-exchange-bug-workaround): Remove.
7057         (imap-debug): Remove -- doesn't seem very useful.
7058
7059         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7060         mail from a file, and the file doesn't exist.
7061
7062         * imap.el (imap-log): New convenience function used throughout instead
7063         of repeating the same code all over the place.
7064
7065         * pop3.el (pop3-streaming-movemail): Return t for success.
7066
7067         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7068         .authinfo if we're using ssl connection.
7069
7070         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7071         already have if we're in a main Gnus `g' run.
7072
7073         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7074
7075 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7078
7079         * nnmh.el (nnmh-request-list-1): Bind `file'.
7080
7081         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7082         alias to set-process-query-on-exit-flag or process-kill-without-query.
7083         (pop3-open-server): Use it.
7084
7085 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7088         box to the Incoming file.  Fixes mistake in previous checkin.
7089
7090         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7091         request loop (for debugging purposes) removed.
7092
7093         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7094         culprit is more visible.
7095         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7096         (nnml-add-incremental-nov): New functions to do "incremental" nov
7097         updates, where we just append to the end of the existing nov files
7098         without reading/writing them in full.
7099
7100         * mail-source.el (mail-source-delete-crash-box): Really only check the
7101         incoming files once in a while.
7102
7103         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7104
7105         * mail-source.el (mail-source-delete-crash-box): Only check the
7106         incoming files for deletion once per day to save a lot of file
7107         accesses.
7108
7109         * pop3.el (pop3-logon): Fix up unbound variable typo.
7110
7111         * mail-source.el (pop3-streaming-movemail): Autoload.
7112
7113         * pop3.el (pop3-streaming-movemail):
7114         Respect pop3-leave-mail-on-server.
7115
7116         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7117         retrieval.
7118
7119         * pop3.el (pop3-process-filter): Remove unused function.
7120         (pop3-streaming-movemail, pop3-send-streaming-command)
7121         (pop3-wait-for-messages, pop3-write-to-file)
7122         (pop3-number-of-responses): New functions for streaming pop3
7123         retrieval.
7124
7125         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7126         come from no known methods.
7127         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7128         list.
7129
7130         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7131         message sizes.
7132         (pop3-movemail): Use erase-buffer instead of looping and deleting
7133         regions, which seems rather odd.
7134
7135         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7136         file once per `g' run.
7137
7138         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7139         directories.  This makes the draft queue directory work.
7140
7141         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7142         data from the backends, so that we only request the list of groups from
7143         each method once.  This should speed things up considerably.
7144
7145         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7146         detect that it's not implemented.
7147
7148         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7149         we actually do recurse down into the tree, but don't stat all leaf
7150         nodes.
7151
7152         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7153         then say so instead of bugging out.
7154
7155         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7156         files exist before trying to read them.
7157
7158         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7159         around <pre_int>.
7160
7161         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7162
7163         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7164
7165 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * mm-util.el (mm-image-load-path): Just return the image directories,
7168         not all directories in the path in addition to the image directories.
7169         (mm-image-load-path): Maintain a cache of the image directories so that
7170         the `g' command in Gnus doesn't have to stat dozens of directories each
7171         time.
7172
7173         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7174         (gnus-html-wash-tags): Add a new `i' command to insert images.
7175         (gnus-html-insert-image): New command and keystroke.
7176         (gnus-html-redisplay-with-images): New command and keystroke.
7177         (gnus-html-show-images): Rename command.
7178         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7179         spacers.
7180         (gnus-html-wash-tags): Decode entities at the end, so that entities
7181         inside the tags don't mess up the rest of the "parsing".
7182
7183         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7184         so that nnimap methods aren't agentized by default.  There's apparently
7185         many problems related to agent/imap behaviour.
7186
7187         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7188
7189         * gnus-html.el: Doc fix.
7190
7191 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7194         specifier-spec-list for Emacs 21.
7195
7196         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7197         glyph-width and glyph-height instead of display-graphic-p and
7198         image-size; make avoidance of displaying small images work for XEmacs.
7199
7200         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7201         for XEmacs.
7202
7203         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7204         of symbol that holds plist data.
7205         (gnus-process-plist): Remove plist of process after getting it.
7206
7207 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * message.el (message-generate-hashcash): Change default to
7210         'opportunistic if hashcash is installed.
7211
7212         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7213         (gnus-html-put-image): Only call image-size once, since it's somewhat
7214         time-consuming on remote X servers.
7215
7216 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7219         type on data, not a file name.
7220
7221         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7222         window-pixel-edges for Emacs 21.
7223
7224         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7225         decoded contents.
7226         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7227
7228 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7231         group line format, since it isn't very interesting.
7232
7233         * gnus-agent.el (gnus-agent-short-article),
7234         (gnus-agent-long-article): Increase values for these two variables,
7235         since most people are likely to have more network connection and
7236         storage than before.
7237
7238         * gnus.el (gnus-refer-article-method): Change default to 'current.
7239         When referring an article, the common behaviour is to refer it from the
7240         current select method, not the native select method.  The chances of
7241         the native select method having the message in question is rather slim
7242         these days.
7243
7244         * gnus-sum.el (gnus-auto-select-subject): Change default to
7245         `unseen-or-unread'.  I think it's likely that most people want to
7246         select an unseen article over a previously seen, but unread one.
7247
7248         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7249         means that in the article buffer none of the minor mode elements will
7250         be shown, usually, and this is not desirable in most cases.
7251
7252         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7253         that commands like `d' (and the like) go to the next line in the
7254         buffer, instead of the next unread article.  I think this is the
7255         behaviour that is most natural for most users.
7256         (gnus-single-article-buffer): Change default to nil, so that people can
7257         have as many article buffers open as they have summary buffer.  I think
7258         this is the most natural way for the groups to behave.
7259
7260         * message.el (message-generate-new-buffers): Change default to
7261         `unsent', so that all new message buffers start their names with the
7262         string "*unsent", and it's easier to find the buffers if you move from
7263         them.
7264
7265 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7266
7267         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7268         small.  They're probably tracking images.
7269         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7270         (gnus-html-rescale-image): Yet another try at getting the image sizing
7271         right.
7272
7273         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7274         nntp-marks-file-name is nil.
7275
7276 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7277
7278         * gnus-html.el (gnus-html-wash-tags)
7279         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7280         Better logging.
7281
7282 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283
7284         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7285
7286         * gnus-html.el (gnus-html-wash-tags): Check the value of
7287         gnus-blocked-images in the summary buffer.
7288
7289 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7292
7293 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7296         like "a", it seems like.
7297         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7298         since it needs to be picked from the correct buffer.
7299
7300         * nnwfm.el: Remove.
7301
7302         * nnlistserv.el: Remove.
7303
7304 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7305
7306         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7307         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7308
7309 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * nnkiboze.el: Remove.
7312
7313         * nndb.el: Remove.
7314
7315         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7316         alt text.
7317         (gnus-html-rescale-image): Try to get the rescaling logic right for
7318         images that are just wide and not tall.
7319
7320         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7321         overshadow variable bindings.
7322
7323 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7324
7325         * gnus-html.el (gnus-html-wash-tags)
7326         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7327         Add extra logging.
7328
7329 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7332         (gnus-max-image-proportion): New variable.
7333         (gnus-html-rescale-image): New function.
7334         (gnus-html-put-image): Rescale images.
7335
7336 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7337
7338         Fix up some byte-compiler warnings.
7339         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7340         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7341         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7342         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7343         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7344         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7345         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7346
7347 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-html.el (gnus-article-html): Decode contents by charset.
7350
7351 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7354         (gnus-html-frame-width, gnus-blocked-images)
7355         * message.el (message-prune-recipient-rules): Add custom version.
7356         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7357
7358         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7359         functions.
7360
7361         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7362         gnus-process-get.
7363
7364 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7365
7366         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7367         instead of lsub directly.
7368
7369 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370
7371         * nnwarchive.el: Remove.
7372
7373         * gnus-soup.el: Remove.
7374
7375         * nnsoup.el: Remove.
7376
7377         * nnultimate.el: Remove.
7378
7379         * gnus-html.el (gnus-blocked-images): New variable.
7380
7381         * message.el (message-prune-recipients): New function.
7382         (message-prune-recipient-rules): New variable.
7383
7384         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7385         guess whether a long line is natural text or not.
7386
7387         * gnus-html.el (gnus-html-schedule-image-fetching):
7388         Use gnus-process-plist and friends for compatibility.
7389
7390 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7391
7392         * gnus-html.el: Require packages that define macros used in this file.
7393         (gnus-article-mouse-face): Declare to silence byte-compiler.
7394         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7395         process-get.
7396         (gnus-html-put-image): Use plist-get to avoid getf.
7397         (gnus-html-prefetch-images): Use with-current-buffer.
7398
7399 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-ems.el: Provide compatibility functions for
7402         gnus-set-process-plist.
7403
7404         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7405         header-line-format for XEmacs 21.4.
7406
7407         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7408         * gnus.el (gnus-valid-select-methods)
7409         * message.el (message-send-mail-partially-limit)
7410         * mm-decode.el (mm-text-html-renderer)
7411         * mml.el (mml-insert-mime-headers-always)
7412         * smiley.el (smiley-regexp-alist): Bump custom version.
7413
7414 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus-html.el: require mm-url.
7417         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7418         with the url to `url'.
7419         (gnus-html-wash-tags): Support cid: URLs/images.
7420
7421 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7424         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7425         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7426
7427         * gnus-move.el: Remove file, since it doesn't really work.
7428
7429         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7430         UTF-8.  This seems to fix problems with some German web feeds.
7431
7432         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7433         at the top so that the proper colours are applied.
7434
7435         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7436         don't have dots in their names.
7437
7438         * gnus-art.el (gnus-article-view-part): Doc fix.
7439
7440         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7441         XEmacs-compatible.
7442         (gnus-html-put-image): Don't do images on non-graphic displays.
7443
7444         * nnslashdot.el: Remove this unused backend.
7445
7446         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7447         actions.
7448         (gnus-undo-register-1): Revert last change.
7449
7450         * gnus-group.el (gnus-group-completing-read): Protect against not
7451         having completion-styles bound.
7452
7453         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7454         make broken recipients happier.
7455
7456         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7457
7458         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7459         point parameter.
7460
7461         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7462
7463         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7464         completion-styles for group selection.
7465
7466 2009-02-04  Andreas Schwab  <schwab@suse.de>
7467
7468         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7469         headers and regexp-quote the match if necessary.
7470
7471 2009-03-24  Miles Bader  <miles@gnu.org>
7472
7473         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7474         the blinking smiley.
7475
7476 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7477
7478         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7479         blink smiley.
7480
7481 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7484         where the dribbel file lives exists.
7485
7486         * message.el (message-send-mail-partially-limit): Change the default to
7487         nil, since most people don't want this.
7488
7489         * mm-url.el (mm-url-decode-entities): Also decode entities like
7490         &#x3212.
7491
7492 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7493
7494         * gnus-sum.el (gnus-summary-idna-message):
7495         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7496         Hyperlink urls in docstrings with URL `...'.
7497
7498 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7499
7500         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7501         functions.
7502
7503 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504
7505         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7506         say what the mouseover text should be.
7507
7508         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7509         version of the mm-w3m-safe-url-regexp variable to only download images
7510         in the groups where we want that to happen.
7511
7512         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7513
7514         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7515         easier debugging.
7516         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7517         big pictures in the article buffer.
7518
7519         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7520         gnus-article-html.
7521         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7522         w3m.
7523
7524         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7525
7526 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7529         which doesn't exist.
7530
7531         * message.el (message-inhibit-ecomplete): New variable to allow some
7532         function to inhibit ecomplete address storage.
7533         (message-resend): Disable ecomplete message storage when resending
7534         messages.
7535
7536         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7537
7538 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7541         Save excursion while copying, moving, and deleting articles in order to
7542         prevent the cursor from jumping to unforeseen place.
7543
7544 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * lpath.el: No need to bind bookmark-current-buffer,
7547         bookmark-yank-point and bookmark-make-record-function.
7548
7549 2010-08-17  Glenn Morris  <rgm@gnu.org>
7550
7551         * gnus-sync.el: Require gnus components whose functions are used.
7552
7553         * gnus-art.el (bookmark-make-record-function):
7554         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7555         Declare for compiler.
7556
7557         * mm-url.el (mml-compute-boundary): Autoload.
7558
7559 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7562
7563 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         Typo fix "hoo4a" -> "hook".
7566
7567         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7568
7569 2010-08-14  Glenn Morris  <rgm@gnu.org>
7570
7571         * gnus-sync.el (gnus-sync): Fix defgroup version.
7572
7573 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7576
7577         * gnus-sync.el: Fix docs.
7578         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7579         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7580
7581 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7582
7583         Optimizations for gnus-sync.el.
7584
7585         * gnus-sync.el: Add docs about gnus-sync-backend
7586         possibilities.
7587         (gnus-sync-save): Remove unnecessary message.
7588         (gnus-sync-read): Optimize and show what groups were skipped.
7589
7590 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7591
7592         Minor bug fixes for gnus-sync.el.
7593
7594         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7595         Don't read the sync on get-new-news.
7596
7597         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7598         quiet.
7599
7600         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7601         (fix typo).
7602
7603 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7604
7605         Make saving and restoring of hidden threads work with overlays.
7606         Patch applied by Ted Zlatanov.
7607
7608         * gnus-sum.el (gnus-hidden-threads-configuration)
7609         (gnus-restore-hidden-threads-configuration): Update to deal with text
7610         properties, rather than searching for a magic character.
7611
7612 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         New gnus-sync.el library for synchronization of marks.
7615
7616         * gnus-sync.el: New library for synchronization of marks.
7617
7618         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7619         renamed from `gnus-registry-grep-in-list'.
7620
7621         * gnus-registry.el (gnus-registry-follow-group-p):
7622         Use `gnus-grep-in-list'.
7623
7624         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7625
7626 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7629         determining charset of text fails.
7630
7631 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * nnmail.el (nnmail-get-new-mail-1): Revert.
7634
7635         * nnml.el (nnml-active-number): Make sure names of newly created groups
7636         in nnml-group-alist are encoded.
7637
7638 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7641         containing non-ASCII characters in active file for nnml back end.
7642
7643 2010-07-24  David Engster  <dengste@eml.cc>
7644
7645         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7646         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7647
7648 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7649
7650         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7651         tag (Bug#6654).
7652
7653 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7656         the article buffer, not the summary buffer.
7657
7658 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7661         Emacs 23 as well.
7662
7663 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7666         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7667
7668 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7669
7670         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7671         Patch applied by Karl Fogel.
7672
7673         * gnus-sum.el (gnus-summary-bookmark-make-record):
7674         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7675
7676 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7677
7678         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7679         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7680         C-w still not working correctly from Article buffers; Thierry's
7681         patch to fix that will be applied after this.
7682
7683         * gnus-art.el (bookmark-make-record-function): New local variable.
7684
7685         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7686         article buffer.
7687         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7688
7689 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7690
7691         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7692         on changes in bookmark.el.
7693
7694 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7697         `no-log' instead of message not to log prompt string.
7698
7699 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7700
7701         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7702         the *other* type of HTML form submission.
7703
7704 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7705
7706         * auth-source.el (auth-source-pick): If choice does not contain a
7707         questioned keyword, set the check to t.
7708
7709 2010-06-12  Romain Francoise  <romain@orebokech.com>
7710
7711         * gnus-util.el (gnus-date-get-time): Move up before first use.
7712
7713 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7716         (gnus-article-edit-part): Bind it to make last part that is substituted
7717         or deleted visible.
7718         (gnus-mime-display-single): Buttonize part of which id equals to
7719         gnus-mime-buttonized-part-id.
7720
7721 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7722
7723         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7724         (gnus-dd-mmm): Use gnus-date-get-time.
7725         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7726         simplify logic.
7727         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7728         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7729
7730 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7731
7732         * auth-source.el (top): Autoload `secrets-list-collections',
7733         `secrets-create-item', `secrets-delete-item'.
7734         (auth-sources): Fix tag string.
7735         (auth-get-source, auth-source-retrieve, auth-source-create)
7736         (auth-source-delete): New defuns.
7737         (auth-source-pick): Rewrite in order to avoid 2 passes.
7738         (auth-source-forget-user-or-password): New parameter USERNAME.
7739         (auth-source-user-or-password): New parameters CREATE-MISSING and
7740         DELETE-EXISTING.  Retrieve password interactively, if needed.
7741
7742 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7743
7744         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7745         deleting unused directories when gnus-expert-user is t.
7746
7747 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7750         for each temp file when gnus-article-browse-delete-temp is ask.
7751
7752 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7753
7754         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7755         Replace Lisp calls to delete-backward-char by calls to delete-char.
7756
7757 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7758
7759         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7760
7761 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7762
7763         * password-cache.el (password-cache-remove): Fix docstring.
7764
7765 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7768         article unless decoding article to be saved.
7769
7770 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7773         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7774         generated within the mm-with-unibyte-current-buffer macro.
7775
7776 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7779         to nil when we're in a mml-preview buffer and no group is selected.
7780
7781 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7782
7783         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7784         when catching the `C-g'.  Reported by "Leo".
7785
7786 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * message.el (message-forward-make-body-plain)
7789         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7790         multibyte-string-p.
7791
7792         * lpath.el: Revert.
7793
7794 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * message.el (message-forward-make-body-mml): Assume original message
7797         is multibyte string; error on unibyte.
7798         (message-forward-make-body-plain): Ditto; don't add excessive newline
7799         in body end.
7800
7801         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7802
7803 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7804
7805         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7806         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7807
7808 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * mm-extern.el (mm-extern-url): Don't use
7811         mm-with-unibyte-current-buffer.
7812         (mm-extern-cache-contents): Use with-current-buffer instead of
7813         save-excursion + set-buffer.
7814
7815 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * mm-util.el (mm-emacs-mule): Remove.
7818
7819 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7820
7821         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7822         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7823         change.
7824
7825 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7828         bind the default value of enable-multibyte-characters to nil.
7829
7830 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * message.el (message-forward-make-body-plain)
7833         (message-forward-make-body-mml):
7834         Don't use mm-with-unibyte-current-buffer.
7835
7836 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7837
7838         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7839
7840 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7841
7842         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7843         (Bug#5592).
7844
7845 2010-05-07  Julien Danjou  <julien@danjou.info>
7846
7847         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7848         it to mm-pipe-part.
7849
7850         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7851         it is given.
7852
7853 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * binhex.el (binhex-decode-region-internal)
7856         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7857         (dns-query)
7858         * nnweb.el (nnweb-gmane-search)
7859         * pgg-parse.el (pgg-parse-armor)
7860         * pgg.el (pgg-verify-region)
7861         * sha1.el (sha1-string-external)
7862         * uudecode.el (uudecode-decode-region-internal)
7863         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7864         XEmacs.
7865
7866         * gnus-art.el (gnus-article-browse-html-parts)
7867         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7868         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7869         make-temp-file.
7870
7871         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7872         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7873         compiling.
7874
7875         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7876         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7877         XEmacs when compiling.
7878
7879         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7880         gnus-pick-mode-off-hook for XEmacs when compiling.
7881         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7882         gnus-binary-mode-off-hook for XEmacs when compiling.
7883
7884         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7885         Return nil if char-charset is not available.
7886
7887         * imap.el (imap-disable-multibyte)
7888         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7889         macros.
7890
7891         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7892         instead of encode-coding-string.
7893
7894         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7895         'xemacs) instead of mm-emacs-mule to switch function definitions.
7896         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7897
7898         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7899         bind temporary-file-directory for XEmacs;
7900         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7901         timer-set-function for XEmacs 21.4 and SXEmacs;
7902         bind timer-list for XEmacs 21.4 and SXEmacs;
7903         fbind char-charset and find-charset-region for non-Mule XEmacs;
7904         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7905         encode-coding-region and encode-coding-string for XEmacs having no
7906         file-coding feature.
7907
7908 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7909
7910         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7911
7912 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7915         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7916
7917 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7918
7919         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7920         alias `jka-compr-delete-temp-file' no longer exists.
7921
7922 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7923
7924         Use define-minor-mode in Gnus where applicable.
7925         * mml.el (mml-mode): Use define-minor-mode.
7926         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7927         (gnus-undo-mode): Use define-minor-mode.
7928         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7929         (gnus-dead-summary-mode): Use define-minor-mode.
7930         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7931         Initialize in declaration.
7932         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7933         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7934         (gnus-mailing-list-mode): Use define-minor-mode.
7935         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7936         (gnus-draft-mode): Use define-minor-mode.
7937         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7938         (gnus-dired-mode): Use define-minor-mode.
7939
7940 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7941
7942         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7943         handles on recursive mml-to-mime translation and check them for
7944         boundary delimiter collisions.  Reported by Greg Troxel.
7945
7946 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7949
7950 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7951
7952         * mm-util.el (mm-find-buffer-file-coding-system):
7953         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7954
7955 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7956
7957         * message.el (message-generate-headers): Record insertion of optional
7958         headers as well.  Otherwise the check to prevent repeated insertion of
7959         optional headers is a no-op.
7960
7961 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7962
7963         * smime.el: Don't mention CVS.
7964
7965         * nnrss.el (nnrss-fetch): Don't mention CVS.
7966
7967         * nnir.el: Don't mention CVS.
7968
7969 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7970
7971         * gnus-sum.el (gnus-summary-bookmark-make-record):
7972         Add `location' field.
7973
7974 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * lpath.el: Fbind bookmark-default-handler,
7977         bookmark-get-bookmark-record, bookmark-make-record-default,
7978         bookmark-prop-get for Emacs <23 and XEmacs.
7979
7980 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7981
7982         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7983         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7984         Use with-current-buffer to silence the byte-compiler.
7985         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7986         bother to require `gnus'.
7987         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7988
7989 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7990
7991         * gnus-sum.el (gnus-summary-bookmark-make-record)
7992         (gnus-summary-bookmark-jump): New functions.
7993         (gnus-summary-mode): Setup bookmark support.
7994
7995 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7996
7997         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7998         if set.
7999
8000 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8003         gnus-article-browse-html-save-cid-image; make it work recursively for
8004         forwarded messages as well.
8005         (gnus-article-browse-html-parts): Work when prefix arg is given.
8006         (gnus-article-browse-html-article): Doc fix.
8007
8008 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8009
8010         * message.el (message-default-mail-headers):
8011         (message-default-headers): Carry the value mail-default-headers over
8012         into message-default-mail-headers, rather than message-default-headers.
8013
8014 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8015
8016         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8017         charset.
8018
8019         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8020         charset into the <meta> tag when the article is encoded to utf-8.
8021
8022 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-art.el (gnus-article-browse-delete-temp-files):
8025         Delete directories as well.
8026         (gnus-article-browse-html-parts): Work for images that do not specify
8027         file names; delete temp directory when quitting; insert header at the
8028         right place; use file: scheme for image files.
8029
8030 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8031
8032         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8033         (gnus-article-browse-html-parts): Use it to make temporary cid image
8034         files in addition to html file so that browser may display them.
8035
8036 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8039
8040 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8043
8044 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8045
8046         * auth-source.el (auth-sources): Change default to be simpler.
8047         Explain about Secret Service API sources.  Improve Customize options.
8048         (auth-source-pick): Change to accept any number of search parameters.
8049         Implement fallbacks iteratively, not recursively.  Add scoring on the
8050         second pass and sort by score.  Call Secret Service API when needed.
8051         (auth-source-user-or-password): Use it.  Call Secret Service API
8052         directly when needed to get the user name and the password.
8053
8054 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8055
8056         * message.el (message-interactive): Doc fix.
8057         (message-qmail-inject-args): Reflow.
8058         (message-kill-to-signature): Fix typo in docstring.
8059
8060         * smiley.el (smiley-buffer): Fix typo in docstring.
8061
8062 2010-03-24  Glenn Morris  <rgm@gnu.org>
8063
8064         * mail-source.el (gnus-message): Declare.
8065         (mail-source-delete-old-incoming): Require gnus-util.
8066
8067 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8070
8071         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8072
8073         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8074         password-cache's default if it is not bound.
8075         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8076         password-cache-expiry's default if it is not bound.
8077
8078         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8079         available in Emacs 21.
8080
8081         * lpath.el: Suppress compiler warnings for:
8082         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8083         XEmacs;
8084         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8085         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8086         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8087
8088 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * auth-source.el (auth-sources): Fix up definition so extra parameters
8091         are always inline.
8092
8093 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8094
8095         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8096         wasn't updated after mismatch.  Clear cached mailbox info correctly
8097         when uidvalidity changes.
8098         (nnimap-group-prefixed-name): New function to avoid some code
8099         duplication.
8100         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8101         (nnimap-request-group): Use it.
8102         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8103         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8104         with many imap folders.  This is done by caching the group status from
8105         the imap server persistently in a group parameter `imap-status'.  (This
8106         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8107         but not persistently, so every Gnus startup was still very slow.)
8108
8109 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8112         delete the extra newline.  Otherwise editing of :string and :number
8113         types don't work.
8114
8115 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8116
8117         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8118         secrets.el dependency.
8119         (auth-sources): Add optional user name.  Add secrets.el configuration
8120         choice (unused right now).
8121
8122 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * gnus-sum.el (gnus-summary-make-menu-bar):
8125         Let `gnus-registry-install-shortcuts' fill in the functions.
8126
8127         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8128         warnings.
8129         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8130         (gnus-registry-install-shortcuts): Populate and use it in a
8131         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8132
8133 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8134
8135         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8136         In-place substitutions for the group name encoding/decoding.
8137         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8138         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8139         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8140         (nnimap-update-unseen, nnimap-request-list)
8141         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8142         (nnimap-request-set-mark, nnimap-split-to-groups)
8143         (nnimap-split-articles, nnimap-request-newgroups)
8144         (nnimap-request-create-group, nnimap-request-accept-article)
8145         (nnimap-request-delete-group, nnimap-request-rename-group)
8146         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8147         `encoded-mbx' for consistency.
8148         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8149         variable `imap-current-mailbox'.
8150
8151         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8152         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8153
8154 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8155
8156         * pop3.el (pop3-display-message-size-flag): Display message size byte
8157         counts during POP3 download.
8158         (pop3-movemail): Use it.
8159         (pop3-list): Implement listing of available messages.
8160
8161 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8162
8163         * nnir.el (nnir-get-article-nov-override-function): New function to
8164         override the normal NOV retrieval.
8165         (nnir-retrieve-headers): Use it.
8166
8167 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8168
8169         * auth-source.el (netrc-machine-user-or-password): Autoload.
8170
8171 2010-03-19  Glenn Morris  <rgm@gnu.org>
8172
8173         Stop message.el from loading about 40 libraries it doesn't always need.
8174         The general approach is to autoload rather than require, and to
8175         require in the specific functions rather than the file.  (Bug#5642)
8176
8177         * gmm-utils.el: Don't require wid-edit.
8178         (widget-create-child-value, widget-convert, widget-default-get):
8179         Autoload.
8180
8181         * gnus-util.el: Don't require time-date, netrc.
8182         (message-fetch-field, gnus-group-name-decode): Declare rather than
8183         autoloading.
8184         (gnus-fetch-field): Require message.
8185         (gnus-decode-newsgroups): Require gnus-group.
8186
8187         * ietf-drums.el: Don't require time-date.
8188
8189         * message.el: Don't require hashcash, canlock, ecomplete.
8190         Do require mail-utils.  Require nnheader only when compiling.
8191         (smtpmail-default-smtp-server): Remove declaration.
8192         (message-send-mail-function): Check smtpmail-default-smtp-server
8193         is bound rather than requiring smtpmail.
8194         (message-auto-save-directory, message-insert-signature):
8195         Use expand-file-name rather than nnheader-concat.
8196         (nnheader-insert-file-contents): Autoload.
8197         (hashcash-wait-async): Declare.
8198         (message-send-mail): Only call gnus-setup-posting-charset if
8199         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8200         (message-send-mail-with-sendmail): Require sendmail.
8201         (canlock-password, canlock-password-for-verify): Declare.
8202         (message-canlock-password): Require canlock.
8203         (nnheader-get-report): Autoload.
8204         (gnus-setup-posting-charset): Declare.
8205         (message-send-news): Require gnus-msg.
8206         (message-make-references, message-make-in-reply-to): Use mail-header-id
8207         rather than the alias mail-header-message-id.
8208         (ecomplete-add-item, ecomplete-save): Declare.
8209         (message-put-addresses-in-ecomplete): Require ecomplete.
8210         (ecomplete-display-matches): Autoload.
8211
8212         * mm-decode.el: Don't require mailcap, gnus-util.
8213         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8214         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8215         Autoload.
8216         (mailcap-mime-extensions): Declare.
8217
8218         * mm-encode.el: Don't require mailcap.
8219         (mailcap-extension-to-mime): Autoload.
8220
8221         * mml-sec.el: Don't require password-cache.
8222
8223         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8224         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8225         (mml-minibuffer-read-type): Require mailcap.
8226         (mml-preview): Require gnus-msg.
8227
8228         * mml1991.el: Require password-cache.
8229         (password-cache-expiry): Remove declaration.
8230
8231         * mml2015.el: Require password-cache.
8232         (password-cache-expiry): Remove declaration.
8233
8234         * nneething.el (mailcap): Require mailcap.
8235
8236         * nnheader.el (declare-function): Add compatibility stub.
8237         (message-remove-header): Declare rather than autoload.
8238         (nnheader-replace-header): Require message.
8239
8240         * nnimap.el (declare-function): Add compatibility stub.
8241         (netrc-parse, netrc-machine-user-or-password): Declare.
8242         (nnimap-open-connection): Require netrc.
8243
8244         * nntp.el (declare-function): Add compatibility stub.
8245         (netrc-parse, netrc-machine, netrc-get): Declare.
8246         (nntp-send-authinfo): Require netrc.
8247
8248         * rfc2047.el: Don't require qp.
8249         (quoted-printable-encode-region, quoted-printable-decode-string):
8250         Autoload.
8251
8252         * sieve-mode.el: Don't require easymenu.
8253         (easy-menu-add-item): Autoload it.
8254
8255         * spam-stat.el (time-to-number-of-days): Autoload it.
8256
8257 2010-03-19  Glenn Morris  <rgm@gnu.org>
8258
8259         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8260
8261 2010-03-18  Glenn Morris  <rgm@gnu.org>
8262
8263         * hashcash.el (declare-function): Remove duplicate definition.
8264
8265 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8266
8267         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8268         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8269         value if any backslash escapes).
8270
8271 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8274         if it is available.  (bug#5647)
8275
8276         * lpath.el: Suppress compiler warning for coding-system-from-name for
8277         Emacs 21 and XEmacs.
8278
8279 2010-03-14  Juri Linkov  <juri@jurta.org>
8280
8281         * hmac-def.el:
8282         * hmac-md5.el:
8283         * netrc.el: Fix keywords.
8284
8285 2010-02-26  Glenn Morris  <rgm@gnu.org>
8286
8287         * message.el (message-send-mail-function): Change the default, so that
8288         it inherits from a customized send-mail-function.  (Bug#5643)
8289
8290 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8291
8292         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8293         shell-command-to-string signals an error (bug#5299).
8294
8295 2010-02-24  Glenn Morris  <rgm@gnu.org>
8296
8297         * message.el (message-smtpmail-send-it)
8298         (message-send-mail-with-mailclient): Doc fixes.
8299
8300 2010-02-16  Glenn Morris  <rgm@gnu.org>
8301
8302         * message.el (message-default-mail-headers): Change the default value
8303         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8304
8305 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8308         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8309
8310 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8311
8312         * time-date.el (date-to-time): Doc fix (Bug#5408).
8313
8314 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8315
8316         * message.el (message-mail): Just pass yank-action on to message-setup.
8317         (message-setup): Handle (FUN . ARGS) form of yank-action.
8318         (message-with-reply-buffer, message-widen-reply)
8319         (message-yank-original): Handle non-buffer values of
8320         message-reply-buffer (Bug#4080).
8321         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8322
8323 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8324
8325         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8326         Fix typo in docstring.
8327
8328 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8329
8330         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8331         response.
8332
8333 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8336
8337         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8338
8339         * message.el (message-check-news-header-syntax): Protect against a
8340         string that `rfc822-addresses' returns when parsing fails.
8341
8342 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8345         (gnus-previous-char-property-change): New functions.
8346
8347         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8348
8349 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8350
8351         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8352         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8353
8354 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8355
8356         * message.el (message-exchange-point-and-mark): Rework last change to
8357         avoid using optional arg of exchange-point-and-mark, for backward
8358         compatibility.
8359
8360 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8361
8362         * message.el (message-exchange-point-and-mark):
8363         Call exchange-point-and-mark with an argument rather than setting
8364         mark-active by hand (Bug#5175).
8365
8366 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * nntp.el (nntp-service-to-port): Work for service expressed with
8369         numeric string; replace [:digit:] with [0-9] for XEmacs.
8370
8371 2009-12-17  Glenn Morris  <rgm@gnu.org>
8372
8373         * gnus-group.el (gnus-bug-group-download-format-alist):
8374         Change emacs entry to debbugs.gnu.org.  Bump :version.
8375
8376 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8379
8380 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * message.el (message-info): Explain why we use `Info-goto-node'.
8383
8384 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8387
8388 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8389
8390         * message.el (message-completion-in-region): New compatibility function.
8391         (message-expand-group): Use it.
8392
8393 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8396         with no unread article should be listed if the 2nd arg `predicate' is
8397         given.
8398
8399 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8402
8403 2009-11-29  Juri Linkov  <juri@jurta.org>
8404
8405         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8406         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8407         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8408
8409 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8410
8411         * sha1.el (sha1-string-external): default-directory "/" in case
8412         otherwise non-existent.  process-connection-type pipe for touch of
8413         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8414
8415 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8416
8417         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8418         it's comms related and sgml-mode.el has "comm" on that basis too.
8419
8420 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8423         containing tspecial characters if they have been already quoted.
8424
8425 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8426
8427         * dns-mode.el (auto-mode-alist): Purecopy string.
8428
8429 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8430
8431         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8432
8433 2009-10-24  Glenn Morris  <rgm@gnu.org>
8434
8435         * gnus-art.el (help-xref-stack-item): Define for compiler.
8436
8437 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8438
8439         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8440
8441 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8444
8445 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8448         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8449
8450 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8453         (gnus-overlays-in): New alias to overlays-in.
8454
8455         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8456         gnus-overlay-get, and gnus-delete-overlay.
8457         (gnus-summary-show-thread): Make it work as well for systems in which
8458         next-single-char-property-change is not available.
8459         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8460
8461         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8462         (gnus-overlay-get): New alias to extent-property.
8463         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8464
8465         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8466         SXEmacs.
8467
8468         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8469         SXEmacs.
8470
8471 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8474
8475 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8476
8477         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8478         and XEmacs that don't have `remove-overlays'.
8479
8480 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8481
8482         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8483         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8484         selective display.  Use overlays instead.
8485
8486 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8487
8488         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8489
8490 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8491
8492         * spam-stat.el (spam-stat-load): Fix typo in message.
8493
8494 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8495
8496         * dig.el (dig-invoke): Fix typo in docstring.
8497         (query-dig): Reflow docstring.
8498
8499 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8500
8501         * gnus-art.el (gnus-article-encrypt-body):
8502         * message.el (message-check-recipients):
8503         * mm-util.el (mm-codepage-setup):
8504         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8505         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8506
8507 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8508
8509         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8510         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8511         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8512         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8513         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8514
8515 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8516
8517         * dig.el: Add "Keywords: comm", as per net-utils.el.
8518
8519 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8520
8521         * dig.el (dig-mode): Use define-derived-mode.
8522
8523 2009-09-19  Glenn Morris  <rgm@gnu.org>
8524
8525         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8526
8527 2009-09-18  Glenn Morris  <rgm@gnu.org>
8528
8529         * gnus-diary.el (gnus-diary-check-message):
8530         * message.el (message-insert-formatted-citation-line):
8531         * nnbabyl.el (top-level):
8532         * nndiary.el (nndiary-schedule):
8533         Fix typos in condition-case handlers.
8534
8535 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8538         configuration that provides the sole article window in a frame;
8539         position point correctly after deleting a part.
8540
8541 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8542
8543         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8544         (spam-resolve-registrations-routine): Use it to unregister articles
8545         that change status.
8546
8547 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8550         with XEmacs.
8551         (parse-time-string-chars): Use it.
8552
8553 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * imap.el (imap-interactive-login): Better messages.
8556         (imap-open): Fix bug with renamed buffer on reconnect.
8557         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8558         for easier debugging and cleaner code.  On successful (guessed based on
8559         server capabilities) secondary authentication, set imap-state
8560         correctly.
8561         (imap-last-authenticator): Define imap-last-authenticator as a variable
8562         to avoid warnings.
8563
8564 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * nnrss.el (nnrss-request-article): Remove binding of
8567         default-enable-multibyte-characters that has gotten needless by
8568         the 2007-07-13 change in rfc2047-encode-message-header.
8569
8570         * mml.el (mml-insert-multipart): Error on the message header.
8571         (mml-insert-part): Error on the message header; position point at
8572         the end of a MIME tag.
8573
8574 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * time-date.el (autoload): Expand define-obsolete-function-alias into
8577         defalias and make-obsolete for old Emacsen that Gnus supports.
8578         (with-no-warnings): Define it for old Emacsen.
8579         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8580         is available.
8581         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8582         float-time is available; suppress compile warning for time-to-seconds.
8583
8584         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8585         (gnus-float-time): Alias to float-time if it exists.
8586
8587         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8588         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8589         float-time is available; suppress compile warning for time-to-seconds.
8590
8591         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8592         XEmacs.
8593
8594 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8595
8596         * imap.el (imap-message-map): Docstring fix.
8597
8598 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8601         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8602         Add the optional argument `encoding' that overrides the default.
8603
8604         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8605         mm-encode-buffer.
8606
8607 2009-09-04  Glenn Morris  <rgm@gnu.org>
8608
8609         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8610         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8611         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8612         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8613         * mm-util.el (mm-with-unibyte-current-buffer)
8614         (mm-find-buffer-file-coding-system):
8615         * yenc.el (yenc-decode-region): Use default-value rather than
8616         default-enable-multibyte-characters.
8617
8618 2009-09-03  Glenn Morris  <rgm@gnu.org>
8619
8620         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8621         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8622         than default-enable-multibyte-characters.
8623
8624 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8625
8626         * gnus-art.el (gnus-article-read-summary-keys):
8627         Fix gnus-buffer-configuration's value temporarily used.
8628
8629 2009-09-02  Glenn Morris  <rgm@gnu.org>
8630
8631         * gnus-util.el (gnus-float-time): New function.
8632         * gnus-delay.el (gnus-delay-article):
8633         * gnus-sum.el (gnus-thread-latest-date):
8634         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8635         * nnspool.el (nnspool-request-newgroups):
8636         Use gnus-float-time rather than time-to-seconds.
8637         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8638
8639         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8640         (gnus-header-subject-face, gnus-header-newsgroups-face)
8641         (gnus-header-name-face, gnus-header-content-face):
8642         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8643         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8644         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8645         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8646         (gnus-cite-face-11):
8647         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8648         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8649         (gnus-server-closed-face, gnus-server-denied-face)
8650         (gnus-server-offline-face):
8651         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8652         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8653         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8654         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8655         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8656         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8657         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8658         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8659         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8660         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8661         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8662         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8663         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8664         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8665         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8666         (gnus-summary-high-undownloaded-face)
8667         (gnus-summary-low-undownloaded-face)
8668         (gnus-summary-normal-undownloaded-face)
8669         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8670         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8671         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8672         (gnus-splash-face):
8673         * message.el (message-header-to-face, message-header-cc-face)
8674         (message-header-subject-face, message-header-newsgroups-face)
8675         (message-header-other-face, message-header-name-face)
8676         (message-header-xheader-face, message-separator-face)
8677         (message-cited-text-face, message-mml-face):
8678         * sieve-mode.el (sieve-control-commands-face)
8679         (sieve-action-commands-face, sieve-test-commands-face)
8680         (sieve-tagged-arguments-face):
8681         * spam.el (spam-face):
8682         Mark face aliases with "-face" in the name as obsolete.
8683
8684 2009-09-01  Glenn Morris  <rgm@gnu.org>
8685
8686         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8687         than goto-line.
8688
8689 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8692         Don't move point if the command is invoked inside the message header.
8693
8694 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8695
8696         * imap.el (imap-send-command): Simplify.
8697         (imap-wait-for-tag): point-max -> buffer-size.
8698
8699 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8700
8701         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8702         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8703         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8704         * nnir.el (nnir-swish-e-index-file):
8705         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8706         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8707         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8708         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8709         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8710         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8711
8712 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8715         Don't save excursion.
8716
8717 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8718
8719         * nnheader.el (nnheader-find-file-noselect):
8720         * mm-util.el (mm-insert-file-contents):
8721         Use (default-value 'major-mode) instead of default-major-mode.
8722
8723 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8724
8725         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8726
8727 2009-08-26  Glenn Morris  <rgm@gnu.org>
8728
8729         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8730         than placing in files.el.
8731
8732 2009-08-25  Glenn Morris  <rgm@gnu.org>
8733
8734         * nnir.el (top-level): Don't require cl at run-time.
8735         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8736         Replace cl-function substitute with gnus-replace-in-string.
8737         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8738         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8739         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8740         simplified expansions.
8741
8742 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8743
8744         * dig.el (dig): Add autoload cookie.
8745
8746 2009-08-22  Glenn Morris  <rgm@gnu.org>
8747
8748         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8749         goto-line.
8750
8751 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8752
8753         * parse-time.el (parse-time-string-chars): Save match data.
8754
8755 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8756
8757         * parse-time.el (parse-time-string-chars): Compute using character
8758         classes, to handle non-ascii characters (Bug#3190).
8759
8760 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8763
8764         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8765         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8766         (gnus-mm-display-part, gnus-mime-display-single)
8767         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8768         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8769
8770         * gnus-sum.el
8771         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8772         (gnus-summary-move-article): Add expirable mark to articles copied or
8773         moved to group that has auto-expire turned on if the option is non-nil.
8774
8775 2009-07-24  Glenn Morris  <rgm@gnu.org>
8776
8777         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8778         Fix typo.  (Bug#3903)
8779
8780 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8783         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8784         that should not be used for draft articles.
8785         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8786         that has no concern in minor mode keys.
8787         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8788         Abolish.
8789
8790 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8793         article without making inquiry to a user for unknown encoding.
8794
8795         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8796         (nnmaildir--scan): Assume i-node and device number that file-attributes
8797         returns might be cons-cell.
8798
8799         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8800
8801         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8802
8803 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8804
8805         * auth-source.el: Remove docs now in auth.texi.  Don't use
8806         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8807         `auth-source-hide-passwords' and use them.
8808
8809 2009-07-15  Glenn Morris  <rgm@gnu.org>
8810
8811         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8812
8813 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8816         excessive whitespace from the default values of title and description.
8817
8818 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8821         mail-fetch-field to fetch Content-Description header in order to
8822         exclude newlines.
8823
8824 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8825
8826         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8827         format used by GnuPG 2.0.11.
8828
8829 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8832         to deleted part.
8833
8834 2009-05-30  David Engster  <dengste@eml.cc>
8835
8836         * nnmairix.el: Remove old documentation in the commentary block.
8837         (nnmairix-request-group): Do not update active file for nnml back ends.
8838         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8839         end so that overview files are ignored.
8840         (nnmairix-update-groups): Make updating the groups more robust by using
8841         marks.
8842         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8843         with dollar characters in message-id.
8844
8845 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8848         2008-12-25 in dns.el.
8849
8850 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8851
8852         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8853         could happen if the text is only composed of spaces and/or tabs.
8854
8855 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8856
8857         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8858         when sending a queued message to avoid extra mml tags.
8859
8860 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8863
8864 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8867         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8868         rmail-toggle-header for XEmacs;
8869         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8870
8871 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-dired.el: Remove autoload for gnus-setup-message.
8874         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8875         displaying Gnus logo; always use compose-mail.
8876
8877 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8880
8881 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8884         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8885         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8886         available.
8887         (gnus-nocem-epg-verify): New function.
8888
8889 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8892
8893 2009-02-15  Glenn Morris  <rgm@gnu.org>
8894
8895         * gnus-util.el (rmail-insert-rmail-file-header)
8896         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8897         autoloads.
8898         (rmail-default-rmail-file): Remove unnecessary declaration.
8899         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8900
8901 2009-02-14  Glenn Morris  <rgm@gnu.org>
8902
8903         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8904         variable (only used in gnus-util, which declares it anyway).
8905         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8906         which was only needed by gnus-art (changed to not use it any more).
8907         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8908         only used in gnus-util, which autoloads it itself.
8909         (rmail-update-summary): Fix autoload.
8910
8911         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8912         rather than rmail-output-to-rmail-file.
8913
8914 2009-02-07  Glenn Morris  <rgm@gnu.org>
8915
8916         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8917         autoload of function that no longer exists.
8918         (rmail-toggle-header): Declare.
8919         (message-forward-rmail-make-body): Handle mbox Rmail.
8920
8921 2009-01-31  Glenn Morris  <rgm@gnu.org>
8922
8923         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8924         2009-01-09 change.
8925
8926 2009-01-31  Dave Love  <fx@gnu.org>
8927
8928         * imap.el (imap-fetch-safe): Bind debug-on-error.
8929         (imap-debug): Add imap-fetch-safe.
8930
8931 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8932
8933         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8934         (auth-source-forget-all-cached): New convenience function.
8935         (auth-source-user-or-password): Accept list of modes or a single mode.
8936
8937         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8938         auth-source modes.
8939
8940         * netrc.el (netrc-machine-user-or-password): Use list of
8941         auth-source modes.
8942
8943         * nnimap.el (nnimap-open-connection): Use list of
8944         auth-source modes.
8945
8946         * nntp.el (nntp-send-authinfo): Use list of
8947         auth-source modes.
8948
8949 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8950
8951         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8952         now.
8953
8954 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8957         coding system in XEmacs; add a workaround for XEmacs.
8958
8959         * lpath.el: Fbind coding-system-aliasee.
8960
8961 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8964         of current-language-environment.
8965
8966 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8969         available at runtime.
8970
8971 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8974
8975 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8976
8977         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8978         the greatest positive fixnum value doesn't work under an XEmacs with
8979         bignum support; use the most-positive-fixnum constant instead,
8980         available since Emacs 21.1 with cl and XEmacs 21.1.
8981
8982 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8985         XEmacs gets not to work.
8986
8987 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * mm-util.el (mm-coding-system-priorities): Allow the value like
8990         "Japanese (UTF-8)" of current-language-environment.
8991
8992 2009-01-09  Glenn Morris  <rgm@gnu.org>
8993
8994         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8995         with last-command-event.
8996
8997 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9000         in the doc string.
9001
9002         * message.el (message-fix-before-sending): Amend comment.
9003
9004 2009-01-08  Dave Love  <fx@gnu.org>
9005
9006         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9007
9008 2009-01-07  David Engster  <dengste@eml.cc>
9009
9010         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9011         simplified server definitions by converting it via
9012         gnus-server-to-method.
9013
9014 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9017         parameter's operands.
9018
9019 2009-01-06  David Engster  <dengste@eml.cc>
9020
9021         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9022         primary select method (for gnus-group-mark-article-as-read).
9023
9024 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9025
9026         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9027         `(gnus)Face', not `(gnus)X-Face'.
9028
9029 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * mm-util.el (mm-ucs-to-char): New function.
9032
9033         * mm-url.el (mm-url-decode-entities): Use it.
9034
9035         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9036         unicode-to-char.
9037
9038 2009-01-05  Dave Love  <fx@gnu.org>
9039
9040         * time-date.el: Require cl for `declare'.
9041
9042 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9045         Dave Love.
9046
9047 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * message.el (message-fix-before-sending): Add `eight-bit' to
9050         illegible-text check.
9051
9052 2009-01-03  Michael Olson  <mwolson@gnu.org>
9053
9054         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9055         `headers' is nil.  This can occur if the IMAP server does not have
9056         permissions to read messages from a folder, but can write new messages
9057         to the folder.
9058         (nnimap-request-article-part): Do not insert `data' if it is nil.
9059
9060         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9061         characters which will confuse `read', so skip past them.
9062
9063 2009-01-01  Dave Love  <fx@gnu.org>
9064
9065         * imap.el (imap-string-to-integer): Fix typo.
9066         (imap-fetch-safe): New function.
9067         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9068
9069         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9070
9071         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9072         (imap-parse-greeting): Fix doc strings.
9073         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9074         (imap-parse-flag-list): Make messages unique.
9075         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9076
9077         * nnimap.el: Fix author email.
9078         (nnimap-split-rule): Add FIXME comment.
9079         (nnimap-debug): Fix doc string.
9080
9081 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9084
9085 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9088         nslookup if resolv.conf isn't available.
9089         (dns-query): Rename from query-dns.
9090         (dns-query-cached): Rename from query-dns-cached.
9091
9092 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9095         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9096         to check if those variables exist (first appeared in Emacs 18.50).
9097
9098 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * mm-util.el (mm-line-number-at-pos): New function.
9101
9102         * spam-report.el (spam-report-process-queue): Use it.
9103
9104 2008-12-24  David Engster  <dengste@eml.cc>
9105
9106         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9107         parameters that haven't existed as variables as buffer-local variables.
9108
9109 2008-12-23  Dave Love  <fx@gnu.org>
9110
9111         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9112         cadar.
9113
9114         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9115         imap-starttls-p.
9116         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9117
9118 2008-12-22  Dave Love  <fx@gnu.org>
9119
9120         * imap.el: Fix author email.  Doc fixes.
9121         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9122         reply.
9123
9124 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * spam-report.el (spam-report-gmane-max-requests): New constant.
9127         (spam-report-gmane-wait): New variable.
9128         (spam-report-gmane-ham, spam-report-gmane-spam)
9129         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9130         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9131         the server.
9132
9133         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9134         Add explanations.
9135
9136         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9137         nnheader-accept-process-output and nnheader-read-timeout if available.
9138         (pop3-movemail): Use it.
9139
9140         * message.el (message-check-news-body-syntax): Fix signature check if
9141         there's an attachment.
9142
9143 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * mm-util.el: Add comments to the mm- emulating functions.
9146
9147 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9150         Reported by Stephen Berman <stephen.berman@gmx.net>.
9151
9152 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * mm-util.el (mm-substring-no-properties): New function.
9155         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9156         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9157         (mm-string-to-multibyte): Doc fix.
9158
9159         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9160
9161 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * mml.el (mml-attach-file): Strip text properties from file name.
9164         (Bug#1574)
9165
9166 2008-12-16  Glenn Morris  <rgm@gnu.org>
9167
9168         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9169
9170 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9173         knows since the charset specified might be a bogus alias that
9174         mm-charset-synonym-alist provides.
9175
9176 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9179         "ISO_8859-1".
9180
9181         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9182
9183 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * mm-util.el (mm-charset-eval-alist):
9186         Define it before mm-charset-to-coding-system.
9187         (mm-charset-to-coding-system): Add optional argument `silent';
9188         define it before mm-charset-override-alist.
9189         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9190         default value if it can be used in Emacs currently running;
9191         silence mm-charset-to-coding-system.
9192
9193 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9196         `allow-override' which says whether to use `mm-charset-override-alist'.
9197         (rfc2047-decode-encoded-words): Use it.
9198
9199         * mm-util.el (mm-charset-override-alist): Fix custom type;
9200         add `(gb2312 . gbk)' to choices.
9201
9202 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9205         fast.
9206
9207         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9208
9209         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9210
9211 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9212
9213         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9214         on links.
9215
9216         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9217
9218 2008-12-03  Lute Kamstra  <lute@gnu.org>
9219
9220         * sha1.el: Remove leading * from docstrings of defcustoms,
9221         deffaces, defconsts and defuns.
9222
9223 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9226         users' addresses that don't have domain parts.
9227         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9228         rather than message-narrow-to-head since there will be the message
9229         header separator.
9230
9231 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9232
9233         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9234         since the result is inserted in a unibyte buffer anyway.
9235         (nnimap-demule-use-string-to-multibyte): Remove.
9236         (nnimap-demule): Alias it to mm-string-to-multibyte.
9237
9238 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9241         variable for debugging bug#464 and bug#1174.
9242         (nnimap-demule): Use it.
9243
9244 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9247         score calculation correctly.
9248
9249 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9250
9251         * message.el (message-send-mail): Just set the buffer to unibyte
9252         rather than use mm-with-unibyte-current-buffer which does a lot more.
9253         (message-send-mail-partially): Don't bother with
9254         mm-with-unibyte-current-buffer since it's already been made unibyte by
9255         message-send-mail.
9256
9257 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9258
9259         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9260
9261 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9262
9263         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9264
9265 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9268         require itself and to remove `with-no-warnings'.
9269
9270 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9271
9272         * starttls.el (starttls-any-program-available): Get the name of the
9273         available TLS layer program.
9274         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9275         well as the host name in the "opening" message.
9276
9277         * auth-source.el (auth-source-cache, auth-source-do-cache)
9278         (auth-source-user-or-password): Cache passwords and logins by default,
9279         allow override with `auth-source-do-cache'.
9280         (auth-source-forget-user-or-password): Allow users to remove cache
9281         entries if needed.
9282
9283 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9284
9285         * md4.el (md4-buffer): Fix typo in docstring.
9286         (md4, md4-64): Doc fixes.
9287         (md4-pack-int32): Reflow docstring.
9288
9289 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9290
9291         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9292         condition-case to only the forward-sexp call.
9293
9294 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9295
9296         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9297         quotes contained.  Make it more robust regardless by an extra
9298         condition-case wrapper.
9299
9300 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9303
9304 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * nnml.el (nnml-request-expire-articles): Check if the function set to
9307         `nnmail-expiry-target' returns the symbol `delete'.
9308
9309         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9310
9311         * nnmail.el (nnmail-expiry-target): Fix custom type.
9312
9313 2008-10-02  Glenn Morris  <rgm@gnu.org>
9314
9315         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9316         Silence compiler warning.
9317
9318 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9319
9320         * tls.el (open-tls-stream): Show the actual command being
9321         executed, instead of the format string.
9322
9323 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * lpath.el: Fbind codepage-setup for Emacs 23.
9326
9327 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9328
9329         * mml.el (mml-menu): Don't assume mml2015 is bound.
9330
9331 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9334         exists.
9335
9336 2008-09-27  Glenn Morris  <rgm@gnu.org>
9337
9338         * gnus-util.el (mail-header-remove-comments): Autoload it.
9339
9340 2008-09-27  Andreas Schwab  <schwab@suse.de>
9341
9342         * gnus-util.el (gnus-split-references): Strip comments.
9343         (gnus-parent-id): Likewise.
9344
9345 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * message.el (message-confirm-send): Fix version.
9348
9349 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * message.el (message-idna-to-ascii-rhs-1): Use
9352         mail-extract-address-components rather than mail-header-parse-addresses
9353         that is an alias by default to ietf-drums-parse-addresses that does not
9354         support non-ASCII names in headers' contents.
9355
9356 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9357
9358         * message.el (message-confirm-send): Fix variable documentation to
9359         avoid the "y/n" wording.
9360
9361 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9362
9363         * message.el (message-set-auto-save-file-name): Save to a different
9364         filename so multiple messages (especially drafts) can be recovered.
9365
9366 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9367
9368         * message.el (message-confirm-send): Add appropriate version.
9369
9370 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9371
9372         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9373         defvar.
9374
9375 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9376
9377         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9378         (mm-pkcs7-enveloped-magic): Ditto.
9379
9380 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9381
9382         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9383         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9384
9385 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9386
9387         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9388         default, it's better.
9389
9390 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9391
9392         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9393         summary line gnus-number property and ignore them (with a warning
9394         message).
9395
9396 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9399         macro caddr in the interactive form since it won't be expanded.
9400
9401 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9404         `charset'; fix name of function called recursively.
9405         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9406
9407 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9410         (gnus-mime-set-charset-parameters): New function.
9411         (gnus-mime-view-part-as-charset): Use it to correctly display part
9412         specifying wrong charset.
9413
9414 2008-09-08  David Engster  <dengste@eml.cc>
9415
9416         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9417         in completing-read for back end server.
9418
9419 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9420
9421         * message.el (message-confirm-send): New variable to confirm sending a
9422         message.
9423         (message-send): Use it.
9424
9425 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9426
9427         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9428
9429 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9432
9433 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9434
9435         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9436         prevent tracking too many groups.
9437         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9438         Use it.
9439
9440 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9441
9442         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9443         moving point to the bottom of the window in order to avoid recentering.
9444
9445 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9448
9449         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9450         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9451         (gnus-article-beginning-of-window): Fix calculation.
9452
9453 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-msg.el (gnus-summary-supersede-article)
9456         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9457         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9458         message header.
9459
9460 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9461
9462         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9463         pending output coming after the status change.
9464
9465 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9466
9467         * message.el:
9468         * gnus-start.el:
9469         * gnus-registry.el: Remove VMS support.
9470
9471 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9474         macro.
9475         (rfc2104-hash): Use it.
9476
9477 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9480         (gnus-summary-sort-by-most-recent-date): New commands.
9481         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9482         and menu entries.
9483
9484 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9487         don't redisplay article for raw contents; remove plural articles stuff.
9488
9489         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9490         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9491         on gnus-summary-save-article; display results properly.
9492
9493 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * lpath.el: No need to fbind ns-focus-frame.
9496
9497 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9500
9501 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus-art.el (gnus-summary-save-in-pipe):
9504         Consider gnus-save-all-headers.
9505
9506 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9507
9508         * gnus-util.el (ns-focus-frame): Remove declaration.
9509         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9510         like x.
9511
9512 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9513
9514         * rfc2104.el (rfc2104-zero): Delete defconst.
9515         (rfc2104-hex-alist): Likewise.
9516         (rfc2104-hex-to-int): Delete func.
9517         (rfc2104-hexstring-to-bitstring): Likewise.
9518         (rfc2104-nybbles): New defconst.
9519         (rfc2104-hash): Rewrite for speed.
9520
9521 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * tls.el (open-tls-stream): Make it work with the 2nd argument
9524         BUFFER that is a string but does not exist as a buffer object, as
9525         mentioned in the doc-string.
9526
9527 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9530         SXEmacs.
9531
9532 2008-07-16  Glenn Morris  <rgm@gnu.org>
9533
9534         * gnus-util.el (ns-focus-frame): Declare for compiler.
9535
9536 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9539         set as a group parameter.
9540         (gnus-summary-save-in-pipe): Work when it is called independently.
9541         (gnus-summary-pipe-to-muttprint): Don't modify
9542         gnus-summary-pipe-output-default-command.
9543
9544 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9545
9546         * message.el (message-send-mail-with-sendmail):
9547         Display the error message.
9548
9549 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-default-article-saver):
9552         Add gnus-summary-save-in-pipe to choices.
9553         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9554         gnus-summary-pipe-output-default-command as the default command.
9555         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9556         instead of gnus-last-shell-command.
9557
9558         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9559         New user option.
9560         (gnus-summary-muttprint-program): Mention the value will be changed.
9561         (gnus-summary-save-article): Force showing of all headers.
9562         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9563
9564 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9565
9566         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9567
9568 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9569
9570         * nnimap.el (nnimap-id):
9571         * sieve-manage.el (sieve-manage-open): Doc fixes.
9572
9573 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9574
9575         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9576         if available.
9577
9578 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9579
9580         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9581
9582         * nnkiboze.el (nnkiboze-generate-group):
9583         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9584
9585         * nnmairix.el: Require CL.
9586
9587 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * dgnushack.el: Autoload get-display-table and put-display-table for
9590         XEmacs 21.5.
9591
9592         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9593         21.4 and SXEmacs.
9594
9595 2008-06-15  David Engster  <dengste@eml.cc>
9596
9597         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9598
9599 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9600
9601         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9602         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9603         runtime choice under XEmacs.
9604
9605         * gnus-sum.el (gnus-summary-set-display-table):
9606         Use `gnus-put-display-table', `gnus-get-display-table',
9607         `gnus-set-display-table' for the display table, instead of `aset'.
9608
9609         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9610         Use `gnus-put-display-table', `gnus-get-display-table',
9611         `gnus-set-display-table' for the display table.
9612
9613 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * nnmairix.el: Add autoloads.
9616
9617 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * nnmairix.el (nnmairix-delete-recreate-group)
9620         (nnmairix-update-and-clear-marks): Fix error messages.
9621
9622 2008-06-14  David Engster  <dengste@eml.cc>
9623
9624         * nnmairix.el: Upgrade to version 0.6.
9625         (nnmairix-group-toggle-propmarks-this-group)
9626         (nnmairix-group-toggle-readmarks-this-group)
9627         (nnmairix-group-delete-recreate-this-group)
9628         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9629         (nnmairix-remove-tick-mark-original-article): New commands.
9630         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9631         (nnmairix-propagate-marks-to-nnmairix-groups)
9632         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9633         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9634         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9635         functions needed for marks propagation and manipulation of read marks.
9636         (nnmairix-update-groups): New function.
9637         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9638         (nnmairix-determine-original-group-from-registry)
9639         (nnmairix-determine-original-group-from-path)
9640         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9641         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9642         New helper functions.
9643         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9644         keystrokes for new commands.
9645         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9646         (nnmairix-request-group): Check allow-fast group parameter.
9647         (nnmairix-request-create-group): Set allow-fast group parameter if
9648         nnmairix-allowfast-default is set.
9649         (nnmairix-close-group): Propagate marks upon closing if needed.
9650         (nnmairix-group-toggle-threads-this-group): Use new.
9651         nnmairix-group-toggle-parameter helper function.
9652         (nnmairix-search): Better check for empty search result.
9653         (nnmairix-goto-original-article): Use new helper functions for
9654         determining original article.
9655         (nnmairix-show-original-article): Make sure message-id is in brackets.
9656         (nnmairix-call-mairix-binary): Change variable name.
9657         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9658         helper function.
9659         (nnmairix-widget-toggle-activate): Fix doc string.
9660
9661 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * nnir.el: Require edmacro when compiling with XEmacs.
9664         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9665         available in Emacs 21.
9666
9667 2008-06-11  Glenn Morris  <rgm@gnu.org>
9668
9669         * gnus-util.el (x-focus-frame):
9670         * gnus.el (image-size):
9671         * mm-decode.el (image-size): Declare.
9672
9673         * gnus-picon.el (declare-function): Add compat definition.
9674         (image-size): Declare.
9675
9676         * gnus-group.el (tool-bar-map):
9677         * gnus-sum.el (tool-bar-map): Define for compiler.
9678
9679         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9680
9681         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9682
9683         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9684         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9685         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9686         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9687         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9688         * sieve-manage.el, spam-report.el, spam.el:
9689         Remove unnecessary eval-and-compile of autoloads.
9690
9691 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9692
9693         * auth-source.el: Precise Tramp doc.
9694
9695 2008-06-07  Glenn Morris  <rgm@gnu.org>
9696
9697         * nnmairix.el: Remove unnecessary eval-when-compile.
9698
9699 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * lpath.el: Fbind propertize for XEmacs 21.4.
9702
9703 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * nnir.el: Move here from ../contrib.
9706
9707 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9708
9709         * gnus-util.el (gnus-read-shell-command): New function.
9710         * mm-decode.el (mm-pipe-part):
9711         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9712
9713 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9716
9717 2008-06-03  Glenn Morris  <rgm@gnu.org>
9718
9719         * pop3.el (nnheader-accept-process-output): Autoload it.
9720
9721 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9724         are not 2-digit hexadecimal characters that follow `%'s.
9725
9726 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * message.el (message-bogus-recipient-p): Fix type in doc string.
9729         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9730         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9731         Improve custom options.
9732         (message-bogus-recipient-p): Adjust accordingly.
9733
9734 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9735
9736         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9737         long-form month and day names.
9738
9739 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * dgnushack.el: Autoload debug, eudc-expand-inline and
9742         pgg-snarf-keys-region for XEmacs.
9743
9744         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9745
9746         * nnmairix.el: Require edmacro when compiling with XEmacs.
9747
9748 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9751         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9752
9753 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9754
9755         * auth-source.el: Add more docs.
9756
9757         * netrc.el (netrc-machine): Always match if the port is not given.
9758
9759 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9762         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9763         retrieval faster in some cases, but might make CPU usage larger.
9764         If this has any bad side effects, we might revert this change.
9765
9766         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9767         seems to make mail retrieval much, much faster.
9768         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9769         unconditionally.
9770
9771         * gnus-draft.el (gnus-group-send-queue):
9772         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9773
9774 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9777
9778         * message.el (message-bogus-address-regexp): Fix and improve custom
9779         type.
9780         (message-setup-hook): Add message-check-recipients as custom option.
9781
9782 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * message.el (message-cite-function): Remove bogus autoload which crept
9785         in during merge from v5-10.
9786
9787 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9788
9789         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9790
9791         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9792
9793         * auth-source.el: Preliminary Tramp docs.
9794         (auth-sources): Change the default auth-sources to use
9795         EPA .gpg files.
9796
9797 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9798
9799         * nntp.el: Autoload `auth-source-user-or-password'.
9800         (nntp-send-authinfo): Use it.
9801
9802         * nnimap.el: Autoload `auth-source-user-or-password'.
9803         (nnimap-open-connection): Use it.
9804
9805         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9806         for the gnus-message function.
9807         (auth-source-user-or-password): Use it.
9808
9809 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9810
9811         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9812         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9813         (rfc2104-hash): Use it.
9814
9815 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9816
9817         * gnus-art.el (gnus-article-toggle-truncate-lines):
9818         Don't use `iff' in docstring.
9819
9820 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9821
9822         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9823
9824         * gnus-util.el (gnus-extract-address-component-name)
9825         (gnus-extract-address-component-email): Convenience functions around
9826         `gnus-extract-address-components'.
9827
9828         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9829         Use `gnus-extract-address-component-email' to fix bug of comparing full
9830         sender name to `user-mail-address'.
9831
9832 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9833
9834         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9835         catch/throw to optimize.
9836         (gnus-registry-find-keywords): Just use member to find a keyword.
9837
9838 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9839
9840         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9841         is current before calling gnus-server-prepare.
9842         (gnus-server-setup-buffer, gnus-server-update-server)
9843         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9844
9845 2008-05-04  Juri Linkov  <juri@jurta.org>
9846
9847         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9848         (mailcap-file-default-commands): Use mailcap-replace-in-string
9849         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9850         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9851
9852 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9853
9854         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9855
9856 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9857
9858         * gnus.el: Bump version to 0.11.
9859
9860 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9861
9862         * gnus.el: No Gnus v0.10 is released.
9863
9864 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865
9866         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9867         hooks.
9868         (gnus-update-read-articles): Speed up non-marks-using users.
9869         (gnus-use-marks): Define gnus-use-marks.
9870         (gnus-propagate-marks): Rename variable to something more sensible.
9871
9872 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9873
9874         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9875         (gmm-image-load-path-for-library): Fix typos in docstrings.
9876         (gmm-message): Reflow docstring.
9877
9878 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9879
9880         * mail-source.el (mail-source-set-1, mail-source-bind):
9881         Move auth-source code out of the macro to clean it up and fix bugs.
9882
9883 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9884
9885         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9886         by sender if it's equal to user-mail-address, it's likely to be
9887         useless.
9888
9889         * mail-source.el (mail-source-bind): Don't use user or password if they
9890         are not bound.  Unintern them if they are nil.  Don't use server unless
9891         it's bound, and default it to empty string otherwise.
9892
9893 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9894
9895         * mail-source.el: Load auth-source.el.
9896         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9897         get user name or password, if auth-sources is set up.
9898
9899         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9900         strategy of splitting with parent.
9901         (gnus-registry-split-fancy-with-parent)
9902         (gnus-registry-post-process-groups): Use it and fix prior
9903         bug (returning a list as the split result).
9904
9905         * auth-source.el (auth-sources): Remove server parameter.
9906         (auth-source-pick, auth-source-user-or-password)
9907         (auth-source-user-or-password-imap)
9908         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9909         (auth-source-user-or-password-sftp)
9910         (auth-source-user-or-password-smtp): Remove server parameter.
9911
9912 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9913
9914         * smime.el (smime-sign-region, smime-encrypt-region)
9915         (smime-decrypt-region):
9916         Remove redundant calls to `generate-new-buffer-name'.
9917
9918 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9919
9920         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9921         Don't use QP for message/rfc822.
9922         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9923
9924 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9925
9926         * sieve-manage.el (sieve-string-bytes): Remove.
9927         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9928         correct byte-length only if the process's coding-system is the same as
9929         the one used internally by Emacs to represent strings.
9930
9931 2008-04-22  Juri Linkov  <juri@jurta.org>
9932
9933         * mailcap.el (mailcap-file-default-commands): New function.
9934
9935 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * message.el (message-signature-separator, message-cite-function):
9938         Change custom version.
9939
9940 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9941
9942         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9943         commands.
9944         (tls-checktrust): Ditto.
9945
9946 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * mm-decode.el (mm-display-external): Make temp file read-only.
9949
9950 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9953         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9954         `C-c C-f d'.
9955
9956 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9957
9958         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9959
9960 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * gnus.el: Bump version to 0.9.
9963
9964 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * gnus.el: No Gnus v0.8 is released.
9967
9968 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9969
9970         * mail-source.el (mail-source-value):
9971         Prefer fboundp to functionp so it works with macros as well.
9972
9973 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9974
9975         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9976         Fix last change in case the element is not even a symbol.
9977
9978 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9979
9980         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9981         Prefer fboundp to functionp so it works with macros as well.
9982
9983 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9984
9985         * auth-source.el: Add docs.
9986         (auth-sources): Modify format to support server.
9987         (auth-source-pick, auth-source-user-or-password)
9988         (auth-source-user-or-password-imap)
9989         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9990         (auth-source-user-or-password-sftp)
9991         (auth-source-user-or-password-smtp): Add server parameter.
9992
9993 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9994
9995         * gnus-registry.el: Initialize the registry when gnus-registry-install
9996         is t.
9997
9998 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * compface.el (uncompface): Make buffer unibyte.
10001
10002 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10003
10004         * mail-source.el (mail-source-value):
10005         Prefer fboundp to functionp so it works with macros as well.
10006
10007 2008-04-05  Glenn Morris  <rgm@gnu.org>
10008
10009         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10010
10011 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10012
10013         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10014         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10015
10016         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10017         multibyteness after rather than before erasing it.
10018
10019         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10020         mm-with-multibyte.
10021         (gnus-request-article-this-buffer): Make sure the proper decoding is
10022         used if gnus-original-article-buffer happens to be unibyte.
10023
10024         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10025         default-enable-multibyte-characters.
10026
10027         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10028         default-enable-multibyte-characters.
10029
10030         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10031
10032         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10033
10034 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10035
10036         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10037         Fix last change in case the element is not even a symbol.
10038
10039 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10040
10041         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10042         (imap-message-copyuid-1): Use it.
10043         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10044         J. Williams in
10045         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10046
10047         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10048         imap-enable-exchange-bug-workaround.
10049         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10050
10051 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10052
10053         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10054         a 100 byte status-checks into a 2-3MB transfer for each group.
10055         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10056         to enable bug workaround or not.
10057         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10058
10059 2008-03-31  Glenn Morris  <rgm@gnu.org>
10060
10061         * message.el (mml2015-use): Declare for compiler.
10062         (message-info): Require mml2015 when appropriate.
10063
10064 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10067         whitespace.
10068
10069 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10070
10071         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10072         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10073         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10074         (nntp-service-to-port): New function.
10075         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10076         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10077         (nntp-open-netcat-stream): New function.
10078         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10079
10080 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10081
10082         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10083
10084 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10085
10086         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10087
10088 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10089
10090         * dns.el (dns-write): Use set-buffer-multibyte.
10091
10092 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10093
10094         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10095
10096 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * message.el (message-signature-separator): Change default.
10099         Improve custom type.
10100         (message-cite-function): Change default to
10101         message-cite-original-without-signature.
10102
10103         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10104         toggle.
10105
10106         * message.el (message-check-news-body-syntax): Fix signature check.
10107         (message-setup-1): Mark buffer as unmodified _after_ running
10108         message-setup-hook and handling message-alternative-emails.
10109         (message-shorten-references): Be more strict when building list of
10110         valid references to comply with GNKSA.
10111
10112         * gnus-group.el (gnus-read-ephemeral-bug-group)
10113         (gnus-read-ephemeral-debian-bug-group)
10114         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10115
10116         * message.el (message-info): Don't use booleanp which isn't supported
10117         in Emacs 21 and XEmacs.
10118
10119 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10122         gnus-group-gmane-group-download-format.
10123         (gnus-group-read-ephemeral-gmane-group): Rename from
10124         gnus-group-read-ephemeral-gmane-group.
10125         (gnus-read-ephemeral-gmane-group-url): Rename from
10126         gnus-group-read-ephemeral-gmane-group-url.
10127         (gnus-bug-group-download-format-alist): New variable.
10128         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10129         (gnus-read-ephemeral-emacs-bug-group): New commands.
10130
10131 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10134         (gnus-visible-headers): Improve custom type.
10135
10136 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * mml.el (mml-menu): Add workarounds for XEmacs.
10139
10140         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10141         X-Boundary header.
10142
10143         * message.el (message-simplify-recipients): Fix previous commit.
10144
10145 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10146
10147         * mm-util.el (mm-set-buffer-multibyte): New function.
10148         * mm-decode.el (mm-copy-to-buffer): Use it.
10149
10150         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10151         Prefer fboundp to functionp so it works with macros as well.
10152
10153 2008-03-19  Glenn Morris  <rgm@gnu.org>
10154
10155         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10156         Accidentally removed in the sync process with Emacs.
10157
10158 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * message.el (message-alter-recipients-discard-bogus-full-name):
10161         New function.
10162         (message-alter-recipients-function): New variable.
10163         (message-get-reply-headers): Use it.
10164         (message-replace-header): New helper function.
10165         (message-recipients-without-full-name): New variable.
10166         (message-simplify-recipients): New command.
10167
10168         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10169
10170         * message.el (message-info): Handle EasyPG manual.
10171
10172         * mml.el (mml-menu): Add entry for EasyPG.
10173
10174 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10175
10176         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10177         parameter.
10178
10179         * message.el (message-disassociate-draft): Specify drafts group name
10180         fully.
10181
10182 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10183
10184         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10185         Eliminate unnecessary duplicates from the match list.
10186
10187 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10190
10191         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10192
10193         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10194         args of `how-many' of which the XEmacs version doesn't take; declare
10195         Info-index-next as function.
10196
10197 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * gnus-score.el (gnus-score-headers): Fix handling of
10200         gnus-inhibit-slow-scoring.
10201
10202         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10203         string.
10204         (gnus-button-url-regexp): Improve handling of parenthesis.
10205         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10206         (gnus-button-handle-info-keystrokes): Handle index entries.
10207
10208 2008-03-15  Glenn Morris  <rgm@gnu.org>
10209
10210         * parse-time.el (parse-time-string): Simplify.
10211
10212 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10215         Incoming* files.
10216
10217 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10218
10219         * auth-source.el (auth-sources): Rename from auth-source-choices.
10220         (auth-source-pick): Use it.
10221
10222 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10223
10224         * binhex.el (binhex-decode-region-internal):
10225         * uudecode.el (uudecode-decode-region-internal):
10226         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10227         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10228         setting default-enable-multibyte-characters.
10229
10230 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10231
10232         * auth-source.el (auth-source-protocols)
10233         (auth-source-protocols-customize, auth-source-choices): Add and
10234         modified variable customizations and defaults.
10235         (auth-source-pick, auth-source-user-or-password)
10236         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10237         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10238         (auth-source-user-or-password-sftp)
10239         (auth-source-user-or-password-smtp): Use new variables and provide an
10240         interface to netrc.el.
10241
10242 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10245         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10246         Make sure the nntp port to specify is a string.
10247
10248 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10249
10250         * nntp.el: Use with-current-buffer.
10251         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10252         dubious mm-with-unibyte-current-buffer.
10253         (nntp-with-open-group-function): New function extracted from
10254         nntp-with-open-group macro.
10255         (nntp-with-open-group): Use the function, so it's easier to debug.
10256         Add indentation and debugging info.
10257         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10258         Recommend the use of the netcat alternatives.
10259
10260         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10261         Avoid mm-string-as-multibyte as well.
10262
10263         * nnweb.el (nnweb-insert-html):
10264         Remove use of nnheader-string-as-multibyte.
10265
10266         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10267         (nnheader-string-as-multibyte): Remove.
10268
10269         * mm-view.el: Use inhibit-read-only.
10270         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10271         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10272         or unibyte-string.
10273
10274         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10275         (mm-uu-yenc-extract): Use with-current-buffer.
10276
10277         * gnus-soup.el (gnus-soup-send-packet): Don't use
10278         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10279
10280         * nnmh.el: Use with-current-buffer.
10281         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10282         mm-string-as-multibyte on the output of mm-encode-coding-string.
10283
10284         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10285         (nnimap-request-move-article): Use with-current-buffer.
10286
10287         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10288         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10289         conversion uses string-make-unibyte rather than string-as-unibyte.
10290
10291         * gnus-msg.el: Use with-current-buffer.
10292
10293         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10294
10295 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10296
10297         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10298         string for caching if it is 'PIN.
10299
10300 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * lpath.el: Consider the case without Emacs/W3.
10303
10304 2008-03-08  Glenn Morris  <rgm@gnu.org>
10305
10306         * time-date.el (date-to-time, time-subtract, time-add)
10307         (safe-date-to-time): Doc fixes.
10308
10309 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * mail-source.el (mail-source-delete-old-incoming-confirm):
10312         Change default to nil.
10313         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10314
10315 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * lpath.el: Rearrange.
10318
10319         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10320         (gnus-article-goto-prev-page): Work for articles having ^L's.
10321
10322         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10323
10324         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10325
10326 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10327
10328         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10329         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10330         (gnus-bookmark-jump): Adjust some variable names.
10331
10332 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10333
10334         * auth-source.el: New package.
10335         (auth-source-choices): Add customization entry point variable.
10336
10337         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10338         bug.
10339
10340 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10341
10342         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10343         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10344         (gnus-registry-install-shortcuts): Rename from
10345         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10346         the `gnus-registry-mark-map' keymap dynamically from
10347         `gnus-registry-marks'.  The generated functions update the summary line
10348         when a registry mark is added or deleted, and will call
10349         `gnus-registry-install-p' (see the comments in the code).
10350         (gnus-registry-user-format-function-M): Use concat intelligently.
10351
10352         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10353         the registry mark functions.
10354
10355 2008-03-05  Glenn Morris  <rgm@gnu.org>
10356
10357         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10358         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10359         gnus-art.
10360         (top-level): No need to load own source when compiling.
10361
10362 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10365         Suggested by <chris.anderton@zetnet.co.uk>.
10366
10367 2008-03-04  Glenn Morris  <rgm@gnu.org>
10368
10369         * gnus-sum.el (top-level): No need to require gnus when compiling,
10370         since unconditionally required near start of file.
10371         (gnus-summary-display-while-building): Move definition before use.
10372
10373 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10374
10375         * gnus-registry.el (gnus-registry-user-format-function-M):
10376         Add formatting function.
10377
10378 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10379
10380         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10381         with plists.
10382         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10383         Use new format.
10384
10385 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10388         `where-is-internal' that returns a range of key sequences.
10389
10390 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10391
10392         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10393
10394         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10395         (gnus-summary-jump-to-group): Consider windows on other displayed
10396         frames as well.  Similar changes might be needed elsewhere, but that's
10397         the one I've bumped into during my use.
10398
10399         * nndoc.el (nndoc-oe-dbx-type-p):
10400         * gnus-msg.el (gnus-debug):
10401         * gnus-group.el (gnus-update-group-mark-positions):
10402         Use mm-string-to-multibyte.
10403
10404 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10407         doesn't handle NotDashEscaped.
10408
10409         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10410         (mml-dnd-attach-options): Fix typo in custom choice.
10411
10412         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10413         Change nndoc-article-type to mbox.
10414         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10415
10416         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10417         to nil, instead of html2text.
10418
10419         * imap.el (imap-debug): Add `imap-ping-server'.
10420
10421         * gnus-bookmark.el: Add FIXMEs.
10422
10423         * message.el (message-form-letter-separator)
10424         (message-send-form-letter-delay): New variables.
10425         (message-send-form-letter): Use them.  New command to send form
10426         letters.  Requested by Uwe Siart.
10427         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10428
10429 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * Update copyright years.
10432
10433 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         Sync from EMACS_22_BASE.
10436
10437         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10438
10439 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10440
10441         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10442         empty author.
10443
10444 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10445
10446         * gnus-registry.el (gnus-registry-marks): Add variable for
10447         customization of marks and their appearance.
10448         (gnus-registry-read-mark): Use it.
10449         (gnus-registry-do-marks): Add utility function to loop through
10450         `gnus-registry-marks'.
10451         (gnus-registry-install-shortcuts-and-menus): Add function to install
10452         shortcuts and menus.
10453         (gnus-registry-initialize): Use it.
10454         (gnus-registry-default-mark): Clarify documentation.
10455
10456 2008-02-29  Glenn Morris  <rgm@gnu.org>
10457
10458         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10459         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10460         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10461         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10462         Change defcustom :version from 23.0 to 23.1.
10463
10464 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10465
10466         * gnus-registry.el (gnus-registry-follow-group-p)
10467         (gnus-registry-post-process-groups): Add functions to aid registry
10468         splitting and improve logging.  Clarify behavior in function
10469         documentation.
10470         (gnus-registry-split-fancy-with-parent): Use them.
10471
10472 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10473
10474         * gnus-art.el: Use with-current-buffer.
10475
10476 2008-02-27  David Engster  <dengste@eml.cc>
10477
10478         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10479         Express real group name in the response.
10480
10481 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10484         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10485         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10486         autoload gnus-registry-fetch-group when compiling.
10487         (nnmairix-request-group-with-article-number-correction):
10488         Remove unreferenced argument passed to nnmairix-call-backend.
10489
10490 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10493         (mm-uu-extract): Improve face for low color ttys.
10494         Reported by Sascha Wilde.
10495
10496 2008-02-27  Glenn Morris  <rgm@gnu.org>
10497
10498         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10499         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10500         variables to defconsts.  Convert comments to doc-strings.
10501         (nnmairix-last-server, nnmairix-current-server): Convert from free
10502         variables to defvars.  Convert comments to doc-strings.
10503         (gnus-registry-fetch-group): Autoload.
10504         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10505         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10506         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10507         caddr.
10508         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10509         nnmairix-request-group-with-article-number-correction call.
10510         (nnmairix-fast, nnmairix-group): New, less general names, for free
10511         variables passed from nnmairix-request-group to
10512         nnmairix-request-group-with-article-number-correction.  Declare.
10513         (nnmairix-request-group-with-article-number-correction):
10514         Use nnmairix-fast, nnmairix-group rather than fast, group.
10515
10516 2008-02-26  David Engster  <dengste@eml.cc>
10517
10518         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10519         version 0.5.
10520
10521 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10522
10523         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10524         instead of making an extra function call.  Don't add the current group
10525         to articles only when they have the group.  Use
10526         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10527         Reported by David <de_bb@arcor.de>.
10528
10529 2008-02-24  Miles Bader  <miles@gnu.org>
10530
10531         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10532         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10533         (mm-find-mime-charset-region):
10534         * mm-bodies.el (mm-encode-body):
10535         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10536
10537 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10540         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10541
10542 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * mail-source.el (mail-source-delete-incoming): Change default.
10545         Supplement doc string.
10546
10547         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10548
10549 2008-02-14  Glenn Morris  <rgm@gnu.org>
10550
10551         * time-date.el (format-seconds): New function.
10552
10553 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * nnmail.el (nnmail-message-id-cache-file): Derive from
10556         `gnus-home-directory'.
10557
10558 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10561         Document negative prefix.
10562
10563         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10564
10565 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * message.el (message-unsent-separator): Add the Exim bounce
10568         separator.
10569
10570 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10571
10572         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10573         list.
10574         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10575         recipient/signer list.
10576
10577 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * Makefile.in (datarootdir): Define.
10580         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10581         name that might contain whitespace.
10582
10583 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10586         fbound (Emacs 23 unicode), signal an error.
10587
10588 2008-02-08  Glenn Morris  <rgm@gnu.org>
10589
10590         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10591
10592 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10593
10594         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10595         ports to the calls to `netrc-machine-user-or-password' in addition to
10596         "imap" and "imaps".
10597
10598 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10599
10600         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10601
10602         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10603
10604 2008-02-01  Kenichi Handa  <handa@m17n.org>
10605
10606         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10607         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10608         (rfc2104-hash): Convert the result of concat to unibyte string.
10609
10610 2008-02-01  Dave Love  <fx@gnu.org>
10611
10612         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10613         coding-system-for-read.
10614         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10615
10616 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10619         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10620         <hanche@math.ntnu.no>.
10621
10622 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10625
10626         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10627
10628 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10629
10630         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10631         * message.el (message-beginning-of-line): Use featurep instead of bound
10632         tests in order to resolve conditionals at compile time.
10633
10634 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10635
10636         * mail-source.el (mail-sources): Add `group' choice.
10637
10638         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10639         parameter `in-group' to control into which group the articles go.
10640         Add treatment of `group' mail-source.
10641
10642 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10645
10646         * mm-decode.el (mm-dissect-buffer): Decode description.
10647
10648         * mml.el (mml-to-mime): Encode message header first.
10649
10650 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10653         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10654
10655         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10656         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10657
10658 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10659
10660         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10661
10662 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10665         prefix keys.
10666         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10667         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10668         gnus-xmas.el.
10669
10670         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10671         (gnus-xmas-article-describe-bindings): New function.
10672         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10673         gnus-xmas-article-describe-bindings.
10674
10675         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10676
10677 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10678
10679         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10680         Add new variables for article mark management.
10681         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10682         list of extra data entries which, when present, will indicate that the
10683         article ID should not be trimmed from the registry.
10684         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10685         functions.
10686         (gnus-registry-read-mark): New function to read a mark name from the
10687         user.
10688         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10689         (gnus-registry-set-article-mark-internal): New functions to add and
10690         remove marks.
10691         (gnus-registry-get-article-marks): New function to show the marks for
10692         an article, or retrieve them for further use.
10693
10694 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10697         keys when no argument is given.
10698
10699 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * imap.el (imap-ping-server): New variable.
10702         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10703         (imap-ping-server): Minor doc string fixes.
10704
10705 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10706
10707         * imap.el (imap-ping-server): New function.
10708         (imap-opened): Call imap-ping-server.
10709
10710 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gnus-sum.el (gnus-article-sort-by-random)
10713         (gnus-thread-sort-by-random): Fix doc strings.
10714         Reported by jidanni@jidanni.org.
10715
10716 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (gnus-article-describe-bindings): New function.
10719         (gnus-article-read-summary-keys): Use it.
10720         (gnus-article-mode-map): Bind `C-h b' to it.
10721
10722 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10725         XEmacs.
10726         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10727         Protect against non-character events.
10728
10729         * lpath.el: Fbind map-keymap for Emacs 21.
10730
10731 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10734         New command.
10735         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10736         instead of END.  Change name of the temp file.
10737         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10738         customizable.
10739
10740 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10743         bind `S W' to gnus-article-wide-reply-with-original; set default
10744         binding to gnus-article-read-summary-send-keys.
10745         (gnus-article-read-summary-keys): Fix the order of keys; display
10746         continuation keys correctly in the echo area; describe bindings
10747         correctly when keys end with `C-h'.
10748         (gnus-article-read-summary-send-keys): New function.
10749         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10750         Work for gnus-article-read-summary-send-keys; display continuation keys
10751         correctly in the echo area.
10752         (gnus-article-reply-with-original): Ignore prefix argument.
10753         (gnus-article-wide-reply-with-original): New function.
10754
10755         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10756         Emacs 21.
10757
10758 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10761         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10762
10763 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10766         (gnus-group-read-ephemeral-gmane-group): New command.
10767
10768 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10769
10770         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10771
10772 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * message.el (message-send-mail-function): Increase custom version.
10775
10776         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10777         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10778
10779 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10782         for the cases where imap-authenticate is called with a nil buffer
10783         parameter.
10784
10785 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10788         html parts correctly; support forwarded messages.
10789         (gnus-article-browse-html-article): Remove work buffers.
10790
10791         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10792         compiling.
10793         (netrc-bound-and-true-p): New macro.
10794         (netrc-parse): Use it instead of bound-and-true-p that is not available
10795         in XEmacs 21.4.
10796
10797 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10798
10799         * gnus-registry.el (gnus-registry-mark-article)
10800         (gnus-registry-article-marks): Add functionality to mark articles
10801         through the Gnus registry.
10802
10803         * encrypt.el: Clarify documentation for the new pgg method.
10804         (encrypt-file-alist): Add PGG option.
10805         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10806         functionality.  Abstract password key and messaging to external
10807         functions.
10808         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10809         (encrypt-message-method-and-cipher): Add new convenience external
10810         functions.
10811         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10812         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10813
10814         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10815         (netrc-parse): Use encrypt-file-alist to determine if
10816         encrypt-find-model or encrypt-insert-file-contents should be used.
10817
10818         * encrypt.el: Clarify documentation.  Load password-cache or
10819         password, whichever one is found first, instead of autoloading.
10820
10821 2007-12-19  Glenn Morris  <rgm@gnu.org>
10822
10823         * mml.el (message-options-set, message-narrow-to-head)
10824         (message-in-body-p, message-mail-p, message-encode-message-body):
10825         Autoload.
10826         (message-remove-header, message-narrow-to-headers-or-head)
10827         (message-subscribed-p, message-make-mail-followup-to)
10828         (message-position-on-field, message-news-p)
10829         (message-options-set-recipient, message-generate-headers)
10830         (message-sort-headers): Declare as functions.
10831
10832 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10835         convention in doc string.
10836
10837 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10840         title to html parts.
10841         (gnus-article-browse-html-article): Pass message header to it.
10842
10843         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10844
10845 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10848         or password compatible with XEmacs.
10849
10850 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10853         format document.
10854         (gnus-mime-delete-part): Don't write description line if empty.
10855         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10856
10857 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10858
10859         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10860         (gnus-summary-mark-read-and-unread-as-read)
10861         (gnus-summary-mark-current-read-and-unread-as-read)
10862         (gnus-summary-mark-unread-as-ticked): Doc fix.
10863         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10864
10865 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10868         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10869
10870 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10873         yes-or-no-p.
10874
10875 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * mm-decode.el (mm-add-meta-html-tag): New function.
10878         (mm-save-part-to-file, mm-pipe-part): Use it.
10879
10880         * gnus-art.el (gnus-article-browse-delete-temp-files):
10881         Use gnus-y-or-n-p instead of y-or-n-p.
10882         (gnus-article-browse-html-parts): Work with message/external-body; use
10883         mm-add-meta-html-tag.
10884
10885 2007-12-11  Glenn Morris  <rgm@gnu.org>
10886
10887         * gnus-cache.el: Require gnus-sum not just when compiling.
10888
10889         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10890
10891         * gnus-int.el (gnus-server-opened, gnus-status-message):
10892         Move definitions before use.
10893
10894         * mm-decode.el: Require gnus-util.
10895         (mm-remove-part): Only call delete-annotation on XEmacs.
10896
10897         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10898
10899         * nnmail.el: Require gnus-int.
10900
10901         * spam.el: Move `require's before `eval-when-compile's.
10902
10903         * gnus-ems.el (gnus-alive-p):
10904         * gnus-fun.el (message-goto-eoh):
10905         * gnus-util.el (gnus-group-name-decode):
10906         * mail-source.el (gnus-compress-sequence):
10907         * message.el (Info-goto-node, format-spec):
10908         * mm-bodies.el (message-options-get):
10909         * mm-decode.el (mm-view-pkcs7):
10910         * mm-util.el (gmm-write-region):
10911         * mml-smime.el (mml-compute-boundary)
10912         (gnus-completing-read-with-default):
10913         * mml.el (widget-button-press, gnus-make-hashtable):
10914         * mml1991.el (mm-decode-content-transfer-encoding)
10915         (mm-encode-content-transfer-encoding)
10916         (message-options-get, message-options-set):
10917         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10918         * nnfolder.el (gnus-request-group):
10919         * nnheader.el (ietf-drums-unfold-fws):
10920         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10921         * smime.el (gnus-run-mode-hooks):
10922         * spam-stat.el (gnus-message): Autoload.
10923
10924         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10925         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10926         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10927         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10928         Add declare-function compatibility definition.
10929
10930         * gnus-cache.el (nnvirtual-find-group-art):
10931         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10932         (gnus-add-image, gnus-add-wash-type):
10933         * gnus-group.el (nnkiboze-score-file):
10934         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10935         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10936         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10937         (message-tokenize-header, gnus-get-buffer-create)
10938         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10939         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10940         * gnus.el (gnus-group-decoded-name):
10941         * mail-source.el (imap-capability):
10942         * mm-bodies.el (message-options-set):
10943         * mm-decode.el (gnus-configure-windows):
10944         * mm-extern.el (message-goto-body):
10945         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10946         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10947         (epg-sub-key-validity, message-options-set):
10948         * mml.el (widget-event-point, gnus-configure-windows):
10949         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10950         * mml2015.el (epg-check-configuration, epg-configuration)
10951         (message-options-set):
10952         * nndb.el (nndb-request-article):
10953         * nnfolder.el (gnus-request-create-group):
10954         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10955         * nnmaildir.el (gnus-group-mark-article-read):
10956         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10957         * rfc1843.el (message-fetch-field):
10958         * spam.el (gnus-extract-address-components):
10959         Declare as functions.
10960
10961 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10964
10965         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10966
10967         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10968         bind show-trailing-whitespace for XEmacs.
10969
10970 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10973         new no-op macro for backward compatibility.
10974
10975         * imap.el (imap-string-to-integer): New function.
10976
10977 2007-12-09  Glenn Morris  <rgm@gnu.org>
10978
10979         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10980
10981         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10982         * message.el, mm-view.el, sieve-manage.el, smime.el:
10983         Add declare-function compatibility definition.
10984
10985         * gnus-art.el (w3-region, w3m-region, Info-menu):
10986         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10987         * gnus-sum.el (gnus-get-predicate):
10988         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10989         * message.el (mail-abbrev-in-expansion-header-p):
10990         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10991         (w3m-detect-meta-charset, w3m-region):
10992         * sieve-manage.el (password-read, password-cache-add)
10993         (password-cache-remove):
10994         * smime.el (password-read-and-add): Declare as functions.
10995
10996 2007-12-08  David Kastrup  <dak@gnu.org>
10997
10998         * gnus-sum.el (gnus-summary-simplify-subject-query):
10999         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11000         `message'.
11001
11002 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11005         it to bind idna-program, installation-directory, defined-colors, and
11006         face-attribute for XEmacs of the version that compiles defcustom forms.
11007
11008 2007-12-07  Glenn Morris  <rgm@gnu.org>
11009
11010         * gnus-art.el (article-make-date-line): Revert previous change.
11011
11012 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11015
11016 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11017
11018         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11019         Call gnus-add-to-range ranges only once with a prepared article-list.
11020
11021 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11022
11023         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11024         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11025         group names with backslashes.
11026         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11027
11028 2007-12-06  Deepak Goel  <deego3@gmail.com>
11029
11030         * gnus-art.el (article-make-date-line):
11031         * gnus-start.el (gnus-load):
11032         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11033
11034 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-art.el (gnus-use-idna)
11037         * gnus-start.el (gnus-site-init-file)
11038         * message.el (message-use-idna)
11039         * mm-uu.el (mm-uu-hide-markers)
11040         * smiley.el (smiley-style): Revert changes that suppress warnings.
11041
11042 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11045         specify charset to html source.
11046         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11047
11048 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11051         idna-program in order to suppress byte compile warning issued by XEmacs
11052         that came to byte compile the default value section of defcustom forms
11053         recently.
11054
11055         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11056         value of installation-directory.
11057
11058         * message.el (message-use-idna): Don't directly refer to the value of
11059         idna-program.
11060
11061         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11062
11063         * smiley.el (smiley-style): Don't directly call face-attribute.
11064
11065 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11068
11069         * gnus-dired.el: Reduce Gnus dependencies.
11070         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11071         Don't require.  Use autoloads instead.
11072         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11073         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11074         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11075         (gnus-dired-mode): Adjust doc string.
11076         (gnus-dired-mail-mode): New variable.
11077         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11078         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11079         (gnus-dired-mail-buffers): New function.  Return mail or message
11080         composition buffers.
11081         (gnus-dired-attach): Use it.
11082         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11083         NO-DECODE.
11084         (gnus-dired-print): Use `gnus-print-buffer' depending on
11085         `gnus-dired-mail-mode'.
11086
11087 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * rfc2047.el (rfc2047-encoded-word-regexp)
11090         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11091         explaining what regexp patterns are for.
11092
11093 2007-12-04  Glenn Morris  <rgm@gnu.org>
11094
11095         * password.el: Move to password-cache.el.
11096
11097         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11098         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11099         * mml-smime.el (password-read, password-cache-add)
11100         (password-cache-remove):
11101         No need to autoload, since mml-sec requires password.
11102
11103         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11104         * message.el (gnus-extract-address-components):
11105         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11106
11107         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11108         password.
11109
11110 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * mailcap.el: Reduce dependencies.
11113         (mail-header-parse-content-type): Autoload.
11114         (mailcap-delete-duplicates): New alias.
11115         (mailcap-mime-info): Add optional argument NO-DECODE.
11116         (mailcap-mime-types): Use mailcap-delete-duplicates.
11117
11118         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11119
11120 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11121
11122         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11123         (imap-parse-status): Upcase status-att for servers that sends them
11124         lower-case (e.g., MS Exchange 2007).
11125
11126 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127
11128         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11129         function.
11130
11131         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11132         (gnus-uu-yenc-article): New function.
11133
11134         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11135
11136         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11137
11138 2007-12-02  Glenn Morris  <rgm@gnu.org>
11139
11140         * binhex.el (binhex): New custom group.
11141         (binhex-decoder-program, binhex-decoder-switches)
11142         (binhex-use-external): Move to the binhex custom group.
11143
11144         * uudecode.el (uudecode): New custom group.
11145         (uudecode-decoder-program, uudecode-decoder-switches)
11146         (uudecode-use-external): Move to the uudecode custom group.
11147
11148         * netrc.el (top-level): Don't load `encrypt' features.
11149         (netrc-parse): Don't use encrypt.
11150         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11151
11152         * encrypt.el: Remove file.
11153
11154 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11157         matches on patches.
11158
11159         * gnus-art.el (gnus-article-browse-html-article):
11160         Mention `mm-text-html-renderer' in the doc string.
11161
11162         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11163         string.  Add comments.
11164
11165         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11166         if rhs is ASCII.
11167
11168 2007-12-01  Glenn Morris  <rgm@gnu.org>
11169
11170         * mail-source.el (top-level): Require format-spec before
11171         eval-when-compile.
11172
11173 2007-11-30  Glenn Morris  <rgm@gnu.org>
11174
11175         * encrypt.el: Require password, rather than autoloading password-read.
11176
11177 2007-11-29  Glenn Morris  <rgm@gnu.org>
11178
11179         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11180         (sasl-make-client, sasl-next-step, sasl-step-data)
11181         (sasl-step-set-data): Declare as functions.
11182
11183 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11186
11187 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11188
11189         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11190         certs should be verified and what is to be done in the event of a
11191         verification failure.
11192
11193         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11194         caller can indicate whether the cache should be disregarded for this
11195         call.  This way the result of the call is reproducible at all times and
11196         can be considered a canonical server name for the supplied method.
11197         (gnus-agent-method-p): Canonicalize server names by pushing their
11198         method through `gnus-method-to-server' using the no-cache argument.
11199
11200         * gnus-srvr.el (gnus-server-insert-server-line):
11201         Call `gnus-method-to-server' with `no-cache' argument.
11202
11203         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11204         gnus-agent-possibly-synchronize-flags as this should be called when the
11205         server is actually being opened.
11206         (gnus-agent-possibly-synchronize-flags)
11207         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11208         flags file of an agentized server to the latter function.
11209
11210         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11211         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11212         after a connection has been established successfully.
11213
11214 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gnus-art.el (article-display-face): Force to display face if called
11217         interactively; check if gnus-article-x-face-too-ugly matches author.
11218         (article-display-x-face): Display face even if From header is missing
11219         as article-display-face does.
11220
11221 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11222
11223         * hashcash.el (message-narrow-to-headers-or-head)
11224         (message-fetch-field, message-goto-eoh)
11225         (message-narrow-to-headers): Declare as functions.
11226
11227 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * mail-source.el (mail-sources): Default to fetch from file for
11230         compatibility with default of nnmail-spool-file.
11231
11232 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11235         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11236         to look for encoded word that should be encoded again.
11237         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11238         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11239         encoding pattern.
11240         (rfc2047-decode-region): Switch strict regexp and loose one according
11241         to rfc2047-allow-irregular-q-encoded-words.
11242
11243 2007-11-25  Romain Francoise  <romain@orebokech.com>
11244
11245         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11246
11247 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * tls.el (tls-program): Provide more custom choices from
11250         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11251         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11252
11253 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11256         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11257
11258         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11259         `nnmail-spool-file'.
11260
11261         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11262         `nnmail-spool-file'.
11263
11264         * gnus-move.el (gnus-change-server): Ditto.
11265
11266         * gnus-kill.el (gnus-batch-score): Ditto.
11267
11268         * gnus-cache.el (gnus-jog-cache): Ditto.
11269
11270         * gnus-msg.el (gnus-summary-reply):
11271         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11272
11273 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11276         version.  Minor improvement to doc strings.
11277         (tls-program): Add comment.
11278
11279 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11280
11281         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11282         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11283         mismatch between the hostname provided in the certificate and the name
11284         of the host connnecting to.
11285         (open-tls-stream): Use them.  Check certificates against trusted root
11286         certificates.
11287
11288 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-cache.el (gnus-cache-generate-nov-databases):
11291         Use nnml-generate-nov-databases-directory instead of
11292         nnml-generate-nov-databases-1.
11293
11294 2007-11-24  Glenn Morris  <rgm@gnu.org>
11295
11296         * message.el (message-tool-bar-retro): Update for rename
11297         mail_send.xpm->mail-send.xpm.
11298
11299 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11302         `smime-ldap-search' for Emacs 22 and up.
11303
11304 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11305
11306         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11307
11308         * message.el (message-send-mail-function): Fix error convention.
11309         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11310         (message-widen-reply, message-send-mail, message-talkative-question)
11311         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11312         (message-clone-locals, message-send-news): Use with-current-buffer.
11313         (message-insert-or-toggle-importance): Remove unused var `valid'.
11314         (message-make-references): Remove unused var `new-references'.
11315         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11316
11317 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11318
11319         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11320         (spam-split-symbolic-return-positive): Reflow docstring.
11321         (spam-backends, spam-summary-exit-behavior)
11322         (spam-mark-ham-unread-before-move-from-spam-group)
11323         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11324         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11325         (spam-clear-cache, spam-backend-check, spam-install-backend)
11326         (spam-install-statistical-backend, spam-list-of-processors)
11327         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11328         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11329         (spam-check-crm114, spam-initialize, spam-unload-hook):
11330         Fix typos in docstrings.
11331
11332 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11335         been checked if they have never been read and those group levels are
11336         higher than the one that a user specified.
11337
11338 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11341         foreign groups unless a group level is specified by a user.
11342         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11343
11344 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * message.el (message-send-mail-function): Require sendmail.
11347
11348 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * message.el (message-send-mail-function): Check for smtpmail too.
11351
11352         * utf7.el (utf7-encode, utf7-decode): Use coding system
11353         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11354
11355         * message.el (message-send-mail-function): New function.
11356         (message-send-mail-function): Set default using
11357         message-send-mail-function.  Adjust doc string.
11358         (message-send-mail-with-mailclient): New function.
11359
11360 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11361
11362         * smime.el (from):
11363         * rfc2047.el (message-posting-charset):
11364         * qp.el (mm-use-ultra-safe-encoding):
11365         * pop3.el (parse-time-months):
11366         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11367         * nnml.el (files):
11368         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11369         (jka-compr-compression-info-list, ange-ftp-path-format)
11370         (efs-path-regexp):
11371         * nndiary.el (files):
11372         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11373         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11374         (epg-digest-algorithm-alist, inhibit-redisplay)
11375         (password-cache-expiry):
11376         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11377         (pgg-output-buffer, password-cache-expiry):
11378         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11379         (efs-path-regexp):
11380         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11381         (inhibit-redisplay):
11382         * mm-uu.el (file-name, start-point, end-point, entry)
11383         (gnus-newsgroup-name, gnus-newsgroup-charset):
11384         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11385         (latin-unity-ucs-list):
11386         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11387         (mm-uu-binhex-decode-function):
11388         * message.el (gnus-message-group-art, gnus-list-identifiers)
11389         (rmail-enable-mime-composing, gnus-local-organization)
11390         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11391         (gnus-read-active-file, facemenu-add-face-function)
11392         (facemenu-remove-face-function, gnus-article-decoded-p)
11393         (tool-bar-mode):
11394         * mail-source.el (display-time-mail-function):
11395         * gnus-util.el (nnmail-pathname-coding-system)
11396         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11397         (gnus-original-article-buffer, gnus-user-agent)
11398         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11399         (xemacs-codename, sxemacs-codename, emacs-program-version):
11400         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11401         * gnus-start.el (gnus-agent-covered-methods)
11402         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11403         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11404         (gnus-newsgroup-headers, gnus-group-list-mode)
11405         (gnus-group-mark-positions, gnus-newsgroup-data)
11406         (gnus-newsgroup-unreads, nnoo-state-alist)
11407         (gnus-current-select-method, mail-sources)
11408         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11409         (nnmail-spool-file, gnus-cache-active-hashtb):
11410         * gnus-mh.el (mh-lib-progs):
11411         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11412         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11413         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11414         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11415         (gnus-group-buffer):
11416         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11417         (font-lock-set-defaults):
11418         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11419         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11420         (gnus-summary-post-menu, total-parts, type, condition, length):
11421         * gnus-agent.el (gnus-agent-read-agentview):
11422         * flow-fill.el (show-trailing-whitespace):
11423         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11424         eval-and-compile wrappers for byte compiler pacifiers.
11425
11426         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11427         (mm-display-inline-fontify): Check for featurep 'xemacs not
11428         extent-list.
11429
11430         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11431         itimer-list.
11432         (mm-create-image-xemacs): Only do something for XEmacs.
11433         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11434
11435         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11436
11437         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11438         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11439
11440 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11441
11442         * nnimap.el (nnimap-split-download-body):
11443         * gnus-demon.el (gnus-demon):
11444         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11445
11446 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11449         New macros.
11450         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11451         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11452         copy data from unibyte buffer to multibyte current buffer.
11453         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11454         to copy data from unibyte current buffer to multibyte buffer.
11455         (nntp-make-process-buffer): Make process buffer unibyte.
11456
11457         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11458
11459 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11460
11461         * pop3.el (pop3-open-server): Accept and process data more robustly at
11462         connexion start to avoid spurious "POP SSL connexion failed" errors.
11463
11464 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11467         read group names.
11468
11469 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11472
11473 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11476         (nnmail-save-active): Use a unibyte buffer when saving active file,
11477         which may contain non-ASCII group names.
11478
11479         * nnml.el (nnml-request-group): Decode group names in messages.
11480
11481 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * message.el (message-citation-line-function)
11484         (message-insert-formatted-citation-line): Fix spelling of
11485         `message-insert-formated-citation-line'.
11486
11487 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11490
11491 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11494         nnmail-pathname-coding-system.
11495
11496         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11497         that a user enters; decode group names in messages.
11498
11499         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11500
11501 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11504
11505         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11506
11507         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11508         risky local variable.
11509
11510         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11511
11512 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * encrypt.el: Improve documentation to fix function name typo.
11515         Reported by Daiki Ueno <ueno@unixuser.org>.
11516
11517 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11520         even if the point is not in the last page of an article.
11521         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11522         back to the previous page.
11523
11524 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11527
11528 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11531
11532 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11533
11534         * message.el (message-check-news-body-syntax):
11535         Avoid mm-string-as-multibyte.
11536         (message-hide-headers): Don't assume (point-min)==1.
11537
11538 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * message.el (message-remove-blank-cited-lines): Fix if remove is
11541         given.
11542         (message-bogus-address-regexp): New variable.
11543         (message-bogus-recipient-p): New function.
11544         (message-check-recipients): New command.
11545         (message-syntax-checks): Add `bogus-recipient'.
11546         (message-fix-before-sending): Add `bogus-recipient'.
11547
11548         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11549         (gnus-treat-body-boundary): Don't test window-system.
11550
11551 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11552
11553         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11554
11555 2007-10-28  Miles Bader  <miles@gnu.org>
11556
11557         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11558         at compile-time too.
11559
11560 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-msg.el (gnus-message-setup-hook):
11563         Add `message-remove-blank-cited-lines' to options.
11564
11565 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * message.el (message-remove-blank-cited-lines): New function.
11568         Suggested by Karl Plästerer.
11569
11570 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11573         mapc.
11574
11575         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11576         (top-level): Use mapc to set functions to be traced for debugging.
11577
11578         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11579         called for effect with while loop.
11580
11581         * message.el (message-talkative-question): Replace mapcar called for
11582         effect with mapc.
11583
11584         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11585         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11586         called for effect with dolist.
11587
11588         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11589
11590         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11591         gnus-extra-headers and nnmail-extra-headers.
11592
11593         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11594         called for effect with dolist.
11595         (top-level): Use mapc to set functions to be traced for debugging.
11596
11597         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11598         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11599         dolist.
11600
11601         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11602         Replace mapcar called for effect with mapc.
11603         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11604         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11605         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11606         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11607
11608         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11609         remove-if that's a cl function.
11610
11611         * webmail.el (webmail-debug): Replace mapcar called for effect with
11612         dolist.
11613
11614         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11615         with mapc.
11616
11617 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11620         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11621         with while loop.
11622
11623         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11624         functions from article-* functions.
11625         (gnus-multi-decode-header): Replace mapcar called for effect with
11626         dolist.
11627
11628         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11629         (gnus-bookmark-show-details): Replace mapcar called for effect with
11630         while loop.
11631
11632         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11633         called for effect with while loop.
11634
11635         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11636         with dolist.
11637
11638         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11639         Replace mapcar called for effect with dolist.
11640
11641         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11642
11643         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11644         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11645         Replace mapcar called for effect with dolist.
11646         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11647         mapc.
11648
11649         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11650         Replace mapcar called for effect with dolist.
11651         (gnus-topic-list): Replace mapcar called for effect with mapc.
11652
11653         * gnus.el: Use mapc instead of mapcar to add autoloads.
11654
11655 2007-10-23  Richard Stallman  <rms@gnu.org>
11656
11657         * gnus-group.el (gnus-group-highlight): Mark as risky.
11658
11659 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus.el (gnus-server-to-method): Return method found first in
11662         gnus-newsrc-alist.
11663
11664         * gnus-art.el (gnus-article-highlight-signature)
11665         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11666         button overlay without the front stickiness.
11667
11668 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11669
11670         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11671         overview buffer needed a catch to receive its throw.
11672         (gnus-agent-flush-cache): Declare as interactive to make this function
11673         easier to use.
11674
11675 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11678         `next-line'.
11679
11680 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11683         exclude address matching message-dont-reply-to-names.
11684
11685 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-util.el (gnus-string<): New function.
11688
11689         * gnus-sum.el (gnus-article-sort-by-author)
11690         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11691
11692 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11695         the frame-focus tag is set in gnus-buffer-configuration.
11696
11697 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11700         the front stickiness.
11701
11702 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11705         url pattern; remove duplicate one.
11706         (gnus-article-extend-url-button): New function.
11707         (gnus-article-add-buttons): Use it.
11708         (gnus-button-push): Use concatenated url that it makes.
11709
11710 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11711
11712         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11713
11714 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11715
11716         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11717         Don't hardcode point-min==1.
11718
11719 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11722         Fix comment about "iso8859-1".
11723
11724 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11725
11726         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11727         ones returned from the verify-function.
11728
11729         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11730         Call mml2015-extract-cleartext-signature if extraction failed.
11731
11732 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11733
11734         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11735         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11736         failed.
11737
11738 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11741
11742 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11745         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11746         recommends to use EasyPG instead of PGG.
11747
11748         * pgg.el: Revert to revision 6.23.2.16.
11749
11750         * pgg-def.el: Revert to revision 6.6.2.14.
11751
11752         * pgg-gpg.el: Revert to revision 6.23.2.34.
11753
11754 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11755
11756         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11757         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11758         thread for both the null and zero (kill/expire thread) universal prefix
11759         cases.
11760         (gnus-summary-expire-thread): Add new function to expire a thread,
11761         using gnus-summary-kill-thread.
11762         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11763         shortcuts for gnus-summary-expire-thread.
11764         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11765         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11766
11767 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11768
11769         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11770         extras value, so an extras entry can be deleted.
11771         (gnus-registry-delete-extra-entry): Use it.
11772         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11773         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11774         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11775         storage through the gnus-registry, and provide an appropriate API for
11776         it.
11777
11778 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11781         Suggested by Leo <sdl.web@gmail.com>.
11782
11783         * gnus.el: Do.
11784
11785 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11788         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11789
11790         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11791
11792         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11793         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11794
11795 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11798         newline.
11799         (nnmbox-request-accept-article): Don't change article in source buffer;
11800         narrow to header to use message-fetch-field rather than
11801         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11802         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11803         as delimiters; make sure article ends with newline.
11804         (nnmbox-delete-mail): Correct last position of article to be deleted;
11805         ignore X-Gnus-Newsgroup header in article body.
11806         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11807         positions; make sure article ends with newline.
11808
11809         * message.el (message-display-abbrev): Don't infloop when a user
11810         inserts SPC in the beginning of header.
11811
11812         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11813         coding-system-for-read and coding-system-for-write for XEmacs having no
11814         file-coding feature.
11815
11816         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11817
11818 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11819
11820         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11821         list of groups not followed by default.  Fix type to be regexp.
11822         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11823
11824 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11825
11826         * hmac-def.el (define-hmac-function): Switch from old-style to
11827         new-style backquotes.
11828
11829         * md4.el (md4-make-step): Likewise.
11830
11831 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11834         raw-text coding system when saving .newsrc file, which may contain
11835         non-ASCII group names.
11836
11837 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-cus.el (gnus-score-extra): New widget.
11840         (gnus-score-extra-convert): New function.
11841         (gnus-score-customize): Use it for Extra.
11842
11843 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11844
11845         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11846         (mml2015-mailcrypt-clear-verify): Use it.
11847         (mml2015-gpg-clear-verify): Use it.
11848         (mml2015-pgg-clear-verify): Use it.
11849         (mml2015-epg-clear-verify): Replace the current part with the output
11850         from GnuPG; don't extract the plaintext by itself.
11851
11852         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11853         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11854         mml2015-clear-verify-function; don't touch the armor headers or
11855         dash-escaped text here.
11856
11857 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11860         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11861         parts, or application/octet-stream as a last resort.
11862         (gnus-mime-view-part-as-type): Don't toggle display.
11863         (gnus-mime-view-part-as-charset): Don't turn off display before
11864         querying charset.
11865
11866         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11867         stuff to undisplayer function in Emacs.
11868         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11869
11870         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11871         text/calendar parts.
11872
11873 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11876         decoding text/calendar parts.
11877
11878         * message.el (message-forward-make-body-mime): Always mark body as
11879         having no illegible text; remove signed-or-encrypted argument.
11880         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11881
11882         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11883         (mml-generate-mime-1): Don't encode body if it is specified to be in
11884         raw form; don't make buffer be unibyte when inserting multibyte string.
11885
11886 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11887
11888         * sha1.el: Fix up comment style.
11889         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11890         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11891
11892         * hex-util.el: Fix up comment style.
11893         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11894
11895         * gnus-salt.el: Use with-current-buffer.
11896         (gnus-pick-setup-message): Fix long-standing typo.
11897
11898 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * imap.el (imap-logout-timeout): New variable.
11901         (imap-logout, imap-logout-wait): New functions.
11902         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11903
11904         * nnimap.el (nnimap-logout-timeout): New server variable.
11905         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11906         nnimap-logout-timeout.
11907
11908         * gnus-art.el (gnus-article-summary-command-nosave)
11909         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11910
11911 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus.el (gnus-maximum-newsgroup): New variable.
11914
11915         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11916         according to gnus-maximum-newsgroup.
11917
11918         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11919         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11920         Limit the range of articles according to gnus-maximum-newsgroup.
11921
11922 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11923
11924         * gnus-art.el (gnus-sticky-article): Fix problems described in
11925         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11926         Don't perform gnus-configure-windows here; reuse existing sticky
11927         article buffer.
11928
11929         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11930         it doesn't exist in gnus-article-mode.
11931
11932 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11935         (gnus-agent-decoded-group-name): New function.
11936         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11937         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11938
11939 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11940
11941         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11942         Add binding for gnus-sticky-article.
11943         (gnus-summary-exit): Don't kill sticky article buffers.
11944
11945         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11946         article buffer.
11947         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11948         (gnus-kill-sticky-article-buffers): New commands.
11949
11950 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * nntp.el (nntp-xref-number-is-evil): New server variable.
11953         (nntp-find-group-and-number): If it is non-nil, don't trust article
11954         numbers in the Xref header.
11955
11956 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-agent.el (gnus-agent-read-group): New function.
11959         (gnus-agent-flush-group, gnus-agent-expire-group)
11960         (gnus-agent-regenerate-group): Use it.
11961         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11962         nnmail-pathname-coding-system.
11963
11964 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11967
11968         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11969         that are unread as unread, and also as selected so that information of
11970         marks having been changed by a user may be updated when exiting group.
11971
11972 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11975
11976 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11979         calculated ignoring signature parts to gnus-treat-article.
11980
11981 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11984         a point here in order to keep the window start.
11985         (gnus-insert-mime-security-button): Make a button overlay without the
11986         front stickiness.
11987         (gnus-mime-display-security): Goto the end of a button.
11988
11989         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11990
11991 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11994         group-name-at-point.
11995         (gnus-group-completing-read): New function that offers decoded
11996         non-ASCII group names for completion.
11997         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11998         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11999         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12000         (gnus-group-fetch-control): Use it.
12001         (gnus-fetch-group): Use group-name-at-point for the initial value
12002         rather than the default value; use gnus-alive-p.
12003
12004         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12005         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12006         (gnus-summary-post-news): Use gnus-group-completing-read.
12007
12008         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12009         (gnus-read-move-group-name): Decode group name for completion.
12010
12011 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12012
12013         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12014         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12015         Yamaoka slightly modified the code).
12016
12017 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12020         (nnmail-split-incoming): Bind it.
12021
12022         * nnml.el (nnml-group-name-charset): New function.
12023         (nnml-decoded-group-name): Use it; don't decode group name if
12024         nnmail-group-names-not-encoded-p is non-nil.
12025         (nnml-encoded-group-name): New function.
12026         (nnml-group-pathname): Inline nnml-decoded-group-name.
12027         (nnml-request-expire-articles): Decode group name in message.
12028         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12029         nnmail-pathname-coding-system.
12030         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12031         not decoded ones according to nnmail-group-names-not-encoded-p.
12032         (nnml-generate-active-info): Use nnml-encoded-group-name.
12033
12034 2007-08-08  Glenn Morris  <rgm@gnu.org>
12035
12036         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12037         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12038         doc-strings and comments.
12039
12040 2007-07-25  Glenn Morris  <rgm@gnu.org>
12041
12042         * Relicense all FSF files to GPLv3 or later.
12043
12044 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-sum.el (gnus-summary-move-article):
12047         Make gnus-summary-respool-article work.
12048
12049 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12052         string.
12053
12054 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12055
12056         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12057         that should be ignored when comparing distant RSS articles with local
12058         ones.
12059         (nnrss-make-hash-index): New function.  Create a hash index according
12060         to the ignored fields.
12061         (nnrss-check-group): Use it.
12062
12063 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12066
12067         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12068
12069         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12070         the new optional argument ENCODED is non-nil.
12071         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12072         coding system for encoding group name.
12073         (gnus-group-make-rss-group): Pass un-encoded group name to
12074         gnus-group-make-group.
12075         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12076         encoded.
12077
12078         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12079         Encode group name to which articles are moved or copied.
12080         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12081         coding system for encoding Newsgroup, Followup-To and Xref headers.
12082
12083         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12084         marks; use nnheader-file-coding-system to write a file.
12085         (nnagent-retrieve-headers): Bind file-name-coding-system to
12086         nnmail-pathname-coding-system.
12087
12088         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12089
12090         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12091         (nnml-request-article, nnml-request-create-group)
12092         (nnml-request-rename-group, nnml-find-id)
12093         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12094         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12095         (nnml-save-marks): Use nnml-group-pathname instead of
12096         nnmail-group-pathname.
12097
12098         (nnml-request-create-group, nnml-request-expire-articles)
12099         (nnml-request-move-article, nnml-request-delete-group)
12100         (nnml-deletable-article-p, nnml-possibly-create-directory)
12101         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12102         (nnml-open-marks): Bind file-name-coding-system to
12103         nnmail-pathname-coding-system.
12104
12105         (nnml-request-article): Pass server argument to nnml-find-group-number.
12106         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12107         Pass server argument to nnml-possibly-create-directory.
12108         (nnml-request-accept-article): Pass server argument to
12109         nnml-active-number and nnml-save-mail.
12110         (nnml-find-group-number): Pass server argument to nnml-find-id.
12111         (nnml-request-update-info): Pass server argument to
12112         nnml-marks-changed-p.
12113
12114         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12115         (nnml-save-mail, nnml-active-number): Add server argument.
12116
12117         (nnml-request-delete-group): Warn if group is missing.
12118         (nnml-get-nov-buffer): Decode group name.
12119         (nnml-generate-active-info): Encode group name.
12120         (nnml-open-marks): Decode group name in messages.
12121
12122 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12125         if it is not specified.
12126         (gnus-article-pipe-part, gnus-article-save-part)
12127         (gnus-article-interactively-view-part, gnus-article-copy-part)
12128         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12129         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12130         (gnus-article-replace-part, gnus-article-delete-part)
12131         (gnus-article-view-part-as-type): Pass raw prefix argument to
12132         gnus-article-part-wrapper.
12133
12134 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-agent.el (gnus-agent-save-active):
12137         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12138
12139         * gnus-cache.el (gnus-cache-save-buffers)
12140         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12141         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12142         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12143         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12144         (gnus-cache-generate-active, gnus-cache-rename-group)
12145         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12146         (gnus-cache-update-overview-total-fetched-for):
12147         Bind file-name-coding-system to nnmail-pathname-coding-system.
12148         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12149         New variables.
12150         (gnus-cache-decoded-group-name): New function.
12151         (gnus-cache-file-name): Use it.
12152         (gnus-cache-generate-active): Use non-decoded group name for active.
12153
12154         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12155         right place.
12156         (gnus-write-active-file): Don't break non-ASCII group names.
12157
12158         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12159         nnmail-pathname-coding-system.
12160
12161         * lpath.el: Bind default-file-name-coding-system,
12162         file-name-coding-system and language-info-alist for XEmacs.
12163
12164         * gnus-uu.el (gnus-uu-decode-save): Typo.
12165
12166 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12169
12170 2007-07-14  David Kastrup  <dak@gnu.org>
12171
12172         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12173         finishing actions if we did not edit the article.
12174
12175 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12178         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12179         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12180         (gnus-agent-flush-group, gnus-agent-flush-cache)
12181         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12182         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12183         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12184         (gnus-agent-regenerate-group)
12185         (gnus-agent-update-files-total-fetched-for)
12186         (gnus-agent-update-view-total-fetched-for):
12187         Bind file-name-coding-system to nnmail-pathname-coding-system.
12188         (gnus-agent-group-pathname): Don't encode file names by
12189         nnmail-pathname-coding-system.
12190         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12191         coding-system-for-write instead of buffer-file-coding-system to
12192         gnus-agent-file-coding-system.
12193
12194         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12195         Decode group name.
12196
12197         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12198
12199         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12200         (gnus-read-newsrc-el-file): Make group names unibyte.
12201
12202         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12203         nnmail-pathname-coding-system.
12204
12205         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12206         (nnrss-request-delete-group): Bind file-name-coding-system to
12207         nnmail-pathname-coding-system.
12208         (nnrss-read-server-data, nnrss-read-group-data):
12209         Bind file-name-coding-system correctly.
12210         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12211
12212         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12213         (nntp-server-to-method-cache): New variable.
12214         (nntp-group-pathname): New function that decodes non-ASCII group names.
12215         (nntp-possibly-create-directory, nntp-marks-changed-p)
12216         (nntp-save-marks, nntp-open-marks): Use it.
12217         (nntp-possibly-create-directory, nntp-open-marks):
12218         Bind file-name-coding-system to nnmail-pathname-coding-system.
12219         (nntp-open-marks): Decode group names when bootstrapping marks.
12220
12221         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12222         Newsgroups and Folowup-To headers.
12223
12224 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12227         (gnus-server-closed-face, gnus-server-denied-face)
12228         (gnus-server-offline-face): Remove variable.
12229         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12230
12231         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12232         of modifying message-stack directly for XEmacs.
12233
12234         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12235         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12236         if the coding-system argument is nil for XEmacs.
12237
12238         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12239         mm-charset-override-alist.
12240
12241         * rfc2047.el: Don't require base64; require rfc2045 for the function
12242         rfc2045-encode-string.
12243         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12244         to quote the parameter value.
12245
12246 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12249         form in gnus-group-name-charset-method-alist.
12250
12251         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12252         overrides the default layout edit-form.
12253
12254         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12255
12256         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12257
12258 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12261         as unfetched articles.
12262
12263 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12266
12267 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12270         original back end that keeps marks in the local system.
12271
12272 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12275         arg of pop-to-buffer for XEmacs.
12276         (gnus-article-read-summary-keys): Ditto; don't restore window
12277         configuration if summary command ends up with neither article buffer
12278         nor summary buffer; describe bindings if summary keys end with C-h.
12279
12280 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * message.el (message-fix-before-sending): Skip raw message part to be
12283         forwarded while checking illegible text.
12284         (message-forward-make-body-mime, message-forward-make-body):
12285         Mark signed or encrypted raw message as having no illegible text.
12286
12287 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12290         (gnus-message-with-timestamp-1): New macro.
12291         (gnus-message-with-timestamp): New function.
12292         (gnus-message): Use them.
12293
12294         * nnheader.el (nnheader-message): Use them.
12295
12296 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12299         .newsrc.eld file.
12300
12301 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-agent.el (gnus-agent-fetch-headers)
12304         (gnus-agent-retrieve-headers):
12305         Bind gnus-decode-encoded-address-function to identity.
12306
12307         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12308         available also when the server returns simply a dot.
12309
12310         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12311
12312 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12315
12316 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * gnus-ems.el (gnus-x-splash): Make it work.
12319
12320         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12321         from being used.
12322
12323         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12324
12325 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12328         4th and the 5th arguments.
12329
12330         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12331         the front stickiness.
12332         (gnus-article-summary-command-nosave): Correct the order of the
12333         arguments passed to pop-to-buffer.
12334         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12335         summary command ends up with the article buffer.
12336
12337         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12338         the same faces.
12339
12340 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12341
12342         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12343
12344 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12345
12346         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12347         * gnus-sum.el (gnus-summary-highlight):
12348         * pgg.el (pgg-sign-region, pgg-sign):
12349         * mail-source.el (mail-source-delete-old-incoming-confirm):
12350         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12351
12352 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-art.el (gnus-mime-view-part-externally)
12355         (gnus-mime-view-part-internally): Fix predicate function passed to
12356         completing-read.
12357
12358         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12359
12360         * gnus.el (gnus-update-message-archive-method): Add :version.
12361
12362 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus.el (gnus-update-message-archive-method): New variable.
12365
12366         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12367         according to gnus-message-archive-method if
12368         gnus-update-message-archive-method is non-nil.
12369
12370 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12373         Suggested by Loic Dachary <loic@dachary.org>.
12374         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12375
12376 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * message.el (message-pop-to-buffer): Add switch-function argument.
12379         (message-mail): Pass switch-function argument to it.
12380
12381 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12384         Improve doc string.
12385
12386 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12389         (gnus-header-content)
12390         * gnus-cite.el (gnus-cite-10)
12391         * gnus-srvr.el (gnus-server-closed)
12392         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12393         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12394         (gnus-group-mail-3-empty, gnus-group-mail-low)
12395         (gnus-group-mail-low-empty, gnus-splash)
12396         * message.el (message-header-to, message-header-cc)
12397         (message-header-subject, message-header-other, message-header-name)
12398         (message-header-xheader, message-separator, message-cited-text)
12399         (message-mml): Lighten colors of faces used for dark background.
12400
12401 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12402
12403         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12404         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12405
12406 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * message.el (message-narrow-to-headers-or-head):
12409         Ignore mail-header-separator in the body.
12410
12411 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12414         same as window size.
12415
12416 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12417
12418         * message.el (message-font-lock-keywords): Use message-header-xheader
12419         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12420         ahead of the anything pattern, to get it recognised.
12421
12422 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12425         spam.el loads uses it in the compiled defadvice form.
12426
12427 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12428
12429         * gnus-sum.el (gnus-articles-to-read)
12430         (gnus-summary-insert-old-articles): Don't truncate group name for
12431         `read-string'.
12432
12433         * gnus-util.el (gnus-limit-string): Delete this function.
12434
12435         * gnus-sum.el (gnus-simplify-subject-fully):
12436         Use `truncate-string-to-width' instead.
12437
12438 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12439
12440         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12441         Tell if, on summary exit, the next group has to be selected.
12442         (gnus-summary-exit): Use it.
12443
12444 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12447         non-break space.
12448
12449 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12452         Check if group is not a directory.
12453         (nnfolder-request-expire-articles): Don't delete articles if the target
12454         group is not available.
12455
12456         * nnml.el (nnml-request-create-group): Properly check if group is not a
12457         file.
12458         (nnml-request-expire-articles): Don't delete articles if the target
12459         group is not available.
12460
12461         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12462         Don't quote characters that are within parentheses.
12463
12464 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12467         (gnus-handle-ephemeral-exit): Select article according to it.
12468
12469 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * message.el (message-insert-formated-citation-line): Remove newline.
12472         (message-citation-line-format): Add final \n here so that the user can
12473         avoid a blank line.
12474
12475 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12476
12477         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12478         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12479         Update lanl/arXiv support.
12480
12481 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * gnus.el: Bump version number.
12484
12485 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * gnus.el (gnus-version-number): Bump version.
12488
12489 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12490
12491         * gnus.el: No Gnus v0.6 is released.
12492
12493 2007-04-27  Didier Verna  <didier@xemacs.org>
12494
12495         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12496         * gmm-utils.el (gmm-regexp-concat): ... here.
12497         * message.el: Don't require 'gnus-util.
12498         (message-dont-reply-to-names): Handle name change above.
12499         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12500
12501 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12504         since the initial value varies according to the system.
12505
12506 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12509
12510 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12511
12512         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12513
12514 2007-04-24  Didier Verna  <didier@xemacs.org>
12515
12516         Improve the type of gnus-ignored-from-addresses.
12517         * gnus-util.el (gnus-orify-regexp): New function.
12518         * message.el (gnus-util): Require it.
12519         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12520         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12522
12523 2007-04-24  Didier Verna  <didier@xemacs.org>
12524
12525         * gnus-sum.el:
12526         * gnus-utils.el: Fix some trailing whitespaces.
12527
12528 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12531         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12532         article's Message-ID; refer parent article in summary buffer.
12533
12534         * message.el (message-bounce): Call mime-to-mml.
12535
12536         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12537         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12538         optimize and/or forms properly.
12539
12540 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12543         URL.
12544
12545 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12548
12549 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12552         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12553         displayed of multipart/alternative part if it is invoked from summary
12554         buffer.
12555
12556         * mm-view.el (mm-inline-text-html-render-with-w3m)
12557         (mm-inline-text-html-render-with-w3m-standalone)
12558         (mm-inline-render-with-function): Use mail-parse-charset by default.
12559
12560 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12561
12562         * parse-time.el (parse-time-string-chars): Check if CHAR
12563         is less than the length of parse-time-syntax.
12564
12565 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12568         from gnus-newsgroup-processable.
12569
12570 2007-04-16  Didier Verna  <didier@xemacs.org>
12571
12572         * gnus-msg.el (gnus-configure-posting-styles):
12573         Handle message-signature-directory properly with :file syntax.
12574         Reported by "Leo".
12575
12576 2007-04-11  Didier Verna  <didier@xemacs.org>
12577
12578         New user option: message-signature-directory.
12579         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12580         * message.el (message-insert-signature): Ditto.
12581         * message.el (message-signature-file): Doc update.
12582         * message.el (message-signature-directory): New.
12583
12584 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-msg.el (gnus-inews-yank-articles):
12587         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12588
12589 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * message.el (message-yank-original): Make sure cited text ends with
12592         newline; don't exchange point and mark.
12593
12594 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12595
12596         * tls.el (open-tls-stream): Properly handle case where there
12597         is no associated buffer.
12598
12599 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12600
12601         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12602         message-yank-original, make sure (< mark TEXT point).
12603
12604 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * message.el (message-fill-column): New variable.
12607         (message-mode): Use it.  Add comment on a possible new hook.
12608
12609         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12610         (nnmail-get-new-mail): Reformat.
12611
12612         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12613
12614         * gmm-utils.el: Fix Commentary.
12615         (gmm-tool-bar-from-list): Fix typo in doc string.
12616
12617 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12618
12619         * message.el (message-yank-original): Don't switch point and mark
12620         unnecessarily to put point and mark as documented.
12621
12622 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12623
12624         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12625         from the message heads.
12626
12627 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12628
12629         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12630         article buffer does not have a window.  This may not be the best
12631         solution but is certainly better than setting the start of the null,
12632         that is the current, window.
12633
12634 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12637         (gnus-draft-setup): Run it.
12638
12639         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12640         gnus-score-fast-scoring.  Allow regexp.
12641         (gnus-score-headers): Use it.
12642
12643         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12644         XEmacs.
12645
12646         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12647         string.
12648         (gnus-button-alist): Also catch `<f1> k ...'.
12649         (gnus-treat-display-x-face): Fix doc string.
12650
12651 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12652
12653         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12654         evaluation of gnus-extended-version to ensure correct generation of the
12655         User-Agent header when message-generate-headers-first is used.
12656
12657 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12658
12659         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12660         hashcash-path is nil.  Don't call callback with incorrect number of
12661         parameters if val is 0.
12662
12663 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12664
12665         * message.el (message-required-news-headers):
12666         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12667
12668 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12669
12670         * tls.el (open-tls-stream): In handshake-waiting loop,
12671         don't wait more if there is output available to process.
12672
12673 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12674
12675         * tls.el (tls-program): Doc fix.
12676
12677 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * message.el (message-generate-new-buffers): Change the meaning of the
12680         nil value; add `standard' to the choices; treat t as `unique'; improve
12681         doc string.
12682         (gnus-select-frame-set-input-focus): Autoload.
12683         (message-buffer-name): Search for the existing message buffer if
12684         message-generate-new-buffers is nil or `standard'; treat the value t of
12685         message-generate-new-buffers as `unique'.
12686         (message-pop-to-buffer): Raise the frame already displaying the message
12687         buffer; clear the echo area after querying.
12688         (message-setup): Pass the `continue' argument to compose-mail.
12689         (message-mail): Prefer `switch-function' if it is given; search for the
12690         existing message buffer if the `continue' argument is non-nil; pass
12691         continue and switch-function arguments to compose-mail by way of
12692         message-setup.
12693         (message-mail-other-window): Adjust argument of message-setup.
12694         (message-mail-other-frame): Ditto.
12695
12696 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12699         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12700         to turn font-lock on when turning gnus-message-citation-mode on.
12701
12702 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12703
12704         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12705         (mml-smime-function-alist): New variable; add epg as the backend.
12706         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12707         mml-smime- functions instead.
12708         * mm-view.el: Require smime.
12709
12710 2007-03-05  Didier Verna  <didier@xemacs.org>
12711
12712         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12713         instead of just inheritance for posting styles.
12714         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12715
12716 2007-02-24  Chris Moore  <dooglus@gmail.com>
12717
12718         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12719         * pgg-pgp.el (pgg-pgp-encrypt-region):
12720         * pgg-gpg.el (pgg-gpg-encrypt-region):
12721         Check pgg-encrypt-for-me if no other recipients.
12722
12723 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12724
12725         * tls.el (tls-certtool-program): Fix custom type.
12726
12727 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12730         and point-at-eol instead of line-(beginning|end)-position.
12731
12732         * assistant.el (assistant-parse-buffer): Ditto.
12733
12734         * netrc.el (netrc-parse-services): Ditto.
12735
12736 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12737
12738         * mml2015.el (mml2015-epg-find-usable-key): New function.
12739         (mml2015-epg-sign): Use it.
12740         (mml2015-epg-encrypt): Use it.
12741
12742 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * message.el (message-make-in-reply-to): Quote name containing
12745         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12746         if there are special characters.  Reported by NAKAJI Hiroyuki
12747         <nakaji@jp.freebsd.org>.
12748
12749 2007-02-27  Didier Verna  <didier@xemacs.org>
12750
12751         Include the group parameters as well as the topic ones in the
12752         inheritance filter process.
12753         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12754         argument GROUP-PARAMS-LIST.
12755         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12756
12757 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * nntp.el (nntp-never-echoes-commands)
12760         (nntp-open-connection-functions-never-echo-commands): New variables.
12761         (nntp-send-command): Use them.
12762
12763 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12764
12765         * mml2015.el (mml2015-epg-verify): Simplify.
12766
12767 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * mml.el (mml-content-disposition-alist): New user option.
12770         (mml-content-disposition): New function.
12771         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12772         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12773
12774 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12775
12776         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12777         verification.
12778
12779 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12780
12781         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12782         articles posted in the last 24 hours.
12783
12784 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12785
12786         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12787
12788 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12789
12790         * nntp.el (nntp-send-command): Don't wait for echoes when
12791         nntp-open-ssl-stream is used.
12792
12793 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12796         (gnus-message-add-citation-keywords)
12797         (gnus-message-remove-citation-keywords): Remove.
12798         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12799         directly, make the variables in font-lock-defaults buffer-local, add
12800         gnus-message-citation-keywords to them and then update the value of
12801         font-lock-keywords.
12802
12803 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * message.el (message-cite-original-1): Don't call
12806         gnus-article-highlight-citation.
12807
12808         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12809         citations; fix line count.
12810
12811 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12814         (gnus-message-add-citation-keywords)
12815         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12816         versions of font-lock-add-keywords and font-lock-remove-keywords to
12817         work with XEmacs correctly.
12818
12819 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-cite.el (gnus-cite-face-list): Set the values of
12822         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12823         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12824         (gnus-message-cite-prefix-regexp): New variable.
12825         (gnus-message-search-citation-line): Use it; protect against long
12826         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12827         the 0th match data for Emacs.
12828         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12829         (gnus-message-add-citation-keywords): Append keywords rather than
12830         prepending; emulate font-lock-add-keywords if it is not available.
12831         (gnus-message-remove-citation-keywords):
12832         Emulate font-lock-remove-keywords if it is not available.
12833
12834         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12835
12836         * message.el (message-cite-prefix-regexp): Set the value of
12837         gnus-message-cite-prefix-regexp.
12838
12839 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12840
12841         * nnweb.el (nnweb-google-parse-1): Update parser.
12842
12843 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12844
12845         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12846
12847 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12848
12849         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12850         regexp.
12851
12852 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12855         string-to-multibyte.
12856         (uudecode-decode-region-internal): Use it.
12857
12858         * lpath.el: Fbind string-as-multibyte for XEmacs.
12859
12860 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12863         Fix custom choice.
12864
12865         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12866
12867 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12868
12869         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12870
12871         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12872         `write-region' to respect `mm-inhibit-file-name-handlers'.
12873
12874 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12877         Use gnus-home-directory instead of "~/" or "$HOME".
12878
12879 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12880
12881         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12882         to mention filename.
12883         Add comments at beginning regarding usage.
12884         (encrypt-write-file-contents): Change interactive so a string is
12885         acceptable.  If the file has no associated model, show an error instead
12886         of a nonsense prompt.
12887
12888 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12889
12890         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12891         Thanks to Yoshihiko Yamada for kind notification of this typo.
12892
12893 2007-01-12  Kenichi Handa  <handa@m17n.org>
12894
12895         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12896         multibyte buffer.
12897
12898 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-score.el (gnus-score-fast-scoring): New variable.
12901         (gnus-score-headers): Use it.
12902
12903         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12904
12905         * message.el (message-cite-original-1):
12906         Call gnus-article-highlight-citation if requested.
12907         (message-make-from): Allow name and address as optional arguments.
12908
12909         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12910
12911         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12912         bugs to doc string.
12913         (gnus-button-alist): Add mid\\|message-id.
12914         (gnus-button-fetch-group): Extend for use in
12915         `browse-url-browser-function'.
12916         (gnus-button-url-regexp): Try to catch paired parentheses like in
12917         Wikipedia URLs.
12918
12919         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12920         Suggested by Simon Krahnke <overlord@gmx.li>.
12921
12922 2007-01-13  Romain Francoise  <romain@orebokech.com>
12923
12924         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12925         Update copyright.
12926
12927 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12928
12929         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12930
12931 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * gnus-registry.el (gnus-registry-unfollowed-groups)
12934         (gnus-registry-split-fancy-with-parent): Fix documentation.
12935
12936 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12937
12938         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12939         from nnweb groups.
12940
12941 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12942
12943         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12944         Xref urls.  Erase buffer before requesting head.
12945
12946         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12947
12948 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12951         customizable.
12952
12953 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12954
12955         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12956         no signing key is found.
12957         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12958         no encrypting and/or signing key is found.
12959
12960 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12963
12964 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12965
12966         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12967         headers read from disk with the ones newly found in the current search.
12968         This should no longer cause problems, because the article numbers in
12969         Gmane's `nov.php' output are ignored since the previous change.
12970
12971 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12972
12973         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12974
12975 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12978         replace-regexp-in-string; bind url-version; fbind display-images-p and
12979         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12980         find-face and set-itimer-function for Emacs; bind itimer-list for
12981         Emacs.
12982
12983         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12984
12985 2007-01-01  Romain Francoise  <romain@orebokech.com>
12986
12987         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12988
12989 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12990
12991         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12992         `define-minor-mode' macro definition expanded properly.
12993         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12994         exclude it there.
12995
12996         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12997         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12998         `fboundp' test.
12999         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13000         This is OK to autoload in (S)XEmacs now.
13001
13002 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13003
13004         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13005         keystroke.
13006         (gnus-summary-limit-to-singletons): Fix typo.
13007
13008         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13009         else fails.
13010
13011 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13012
13013         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13014         docstring.
13015
13016         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13017         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13018         (gnus-summary-insert-dormant-articles): Fix typo in message.
13019
13020 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13023         nil for XEmacs.
13024         (gnus-message-citation-mode): Don't autoload in XEmacs.
13025
13026         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13027
13028 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13029
13030         * nnimap.el (nnimap-expunge-search-string):
13031         Mention nnimap-search-uids-not-since-is-evil in docstring.
13032
13033 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * spam.el: Revert to make-obsolete-variable because
13036         define-obsolete-variable-alias is not supported in Emacs 21.
13037
13038         * spam.el (spam-ifile-path, spam-ifile-database-path)
13039         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13040         make-obsolete-variable.
13041         (spam-bsfilter-path, spam-bsfilter-program)
13042         (spam-spamassassin-path, spam-spamassassin-program)
13043         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13044         Don't use "path" inappropriately.
13045         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13046         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13047         variable names.
13048
13049 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13050
13051         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13052         summary buffer.
13053
13054         * password.el (password-cache-remove): Use clear-string to burn
13055         password, if available.
13056
13057 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13060
13061         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13062
13063         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13064         (gnus-message-highlight-citation): Move defcustom here from
13065         gnus-cite.el.
13066         (gnus-message-citation-mode): Autoload.
13067
13068         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13069         checks to make it compile with XEmacs.
13070         (gnus-message-citation-mode): New minor mode.
13071         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13072         (gnus-message-highlight-citation): New variables.
13073         (gnus-message-search-citation-line)
13074         (gnus-message-add-citation-keywords)
13075         (gnus-message-remove-citation-keywords)
13076         (turn-on-gnus-message-citation-mode)
13077         (turn-off-gnus-message-citation-mode): New functions.
13078
13079 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13080
13081         * gnus-cite.el: Enable highlighting of different citation levels in
13082         message-mode.
13083
13084 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * message.el (message-make-fqdn): Fix comment.
13087         (message-bogus-system-names): Add ".local".
13088
13089         * spam.el (spam-ifile-path, spam-ifile-program)
13090         (spam-ifile-database-path, spam-ifile-database)
13091         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13092         Don't use "path" inappropriately.
13093         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13094         strings.
13095         (spam-check-ifile, spam-ifile-register-with-ifile)
13096         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13097         Use new variable names.
13098
13099         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13100         (gnus-treat-display-smileys): Simplify using
13101         gnus-image-type-available-p.
13102
13103         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13104         available.
13105
13106         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13107         Use `display-images-p' if available.
13108
13109 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13112         one after turning on the buffer's multibyteness instead of decoding
13113         them directly in the unibyte buffer that causes unexpected conversion
13114         in Emacs 23 (unicode).
13115
13116 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13117
13118         * message.el (message-generate-hashcash): Fix custom type.
13119
13120 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13123
13124 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13127         disconnect icons.  Add help text.
13128
13129 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13130
13131         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13132         negated to be consistent with the others we handle.
13133
13134 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13135
13136         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13137         version of gnus-summary-buffer to something, so that we can use two
13138         article buffers at the same time.
13139
13140 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13141
13142         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13143         trigger all the extra headers.
13144         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13145         sorting.
13146
13147 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13148
13149         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13150         solid groups.
13151
13152 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13153
13154         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13155
13156 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * legacy-gnus-agent.el: Add Copyright notice.
13159
13160 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13161
13162         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13163
13164 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13165
13166         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13167
13168         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13169         to make it work reliably in CVS Emacs.
13170         (gnus-summary-limit-strange-charsets-predicate)
13171         (gnus-summary-limit-to-predicate): New functions.
13172
13173 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13174
13175         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13176         specifying array size.
13177         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13178         array if it is too small.
13179         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13180         (gnus-sort-threads-loop): New function.
13181
13182 2006-12-06  Chris Moore  <dooglus@gmail.com>
13183
13184         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13185         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13186
13187 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13188
13189         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13190         options.
13191
13192 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13193
13194         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13195         DOS-ing the recipient.
13196
13197         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13198         the headers when creating the mapping to avoid mismappings.
13199         (nnweb-gmane-create-mapping): Always nix out old mapping.
13200
13201 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13204         and mm-verify-option to never.
13205
13206 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * message.el (message-signed-or-encrypted-p): New function.
13209         (message-forward-make-body): Use it.
13210
13211         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13212         Replace encode-coding-string with mm-encode-coding-string.
13213
13214 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * nneething.el (nneething-decode-file-name):
13217         Replace decode-coding-string with mm-decode-coding-string.
13218
13219         * gnus-int.el (gnus-open-server): Say failed server's name.
13220
13221 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13222
13223         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13224         strings to a single string.  Quote `errors-file-name'.
13225         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13226         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13227         Adjust calls.  Use `shell-quote-argument'.
13228
13229 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13230
13231         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13232         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13233
13234         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13235         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13236         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13237         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13238         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13239         (gnus-subscribe-newsgroup, gnus-1):
13240         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13241         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13242         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13243         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13244
13245 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13246
13247         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13248         keystroke.
13249         (gnus-summary-limit-to-bodies): Implement headersp.
13250
13251 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252
13253         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13254
13255 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13258
13259 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13260
13261         * message.el (message-generate-hashcash): Expand range of values to
13262         include `opportunistic'.
13263         (message-send-mail): Use it.
13264
13265 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13266
13267         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13268         and comment it.
13269
13270         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13271
13272 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * gnus-util.el (gnus-extract-address-components): Improve comment.
13275
13276 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-util.el (gnus-extract-address-components): Work with address in
13279         which the name portion contains @.
13280
13281         * lpath.el: Fbind custom-autoload.
13282
13283 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * gnus.el (gnus-start): Move custom group up.
13286         (gnus-select-method): Don't autoload, but make it available for
13287         `customize-variable'.
13288         (gnus-getenv-nntpserver): Don't autoload.
13289
13290 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13291
13292         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13293
13294 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * message.el (message-sendmail-extra-arguments): New variable.
13297         (message-send-mail-with-sendmail): Use it.
13298
13299 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13302         mm-with-unibyte-current-buffer to make string unibyte.
13303
13304         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13305         mm-string-as-multibyte.
13306
13307 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13308
13309         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13310         Reported by Werner Koch <wk@gnupg.org>.
13311
13312 2006-11-14  Daiki Ueno  <ueno@p360>
13313
13314         * mml2015.el: Autoload epa-select-keys when compiling.
13315
13316 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13317
13318         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13319         message-options.
13320         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13321
13322 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13323
13324         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13325         EasyPG (< 0.0.6).
13326         (mml2015-always-trust): New user option.
13327         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13328         prompt.
13329
13330 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * nntp.el (nntp-authinfo-force): New variable.
13333         (nntp-send-authinfo): Use it.
13334
13335 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13338         decode encoded words.  Improve prompt.  Add comment about forwarding.
13339         (message-replacement-char): Move up.
13340
13341 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13342
13343         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13344         instead of gnus-intersection because arguments of gnus-sorted-nunion
13345         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13346
13347 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13350         (message-simplify-subject-functions):
13351         Enable message-strip-subject-encoded-words by default.
13352
13353 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * message.el (message-strip-subject-encoded-words): New function.
13356         (message-simplify-subject-functions): New variable.
13357         (message-simplify-subject): Use it.  Fix typo in doc string.
13358         Support message-strip-subject-encoded-words.
13359
13360 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13361
13362         * gnus-diary.el (gnus-diary-delay-format-function):
13363         * nndiary.el (nndiary-reminders):
13364         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13365
13366 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * gnus-art.el (article-hide-boring-headers): Fetch date from
13369         gnus-original-article-buffer to avoid problems with localized date
13370         strings.
13371
13372 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13375
13376 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13379         New variables.
13380         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13381         (mm-charset-synonym-alist): Move some entries to
13382         mm-codepage-iso-8859-list.
13383         (mm-charset-synonym-alist, mm-charset-override-alist):
13384         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13385
13386 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13389
13390 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13393         with Emacs 21 and XEmacs.
13394
13395 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13396
13397         * spam.el (spam-parse-address): New function for better parsing,
13398         catching errors, etc.
13399         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13400
13401 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * mm-view.el: Add interactive arg to html2text autoload.
13404
13405 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13408
13409 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13412         New variables.
13413         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13414         (mm-charset-synonym-alist): Move some entries to
13415         mm-codepage-iso-8859-list.
13416
13417         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13418
13419 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * message.el (message-citation-line-format)
13422         (message-insert-formated-citation-line): Fix implementation of %E, %N
13423         and %n according to the doc string.
13424
13425 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13428         Use car-safe to avoid bad parses.
13429
13430 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13433         names.
13434
13435         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13436
13437 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13440         header.
13441
13442         * message.el (message-draft-headers): Add Date.
13443         (message-headers-to-generate): Fix typo in docstring.
13444
13445         * nndraft.el (nndraft-required-headers): New variable.
13446         (nndraft-generate-headers): Use it.
13447
13448         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13449
13450 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13451
13452         * gnus-registry.el (gnus-registry-wash-for-keywords)
13453         (gnus-registry-find-keywords): New functions to allow easy searching of
13454         articles that are in the registry.
13455
13456 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13457
13458         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13459         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13460         Reported by Damien Elmes <damien@repose.cx>.
13461
13462 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * gnus.el (gnus-mime): Remove unused custom group.
13465
13466 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13467
13468         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13469         "blank line" when searching for end of armor headers.
13470
13471 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gmm-utils.el (gmm-write-region): Fix variable name.
13474
13475 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * gmm-utils.el (gmm-write-region): New function based on compatibility
13478         code from `mm-make-temp-file'.
13479
13480         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13481
13482         * nnmaildir.el (nnmaildir--update-nov)
13483         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13484         Use `gmm-write-region'.
13485
13486 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13489         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13490
13491         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13492
13493         * message.el (message-replacement-char): New variable.
13494         (message-fix-before-sending): Use it.
13495         (message-simplify-subject): New function to remove duplicate code.
13496         (message-reply, message-followup): Use it.
13497
13498         * gnus-sum.el (gnus-summary-make-menu-bar):
13499         Clarify gnus-summary-limit-to-articles.
13500
13501 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-util.el (gnus-with-local-quit): New macro.
13504
13505         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13506
13507 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13508
13509         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13510         ignore non-string data.
13511
13512 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13515         non-string data (needs to be done in the registry too).
13516
13517 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13518
13519         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13520         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13521         (gnus-registry-split-fancy-with-parent)
13522         (gnus-registry-fetch-simplified-message-subject-fast)
13523         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13524         Remove text properties on ingress into the registry and when it's saved.
13525         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13526         registry from entries with no groups.
13527
13528 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13529
13530         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13531         function to remove string properties.
13532
13533 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * gmm-utils.el (gmm): Adjust custom version.
13536
13537         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13538         Adjust custom version.
13539
13540         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13541
13542 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * gnus-art.el (gnus-insert-prev-page-button)
13545         (gnus-insert-next-page-button): Simplify.  Reformat.
13546
13547 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13548
13549         * gnus-art.el (gnus-insert-prev-page-button)
13550         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13551
13552 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13553
13554         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13555
13556 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13557
13558         * gnus-art.el (gnus-insert-mime-button)
13559         (gnus-insert-mime-security-button):
13560         Apply gnus-article-button-face to MIME and security buttons.
13561
13562 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13565         readable.
13566
13567 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13570
13571 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13572
13573         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13574         `browse-url-of-file' instead of `browse-url'.
13575
13576 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13577
13578         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13579         regexp.  Articles containing quotation were cut prematurely.
13580
13581 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * message.el (message-cite-original-1): Use nobody by default for the
13584         value of From header.
13585         (message-reply): Ditto.
13586
13587 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13588
13589         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13590         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13591         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13592
13593 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13596         mails in the doc string.  Add some URLs in comment.
13597         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13598
13599 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13602         backslashes handling and the way to find boundaries of quoted strings.
13603
13604 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13605
13606         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13607         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13608         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13609         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13610
13611 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13614         doc string.
13615         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13616
13617 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * lpath.el: Fbind epg-check-configuration.
13620
13621 2006-09-06  Simon Josefsson  <jas@extundo.com>
13622
13623         * mml2015.el (mml2015-use): Doc fix, mention epg.
13624
13625 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13626
13627         * mml2015.el (mml2015-use): Default to epg, if available.
13628
13629 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13630
13631         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13632         message-sender.
13633         (mml1991-epg-encrypt): Ditto.
13634         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13635         message-sender.
13636         (mml2015-epg-encrypt): Ditto.
13637
13638 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13639
13640         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13641         several common directories.
13642
13643 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13644
13645         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13646         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13647
13648 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-art.el (article-decode-encoded-words): Make it fast.
13651
13652 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13655
13656         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13657         in quoted string into `\'.
13658
13659 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13662         Use standard-syntax-table.
13663
13664 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-art.el (gnus-decode-address-function): New variable.
13667         (article-decode-encoded-words): Use it to decode headers which are
13668         assumed to contain addresses.
13669         (gnus-mime-delete-part): Remove useless `or'.
13670
13671         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13672         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13673         (gnus-nov-parse-line): Use it to decode From header.
13674         (gnus-get-newsgroup-headers): Ditto.
13675         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13676
13677         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13678         (mail-decode-encoded-address-string): New alias.
13679
13680         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13681         New function.
13682         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13683         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13684         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13685         (rfc2047-decode-string): Ditto.
13686         (rfc2047-decode-address-region): New function.
13687         (rfc2047-decode-address-string): New function.
13688
13689 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * message.el (message-caesar-buffer-body): Allow rotating headers.
13692
13693         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13694
13695         * message.el (message-insert-formated-citation-line): Fix %f.
13696         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13697
13698 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13701         (gnus-bookmark-mouse-available-p): New macro.
13702         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13703         (gnus-bookmark-bmenu-show-infos): Use it.
13704         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13705         (gnus-bookmark-bmenu-hide-infos): Ditto.
13706         (gnus-bookmark-remove-properties): New function.
13707         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13708         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13709         (gnus-bookmark-write-file): Bind coding-system-for-write.
13710         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13711         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13712         group before selecting it.
13713         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13714         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13715         quit-window if it is not available; use gnus-mouse-2 and bind it to
13716         gnus-bookmark-bmenu-select-by-mouse.
13717         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13718         (gnus-bookmark-bmenu-select-by-mouse): New function.
13719
13720 2006-08-13  Romain Francoise  <romain@orebokech.com>
13721
13722         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13723         space.
13724
13725 2006-08-10  Romain Francoise  <romain@orebokech.com>
13726
13727         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13728         (dns-mode-soa-auto-increment-serial): New user option.
13729         (dns-mode-soa-maybe-increment-serial): New function.
13730         (dns-mode): Add the latter to `write-contents-functions'.
13731
13732 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * compface.el (uncompface): Use binary rather than raw-text-unix.
13735
13736 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * compface.el (uncompface): Make sure the eol conversion doesn't take
13739         place when communicating with the external programs.
13740         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13741
13742 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13745
13746 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13747
13748         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13749         Make it more robust by parsing author and date independently.
13750
13751 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13754
13755 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13756
13757         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13758         first matching secret key.
13759         (mml2015-epg-encrypt): Ditto.
13760
13761         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13762         first matching secret key.
13763         (mml1991-epg-encrypt): Ditto.
13764
13765         * mml2015.el (mml2015-encrypt-to-self): New user option.
13766         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13767         mml2015-epg-encrypt-to-self is set.
13768
13769         * mml1991.el (mml1991-encrypt-to-self): New variable.
13770         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13771         mml1991-epg-encrypt-to-self is set.
13772
13773         * mml2015.el (mml2015-signers): New user option.
13774         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13775         (mml2015-epg-encrypt): Allow to select signing keys.
13776
13777         * mml1991.el (mml1991-signers): New variable.
13778         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13779         (mml1991-epg-encrypt): Allow to select signing keys.
13780
13781 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * nnheader.el (nnheader-insert-head): Make it work even if the file
13784         uses CRLF for the line-break code.
13785
13786 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13787
13788         * mml2015.el: Require mml-sec instead of password.
13789         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13790         (mml2015-cache-passphrase): Inherit the default value from
13791         mml-secure-cache-passphrase.
13792         (mml2015-passphrase-cache-expiry): Inherit the default value from
13793         mml-secure-passphrase-cache-expiry.
13794
13795         * mml1991.el: Require mml-sec instead of password.
13796         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13797         (mml1991-cache-passphrase): Inherit the default value from
13798         mml-secure-cache-passphrase.
13799         (mml1991-passphrase-cache-expiry): Inherit the default value from
13800         mml-secure-passphrase-cache-expiry.
13801
13802         * mml-sec.el: Require password.
13803         (mml-secure-verbose): New user option.
13804         (mml-secure-cache-passphrase): New user option.
13805         (mml-secure-passphrase-cache-expiry): New user option.
13806
13807 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13808
13809         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13810         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13811         andreas@altroot.de (Andreas Vögele).
13812
13813         FIXME: Use `tiny change'?
13814
13815 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13816
13817         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13818         workaround for the url package included with Emacs.
13819
13820         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13821
13822 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13825         correctly.  This fixes a bug caused by the 2006-05-12 change.
13826
13827 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13828
13829         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13830         some information about the error when saying that the `bogus' mail
13831         group will be used.
13832
13833 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13836         string.
13837
13838 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13839
13840         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13841
13842 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13843
13844         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13845
13846 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13847
13848         * mml1991.el (mml1991-function-alist): Add epg.
13849         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13850         (mml1991-epg-encrypt): New functions.
13851
13852 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13853
13854         * mml2015.el (mml2015-verbose): New variable.
13855         (mml2015-cache-passphrase): Ditto.
13856         (mml2015-passphrase-cache-expiry): Ditto.
13857         (mml2015-function-alist): Add epg.
13858         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13859         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13860         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13861         New functions.
13862
13863 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13864
13865         * message.el (message-cite-original-1): Preserve region when removing
13866         quoted text due to X-No-Archive in order to avoid bogus attribution
13867         when citing multiple messages.
13868
13869 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13870
13871         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13872         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13873
13874 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gnus-diary.el (gnus-user-format-function-d)
13877         (gnus-user-format-function-D): Autoload.
13878
13879         * imap.el (Commentary): Fix typo.
13880
13881         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13882         2006-04-22 contribution.
13883
13884 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13885
13886         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13887         It didn't really fix the bogosity I'm seeing with solid web groups.
13888
13889 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13890
13891         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13892         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13893         created using server names.  If we use the feature without declaring
13894         it, Gnus does not properly manage server and group state.
13895
13896         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13897         bound.
13898
13899 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13900
13901         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13902         looking up the method using GROUP's prefix before inventing a new one.
13903         It is used on killed/unknown groups in various places where returning
13904         an all-new method isn't expected by the caller.
13905
13906         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13907         and match semantics of gnus-group-real-prefix.
13908
13909 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * nnmail.el (nnmail-broken-references-mailers): New variable.
13912         (nnmail-ignore-broken-references): New function generalizing
13913         nnmail-fix-eudora-headers.
13914         (nnmail-fix-eudora-headers): Now obsolete.
13915
13916         * gnus-art.el (gnus-button-handle-custom):
13917         Support `customize-apropos*'.
13918
13919 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13920
13921         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13922
13923         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13924         articles.
13925
13926 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * message.el (message-cite-reply-above): New variable.
13929         (message-yank-original): Use it.
13930
13931 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13934
13935 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13938         as read.
13939
13940         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13941
13942 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13945         (gnus-bookmark-default-file): Use gnus-directory.
13946         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13947         Remove "*" in doc string.
13948         (gnus-bookmark-write-file): Simplify.
13949         (gnus-bookmark-maybe-sort-alist): Use `when'.
13950         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13951         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13952         Add FIXME about Emacs 21 and XEmacs compatibility.
13953         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13954         compatibility.
13955         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13956         compatibility.
13957         (gnus-bookmark-menu-heading): Fix version.
13958
13959 2006-06-19  Bastien Guerry  <bzg@altern.org>
13960
13961         * gnus-bookmark.el: New file.
13962
13963 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * message.el (message-syntax-checks): Doc fix.
13966
13967 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13968
13969         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13970         unsubscribed groups as if they were killed ones.  It causes duplicate
13971         entries in gnus-newsrc-alist.
13972
13973 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * message.el (message-syntax-checks): Doc fix.
13976         (message-send-mail): Add check for continuation headers.
13977         (message-check-news-header-syntax): Fix regexp used to check for
13978         continuation headers.
13979
13980 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13983
13984 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13987
13988 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13991         default-truncate-lines.
13992
13993 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13996         to fill the utf-8 entry.
13997
13998         * lpath.el: Fbind unicode-precedence-list.
13999
14000 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14001
14002         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14003
14004 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14005
14006         * gnus-agent.el (directory-files-and-attributes): Move all the way
14007         forward (the third and final move).
14008         (gnus-agent-read-agentview): Trap reconstruction errors due to
14009         nonexistent directory.  Handle by returning nil.
14010
14011 2006-05-30  Didier Verna  <didier@xemacs.org>
14012
14013         * message.el (message-dont-reply-to-names): Update the custom type.
14014         * message.el (message-dont-reply-to-names): New defsubst: potentially
14015         convert a list of regexps into a single one.
14016         * message.el (message-get-reply-headers): Use it.
14017         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14018
14019 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-agent.el (directory-files-and-attributes): Move forward.
14022
14023 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * gnus-ml.el (gnus-mailing-list-subscribe)
14026         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14027         (gnus-mailing-list-message): Fix doc strings.
14028
14029 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14030
14031         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14032         of doing it manually.
14033
14034 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14037         comment.
14038
14039 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14040
14041         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14042         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14043         (gnus-agent-read-local): All symbols allocated in my-obarray.
14044         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14045         (gnus-agent-regenerate-group): Check numeric names to see if they are
14046         messages or groups.
14047         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14048         better way of do this...)
14049
14050         * gnus-cache.el (gnus-agent-total-fetched-for):
14051         Ignore 'dummy.group' (there should be a better way of do this...)
14052
14053 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14056         (gnus-saved-headers): Ditto.
14057         (gnus-default-article-saver): Mention functions may have properties.
14058         (gnus-article-save): Override gnus-save-all-headers and
14059         gnus-saved-headers by :headers property which saver function may have.
14060         (gnus-summary-save-in-file): Add :headers property.
14061         (gnus-summary-write-to-file): Ditto.
14062
14063         * gnus-sum.el (gnus-summary-save-article): Bind
14064         gnus-prompt-before-saving to t when saving many articles in a file;
14065         always show all headers.
14066
14067         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14068
14069 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14072         marks.
14073
14074         * message.el (message-indent-citation): Add optional arguments to allow
14075         using it outside of message buffers.
14076
14077         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14078         (gnus-article-treat-unfold-headers): Use it.
14079         (gnus-article-truncate-lines): New variable.
14080         (gnus-article-mode): Use it.
14081         (gnus-article-toggle-truncate-lines): New function.
14082
14083         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14084         Add gnus-article-toggle-truncate-lines.
14085
14086         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14087         coding system in XEmacs, use binary.
14088
14089 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14092         after-load-alist.
14093
14094         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14095         this function should save decoded articles.
14096         (gnus-summary-write-to-file): Use property to specify this function
14097         should save decoded articles and specify gnus-summary-save-in-file
14098         should be used to save articles other than the first one when saving
14099         many articles.
14100         (gnus-summary-save-body-in-file): Use property to specify this
14101         function should save decoded articles.
14102         (gnus-summary-write-body-to-file): Use property to specify this
14103         function should save decoded articles and specify
14104         gnus-summary-save-body-in-file should be used to save articles other
14105         than the first one when saving many articles.
14106
14107         * gnus-sum.el (gnus-summary-save-article): Simplify.
14108
14109 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (gnus-default-article-saver):
14112         Add gnus-summary-write-body-to-file.
14113         (gnus-article-save-coding-system): Don't use coding system object
14114         in XEmacs.
14115         (gnus-read-save-file-name): Add optional `dir-var' argument which
14116         specifies directory in which files are saved; work even if optional
14117         `variable' argument is not specified.
14118         (gnus-summary-write-to-file): Read file name.
14119         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14120         (gnus-summary-write-body-to-file): New function.
14121
14122         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14123         (gnus-summary-local-variables): Add it.
14124         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14125         (gnus-summary-save-article): Remove optional `decode' argument;
14126         determine whether to decode articles by the value of
14127         gnus-default-article-saver; when saving many files using
14128         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14129         it first and use gnus-summary-save-in-file or
14130         gnus-summary-save-body-in-file thereafter unless
14131         gnus-prompt-before-saving is always; move point to article which
14132         will be saved.
14133         (gnus-summary-save-article-file): Revert.
14134         (gnus-summary-write-article-file): Revert.
14135         (gnus-summary-save-article-body-file): Revert.
14136         (gnus-summary-write-article-body-file): New function.
14137
14138 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-art.el (gnus-default-article-saver): Doc fix.
14141         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14142         from gnus-summary-save-article-coding-system, and default to a
14143         certain coding system.
14144         (gnus-output-to-file): Add coding cookie and encode text according
14145         to gnus-article-save-coding-system; don't use mm-append-to-file.
14146
14147         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14148         gnus-art.el and rename to gnus-article-save-coding-system.
14149         (gnus-summary-save-article): Require gnus-art; don't show all
14150         headers if it decodes articles; don't add coding cookie here;
14151         don't bind mm-text-coding-system-for-write.
14152         (gnus-summary-save-article-file): Save decoded articles.
14153         (gnus-summary-write-article-file): When saving many files, use
14154         gnus-summary-write-to-file first and gnus-summary-save-in-file
14155         thereafter unless gnus-prompt-before-saving is always.
14156         (gnus-summary-save-article-body-file): Save decoded articles.
14157
14158         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14159
14160 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * nnrss.el (nnrss-check-group): Bind hash-index.
14163
14164 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14165
14166         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14167         its hash index.  Store this hash in `nnrss-group-data'.
14168         (nnrss-read-group-data): Update accordingly.
14169
14170 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14173         entry.
14174
14175         * gnus-sum.el (gnus-summary-make-menu-bar):
14176         Add gnus-article-browse-html-article.
14177
14178 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14179
14180         * gnus-sum.el (gnus-summary-mime-map):
14181         Add gnus-article-browse-html-article.
14182
14183         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14184
14185 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14188         suitable coding systems in customize.
14189
14190 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * mail-source.el (mail-sources): Fix custom type.
14193
14194 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14197         (gnus-summary-expire-articles-now): Shorten prompt.
14198
14199         * gmm-utils.el (wid-edit): Require.
14200         (defun-gmm): Rename from `gmm-defun-compat'.
14201         (gmm-image-search-load-path): Use it.
14202         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14203
14204 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-sum.el (gnus-summary-save-article-coding-system):
14207         New variable.
14208         (gnus-summary-save-article): Add optional `decode' argument.
14209         If it is set and gnus-summary-save-article-coding-system is non-nil,
14210         save decoded article.
14211         (gnus-summary-write-article-file): Save decoded article if
14212         gnus-summary-save-article-coding-system is non-nil.
14213
14214         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14215         type.
14216
14217 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14220
14221 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14224         first to test gnus-single-article-buffer which may be buffer-local.
14225
14226         * gnus-sum.el (gnus-summary-setup-buffer):
14227         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14228         group; make gnus-article-buffer, gnus-article-current, and
14229         gnus-original-article-buffer always buffer-local.
14230         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14231         group.
14232         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14233
14234 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * nnml.el (nnml-request-compact-group): Compressed files might not
14237         have .gz extension.
14238
14239 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14240
14241         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14242         (mm-copy-to-buffer): Use with-current-buffer.
14243         (mm-display-part): Simplify.
14244         (mm-inlinable-p): Add optional arg `type'.
14245
14246 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14247
14248         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14249         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14250         Try harder to show the attachment internally or externally using
14251         gnus-mime-view-part-as-type.
14252
14253 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * message.el (message-from-style, message-signature-separator)
14256         (message-user-organization-file, message-send-mail-function)
14257         (message-citation-line-function, message-yank-prefix)
14258         (message-indent-citation-function, message-signature)
14259         (message-signature-file, message-signature-insert-empty-line):
14260         Remove autoloads.
14261
14262         * gnus-art.el (gnus-buttonized-mime-types):
14263         Remove "multipart/signed".  Revert 2006-04-26 change.
14264
14265 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14266
14267         * gnus.el (gnus-version-number): Bump version.
14268
14269 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14270
14271         * gnus.el: No Gnus v0.5 is released.
14272
14273 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14274
14275         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14276         fetching articles by message-id.
14277
14278 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14279
14280         * message.el (hashcash): Require hashcash as normal.
14281
14282         * ecomplete.el (ecomplete-highlight-match-line):
14283         Use point-at-eol.
14284         (ecomplete-highlight-match-line): Use `highlight', because that
14285         face exists in both Emacs and XEmacs.
14286
14287         * message.el (message-display-abbrev): Use point-at-bol.
14288
14289         * mail-source.el: Don't require timer/timer-funcs.
14290
14291         * gnus-async.el: Ditto.
14292
14293         * password.el: Ditto.
14294
14295         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14296
14297         * mm-url.el: Ditto.
14298
14299         * gnus-xmas.el: Don't require timer-funcs.
14300
14301         * mm-util.el: Require timer/timer-funcs.
14302
14303 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14304
14305         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14306         Close.
14307
14308 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14311         unibyte after clear-decrypt function runs.
14312
14313         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14314         returns as a unibyte string.
14315
14316 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * lpath.el: Revert.
14319
14320         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14321         (pgg-gpg-process-sentinel): Revert.
14322
14323         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14324         (pgg-pgp-lookup-key): Revert.
14325
14326         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14327         (pgg-pgp5-lookup-key): Revert.
14328
14329         * pgg.el (pgg-fetch-key): Revert.
14330
14331 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * lpath.el: Fbind string-as-multibyte for XEmacs.
14334
14335         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14336         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14337         (mml1991-pgg-encrypt): Ditto.
14338
14339         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14340         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14341         a multibyte buffer.
14342
14343         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14344         (pgg-pgp-lookup-key): Ditto.
14345
14346         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14347         (pgg-pgp5-lookup-key): Ditto.
14348
14349         * pgg.el (pgg-fetch-key): Ditto.
14350
14351 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * message.el (message-user-organization-file): Check several
14354         locations of the organization file.
14355
14356         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14357         Add gnus-article-view-part-as-type.
14358
14359         * gnus-art.el (gnus-article-view-part-as-type): New function.
14360
14361         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14362         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14363
14364         * mml.el: Simplify autoload.
14365         (mml-mode): defvar dnd-protocol-alist instead of using
14366         symbol-value.
14367         (mml-default-directory): New variable.
14368         (mml-minibuffer-read-file): Use it.
14369         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14370
14371         * message.el (message-citation-line-format): New variable.
14372         (message-insert-formated-citation-line): New function.
14373         (message-citation-line-function):
14374         Add `message-insert-formated-citation-line' to custom type.
14375
14376         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14377         to doc string.
14378
14379         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14380         depending on mm-verify-option.
14381
14382 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14385         binding pgg-* variables; reimplement the section which prevents
14386         MIME header from being signed.
14387         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14388         pgg-text-mode; remove a blank line at the top of body.
14389
14390         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14391         lines at the top of body; use gnus-newsgroup-charset if there's no
14392         Charset header.
14393
14394 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * message.el (message-self-insert-commands): Doc fix.
14397
14398         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14399         (mm-uu-pgp-encrypted-test): Ditto.
14400         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14401         between header and body; return application/pgp-encrypted handle
14402         if decryption failed; decode decrypted body by charset.
14403
14404         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14405         element match to application/pgp-*.
14406
14407 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14408
14409         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14410         HTML.
14411
14412 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * mail-source.el (mail-source-call-script): Message the error
14415         string.
14416
14417 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14418
14419         * gnus-util.el (gnus-byte-compile): Use it.
14420
14421 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14422
14423         * gnus-util.el (kill-empty-logs): New function.
14424
14425 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14426
14427         * message.el (message-mail-alias-type): Doc fix.
14428         (message-mail-alias-type-p): New function.
14429         (message-send): Use it.
14430         (message-mode): Ditto.
14431         (message-strip-forbidden-properties): Ditto.
14432
14433         * ecomplete.el (ecomplete-database-file-coding-system):
14434         New variable.
14435         (ecomplete-save): Use it.
14436         (ecomplete-setup): Use it.
14437
14438 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * message.el (message-self-insert-commands): New variable.
14441         (message-strip-forbidden-properties): Use it.
14442
14443 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14444
14445         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14446         that doesn't make XEmacs choke.
14447
14448 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-util.el (gnus-replace-in-string):
14451         Prefer replace-regexp-in-string over of replace-in-string.
14452
14453 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * gnus-util.el (gnus-select-frame-set-input-focus):
14456         Use select-frame-set-input-focus if it is available in XEmacs; use
14457         definition defined in Emacs 22 for old Emacsen.
14458
14459         * dgnushack.el: Autoload unmorse-region for XEmacs.
14460
14461         * lpath.el: Bind cursor-in-non-selected-windows and
14462         select-frame-set-input-focus for XEmacs.
14463
14464 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14467
14468 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * gnus-registry.el (gnus-registry-cache-save): Remove text
14471         properties when saving via the temp buffer.
14472
14473 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * message.el (message-generate-hashcash): Honor custom type.
14476
14477 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14478
14479         * message.el (message-generate-hashcash): Default to non-nil when
14480         hashcash is found.
14481
14482         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14483         (gnus-refer-thread-limit): Increase default to 500.
14484
14485         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14486
14487         * flow-fill.el (fill-flowed): Allow delete-space.
14488
14489 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14492         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14493         Remove autoloads.
14494
14495 2006-04-18  Simon Josefsson  <jas@extundo.com>
14496
14497         * message.el (message-generate-hashcash): Default to.
14498
14499 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14502         concatenating segments rather than before concatenating them.
14503
14504 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14507
14508 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14509
14510         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14511
14512         * message.el (message-forward-make-body-plain):
14513         Allow message-forward-ignored-headers to be a list.
14514         (message-remove-ignored-headers): Factor out into function.
14515         (message-forward-make-body-mml): Use it.
14516
14517         * imap.el (imap-quote-specials): New function.
14518         (imap-login-auth): Quote specials.
14519
14520         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14521         (rfc2231-parse-string): Allow concatanation of parameters that
14522         aren't contiguous.  The test case is
14523           (mail-header-parse-content-type "message/external-body;
14524             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14525             access-type=LOCAL-FILE;
14526             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14527
14528 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14529
14530         * nntp.el (nntp-accept-process-output): Return the value of
14531         `nnheader-accept-process-output'.
14532
14533 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14534
14535         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14536         (gnus-button-alist): Recognize more diff formats.
14537         (gnus-button-patch): Strip directory.
14538
14539 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14542         Emacs 22 when setting focus.
14543
14544 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14545
14546         * gnus-art.el (gnus-article-treat-types): Do treatment of
14547         text/x-verbatim parts.
14548         (gnus-button-patch): New command.
14549
14550         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14551         addresses that contain invalid characters.
14552
14553 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14554
14555         * message.el (message-put-addresses-in-ecomplete):
14556         Use gnus-replace-in-string.
14557         (message-is-yours-p): Use the more correct
14558         mail-header-parse-address instead of
14559         mail-extract-address-components.
14560         (message-put-addresses-in-ecomplete): Fix typo.
14561
14562         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14563         keystroke.
14564
14565         * gnus-art.el (gnus-treatment-function-alist): Change order of
14566         newsgroups/generic header folding to avoid double-folding.
14567
14568         * message.el (message-hidden-headers): Add X-Draft-From.
14569
14570         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14571         New command.
14572         (gnus-summary-repeat-search-article-backward): New command.
14573
14574         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14575         groups in the parent topic.
14576
14577 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14578
14579         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14580         (spam-extra-header-to-number): Return the CRM114 number as a
14581         number instead of a string.
14582
14583 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14584
14585         * gnus-art.el (gnus-face-properties-alist): Move here from
14586         gnus-fun.
14587
14588         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14589
14590 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14591
14592         * message.el (message-strip-forbidden-properties): Only display on
14593         self-insert-command.
14594
14595         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14596         reindent.
14597         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14598
14599 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14600
14601         * smiley.el (smiley-style): Fix typo.
14602
14603 2006-03-23  Kenichi Handa  <handa@m17n.org>
14604
14605         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14606         instead of set-buffer-multibyte.
14607
14608 2006-03-23  Kenichi Handa  <handa@m17n.org>
14609
14610         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14611         buffer and then decode the buffer text if necessary.
14612         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14613         first, and after mm-encode-body, change the buffer to unibyte.
14614
14615 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14616
14617         * hashcash.el (hashcash-insert-payment-async-2):
14618         Use message-goto-eoh instead of doing it manually.
14619         (mail-add-payment): Use message-narrow-to-header instead of trying
14620         to do the same itself.
14621
14622         * message.el (message-hidden-headers): Add Face.
14623
14624         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14625         reparenting code.
14626         (gnus-summary-reparent-children): Refactored out code.
14627         (gnus-summary-thread-map): New keystroke.
14628         (gnus-summary-reparent-children): Make into command.
14629
14630         * smiley.el (smiley-style): Default to `medium' if using a large
14631         font.
14632
14633         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14634         does it itself.
14635
14636         * message.el (message-point-in-header-p): Simplify definition.
14637
14638 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14639
14640         * nnagent.el (nnagent-request-set-mark): Silence log file
14641         writing.
14642         (nnagent-request-set-mark): Use write-region instead of
14643         append-to-file.
14644
14645         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14646         strange select method.
14647
14648         * ecomplete.el (ecomplete-display-matches): Get highlightling
14649         right.
14650         (ecomplete-display-matches): Use literals.
14651         (ecomplete-display-matches): Disable message logging.
14652
14653         * message.el (message-display-abbrev): Small optimization.
14654
14655         * ecomplete.el (ecomplete-display-matches): Allow automatic
14656         display.
14657
14658         * message.el (message-strip-forbidden-properties):
14659         Display abbrevs.
14660         (message-display-abbrev): Get automatic display right.
14661
14662         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14663         keystrokes.
14664
14665 2006-04-13  Romain Francoise  <romain@orebokech.com>
14666
14667         TODO: Backport to v5-10!
14668
14669         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14670         Move here (and rename) from gnus-registry.el.
14671
14672         * gnus-registry.el: Require gnus-util.
14673         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14674
14675 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14676
14677         * gnus-group.el (gnus-group-catchup-current):
14678         Change if-then-else-if-then-else into cond.
14679         (gnus-group-catchup): Indent.
14680         (group-name-at-point): New function.
14681         (gnus-fetch-group): Provide default from thing at point.
14682
14683 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14684
14685         * message.el (message-display-abbrev): Fix regexp.
14686
14687         * ecomplete.el (ecomplete-highlight-match-line):
14688         Reimplement choosing.
14689         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14690         dead variables.
14691
14692         * message.el (message-newline-and-indent): Remove debugging.
14693         (message-display-abbrev): Use new implementation.
14694
14695 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus-art.el (gnus-article-mode):
14698         Set cursor-in-non-selected-windows to nil.
14699
14700         * smiley.el: Revert previous change.
14701         (smiley-data-directory): defvar it before using it in the
14702         defcustom of `smiley-style'.
14703
14704 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14705
14706         * message.el (message-newline-and-indent): New function.
14707
14708         * ecomplete.el: Implement more bits.
14709
14710         * message.el (message-put-addresses-in-ecomplete): Clean up the
14711         string.
14712
14713         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14714
14715         * gnus-sum.el (gnus-summary-save-parts):
14716         Bind gnus-summary-save-parts-counter and use it to make unique file
14717         names.
14718
14719         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14720
14721         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14722         parameter to say whether to actually parse the individual
14723         addresses.
14724
14725         * message.el (message-put-addresses-in-ecomplete): New function.
14726         (ecomplete): Require.
14727         (message-mail-alias-type): Add ecomplete as an option.
14728
14729 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14730
14731         * flow-fill.el (fill-flowed): Remove trailing space from blank
14732         quoted lines.
14733
14734 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735
14736         * smiley.el (smiley-style): Move definition later to avoid a
14737         compilation warning.
14738
14739 2006-04-12  Kenichi Handa  <handa@m17n.org>
14740
14741         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14742         buffer and then decode the buffer text if necessary.
14743         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14744         first, and after mm-encode-body, change the buffer to unibyte.
14745         Use mm-disable-multibyte instead of set-buffer-multibyte.
14746
14747 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14750         Content-Type header instead of Content-Disposition header.
14751         (gnus-mime-inline-part): Ditto.
14752         (gnus-mime-view-part-as-charset): Ignore charset that the part
14753         specifies.
14754
14755         * mm-decode.el (mm-display-part): Work with external parts and
14756         usual parts similarly.
14757
14758         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14759         instead of gnus-display-mime.
14760
14761         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14762         instead of with-temp-buffer.
14763
14764         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14765         tag to summarized topics part in order to encode non-ASCII text.
14766
14767 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * smiley.el (smiley-style): New variable.
14770         (smiley-directory): New function.
14771         (smiley-data-directory): Derive from `smiley-style' using
14772         `smiley-directory'.
14773         (smiley-regexp-alist): Add new entries.
14774
14775         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14776         (gnus-article-browse-delete-temp): Add :version.
14777
14778 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14779
14780         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14781         the sieve region.
14782
14783 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14784
14785         * gnus.el (gnus-version-number): Bump version.
14786
14787 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus.el: No Gnus v0.4 is released.
14790
14791 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14792
14793         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14794         layout.
14795
14796         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14797         unknown charset.
14798
14799         * message.el (message-header-synonyms): Add Original-To to the
14800         default.
14801
14802         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14803         optional parameter.
14804
14805 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-fun.el (gnus): Require it for gnus-directory.
14808
14809 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14812
14813 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14814
14815         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14816
14817 2006-04-05  Simon Josefsson  <jas@extundo.com>
14818
14819         * password.el (password-reset): New function.
14820
14821 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14822
14823         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14824         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14825
14826 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14827
14828         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14829         Some whitespace was matched into the url, which broke browsing hits
14830         > 100 when mm-url-use-external was nil.
14831
14832 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14835         Check gnus-extra-headers for 'Newsgroups.
14836
14837         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14838         bound.
14839
14840 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14841
14842         * pgg-gpg.el: Clean up process buffers every time gpg processes
14843         complete.
14844
14845 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14848         doc string.
14849
14850 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14851
14852         * pgg-gpg.el (pgg-gpg-process-filter)
14853         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14854
14855         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14856         lines, temporary fix.
14857
14858 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14861
14862 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14863
14864         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14865         default-enable-multibyte-characters.  This reverts the change from
14866         revision 6.17 which is no longer necessary because the passphrase
14867         is sent separately now.  GnuPG messages are unreadable under
14868         multibyte locales with default-enable-multibyte-characters set to
14869         nil.
14870
14871 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * message.el (message-tool-bar-gnome): Move "spell".
14874
14875 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14878         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14879         instead.
14880
14881 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14882
14883         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14884         Improve newsgroups handling for NNTP overviews which don't include
14885         Newsgroups.
14886
14887 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14888
14889         * message.el (message-resend): Bind message-generate-hashcash to nil.
14890
14891 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14892
14893         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14894         when searching for already-paid recipients.
14895
14896 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14897
14898         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14899         passphrases when it is not needed.
14900         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14901         passphrase stuff from gpg, should only be necessary when you use
14902         gpg with a smartcard.
14903
14904 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mml.el (mml-insert-mime): Ignore cached contents of
14907         message/external-body part.
14908
14909         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14910         (mm-insert-part): Ditto.
14911
14912 2006-03-23  Simon Josefsson  <jas@extundo.com>
14913
14914         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14915         Reiner.
14916         (pgg-gpg-use-agent-p): Use it again.
14917
14918 2006-03-23  Simon Josefsson  <jas@extundo.com>
14919
14920         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14921         older emacsen.
14922         (pgg-gpg-use-agent-p): Don't use it.
14923
14924 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14927         if we can.
14928
14929 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14930
14931         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14932         (pgg-gpg-update-agent): New function.
14933         (pgg-gpg-use-agent-p): New function.
14934         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14935         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14936         (pgg-gpg-sign-region): Use it.
14937
14938 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14941         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14942
14943 2006-03-21  Simon Josefsson  <jas@extundo.com>
14944
14945         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14946         <wilde@sha-bang.de>.
14947         (pgg-gpg-use-agent): New variable.
14948         (pgg-gpg-process-region): Use it.
14949         (pgg-gpg-encrypt-region): Likewise.
14950         (pgg-gpg-encrypt-symmetric-region): Likewise.
14951         (pgg-gpg-decrypt-region): Likewise.
14952         (pgg-gpg-sign-region): Likewise.
14953         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14954
14955 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14958
14959         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14960         Add comment on version.
14961
14962 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * smiley.el: Add missing test smiley.
14965
14966 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * mm-decode.el (mm-with-part): New macro.
14969         (mm-get-part): Use it; work with message/external-body as well.
14970         (mm-save-part): Treat name and filename equally.
14971
14972         * mm-extern.el (mm-extern-cache-contents): New function.
14973         (mm-inline-external-body): Use it; force the part to be displayed;
14974         move undisplayer added to the cached handle to the parent.
14975
14976         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14977         (gnus-mime-view-part-as-type): Work with message/external-body.
14978
14979         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14980
14981 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14984         images in image-load-path.  [Sync with image.el, revision 1.60, in
14985         Emacs.]
14986
14987 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14990         path rather than symbol.  Always return list of directories.
14991         Guarantee that image directory comes first.  [Sync with image.el,
14992         revision 1.59, in Emacs.]
14993
14994         * message.el (message-make-tool-bar): Adjust to new API of
14995         `gmm-image-load-path-for-library'.
14996
14997         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14998
14999         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15000
15001 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15002
15003         * gnus-art.el (gnus-article-only-boring-p):
15004         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15005         intangible text.
15006         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15007
15008 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15011         Use `defun' instead of `gmm-defun-compat'.
15012
15013 2006-03-14  Simon Josefsson  <jas@extundo.com>
15014
15015         * message.el (message-unique-id): Don't use message-number-base36
15016         if (user-uid) is a float.
15017         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15018
15019 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15022
15023         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15024         empty line between a part and a message part.
15025
15026 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * smiley.el: Add more test smileys.
15029         (smiley-data-directory, smiley-regexp-alist)
15030         (gnus-smiley-file-types): Fix doc strings.
15031         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15032         adding new elements.
15033         (smiley-mouse-map): Unused code.  Make it a comment.
15034
15035 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15038         scan latest NoCeM messages instead of old ones.
15039         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15040         delimiters that are recently used.
15041         (gnus-nocem-load-cache): Add autoload cookie.
15042
15043         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15044
15045         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15046         level which is larger than gnus-use-nocem is specified.
15047
15048         * gnus-group.el (gnus-group-get-new-news): Ditto.
15049
15050 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15051
15052         * gnus-util.el (gnus-tool-bar-update): New function.
15053
15054         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15055         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15056
15057         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15058
15059         * gnus-group.el (gnus-group-redraw-when-idle)
15060         (gnus-group-redraw-check): Remove.
15061         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15062
15063 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15066         if optional last element is specified in splits (FIELD VALUE...).
15067
15068 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15071         to gmm-image-load-path-for-library.  Call with no-error argument.
15072         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15073
15074         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15075
15076         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15077
15078         * gmm-utils.el (gmm-image-load-path): Remove alias.
15079
15080 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * gmm-utils.el (gmm-image-load-path): Add alias.
15083
15084         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15085         nnml-generate-nov-databases-1.
15086         (nnml-generate-nov-databases): Use it.
15087         (nnml-generate-nov-databases-directory): Document no-active
15088         argument.
15089
15090         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15091         directory if path is t.  Add no-error.
15092
15093         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15094         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15095
15096         * gnus-art.el (gnus-article-browse-delete-temp-files):
15097         Simplify resetting gnus-article-browse-html-temp-list.
15098
15099         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15100         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15101         Add example to docstring.  Rename local variables.  Move error
15102         checks to default case in cond and simplify.
15103
15104 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15107         handle is multipart when calling it recursively.
15108         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15109
15110 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15111
15112         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15113         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15114
15115 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15118         is loaded.
15119
15120         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15121         loaded.
15122
15123 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15126         to "Emacs 23 (unicode)" in doc string.
15127
15128         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15129         "Emacs 23 (unicode)" in comment.
15130
15131 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15134
15135         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15136         characters 160 through 255 in Emacs 23.
15137
15138 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15141         gnus-article-browse-html-temp.
15142         (gnus-article-browse-delete-temp): Make it customizable.
15143         Add `file'.  Adjust doc string.
15144         (gnus-article-browse-delete-temp-files): Add argument.
15145         Allow query for each file.  Adjust doc string.
15146         (gnus-article-browse-html-parts):
15147         Add `gnus-article-browse-delete-temp-files' to
15148         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15149
15150 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15151
15152         * gnus-art.el (gnus-article-browse-html-temp)
15153         (gnus-article-browse-delete-temp): New variables.
15154         (gnus-article-browse-delete-temp-files): New function.
15155         (gnus-article-browse-html-parts): Use it.
15156
15157 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15160
15161         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15162         string.
15163
15164         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15165         gnus-summary-insert-new-articles when unplugged.
15166         Remove gnus-summary-search-article-forward.
15167
15168         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15169         display-visual-class instead of display-color-cells.
15170
15171 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * dgnushack.el: Autoload customize-group for XEmacs.
15174
15175         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15176         message/* containing non-ASCII text properly.
15177
15178 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * message.el: Require gmm-utils, remove autoloads.
15181         (message-tool-bar): Set default based on
15182         gmm-tool-bar-style.
15183         (message-tool-bar-gnome): Add gmm-customize-mode.
15184
15185         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15186         gmm-tool-bar-style.
15187         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15188
15189         * gnus-group.el (gnus-group-tool-bar): Set default based on
15190         gmm-tool-bar-style.
15191         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15192
15193         * gmm-utils.el (gmm-image-directory): Rename variable from
15194         gmm-image-load-path.
15195         (gmm-image-load-path): Use gmm-image-directory.
15196         (gmm-customize-mode): New function.
15197         (gmm-tool-bar-style): New variable.
15198
15199         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15200         gnus-group-redraw-line-number.
15201         (gnus-group-redraw-check): Simplify.
15202         (gnus-group-tool-bar-update): Remove redraw check.
15203         (gnus-group-make-tool-bar): Add redraw check.
15204
15205 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15206
15207         * gnus-art.el (gnus-button): Add missing parentheses.
15208
15209 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * lpath.el: Fbind line-number-at-pos.
15212
15213 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15216
15217 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-art.el (gnus-button): New face.
15220         (gnus-article-button-face): Use it.
15221
15222         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15223         Add gnus-summary-next-page.  Re-order.
15224
15225         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15226         next-node are now included.
15227         (gnus-group-redraw-line-number): New internal variable.
15228         (gnus-group-redraw-check): Helper function for updating the tool
15229         bar.
15230         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15231
15232         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15233
15234         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15235         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15236         Use it to match format of Spamassassin 3.0 and later.
15237         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15238         (spam-check-bogofilter)
15239         (spam-bogofilter-register-with-bogofilter): Fix args of
15240         `gnus-error' calls.
15241
15242 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15245         unnecessary interaction when sending queued mails.
15246         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15247
15248 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15251         first or last are nil.
15252
15253 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15254
15255         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15256
15257 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15258
15259         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15260
15261 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15262
15263         * dns.el (query-dns): Protect more against buggy tcp output.
15264
15265 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15268         nov.php.
15269
15270 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15271
15272         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15273         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15274         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15275         output on the server side.
15276         (nnweb-google-create-mapping): Update regexps and add some
15277         progress indication.
15278
15279 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * gnus-group.el (gnus-group-tool-bar-gnome):
15282         Fix gnus-agent-toggle-plugged.  Re-order icons.
15283         (gnus-group-tool-bar-gnome):
15284         Add gnus-group-{prev,next}-unread-group.
15285         (gnus-group-tool-bar-gnome): Re-order icons.
15286
15287         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15288         Move gnus-summary-insert-new-articles.
15289
15290         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15291         Fix comments.
15292
15293         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15294         also available in Emacs 21.3.
15295
15296         * message.el (message-fix-before-sending): Change "Emacs 22" to
15297         "Emacs 23 (unicode)" in comment.
15298
15299         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15300         "Emacs 23 (unicode)" in comment.
15301
15302         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15303         comment.
15304         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15305
15306         * mm-view.el (mm-fill-flowed): Add :version.
15307
15308 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15311         and load-path.
15312
15313 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * message.el: Autoload gmm-image-load-path.
15316         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15317         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15318         consitency.
15319
15320         * gmm-utils.el (gmm-image-load-path): Also search in
15321         "../etc/images".  Don't set gmm-image-load-path if we don't find
15322         the image.
15323
15324 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gmm-utils.el (gmm-image-load-path): Don't make
15327         `gmm-image-load-path' include subdirectories which the second arg
15328         `image' might specify.
15329
15330         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15331         subdirectory to icon file names.
15332
15333         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15334
15335 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15338         gmm-image-load-path calls.
15339
15340         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15341
15342         * message.el (message-make-tool-bar): Ditto.
15343
15344         * mml.el (mml-preview): Add comment concerning tool bar icons.
15345
15346         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15347         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15348
15349         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15350         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15351
15352         * message.el (message-tool-bar-gnome): Use new icon names.
15353         (message-make-tool-bar): Use `gmm-image-load-path'.
15354
15355         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15356         New functions from MH-E.
15357         (gmm-image-load-path): New variable from MH-E.
15358         (gmm-image-load-path): New function from MH-E.  Add arguments
15359         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15360         *-image-load-path-called-flag.
15361
15362 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15363
15364         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15365
15366 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15367
15368         * nnimap.el (nnimap-request-move-article): Change folder back to
15369         source group before deleting.
15370
15371 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15374
15375         * gnus-art.el (mm-url-insert-file-contents-external):
15376         Autoload mm-url.
15377
15378         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15379
15380 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15383         coding system which mm-charset-to-coding-system returns for a
15384         given charset is valid.
15385
15386 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15387
15388         * html2text.el (html2text-remove-tag-list):
15389         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15390
15391 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15392
15393         * gnus-cus.el: Revert 2005-10-17 change.
15394
15395 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-art.el (article-strip-banner):
15398         Call article-really-strip-banner only when the regexp match is made.
15399
15400 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-art.el (article-strip-banner):
15403         Use gnus-extract-address-components instead of
15404         mail-header-parse-addresses to make it work with non-ASCII text;
15405         remove mail-encode-encoded-word-string.
15406
15407         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15408         values which are surrounded with \"...\"; make it never cause a
15409         Lisp error; give up parsing of parameters if it failed in
15410         extracting type.
15411
15412 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15413
15414         * smime.el (smime-cert-by-ldap-1): Fix bug where
15415         `smime-ldap-search' returns results without userCertificates.
15416
15417 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15420
15421 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * spam.el (spam-check-spamassassin-headers): Adapt format for
15424         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15425         <ari@mbf.ocn.ne.jp>.
15426         (spam-list-of-processors): Add spam-use-gmane.
15427
15428 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15431         make-temp-file; make it work with XEmacs as well.
15432
15433         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15434         mm-make-temp-file.
15435
15436         * mm-decode.el (mm-display-external): Use the 3rd arg of
15437         mm-make-temp-file.
15438         (mm-create-image-xemacs): Ditto.
15439
15440 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15443         with message-narrow-to-headers.
15444         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15445         (gnus-draft-check-draft-articles): New function.
15446         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15447
15448 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * gnus-art.el (gnus-article-browse-html-parts):
15451         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15452         Don't use suffix argument for mm-make-temp-file for Emacs 21
15453         compatibility.  Remove useless `format'.
15454
15455 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15456
15457         * nnweb.el (nnweb-google-wash-article): Update regexps.
15458         (nnweb-group-alist): Use defvoo instead of defvar.
15459
15460 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15463         re-loading nn* modules.
15464
15465 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15468         for `tool-bar-mode' and don't check it's default-value.
15469
15470         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15471
15472         * message.el (message-make-tool-bar): Ditto.
15473
15474         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15475         `substring'.  Shorten tmp-file name.
15476
15477         * gnus.el: Remove bogus comment.
15478
15479 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15480
15481         * gnus-art.el (gnus-article-browse-html-parts): New function.
15482         (gnus-article-browse-html-article): New function for viewing html
15483         articles with a browser.
15484
15485 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15486
15487         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15488         in elisp.
15489         (pgg-gpg-encrypt-symmetric-region): Ditto.
15490         (pgg-gpg-sign-region): Ditto.
15491
15492         * pgg-def.el (pgg-text-mode): New variable.
15493
15494         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15495         (mml2015-pgg-encrypt): Ditto.
15496
15497         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15498         (mml1991-pgg-encrypt): Ditto.
15499
15500 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * nnfolder.el (nnfolder-insert-newsgroup-line):
15503         Use message-make-date instead of current-time-string.
15504
15505         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15506         to gnus-decoded which mm-uu might set.
15507
15508 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15511         don't decode quoted parameters; remove misimported Emacs code.
15512         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15513         (rfc2231-decode-encoded-string): Don't use split-string which
15514         behaves differently according to Emacs version; use
15515         mm-decode-coding-region to convert charset to coding-system.
15516         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15517         (rfc2231-encode-string): Remove misimported Emacs code.
15518
15519 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15522         when calling mail-header-parse-content-type.
15523         (article-de-quoted-unreadable): Ditto.
15524         (article-de-base64-unreadable): Ditto.
15525         (article-wash-html): Ditto.
15526
15527         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15528         calling mail-header-parse-content-type and
15529         mail-header-parse-content-disposition.
15530         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15531         mail-header-parse-content-type.
15532
15533         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15534         insert charset and format parameters; encode description after
15535         inserting it to buffer.
15536         (mml-insert-parameter): Fold lines properly even if a parameter is
15537         segmented into two or more lines; change the max column to 76.
15538
15539         * rfc1843.el (rfc1843-decode-article-body): Don't use
15540         ignore-errors when calling mail-header-parse-content-type.
15541
15542         * rfc2231.el (rfc2231-parse-string): Return at least type if
15543         possible; don't cause an error even if it fails in parsing of
15544         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15545         (rfc2231-encode-string): Don't break lines at the beginning, leave
15546         it to mml-insert-parameter.
15547
15548         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15549         calling mail-header-parse-content-type.
15550
15551 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15552
15553         * spam-report.el (spam-report-gmane-use-article-number):
15554         Improve doc string.
15555         (spam-report-gmane-internal): Check if a suitable header was found
15556         in the article.
15557
15558 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15561         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15562
15563 2006-02-05  Romain Francoise  <romain@orebokech.com>
15564
15565         Update copyright notices of all files in the gnus directory.
15566
15567 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15568
15569         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15570
15571 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15574         segmented lines of parameter value to cope with Thunderbird 1.5
15575         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15576         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15577         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15578
15579 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15580
15581         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15582         parts.
15583
15584 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15585
15586         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15587         there's only one active file for all servers.
15588         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15589         solid groups.  Gnus might have used a FAST request to select the group.
15590         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15591         and nnweb-search redundantly in the active file.
15592         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15593         (nnweb-request-create-group): Don't use ARGS.
15594         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15595         initialisations.  Let nnoo do the work.
15596
15597 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15600         Say the part has been decoded.
15601
15602         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15603
15604 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15605
15606         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15607         mailcap-viewer-test-cache when there's no 'test clause, since that
15608         will invert the meaning of a "nil" test previously determined by
15609         mailcap-mailcap-entry-passes-test.
15610
15611 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15614         compiling.
15615
15616         * gnus-sum.el: Ditto.
15617
15618         * message.el: Don't bind tool-bar-map when compiling.
15619
15620 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15623
15624 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15625
15626         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15627         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15628         current Google Groups.
15629
15630 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15631
15632         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15633         and tool-bar-mode.
15634
15635         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15636         and tool-bar-mode.
15637
15638         * message.el (message-tool-bar-update): Simplify.
15639         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15640
15641         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15642         gnus-summary-buffer.
15643         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15644         gnus-summary-reply.
15645
15646         * gmm-utils.el (gmm): Add :version.
15647
15648 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * Makefile.in (clean): New rule.
15651         (distclean): Use it.
15652
15653 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15654
15655         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15656         Don't autoload.
15657
15658 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gmm-utils.el (gmm-verbose): Add :group.
15661
15662 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * message.el: Change some comments WRT tool-bars.
15665
15666         * gnus-sum.el (gnus-summary-tool-bar)
15667         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15668         (gnus-summary-tool-bar-zap-list): New variables.
15669         (gnus-summary-make-tool-bar): Complete rewrite using
15670         `gmm-tool-bar-from-list'.
15671
15672         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15673         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15674         New variables.
15675         (gnus-group-make-tool-bar): Complete rewrite using
15676         `gmm-tool-bar-from-list'.
15677         (gnus-group-tool-bar-update): New function.
15678
15679         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15680
15681 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15684         is dissected into a single part of which the type is the same as
15685         the given one; decode charset.
15686
15687 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15688
15689         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15690         into alists as symbol not string, since that's what
15691         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15692         look for.
15693
15694 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15697         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15698
15699         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15700
15701 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15704         (gnus-xmas-mime-security-button-menu): New function.
15705
15706         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15707         (gnus-mime-security-button-menu): New definition.
15708         (gnus-mime-security-button-map): Use them.
15709         (gnus-mime-security-button-menu): New function.
15710         (gnus-insert-mime-security-button): Addition to help echo.
15711         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15712         (gnus-mime-security-pipe-part): New functions.
15713
15714         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15715         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15716
15717         * mm-decode.el (mm-handle-set-disposition): Remove.
15718         (mm-handle-set-description): Remove.
15719
15720 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15723         (mm-w3m-standalone-supports-m17n-p): New function.
15724         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15725         w3m usage.
15726
15727         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15728         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15729
15730 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * message.el (message-tool-bar-zap-list):
15733         Use gmm-tool-bar-zap-list as custom type.
15734         (message-tool-bar-update): New function.
15735         (message-tool-bar, message-tool-bar-gnome)
15736         (message-tool-bar-retro): Add message-tool-bar-update.
15737         (message-tool-bar-gnome): Add flyspell-buffer.
15738
15739         * gnus-util.el (gnus-error): Describe `args'.
15740
15741         * gmm-utils.el (gmm-error): Describe `args'.
15742         (gmm-tool-bar-zap-list): New widget.
15743         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15744
15745 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15748         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15749         the number of recursive calls.
15750
15751         * mm-decode.el (mm-handle-set-disposition): New macro.
15752         (mm-handle-set-description): New macro.
15753
15754 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15757         encoding.
15758
15759 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15760
15761         * message.el (message-tool-bar-zap-list, message-tool-bar)
15762         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15763         (message-tool-bar-local-item-from-menu): Remove.
15764         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15765         (message-make-tool-bar): New function.
15766         (message-mode): Use `message-make-tool-bar'.
15767
15768         * gmm-utils.el: New file.
15769         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15770         (gmm-lazy): New widget copied from `nnmail.el'.
15771         (gmm-tool-bar-from-list): New function for creating customizable
15772         tool bars.
15773         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15774         output.
15775         (gmm): Add :prefix to defgroup.
15776
15777 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15778
15779         * gmm-utils.el (gmm-widget-p): New function.
15780
15781 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * mml.el (mml-attach-file): Describe `description' in doc string.
15784         (mml-menu): Add Emacs MIME manual and PGG manual.
15785
15786 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15787
15788         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15789
15790 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15791
15792         * nntp.el (nntp-end-of-line): Doc fix.
15793
15794 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15795
15796         * imap.el (imap-open): Handle case where buffer is a buffer
15797         object.
15798
15799 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15800
15801         * gnus-delay.el (gnus-delay): Don't autoload.
15802         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15803         to be re-loaded when customizing the `gnus-delay' group.
15804
15805 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15806
15807         * message.el (message-insert-citation-line): Use newlines.
15808
15809 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15810
15811         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15812         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15813         these routines, so the passphrase can be managed externally and
15814         passed in to the system.
15815         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15816         pgg-add-passphrase-to-cache function.
15817
15818         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15819         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15820         these routines, so the passphrase can be managed externally and
15821         passed in to the system.
15822         (pgg-pgp5-sign-region): Use new name of
15823         pgg-add-passphrase-to-cache function.
15824
15825 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15826
15827         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15828         part of the decoded armor to find the key-identifier.
15829         (pgg-gpg-lookup-key-owner): New function to return the
15830         human-readable identifier of a key owner.
15831         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15832         itself.
15833         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15834         the key value) if we have a key and can match it against a secret
15835         key.  Also, added a note pointing out fact that the prompt only
15836         indicates the first matching key.
15837
15838         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15839         pgg-decrypt-region.
15840         (pgg-add-passphrase-to-cache): Rename from
15841         `pgg-add-passphrase-cache' to reduce confusion (all callers
15842         changed).
15843         (pgg-remove-passphrase-from-cache): Rename from
15844         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15845         changed).
15846         (pgg-read-passphrase, pgg-add-passphrase-cache)
15847         (pgg-remove-passphrase-cache): Add informative docstrings.
15848         (pgg-decrypt): Convey provided passphrase in subordinate call to
15849         pgg-decrypt-region.
15850
15851 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15852
15853         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15854         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15855         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15856         'passphrase' argument, so the passphrase can be managed externally
15857         and then passed in to the system.
15858
15859         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15860         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15861         so the passphrase cache can be used reliably with identifiers
15862         besides a pgp packet's key id.
15863
15864         * pgg-gpg.el (pgg-gpg-encrypt-region)
15865         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15866         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15867         these routines, so the passphrase can be managed externally and
15868         passed in to the system.
15869
15870         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15871         'notruncate' argument, so the passphrase cache can be used
15872         reliably with identifiers besides a pgp packet's key id.
15873
15874 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15875
15876         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15877         symmetric encryption.
15878         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15879         encrypted session key.
15880         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15881         message ask for the passphrase in a proper way.
15882
15883         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15884         New user commands for symmetric encryption.
15885
15886 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15889
15890         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15891
15892 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15893
15894         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15895
15896 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * mm-decode.el (mm-inlined-types): Add application/pgp.
15899         (mm-automatic-display): Ditto.
15900
15901         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15902         part as text.
15903
15904 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * nnrss.el: Update copyright.
15907         (nnrss-opml-import): Query whether to subscribe to each entry.
15908
15909         * gnus-art.el:
15910         * gnus-sum.el:
15911         * gnus-xmas.el:
15912         * messagexmas.el:
15913         * mm-uu.el:
15914         * mm-view.el: Update copyright.
15915
15916 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * message.el (message-info): New function.
15919         (message-mode-menu): Add it.
15920         Update copyright.
15921
15922         * ChangeLog: Fix and update copyright.
15923
15924 2006-01-13  Romain Francoise  <romain@orebokech.com>
15925
15926         * message.el (message-forward-subject-name-subject): Prefer the
15927         address to 'nowhere' if the sender has no name.
15928         Fix typo.  Update copyright year.
15929
15930 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-art.el (article-wash-html):
15933         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15934         (gnus-article-wash-html-with-w3m-standalone): New function.
15935
15936         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15937         mm-inline-text-html-render-with-w3m-standalone.
15938         (mm-text-html-washer-alist): Map w3m-standalone to
15939         gnus-article-wash-html-with-w3m-standalone.
15940         (mm-inline-text-html-render-with-w3m-standalone): New function.
15941
15942 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15943
15944         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15945         Improve LaTeX.
15946
15947 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15950         (nnrss-request-article): Render text/plain parts as HTML.
15951
15952         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15953         the buffer.
15954
15955 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15956
15957         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15958         custom definition of `gnus-posting-styles'.
15959
15960         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15961         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15962
15963 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15966         Use nntp for bug archive.
15967
15968 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15971         parts.
15972         (nnrss-normalize-date): New function converts ISO 8601 date into
15973         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15974         (nnrss-check-group): Use it.
15975
15976 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15979
15980         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15981         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15982         (nnrss-insert-w3): Ditto.
15983
15984 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15987         the articles to be forwarded including the case where neither a
15988         number of articles nor a region is specified.
15989
15990 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * nnrss.el (nnrss-request-article): Fix last change; fill
15993         text/plain parts.
15994
15995 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15998         in text/plain part.
15999         (nnrss-check-group): Don't add excessive newline to dc:subject.
16000
16001 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16002
16003         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16004         article.
16005
16006 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16009         (nnml-use-compressed-files, nnml-save-mail): Support other
16010         comression programs such as bzip2.
16011
16012 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16013
16014         * dns.el (query-dns): Make sure we check the buffer size before
16015         removing tcp headers.
16016
16017 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16020         remove MIME buttons associated with multipart/alternative parts.
16021         (gnus-mime-display-alternative): Tag buttons using `article-type'
16022         text property.
16023
16024         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16025         associated with multipart/alternative parts.
16026
16027         * gnus-art.el (gnus-signature-separator): Fix custom type.
16028
16029         * mm-decode.el (mm-inlined-types): Fix custom type.
16030         (mm-keep-viewer-alive-types): Ditto.
16031         (mm-automatic-display): Ditto.
16032         (mm-attachment-override-types): Ditto.
16033         (mm-inline-override-types): Ditto.
16034         (mm-automatic-external-display): Ditto.
16035
16036 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * spam-report.el (spam-report-user-mail-address)
16039         (spam-report-user-agent): New variables.
16040         (spam-report-url-ping-plain): Use spam-report-user-agent.
16041
16042 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16043
16044         * gnus-art.el (gnus-button-handle-custom): Do not just use
16045         `customize-apropos' for any "M-x customize-*" button but the
16046         function called for.  Accept both the function name and its
16047         argument in order to achieve this.
16048         (gnus-button-alist): Remove support for "custom:" URL's.
16049         Pass function name to `gnus-button-handle-custom' in case of "M-x
16050         customize-*" buttons.
16051
16052 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16055         multipart/alternative and add xref to mm-discouraged-alternatives
16056         in doc string.
16057
16058         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16059         gnus-buttonized-mime-types in doc string.
16060
16061 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16064         Suggest image/.* in the doc string.
16065
16066 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16067
16068         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16069         message-marks (Debian bug #342521).
16070
16071 2005-12-12  Simon Josefsson  <jas@extundo.com>
16072
16073         * password.el (password-read-from-cache): Add.
16074         (password-read): Use it.
16075
16076 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * rfc2047.el (rfc2047-charset-to-coding-system):
16079         Recognize us-ascii as a MIME charset.
16080
16081         * mm-bodies.el (mm-decode-content-transfer-encoding):
16082         Protect against the case where the 2nd arg TYPE is nil.
16083
16084 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16085
16086         * pop3.el (pop3-stream-type): Fix custom version.
16087
16088         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16089
16090 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16091
16092         * mm-decode.el (mm-display-external): Add missing cdr.
16093
16094 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16097         RFC1524) if it is in mailcap or add a suffix according to
16098         mailcap-mime-extensions when generating a temp filename; postpone
16099         deleting a temp file for 2 seconds for some wrappers, shell
16100         scripts, and so on, which might exit right after having started a
16101         viewer command as a background job.
16102
16103 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * nntp.el (nntp-marks-directory): Fix custom group.
16106
16107         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16108         steps when < 10.
16109
16110         * gnus-start.el (gnus-no-server-1):
16111         Mention `gnus-level-default-subscribed' in doc string.
16112
16113 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16114
16115         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16116         parens.
16117
16118 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * gnus-xmas.el (gnus-use-toolbar): Revert.
16121         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16122         gnus-use-toolbar is default.
16123
16124         * messagexmas.el (message-use-toolbar): Revert.
16125         (message-setup-toolbar): Use global default-toolbar if
16126         message-use-toolbar is default.
16127
16128 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16131         according to default-toolbar-visible-p.
16132
16133         * messagexmas.el (message-use-toolbar): Ditto.
16134
16135 2005-11-26  Dave Love  <fx@gnu.org>
16136
16137         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16138         (tls-program, tls-success): Provide openssl alternative.
16139
16140         * starttls.el: Doc fixes.
16141         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16142         SERVICE to PORT.
16143
16144         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16145         port null or service name.
16146         (starttls-negotiate): Autoload.
16147
16148 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * message.el (message-kill-to-signature): Fix interactive spec.
16151
16152 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * pop3.el (pop3-open-server): Recognize a string as a service name.
16155
16156 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16157
16158         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16159
16160 2005-11-23  Dave Love  <fx@gnu.org>
16161
16162         Add pop3s, pop3/starttls.
16163
16164         * pop3.el (pop3-authentication-scheme): Clarify doc.
16165         (open-tls-stream, starttls-open-stream): Autoload.
16166         (pop3-stream-type): New.
16167         (pop3-open-server): Use it.
16168
16169         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16170         for POP.
16171         (mail-source-keyword-map): Add :stream for POP.
16172         (mail-source-fetch-pop): Use pop3-stream-type.
16173
16174 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16177         of current-time-string.
16178
16179 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16180
16181         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16182         date header.
16183
16184 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16185
16186         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16187         it can seriously impact performance as it bypasses the agent's
16188         local caches.
16189
16190 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16191
16192         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16193         must be explicitly online rather than "not explicitly offline" for
16194         its flags to be synchronized.
16195
16196         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16197         that gnus-uu-unmark-thread will function correctly.
16198
16199         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16200         1024K is instead displayed as 1M.
16201
16202 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16205
16206 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16207
16208         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16209
16210 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16211
16212         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16213         error message to display actual error condition.
16214         (gnus-agent-save-local): Avoid saving symbols that are bound to
16215         nil as they simply result in a warning message in
16216         gnus-agent-read-local.
16217
16218 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16221         rather than make-variable-buffer-local for file-precious-flag.
16222
16223 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16224
16225         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16226         for duplicates which are removed.  The invalid sort check then
16227         triggers a rescan after the sort as sorting may have moved
16228         duplicate entries such that they can be cheaply detected.
16229
16230 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16233
16234 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16235
16236         * gnus-agent.el (gnus-agent-article-alist-save-format):
16237         Change internal variable to a custom variable.  Change default value
16238         from compressed(2) to uncompressed(1).
16239         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16240         support for uncompressed agentview files.  Taken together, reading
16241         the agentview file should now be 6-7 times faster.
16242
16243 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16244
16245         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16246         as a buffer-local variable.  This avoids creating truncated
16247         dribble files as a result of a hang up, eg.
16248
16249 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16250
16251         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16252         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16253         XEmacs.
16254
16255 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * gnus-start.el (gnus-start-draft-setup):
16258         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16259
16260         * gnus.el (gnus-splash): Change custom group.
16261         (gnus-group-get-parameter, gnus-group-parameter-value):
16262         Describe allow-list argument.
16263
16264         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16265         string.
16266
16267 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * gnus-art.el (gnus-default-article-saver): Add user-defined
16270         `function' to custom type.
16271
16272 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16273
16274         * imap.el (imap-open): Handle case where buffer is a buffer
16275         object.
16276
16277 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16280         long lines.
16281         (gnus-cache-delete-group): Wrap doc strings.
16282
16283         * gnus-agent.el (gnus-agent-rename-group)
16284         (gnus-agent-delete-group): Wrap doc strings.
16285
16286 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * messagexmas.el (message-use-toolbar): Change the valid values
16289         into default, top, bottom, left, and right.
16290         (message-toolbar-thickness): New variable.
16291         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16292         well.
16293         (message-setup-toolbar): Make it work.
16294
16295         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16296         (gnus-use-toolbar): Change the valid values into default, top,
16297         bottom, left, and right.
16298         (gnus-toolbar-thickness): New variable.
16299         (gnus-xmas-setup-toolbar): New function.
16300         (gnus-xmas-setup-group-toolbar): Use it.
16301         (gnus-xmas-setup-summary-toolbar): Use it.
16302
16303 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16304
16305         * gnus-start.el (gnus-1): Add "native" to
16306         gnus-predefined-server-alist.
16307
16308         * gnus.el (gnus-method-to-server): Don't add "native" to the
16309         lists here, because that leads to problems when
16310         gnus-select-method is bound.
16311
16312 2005-11-09  Simon Josefsson  <jas@extundo.com>
16313
16314         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16315         use (not sort-by-date) instead.
16316
16317 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16318
16319         * gnus-delay.el (gnus-delay-group): Don't autoload.
16320         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16321         to be re-loaded when customizing the `gnus-delay' group.
16322
16323 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16324
16325         * message.el: Revert last changes.
16326         (message-insert-citation-line): Use newlines.
16327
16328 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16329
16330         * message.el (message-courtesy-message)
16331         (message-mark-insert-begin, message-mark-insert-end)
16332         (message-elide-ellipsis, message-cancel-message)
16333         (message-add-header, message-change-subject)
16334         (message-cross-post-followup-to-header)
16335         (message-cross-post-insert-note, message-reduce-to-to-cc)
16336         (message-widen-reply, message-delete-not-region)
16337         (message-kill-to-signature, message-insert-signature)
16338         (message-insert-importance-high, message-insert-importance-low)
16339         (message-insert-or-toggle-importance)
16340         (message-insert-disposition-notification-to)
16341         (message-indent-citation, message-yank-original)
16342         (message-cite-original-without-signature, message-cite-original)
16343         (message-insert-citation-line, message-position-on-field)
16344         (message-fix-before-sending, message-send-mail-partially)
16345         (message-send-mail, message-send-mail-with-sendmail)
16346         (message-send-mail-with-qmail, message-send-news)
16347         (message-check-news-header-syntax, message-generate-headers)
16348         (message-insert-courtesy-copy, message-fill-address)
16349         (message-fill-header, message-shorten-references)
16350         (message-setup-1, message-cancel-news)
16351         (message-forward-make-body-plain, message-forward-make-body-mime)
16352         (message-forward-make-body-mml, message-encode-message-body)
16353         (message-forward-make-body-digest-plain)
16354         (message-forward-make-body-digest-mime)
16355         (message-use-alternative-email-as-from): Insert `hard-newline'
16356         instead of ordinary newlines.
16357
16358 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * message.el (message-generate-headers): Downcase the argument
16361         given to message-check-element.
16362
16363 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16364
16365         * nntp.el (nntp-authinfo-rejected): New error condition.
16366         (nntp-wait-for): Use new error condition to signal authentication
16367         error.
16368         (nntp-retrieve-data): Rethrow new error condition to break out of
16369         recursive call to nntp-send-authinfo.
16370
16371 2005-11-08  Romain Francoise  <romain@orebokech.com>
16372
16373         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16374         (gnus-summary-exit-map): Bind to `Z p'.
16375         (gnus-summary-make-menu-bar): Add menu item.
16376
16377 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16380         (gnus-treat-*): Add `first' in all doc strings.
16381
16382         * gnus-group.el (gnus-group-compact-group): Fix typo.
16383
16384 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * gnus.el (gnus-parameters-case-fold-search): New variable.
16387         (gnus-parameters-get-parameter): Use it.
16388
16389         * gnus-score.el (gnus-home-score-file): Doc fix.
16390
16391 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16392
16393         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16394
16395 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * mm-util.el (mm-special-display-p): New function.
16398
16399         * mml.el (mml-preview): Use it; doc fix.
16400
16401 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16402
16403         * imap.el (imap-open): Handle case where buffer is a buffer object.
16404
16405 2005-10-29  Romain Francoise  <romain@orebokech.com>
16406
16407         * message.el (message-fix-before-sending): Fix comment.
16408
16409 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16410
16411         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16412
16413 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16414
16415         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16416         Used in gnus-score.el.
16417
16418 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16421
16422 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16423
16424         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16425         whitespace removed in revision 7.8.  Use concatenated string to
16426         protect trailing whitespace.
16427
16428 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16429
16430         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16431         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16432         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16433         Courier IMAP ("some version from 2004").  Mostly based on similar
16434         code in the same function.
16435
16436 2005-10-26  Didier Verna  <didier@xemacs.org>
16437
16438         * gnus-group.el (gnus-group-compact-group): Invalidate original
16439         article buffer.
16440         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16441         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16442         NOV database and in article itself.
16443         Invalidate article backlog.
16444
16445 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16446
16447         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16448
16449 2005-10-26  Simon Josefsson  <jas@extundo.com>
16450
16451         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16452         part of 2004-07-25 change.
16453
16454 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * message.el (message-display-completion-list): New function.
16457         (message-expand-group): Use it; make sure the Completions buffer
16458         is modifiable.
16459 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16460
16461         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16462         user-mail-name is an empty string.
16463
16464 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16465
16466         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16467         depending on gnus-score-decay-constant.
16468
16469         * encrypt.el (encrypt-insert-file-contents)
16470         (encrypt-write-file-contents): Don't use `gnus-message'.
16471
16472         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16473         arguments.
16474         (mm-uu-type-alist): Add message-marks and insert-marks.
16475         Pass arguments to mm-uu-verbatim-marks-extract.
16476         (mm-uu-hide-markers): New variable.
16477         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16478
16479         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16480         (gnus-convert-image-to-face-command): Use "convert" by default to
16481         allow other input image formats.
16482         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16483         accordingly.
16484
16485 2005-10-23  Simon Josefsson  <jas@extundo.com>
16486
16487         * imap.el (imap-gssapi-program): Align command line parameters
16488         with latest GNU SASL.
16489         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16490
16491 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16494         HTML.
16495         (nnslashdot-request-article): Ditto.
16496
16497         * lpath.el (featurep): Add nobreak-char-display.
16498
16499 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16500
16501         * mail-source.el (mail-source-fetch-pop): Require pop3.
16502         (mail-source-check-pop): Ditto.
16503
16504 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16507         errors.
16508
16509 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16512         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16513
16514         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16515
16516         * mm-bodies.el (mm-decode-string):
16517         Call `mm-charset-to-coding-system' with allow-override argument.
16518
16519 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16522         (rfc2047-charset-to-coding-system): New function.
16523         (rfc2047-decode-encoded-words): New function.
16524         (rfc2047-decode-region): Use them.
16525         (rfc2047-decode-cte): Remove.
16526         (rfc2047-parse-and-decode): Remove.
16527         (rfc2047-decode): Remove.
16528
16529 2005-10-15  Kenichi Handa  <handa@m17n.org>
16530
16531         * rfc2047.el (rfc2047-decode-cte): New function.
16532         (rfc2047-decode-region): Change the way to decode successive
16533         encoded-words: decode B- or Q-encoding in each encoded-word,
16534         concatenate them, and decode it as charset.
16535
16536 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * lpath.el: Fbind codepage-setup for XEmacs.
16539
16540 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16541
16542         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16543         widget-move-and-invoke.
16544         (gnus-custom-mode): Use gnus-custom-map.
16545
16546 2005-10-15  Bill Wohler  <wohler@newt.com>
16547
16548         * message.el (message-tool-bar-map): Rename image file from
16549         mail_send to mail/send.
16550
16551 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16552
16553         * message.el (message-expand-group): Pass the common
16554         prefix substring of completion to `display-completion-list'.
16555
16556 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * mml-sec.el (mml-secure-method): New internal variable.
16559         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16560         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16561         New functions using mml-secure-method.
16562
16563         * mml.el (mml-mode-map): Add key bindings for those functions.
16564         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16565         Harder <harder@myrealbox.com>.
16566         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16567         Goto end of message if point is the headers of the message.
16568
16569         * message.el (message-in-body-p): New function.
16570
16571         * assistant.el: Autoload gnus-util and netrc.
16572
16573         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16574         Use `mm-charset-override-alist' only when decoding.
16575
16576         * mm-bodies.el (mm-decode-body):
16577         Call `mm-charset-to-coding-system' with allow-override argument.
16578
16579         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16580         `filename' from Content-Disposition if Content-Type doesn't
16581         provide `name'.
16582         (gnus-mime-view-part-as-type): Set default instead of
16583         initial-input.
16584
16585 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16586
16587         * format-spec.el (format-spec): Propagate text properties of % spec.
16588
16589 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * gnus-art.el (gnus-treat-predicate): Add `first'.
16592
16593 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16596         (mm-charset-override-alist): New variable.
16597         (mm-charset-to-coding-system): Use it.
16598         (mm-codepage-setup): New helper function.
16599         (mm-charset-eval-alist): New variable.
16600         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16601         Warn about unknown charsets.
16602
16603         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16604
16605 2005-10-04  David Hansen  <david.hansen@gmx.net>
16606
16607         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16608         (nnrss-check-group): Ditto.
16609
16610 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16613         Rename x-gnus-verbatim to x-verbatim.
16614         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16615
16616         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16617         x-verbatim.
16618
16619         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16620
16621         * gnus-util.el (gnus-remove-duplicates): Remove.
16622
16623         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16624         instead of gnus-remove-duplicates.
16625
16626         * message.el (message-remove-duplicates): Remove.
16627         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16628         message-remove-duplicates.
16629
16630         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16631         available, else use implementation from `delete-dups'.
16632
16633         * message.el (message-insert-expires): New function.
16634         (message-mode-map): Add key binding.
16635         (message-mode-field-menu): Add menu entry.
16636         (message-mode): Document it.
16637         (message-make-expires-date): Use `message-make-date'.
16638
16639 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16640
16641         * message.el (message-make-expires-date): New function.
16642
16643 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * Makefile.in (list-installed-shadows): New entry.
16646         (install): Use it.
16647         (remove-installed-shadows): New entry.
16648
16649         * dgnushack.el (dgnushack-default-load-path): New variable.
16650         (dgnushack-find-lisp-shadows): New function.
16651         (dgnushack-remove-lisp-shadows): New function.
16652
16653 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * Makefile.in (install-el-elc): New entry.
16656         (install): Use it so that .el files are necessarily installed.
16657
16658 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16661
16662 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16663
16664         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16665         function rather than the diff-mode.el package.
16666         (mm-display-external): Use with-current-buffer.
16667         (mm-viewer-completion-map, mm-viewer-completion-map):
16668         Move initialization inside declaration.
16669
16670 2005-09-29  Simon Josefsson  <jas@extundo.com>
16671
16672         * spam.el: Load hashcash when compiling, to avoid warnings.
16673         Don't autoload mail-check-payment.
16674         (spam-check-hashcash): Define unconditionally, since hashcash.el
16675         is part of Gnus now.  Ignore errors from payment checking.
16676
16677 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16678
16679         * message.el (message-bold-region, message-unbold-region):
16680         Rename from `bold-region' and `unbold-region'.
16681
16682         * message.el: Remove useless autoloads.
16683
16684 2005-09-28  Simon Josefsson  <jas@extundo.com>
16685
16686         * message.el (message-use-idna): Default to t.
16687         (message-use-idna): Test whether encoding works too.  Doc fix.
16688
16689 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * nntp.el (nntp-warn-about-losing-connection): Remove.
16692
16693 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16696         customizable.  Change default value.
16697         (mm-uu-diff-groups-regexp): Change default value.
16698         (mm-uu-type-alist): Add doc string.
16699         (mm-uu-configure): Add doc string.  Make it interactive.
16700         (mm-uu-tex-groups-regexp): New variable.
16701         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16702         (mm-uu-type-alist): Add LaTeX documents.
16703         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16704         of "text/verbatim".
16705         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16706
16707         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16708         instead of "text/verbatim".
16709
16710         * message.el (message-mark-inserted-region)
16711         (message-mark-insert-file): Use slrn style marks when called with
16712         prefix argument.
16713
16714 2005-09-27  Simon Josefsson  <jas@extundo.com>
16715
16716         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16717
16718 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16719
16720         * message.el (message-remove-duplicates): New function.
16721         Implementation borrowed from `gnus-remove-duplicates'.
16722         (message-idna-to-ascii-rhs): Also encode idna addresses in
16723         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16724         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16725         only ask about the same idna domain once per header and also tell
16726         in what header to replace the idna domain.
16727
16728         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16729         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16730         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16731         a header is decoded and not just the last one.
16732
16733 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16736         has been decoded.
16737
16738         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16739         (mm-insert-part): Don't modify text if it has been decoded.
16740
16741         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16742         decoded.
16743
16744         * mm-view.el (mm-inline-text): Don't strip text props unless
16745         decoding enriched or richtext parts.
16746
16747 2005-09-25  Romain Francoise  <romain@orebokech.com>
16748
16749         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16750         * gnus-start.el (gnus-subscribe-interactively):
16751         * gnus-uu.el (gnus-uu-grab-articles):
16752         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16753         space.
16754
16755 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16756
16757         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16758         * mm-view.el (mm-view-pkcs7-decrypt):
16759         * gnus-sum.el (gnus-summary-limit-to-extra)
16760         (gnus-summary-respool-article, gnus-read-move-group-name):
16761         * gnus-score.el (gnus-summary-increase-score):
16762         * gnus-util.el (gnus-completing-read-with-default):
16763         * gnus-art.el (gnus-read-save-file-name)
16764         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16765         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16766         * message.el (message-check-news-header-syntax):
16767         Follow convention for reading with the minibuffer.
16768
16769 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16770
16771         * spam-report.el (spam-report-url-ping-plain):
16772         Use gnus-extended-version as User-Agent.
16773
16774         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16775         default value is nil.
16776
16777         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16778         (mm-uu-verbatim-marks-extract): New function.
16779         (mm-uu-extract): New face.
16780         (mm-uu-copy-to-buffer): Use it.
16781
16782         * spam-report.el (spam-report-gmane-ham): Rename from
16783         `spam-report-gmane-unspam'.
16784         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16785         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16786
16787         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16788         Autoload.
16789         (spam-report-gmane-unregister-routine):
16790         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16791
16792 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16793
16794         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16795         (spam-report-gmane-unregister-routine): Add support for gmane
16796         unregistration.
16797
16798         * spam-report.el (spam-report-gmane-unspam)
16799         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16800         (spam-report-gmane): Change to take a single article and do unspam
16801         registration.
16802
16803 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16804
16805         * mm-url.el (mm-url-decode-entities): Fix regexp.
16806
16807 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16808
16809         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16810         default to nil, to be able to use Gnus at all.  If the default
16811         switches to something else, then the function should be fixed not
16812         be exceedingly slow.
16813
16814 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16817         fail hard.
16818
16819         * spam-report.el: Add better Keywords line.
16820
16821         * spam.el: Add Maintainer and better Keywords line.
16822
16823 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16824
16825         * gnus-art.el (gnus-article-replace-part)
16826         (gnus-mime-replace-part): New functions.
16827         (gnus-mime-action-alist, gnus-mime-button-commands)
16828         (gnus-mime-save-part-and-strip): Add file argument.
16829         (gnus-article-part-wrapper): Add interactive argument.
16830
16831         * gnus-sum.el (gnus-summary-mime-map):
16832         Add `gnus-article-replace-part'.
16833
16834 2005-09-19  Didier Verna  <didier@xemacs.org>
16835
16836         The nnml compaction feature:
16837         * nnml.el (nnml-request-compact-group): New function.
16838         * nnml.el (nnml-request-compact): New function.
16839         * gnus-int.el (gnus-request-compact-group): New function.
16840         * gnus-int.el (gnus-request-compact): New function.
16841         * gnus-group.el (gnus-group-compact-group): New function.
16842         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16843         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16844         * gnus-srvr.el (gnus-server-compact-server): New function.
16845         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16846         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16847
16848 2005-09-18  Deepak Goel  <deego@gnufans.org>
16849
16850         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16851         format spec.
16852
16853 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16856
16857 2005-09-15  Romain Francoise  <romain@orebokech.com>
16858
16859         * message.el (message-fill-paragraph): Clarify docstring.
16860
16861 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-art.el (gnus-mime-display-part): Protect against broken
16864         MIME messages.
16865
16866 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16869         before parsing header.
16870
16871 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16872
16873         * html2text.el (html2text-replace-list): Add new entities.
16874
16875 2005-09-11  Romain Francoise  <romain@orebokech.com>
16876
16877         * message.el (message-alternative-emails): Improve docstring.
16878         (message-setup-1): Call `message-use-alternative-email-as-from'
16879         after `message-setup-hook' to give it precedence over posting
16880         styles, etc.
16881         (message-use-alternative-email-as-from): Add docstring.
16882         Remove the original From header if present.
16883
16884         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16885         (nnml-save-mail): Use it.
16886
16887         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16888         articles.  Add new argument `silent'.
16889         (gnus-uu-mark-all): Report the total number of marked articles.
16890
16891 2005-09-10  Romain Francoise  <romain@orebokech.com>
16892
16893         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16894         (gnus-uu-mark-series): Likewise.
16895
16896 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * spam-report.el (spam-report-gmane): Fix generation of spam
16899         report URL.
16900
16901 2005-09-10  Simon Josefsson  <jas@extundo.com>
16902
16903         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16904         t, based on discussion on the ding list with Robert Epprecht
16905         <epprecht@solnet.ch>.
16906
16907 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16908
16909         * spam-report.el (spam-report-gmane): Make it work without
16910         X-Report-Spam header.  Gmane now only provides Archived-At.
16911         This is only used if `spam-report-gmane-use-article-number' is nil.
16912         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16913
16914         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16915         make `gnus-summary-sort-by-recipient' work with threading.
16916
16917         * nnweb.el (nnweb-google-wash-article): Print a message if article
16918         is not available.
16919
16920 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16921
16922         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16923         change.  Decode text/* parts content before displaying.
16924
16925 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16926
16927         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16928
16929 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16932
16933         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16934         url-package-name, url-package-version,
16935         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16936         w3m-display-inline-images, and w3m-minor-mode-map.
16937
16938 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * message.el (message-tab-body-function): Fix mismatched custom type.
16941
16942         * gnus.el (gnus-group-change-level-function): Ditto.
16943
16944         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16945
16946         * gnus-art.el (gnus-signature-limit)
16947         (gnus-article-mime-part-function): Ditto.
16948
16949 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * mml.el (mml-mode): Silence the byte compiler.
16952
16953         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16954         using `(sit-for 0)' before moving the point to the specified part;
16955         skip unbuttonized parts.
16956         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16957         return to the summary window if gnus-auto-select-part is non-nil.
16958
16959 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16962         New variables.
16963         (mml-dnd-attach-file, mml-mode): Use them.
16964
16965         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16966         Make fetching article by MID work again for Google Groups.
16967         Add FIXME concerning gnus-group-make-web-group.
16968
16969         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16970         Don't depend on Gnus by using mail-extract-address-components if
16971         gnus-extract-address-components is not bound.
16972
16973 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16974
16975         * gnus-art.el (gnus-mime-display-security): Don't display the
16976         signature, but only the signed part.
16977
16978 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16981
16982         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16983         list, not listp.
16984
16985 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16986
16987         * mm-encode.el (mm-encode-content-transfer-encoding):
16988         Likewise when encoding.
16989
16990         * mm-bodies.el (mm-decode-content-transfer-encoding):
16991         De-canonicalize CRLF for all text content types, not just
16992         text/plain.
16993
16994 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16997         valid article; point arrow and cursor at the MIME button.
16998
16999 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17002         Suggested by Dan Christensen <jdc@uwo.ca>.
17003
17004         * mm-decode.el (mm-save-part): Enable change of prompt.
17005
17006 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17007
17008         * gnus-msg.el (gnus-inews-add-send-actions):
17009         Make `message-post-method' lambda parameter ARG `&optional'.
17010
17011 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * gnus-sum.el (gnus-summary-mime-map):
17014         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17015         gnus-article-jump-to-part.
17016
17017         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17018         (gnus-article-edit-part): Use it.
17019         (gnus-article-part-wrapper): Add no-handle argument.
17020         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17021         New functions.
17022
17023 2005-08-29  Romain Francoise  <romain@orebokech.com>
17024
17025         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17026         docstring.
17027         (gnus-face-from-file): Likewise.
17028
17029 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17032         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17033         non-nil.
17034         (gnus-auto-select-part): New variable.
17035         (gnus-article-jump-to-part): New function.
17036         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17037         (gnus-mime-delete-part): Allow selecting specified part after
17038         deleting or stripping parts.
17039         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17040         part if argument is bogus.
17041
17042 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17043
17044         * gnus-art.el (w3m-minor-mode-map):
17045         * gnus-spec.el (gnus-newsrc-file-version):
17046         * gnus-util.el (nnmail-active-file-coding-system)
17047         (gnus-original-article-buffer, gnus-user-agent):
17048         * gnus.el (gnus-ham-process-destinations)
17049         (gnus-parameter-ham-marks-alist)
17050         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17051         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17052         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17053         * mm-decode.el (gnus-current-window-configuration):
17054         * mm-extern.el (gnus-article-mime-handles):
17055         * mm-url.el (url-current-object, url-package-name)
17056         (url-package-version):
17057         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17058         (smime-keys, w3m-cid-retrieve-function-alist)
17059         (w3m-current-buffer, w3m-display-inline-images)
17060         (w3m-minor-mode-map):
17061         * mml-smime.el (gnus-extract-address-components):
17062         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17063         (gnus-newsrc-hashtb, message-default-charset)
17064         (message-deletable-headers, message-options)
17065         (message-posting-charset, message-required-mail-headers)
17066         (message-required-news-headers):
17067         * mml1991.el (mc-pgp-always-sign):
17068         * mml2015.el (mc-pgp-always-sign):
17069         * nnheader.el (nnmail-extra-headers):
17070         * rfc1843.el (gnus-decode-encoded-word-function)
17071         (gnus-decode-header-function, gnus-newsgroup-name):
17072         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17073
17074 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17075
17076         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17077         the end of the date treatments.
17078
17079 2005-08-15  Simon Josefsson  <jas@extundo.com>
17080
17081         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17082         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17083         Capello and Romain Francoise.
17084         (pgg-fetch-key-function): Remove, not used?
17085         (pgg-insert-url-with-w3): Require url, to get
17086         url-insert-file-contents regardless of where it is defined.
17087
17088 2005-08-13  Romain Francoise  <romain@orebokech.com>
17089
17090         * message.el (message-cite-original-1): New function.
17091         (message-cite-original): Use it.
17092         (message-cite-original-without-signature): Ditto.
17093
17094 2005-08-08  Romain Francoise  <romain@orebokech.com>
17095
17096         * message.el (message-yank-empty-prefix): New variable.
17097         (message-indent-citation): Use it.
17098         (message-cite-original-without-signature): Respect X-No-Archive.
17099
17100 2005-08-08  Simon Josefsson  <jas@extundo.com>
17101
17102         * pgg.el: Autoload url-insert-file-contents instead of loading
17103         w3/url.
17104         (pgg-insert-url-with-w3): Don't load url here.
17105
17106 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17107
17108         * message.el (message-kill-to-signature): Don't insert newline at
17109         bol.
17110         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17111
17112 2005-08-06  Romain Francoise  <romain@orebokech.com>
17113
17114         * message.el (message-user-fqdn): Fix typo in docstring.
17115
17116 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17117
17118         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17119
17120         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17121
17122 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * mm-bodies.el (mm-encode-body): Use coding system rather than
17125         charset to encode text.
17126
17127         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17128         number of charsets if utf-8 is available (XEmacs).
17129
17130 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17131
17132         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17133         taken from `gnus-button-mid-or-mail-regexp'.
17134         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17135         (gnus-button-alist): Improve regexp for domain part of the MIDs
17136         for news:localpart@domain buttons.
17137         (gnus-button-ctan-directory-regexp): Update.
17138
17139 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * sieve-manage.el (sieve-manage-interactive-login):
17142         Use make-local-variable rather than make-variable-buffer-local.
17143         (sieve-manage-open): Ditto.
17144         (sieve-manage-authenticate): Ditto.
17145
17146         * mml.el (mml-generate-mime-1): Make the content type default to
17147         text/plain if the filename is not specified.
17148
17149 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17152         instead of insert-buffer.
17153
17154         * message.el (message-yank-original): Ditto; set the mark at the
17155         end of the yanked message.
17156
17157 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17160         lines to scroll rather than to stop it.
17161
17162         * mml.el (mml-generate-default-type): Add doc string.
17163         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17164         default to application/octet-stream when determining the content
17165         type if it is not specified for the part or the mml contents; add
17166         a comment about mml-generate-default-type.
17167
17168 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17171         make it default to application/octet-stream when determining the
17172         content type if it is not specified for the external contents.
17173
17174 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17177         segmented parameter but also other parameters might be there.
17178
17179 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * mm-decode.el (mm-display-external): Delete temp file, directory
17182         and buffer immediately if the external process is exited.
17183
17184 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17187         fewer lines than that of scroll-margin.
17188         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17189
17190 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * gnus-art.el (gnus-article-next-page): Revert.
17193         (gnus-article-beginning-of-window): New macro.
17194         (gnus-article-next-page-1): Use it.
17195         (gnus-article-prev-page): Ditto.
17196         (gnus-article-edit-part): Use insert-buffer-substring instead of
17197         insert-buffer.
17198         (gnus-article-edit-exit): Ditto.
17199
17200         * gnus-util.el (gnus-beginning-of-window): Remove.
17201         (gnus-end-of-window): Remove.
17202
17203         * lpath.el: Don't bind header-line-format and scroll-margin.
17204
17205 2005-07-25  Simon Josefsson  <jas@extundo.com>
17206
17207         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17208         to have the url package without w3.  Reported by Daiki Ueno
17209         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17210
17211 2005-07-20  Didier Verna  <didier@xemacs.org>
17212
17213         * gnus-diary.el: Remove the description comment (nndiary is now
17214         properly documented in the Gnus manual).
17215         Fix the spelling of "Back End".
17216         * nndiary.el: Ditto.
17217         Fix the copyright notice.
17218
17219 2005-07-18  Romain Francoise  <romain@orebokech.com>
17220
17221         * gnus-sum.el (gnus-summary-to-prefix)
17222         (gnus-summary-newsgroup-prefix): New variables.
17223         (gnus-summary-from-or-to-or-newsgroups): Use them.
17224
17225 2005-07-17  Romain Francoise  <romain@orebokech.com>
17226
17227         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17228         space as it's generally not especially interesting to the user.
17229
17230 2005-07-16  Romain Francoise  <romain@orebokech.com>
17231
17232         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17233         nil to avoid prompting and file modification if one of the
17234         messages at the top of the nnfolder file contains a copyright
17235         notice.
17236         Update copyright notice.
17237
17238         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17239         instead of `current-time-string' as the latter creates a time
17240         string that is not RFC 2822 compliant (it lacks the zone).
17241         Update copyright notice.
17242
17243 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17244
17245         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17246         for text/rtf.  Display default in prompt.  Pass default for M-n.
17247
17248         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17249
17250 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17251
17252         * gnus-msg.el (gnus-button-mailto):
17253         Remove save-selected-window-window hackery because it relies on
17254         save-selected-window internals.
17255
17256 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17259         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17260         (gnus-article-prev-page): Ditto.
17261
17262         * gnus-util.el (gnus-beginning-of-window): New function.
17263         (gnus-end-of-window): New function.
17264
17265         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17266
17267 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17268
17269         * gnus-score.el (gnus-score-edit-all-score):
17270         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17271         gnus-message.
17272
17273 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17274
17275         * gnus-msg.el (gnus-button-mailto):
17276         Remove save-selected-window-window hackery because it relies on
17277         save-selected-window internals.
17278
17279 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17282         add-minor-mode.
17283         (gnus-binary-mode): Ditto.
17284
17285         * gnus-topic.el (gnus-topic-mode): Ditto.
17286
17287 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17288
17289         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17290         (gnus-article-prev-page): Take scroll-margin into consideration.
17291
17292 2005-07-04  Lute Kamstra  <lute@gnu.org>
17293
17294         Update FSF's address in GPL notices.
17295
17296 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17297
17298         * gnus.el (gnus-exit):
17299         * gnus-group.el (gnus-group-icons):
17300         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17301
17302         * gnus-nocem.el (gnus-nocem):
17303         * message.el (message-various, message-buffers, message-sending)
17304         (message-interface, message-forwarding, message-insertion)
17305         (message-headers, message-news, message-mail):
17306         * pgg-gpg.el (pgg-gpg):
17307         * pgg-parse.el (pgg-parse):
17308         * pgg-pgp.el (pgg-pgp):
17309         * pgg-pgp5.el (pgg-pgp5):
17310         * pop3.el (pop3): Finish `defgroup' description with period.
17311
17312 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * gnus-art.el (article-display-face): Improve the efficiency.
17315         (article-display-x-face): Ditto; remove grey x-face stuff.
17316
17317 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-art.el (article-display-face): Correct the position in
17320         which Faces are inserted.
17321
17322 2005-06-29  Didier Verna  <didier@xemacs.org>
17323
17324         * gnus-art.el (article-display-face): Display faces in correct
17325         order.
17326
17327 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17330         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17331         (gnus-nocem-check-article): Fetch the Type header.
17332         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17333         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17334         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17335         make sure gnus-nocem-hashtb is initialized.
17336         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17337         (gnus-nocem-unwanted-article-p): Ditto.
17338
17339         * pgg.el (pgg-verify): Return the verification result.
17340
17341 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17342
17343         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17344         is ascii.
17345
17346 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17347
17348         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17349         `show-nonbreak-escape'.
17350
17351 2005-06-23  Lute Kamstra  <lute@gnu.org>
17352
17353         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17354
17355         * dig.el (dig-mode):
17356         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17357
17358 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17359
17360         * nnimap.el (nnimap-split-download-body): Fix spellings.
17361
17362 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17363
17364         * gnus-art.el (gnus-article-encrypt-body):
17365         * gnus-cus.el (gnus-score-customize):
17366         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17367         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17368
17369 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17370
17371         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17372         header by looking for magic "MII" at the beginnig.
17373
17374 2005-06-16  Miles Bader  <miles@gnu.org>
17375
17376         * gnus-xmas.el (gnus-xmas-group-startup-message):
17377         Use renamed gnus-splash face.
17378
17379         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17380         (assistant-field-face): New backward-compatibility alias for renamed
17381         face.
17382         (assistant-render-text): Use renamed assistant-field face.
17383
17384         * spam.el (spam): Remove "-face" suffix from face name.
17385         (spam-face): New backward-compatibility alias for renamed face.
17386         (spam-face, spam-initialize): Use renamed spam face.
17387
17388         * message.el (message-header-to, message-header-cc)
17389         (message-header-subject, message-header-newsgroups)
17390         (message-header-other, message-header-name)
17391         (message-header-xheader, message-separator, message-cited-text)
17392         (message-mml): Remove "-face" suffix from face names.
17393         (message-header-to-face, message-header-cc-face)
17394         (message-header-subject-face, message-header-newsgroups-face)
17395         (message-header-other-face, message-header-name-face)
17396         (message-header-xheader-face, message-separator-face)
17397         (message-cited-text-face, message-mml-face):
17398         New backward-compatibility aliases for renamed faces.
17399         (message-font-lock-keywords): Use renamed message faces.
17400
17401         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17402         (sieve-test-commands, sieve-tagged-arguments):
17403         Remove "-face" suffix from face names.
17404         (sieve-control-commands-face, sieve-action-commands-face)
17405         (sieve-test-commands-face, sieve-tagged-arguments-face):
17406         New backward-compatibility aliases for renamed faces.
17407         (sieve-control-commands-face, sieve-action-commands-face)
17408         (sieve-test-commands-face, sieve-tagged-arguments-face):
17409         Use renamed sieve faces.
17410
17411         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17412         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17413         (gnus-group-news-3-empty, gnus-group-news-4)
17414         (gnus-group-news-4-empty, gnus-group-news-5)
17415         (gnus-group-news-5-empty, gnus-group-news-6)
17416         (gnus-group-news-6-empty, gnus-group-news-low)
17417         (gnus-group-news-low-empty, gnus-group-mail-1)
17418         (gnus-group-mail-1-empty, gnus-group-mail-2)
17419         (gnus-group-mail-2-empty, gnus-group-mail-3)
17420         (gnus-group-mail-3-empty, gnus-group-mail-low)
17421         (gnus-group-mail-low-empty, gnus-summary-selected)
17422         (gnus-summary-cancelled, gnus-summary-high-ticked)
17423         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17424         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17425         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17426         (gnus-summary-low-undownloaded)
17427         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17428         (gnus-summary-low-unread, gnus-summary-normal-unread)
17429         (gnus-summary-high-read, gnus-summary-low-read)
17430         (gnus-summary-normal-read, gnus-splash):
17431         Remove "-face" suffix from face names.
17432         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17433         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17434         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17435         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17436         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17437         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17438         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17439         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17440         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17441         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17442         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17443         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17444         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17445         (gnus-summary-normal-ticked-face)
17446         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17447         (gnus-summary-normal-ancient-face)
17448         (gnus-summary-high-undownloaded-face)
17449         (gnus-summary-low-undownloaded-face)
17450         (gnus-summary-normal-undownloaded-face)
17451         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17452         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17453         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17454         (gnus-splash-face):
17455         New backward-compatibility aliases for renamed faces.
17456         (gnus-group-startup-message): Use renamed gnus faces.
17457
17458         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17459         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17460         (gnus-server-agent): Remove "-face" suffix from face names.
17461         (gnus-server-agent-face, gnus-server-opened-face)
17462         (gnus-server-closed-face, gnus-server-denied-face)
17463         (gnus-server-offline-face):
17464         New backward-compatibility aliases for renamed faces.
17465         (gnus-server-agent-face, gnus-server-opened-face)
17466         (gnus-server-closed-face, gnus-server-denied-face)
17467         (gnus-server-offline-face): Use renamed gnus faces.
17468
17469         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17470         Remove "-face" suffix from face names.
17471         (gnus-picon-xbm-face, gnus-picon-face):
17472         New backward-compatibility aliases for renamed faces.
17473
17474         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17475         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17476         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17477         (gnus-cite-11): Remove "-face" suffix from face names.
17478         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17479         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17480         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17481         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17482         New backward-compatibility aliases for renamed faces.
17483         (gnus-cite-attribution-face, gnus-cite-face-list)
17484         (gnus-article-boring-faces): Use renamed gnus faces.
17485
17486         * gnus-art.el (gnus-signature, gnus-header-from)
17487         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17488         (gnus-header-content): Remove "-face" suffix from face names.
17489         (gnus-signature-face, gnus-header-from-face)
17490         (gnus-header-subject-face, gnus-header-newsgroups-face)
17491         (gnus-header-name-face, gnus-header-content-face):
17492         New backward-compatibility aliases for renamed faces.
17493         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17494
17495         * gnus-sum.el (gnus-summary-selected-face)
17496         (gnus-summary-highlight): Use renamed gnus faces.
17497         * gnus-group.el (gnus-group-highlight): Likewise.
17498
17499 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17500
17501         * gnus-sieve.el (gnus-sieve-article-add-rule):
17502         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17503         * spam-stat.el (spam-stat-buffer-change-to-spam)
17504         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17505
17506         * message.el (message-is-yours-p):
17507         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17508
17509 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * mm-view.el (mm-inline-text): Withdraw the last change.
17512
17513 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17516         executing enriched-decode.
17517
17518 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17521         charset of tar files.
17522
17523 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17524
17525         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17526
17527 2005-06-04  Lute Kamstra  <lute@gnu.org>
17528
17529         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17530         information is never recorded.
17531
17532 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17533
17534         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17535
17536 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * pop3.el (pop3-apop): Run md5 in the binary mode.
17539
17540         * starttls.el (starttls-set-process-query-on-exit-flag):
17541         Use eval-and-compile.
17542
17543 2005-05-31  Simon Josefsson  <jas@extundo.com>
17544
17545         * smime.el (smime-replace-in-string): Define.
17546         (smime-cert-by-ldap-1): Use it.
17547
17548 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-art.el (article-display-x-face): Replace
17551         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17552
17553         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17554         set-process-query-on-exit-flag or process-kill-without-query.
17555
17556         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17557         loop instead of replace-regexp.
17558
17559         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17560         instead of process-kill-without-query if it is available.
17561
17562         * lpath.el: Fbind ldap-search-entries.
17563
17564         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17565         instead of find-file-hooks if it is available.
17566
17567         * mml1991.el: Bind pgg-default-user-id when compiling.
17568
17569         * mml2015.el: Bind pgg-default-user-id when compiling.
17570
17571         * nndraft.el (nndraft-request-associate-buffer):
17572         Use write-contents-functions instead of write-contents-hooks if it is
17573         available.
17574
17575         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17576         instead of find-file-hooks if it is available.
17577
17578         * nntp.el (nntp-open-connection): Replace
17579         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17580         (nntp-open-ssl-stream): Ditto.
17581         (nntp-open-tls-stream): Ditto.
17582
17583         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17584         set-process-query-on-exit-flag or process-kill-without-query.
17585         (starttls-open-stream-gnutls): Use it instead of
17586         process-kill-without-query.
17587         (starttls-open-stream): Ditto.
17588
17589 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17590
17591         * smime.el (smime-cert-by-ldap-1): Don't use
17592         replace-regexp-in-string.
17593
17594 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17595
17596         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17597
17598         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17599         in PEM format.  Adjust to the XEmacs compatibility.
17600
17601 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17604         by `string-to-number'.
17605         * gnus-agent.el (gnus-agent-regenerate-group)
17606         (gnus-agent-fetch-articles): Ditto.
17607         * gnus-art.el (gnus-button-fetch-group): Ditto.
17608         * gnus-cache.el (gnus-cache-generate-active)
17609         (gnus-cache-articles-in-group): Ditto.
17610         * gnus-group.el (gnus-group-set-current-level)
17611         (gnus-group-insert-group-line): Ditto.
17612         * gnus-score.el (gnus-score-set-expunge-below)
17613         (gnus-score-set-mark-below, gnus-summary-score-effect)
17614         (gnus-summary-score-entry): Ditto.
17615         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17616         (gnus-soup-pack): Ditto.
17617         * gnus-spec.el (gnus-xmas-format): Ditto.
17618         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17619         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17620         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17621         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17622         * nndb.el (nndb-get-remote-expire-response): Ditto.
17623         * nndiary.el (nndiary-parse-schedule-value)
17624         (nndiary-string-to-number, nndiary-request-replace-article)
17625         (nndiary-request-article): Ditto.
17626         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17627         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17628         * nneething.el (nneething-make-head): Ditto.
17629         * nnfolder.el (nnfolder-request-article)
17630         (nnfolder-retrieve-headers): Ditto.
17631         * nnheader.el (nnheader-file-to-number): Ditto.
17632         * nnkiboze.el (nnkiboze-request-article): Ditto.
17633         * nnmail.el (nnmail-process-unix-mail-format)
17634         (nnmail-process-babyl-mail-format): Ditto.
17635         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17636         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17637         (nnmh-request-create-group, nnmh-request-list-1)
17638         (nnmh-request-group, nnmh-request-article): Ditto.
17639         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17640         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17641         * nnsoup.el (nnsoup-make-active): Ditto.
17642         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17643         * nntp.el (nntp-find-group-and-number)
17644         (nntp-retrieve-headers-with-xover): Ditto.
17645         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17646         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17647         (pgg-format-key-identifier): Ditto.
17648         * pop3.el (pop3-last, pop3-stat): Ditto.
17649         * qp.el (quoted-printable-decode-region): Ditto.
17650
17651         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17652         of concat.
17653
17654 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17657
17658         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17659
17660         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17661
17662         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17663
17664         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17665
17666         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17667
17668         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17669         (gnus-carpal-mode): Ditto.
17670
17671         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17672         (gnus-browse-mode): Ditto.
17673
17674         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17675
17676         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17677
17678 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17679
17680         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17681
17682 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-util.el (gnus-run-mode-hooks): New function.
17685
17686         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17687
17688         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17689         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17690
17691 2005-05-27  Lute Kamstra  <lute@gnu.org>
17692
17693         * dns-mode.el (dns-mode): Specify customization group.
17694
17695 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17696
17697         * gnus-agent.el (gnus-agent-make-mode-line-string):
17698         Use mode-line-highlight as mouse-face.
17699
17700 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * canlock.el (canlock): Change the parent group to news.
17703
17704         * deuglify.el (gnus-outlook-deuglify): Add :group.
17705
17706         * dig.el (dig): Add :group.
17707
17708         * dns-mode.el (dns-mode): Add :group.
17709
17710         * encrypt.el (encrypt): Add :group.
17711
17712         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17713         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17714         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17715         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17716         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17717
17718         * gnus-diary.el (gnus-diary): Add :group.
17719
17720         * gnus.el (gnus-group-news-1-face): Add :group.
17721         (gnus-group-news-1-empty-face): Ditto.
17722         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17723         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17724         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17725         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17726         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17727         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17728         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17729         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17730         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17731         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17732         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17733         (gnus-summary-high-ticked-face): Ditto.
17734         (gnus-summary-low-ticked-face): Ditto.
17735         (gnus-summary-normal-ticked-face): Ditto.
17736         (gnus-summary-high-ancient-face): Ditto.
17737         (gnus-summary-low-ancient-face): Ditto.
17738         (gnus-summary-normal-ancient-face): Ditto.
17739         (gnus-summary-high-undownloaded-face): Ditto.
17740         (gnus-summary-low-undownloaded-face): Ditto.
17741         (gnus-summary-normal-undownloaded-face): Ditto.
17742         (gnus-summary-high-unread-face): Ditto.
17743         (gnus-summary-low-unread-face): Ditto.
17744         (gnus-summary-normal-unread-face): Ditto.
17745         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17746         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17747
17748         * hashcash.el (hashcash): New custom group.
17749         (hashcash-default-payment): Add :group.
17750         (hashcash-payment-alist): Ditto.
17751         (hashcash-default-accept-payment): Ditto.
17752         (hashcash-accept-resources): Ditto.
17753         (hashcash-path): Ditto.
17754         (hashcash-extra-generate-parameters): Ditto.
17755         (hashcash-double-spend-database): Ditto.
17756         (hashcash-in-news): Ditto.
17757
17758         * message.el (message-minibuffer-local-map): Add :group.
17759
17760         * netrc.el (netrc): Add :group.
17761
17762         * sieve-manage.el (sieve-manage-log): Add :group.
17763         (sieve-manage-default-user): Diito.
17764         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17765         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17766         (sieve-manage-authenticators): Ditto.
17767         (sieve-manage-authenticator-alist): Ditto.
17768         (sieve-manage-default-port): Ditto.
17769
17770         * sieve-mode.el (sieve-control-commands-face): Add :group.
17771         (sieve-action-commands-face): Ditto.
17772         (sieve-test-commands-face): Ditto.
17773         (sieve-tagged-arguments-face): Ditto.
17774
17775         * smime.el (smime): Add :group.
17776
17777         * spam-report.el (spam-report): Add :group.
17778
17779         * spam.el (spam, spam-face): Add :group.
17780
17781 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782
17783         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17784         return \n.\n.\n at the end of articles.  Protect against that.
17785         (nntp-with-open-group): Allow debugging.
17786
17787         * nnheader.el (mail-header-set-extra): Make into a function
17788         because I just could't understand how to quote the list properly.
17789
17790         * dns.el (query-dns-cached): New function.
17791
17792 2005-05-26  Lute Kamstra  <lute@gnu.org>
17793
17794         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17795
17796 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17799
17800         * gnus-art.el: Don't autoload mail-extract-address-components.
17801
17802         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17803         eval-and-compile to evaluate it.
17804
17805         * hashcash.el: Don't autoload executable-find.
17806
17807         * nndb.el: Don't declare the nndb back end two or more times; don't
17808         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17809
17810         * nntp.el: Autoload format-spec instead of format; use
17811         eval-and-compile to evaluate autoload forms.
17812
17813 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17814
17815         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17816
17817 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818
17819         * gnus.el (gnus-version-number): Bump version.
17820
17821 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17822
17823         * gnus.el: No Gnus v0.3 is released.
17824
17825 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826
17827         * lpath.el (featurep): Bind show-nonbreak-escape.
17828
17829 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-art.el (gnus-article-edit-part): Disable undo.
17832
17833 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17836         gnus-article-date-lapsed-new-header is t if date timer is active;
17837         skip headers in which the original date value is empty.
17838         (gnus-article-save-original-date): Redefine it as a macro.
17839         (gnus-display-mime): Use it.
17840
17841 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * gnus-art.el (article-date-ut): Support converting date in
17844         forwarded parts as well.
17845         (gnus-article-save-original-date): New function.
17846         (gnus-display-mime): Use it.
17847
17848 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17849
17850         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17851         enclosure element of <item>.
17852
17853 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17854
17855         * message.el (message-kill-buffer-query): Rename from
17856         `message-kill-buffer-query-if-modified'.  Add :version.
17857
17858 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17861         window layout.
17862
17863 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * mml.el: Autoload dnd when compiling.
17866
17867 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17868
17869         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17870         x-dnd-*.
17871
17872 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17873
17874         * qp.el (quoted-printable-encode-region): Save excursion.
17875
17876 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * message.el (message-kill-buffer-query-if-modified): Add new variable
17879         so the user can kill a modified message buffer quickly.
17880         (message-kill-buffer): Use it.
17881
17882 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * lpath.el: Fbind display-time-event-handler; don't fbind
17885         string-to-multibyte.
17886
17887         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17888
17889 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17892         contained in text because xml.el decodes entities) with LFs.
17893
17894 2005-04-11  Lute Kamstra  <lute@gnu.org>
17895
17896         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17897         differently.
17898
17899 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17900
17901         * mm-util.el (mm-detect-coding-region): Typo.
17902
17903 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17906
17907 2005-04-06  Deepak Goel  <deego@gnufans.org>
17908
17909         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17910         user-function allow user modifications of the scores.
17911         (spam-stat-score-buffer-user): New function, to allow
17912         user-computed modifications to the score.
17913         (spam-stat-score-buffer-user-functions): List of additional
17914         scoring functions.
17915         (spam-stat-error-holder): Global temporary error holder.
17916         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17917         variable.
17918
17919 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17920
17921         * gnus-registry.el (gnus-registry-clean-empty-function)
17922         (gnus-registry-trim, gnus-registry-fetch-groups)
17923         (gnus-registry-delete-group): Groups that match
17924         `gnus-registry-ignored-groups' are removed from the registry
17925         entries, not just ignored for splitting.  This helps clean up the
17926         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17927         to get all the groups a message ID is in.
17928
17929         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17930         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17931         (spam-stat-score-buffer-user-functions): Add :number custom type.
17932
17933 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17936         argument in XEmacs.
17937
17938         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17939         (nnrss-request-group): Decode group name first.
17940         (nnrss-request-article): Make a text/plain article if mml-to-mime
17941         failed.
17942         (nnrss-get-encoding): Return a compatible encoding according to
17943         nnrss-compatible-encoding-alist.
17944         (nnrss-find-el): Use consp instead of listp.
17945         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17946
17947 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17950         which Emacs 20 doesn't support.
17951         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17952
17953 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17956         silence the byte compiler inside the defun.
17957
17958         * gnus-demon.el (parse-time-string): Add autoload.
17959
17960         * gnus-delay.el (parse-time-string): Add autoload.
17961
17962         * gnus-art.el (parse-time-string): Add autoload.
17963
17964         * nnultimate.el (parse-time): Require for `parse-time-string'.
17965
17966 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17969
17970         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17971
17972         * smime.el (smime-ldap-host-list): Add :version.
17973
17974 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17977         pass it to `gnus-browse-read-group'.
17978         (gnus-browse-read-group): Add NUMBER argument and pass it to
17979         `gnus-group-read-ephemeral-group'.
17980
17981         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17982         argument and pass it to `gnus-group-read-group'.
17983
17984 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17985
17986         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17987         mm-xemacs-find-mime-charset-1 if we have the mule feature
17988         available at runtime.
17989
17990 2005-03-25  Werner Lemberg  <wl@gnu.org>
17991
17992         * nnmaildir.el: Replace `illegal' with `invalid'.
17993
17994 2005-03-23  Lute Kamstra  <lute@gnu.org>
17995
17996         * time-date.el: Add comment on time value formats.
17997         Don't require parse-time.
17998         (with-decoded-time-value): New macro.
17999         (encode-time-value): New function.
18000         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18001         (days-to-time): Return a valid time value when arg is huge.
18002         (time-since): Use time-subtract.
18003         (time-to-number-of-days): Use time-to-seconds.
18004
18005 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18006
18007         * gnus-start.el (gnus-display-time-event-handler):
18008         Check display-time-timer at runtime rather than only at load time
18009         in case display-time-mode is turned off in the mean time.
18010
18011 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18012
18013         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18014         used.
18015
18016         * nneething.el (nneething-map-file-directory): Derive from
18017         `gnus-directory'.
18018
18019         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18020         the To/Cc button.
18021
18022 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18023
18024         * nnmaildir.el (nnmaildir-request-accept-article):
18025         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18026
18027 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18028
18029         * gnus-async.el: Require timer-funcs at compile time when in
18030         XEmacs for `run-with-idle-timer'.
18031
18032 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18033
18034         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18035         autoloaded function.
18036
18037 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18038
18039         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18040
18041 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18042
18043         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18044
18045 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18046
18047         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18048         Add gnus-expert-user to default.
18049
18050 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18051
18052         * nnimap.el (nnimap-open-server): Ditto.
18053
18054         * imap.el (imap-authenticate): Fix typo.
18055
18056 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18057
18058         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18059         buffer (since IMAP server might return FETCH response out of
18060         order, and the nntp buffer must be sorted).
18061
18062 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18063
18064         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18065         comparison on string.
18066
18067         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18068         (gnus-agent-score): Rename category keywords to match gnus-cus.
18069         (gnus-agent-summary-fetch-series): Modify to protect against
18070         gnus-agent-summary-fetch-group clearing processable flags.
18071         (gnus-agent-synchronize-group-flags): Update live group buffer as
18072         synchronization may occur due to the user toggle the plugged
18073         status.
18074         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18075         successfully downloaded.
18076         (gnus-agent-expire-group-1): Avoid using markers when the overview
18077         is in ascending order; greatly improves performance.
18078         (gnus-agent-regenerate-group):
18079         Use gnus-agent-synchronize-group-flags to reset read status in both
18080         gnus and server.
18081         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18082
18083 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * message.el: Don't autoload former message-utils variables.
18086         (message-strip-subject-trailing-was): Change doc string.
18087
18088         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18089         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18090         (nnweb-google-search): Add "hl=en" here.
18091         (nnweb-google-parse-1, nnweb-google-create-mapping):
18092         Don't hardcode URL.
18093
18094 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * message.el (message-get-reply-headers, message-followup):
18097         Mention related variables `message-use-followup-to' and
18098         `message-use-mail-followup-to', in the information buffer.
18099
18100         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18101         of broken groups(-beta).google.com.
18102
18103 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18104
18105         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18106         parameter to invoked gnus-request-move-article; remove the
18107         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18108         all at once instead of once per article.
18109         (gnus-summary-remove-process-mark): Accept a list of articles as
18110         well as a single article for processing.
18111
18112         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18113         parameter.
18114
18115         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18116
18117         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18118
18119         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18120         parameter.
18121
18122         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18123         parameter.
18124
18125         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18126         parameter and remove the gnus-sum-hint-move-is-internal variable.
18127
18128         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18129         parameter.
18130
18131         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18132         parameter.
18133
18134         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18135         parameter.
18136
18137         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18138
18139         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18140         parameter.
18141
18142         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18143         parameter.
18144
18145 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18146
18147         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18148         a more conservative way.
18149
18150 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18151
18152         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18153         buffer, so it moves the window's cursor.
18154
18155 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18156
18157         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18158         `mm-dissect-multipart' and receive the from field as an (optional)
18159         argument from `mm-dissect-multipart'.
18160         (mm-dissect-multipart): Receive the from field as an argument and
18161         pass it on when we call `mm-dissect-buffer' on MIME parts.
18162         Fixes verification/decryption of signed/encrypted MIME parts.
18163
18164 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18165
18166         * gnus-sum.el (gnus-summary-move-article):
18167         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18168         whatever it calls (right now, only nnimap-request-move article
18169         respects it).
18170
18171         * nnimap.el (nnimap-request-move-article):
18172         When gnus-sum-hint-move-is-internal is set, don't do the extra
18173         nnimap-request-article.
18174
18175 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18176
18177         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18178
18179         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18180         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18181
18182         * gnus-sum.el (gnus-summary-caesar-message):
18183         Apply `gnus-treat-article' after rotation.
18184
18185         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18186         doc string.
18187
18188 2005-02-22  Simon Josefsson  <jas@extundo.com>
18189
18190         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18191         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18192         <arne@arnested.dk>.
18193         (encrypt): Add password-cache and password-cache-expiry as group
18194         members.
18195
18196 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18197
18198         * smime.el (smime-ldap-host-list): Doc fix.
18199         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18200         cache) password.
18201         (smime-sign-region): Use it.
18202         (smime-decrypt-region): Use it.
18203         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18204         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18205         fails.
18206         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18207         certificate from DER to PEM format rather than calling openssl.
18208
18209         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18210
18211         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18212         for signing/encryption.
18213
18214         * mml.el (mml-parse-1): Use them.
18215
18216 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18217
18218         * nnrss.el (nnrss-verbose): Remove.
18219         (nnrss-request-group): Use `nnheader-message' instead.
18220
18221 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18222
18223         * nnrss.el (nnrss-verbose): New variable.
18224         (nnrss-request-group): Make it say nnrss is requesting a group.
18225
18226 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18229         Handle news URL with given port correctly.
18230
18231 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18234         containing special characters.
18235
18236         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18237
18238         * mml.el (mime-to-mml): Ditto.
18239
18240         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18241         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18242         (rfc2047-decode-region): Quote decoded words containing special
18243         characters when rfc2047-quote-decoded-words-containing-tspecials
18244         is non-nil.
18245
18246 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18247
18248         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18249
18250         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18251
18252 2005-02-15  Simon Josefsson  <jas@extundo.com>
18253
18254         * nnimap.el (nnimap-debug): Doc fix.
18255
18256         * imap.el (imap-debug): Doc fix.
18257
18258 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18261
18262 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18263
18264         * gnus.el (spam-contents): Improve docs for spam-contents
18265         parameter in its variable incarnation.
18266
18267 2005-02-14  Simon Josefsson  <jas@extundo.com>
18268
18269         * smime-ldap.el: Use require instead of load-library for ldap.
18270         (smime-ldap-search): Indent.
18271         (smime-ldap-search-internal): Shorten line.
18272
18273         * smime.el (smime-cert-by-dns): Add doc-string.
18274         (smime-cert-by-ldap-1): Indent.
18275
18276         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18277         mml-smime-get-dns-ldap.
18278         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18279
18280 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18281
18282         * smime.el: Require smime-ldap.
18283         (smime-ldap-host-list): New variable.
18284         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18285
18286         * mml-smime.el (mml-smime-encrypt-query): New function.
18287         (mml-smime-encrypt-query): Use it.
18288
18289         * smime-ldap.el: New file.
18290
18291 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18294
18295 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18296
18297         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18298         argument in doc string.  Make query for type more clear.
18299
18300 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18301
18302         * gnus.el (gnus-group-startup-message): Search for gnus images in
18303         etc/images/gnus.
18304         * mm-util.el (mm-image-load-path): Likewise.
18305         * smiley.el (smiley-data-directory): Search for smilies in
18306         etc/images/smilies.
18307
18308 2005-02-09  Kim F. Storm  <storm@cua.dk>
18309
18310         Change Emacs release version from 21.4 to 22.1 throughout.
18311         Change Emacs development version from 21.3.50 to 22.0.50.
18312
18313 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18316
18317         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18318         non-Mule XEmacs as well.
18319         (mm-decompress-buffer): Signal an error intentionally if it does
18320         not decompress compressed data because auto-compression-mode is
18321         disabled.
18322
18323 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18324
18325         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18326         an ID in the registry even if it has no groups.
18327
18328 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18331         merge it into mm-decompress-buffer.
18332         (gnus-mime-copy-part): Use the MIME part charset, the value which
18333         a user specified or gnus-newsgroup-charset for decoding, like
18334         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18335         save-buffer what was used.  Suggested by Kevin Ryde
18336         <user42@zip.com.au>.
18337         (gnus-mime-inline-part): Allow the name parameter as well as the
18338         filename parameter; force decompressing of compressed data; always
18339         display contents being not decoded as unibyte.
18340
18341         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18342         as well as the filename parameter.
18343
18344         * mm-util.el (mm-decompress-buffer):
18345         Merge gnus-mime-jka-compr-maybe-uncompress.
18346         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18347         of compressed data.
18348
18349 2005-02-08  Simon Josefsson  <jas@extundo.com>
18350
18351         * imap.el (imap-log): Doc fix.
18352
18353 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18356         the coding cookies; decompress compressed parts.
18357
18358         * mml.el (mml-generate-mime-1): Add the charset parameter according
18359         to the value which a user specified manually or the coding cookie.
18360
18361         * mm-util.el (mm-string-to-multibyte): New function.
18362         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18363         (mm-coding-system-to-mime-charset): New function.
18364         (mm-decompress-buffer): New function.
18365         (mm-find-buffer-file-coding-system): New function.
18366
18367         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18368         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18369         parts.
18370
18371 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18372
18373         * mm-view.el (mm-display-inline-fontify): Decode a part according
18374         to the charset parameter.
18375
18376 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18379         prefix arg is neither nil nor a number, as info specifies.
18380
18381 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18384         timestamps.
18385
18386 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18387
18388         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18389         groups error checking and notify user.
18390
18391 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18392
18393         * message.el (message-send-mail-function): Check existence of
18394         sendmail-program first before using default value
18395         `message-send-mail-with-sendmail'.  Otherwise use more generic
18396         `smtpmail-send-it'.
18397
18398 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * nntp.el (nntp-request-update-info): Always return nil.
18401
18402 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18403
18404         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18405
18406 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18407
18408         * message.el (message-beginning-of-line): Change the behavior when
18409         invoked between BOL and : so that it first moves backward.
18410
18411 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18414         article buffer when editing of the article is discarded.
18415         (gnus-article-prepare): Revert.
18416
18417 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * gnus-art.el (gnus-article-prepare):
18420         Remove message-strip-forbidden-properties from the local hook.
18421
18422 2005-01-27  Simon Josefsson  <jas@extundo.com>
18423
18424         * password.el (password-cache-add): Only start one timer per key.
18425         Reported by Derek Atkins <warlord@MIT.EDU>.
18426
18427 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18428
18429         * run-at-time.el: Remove.  It is no longer needed as
18430         timer-funcs.el in the xemacs-base package has a working version of
18431         `run-at-time'.
18432
18433         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18434
18435         * password.el: Require timer-funcs instead of run-at-time in
18436         XEmacs.
18437         Remove `password-run-at-time' macro.
18438         (password-cache-add): Use `run-at-time' instead of
18439         `password-run-at-time'.
18440
18441         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18442         Remove `nnheader-cancel-function-timers' alias,
18443         `cancel-function-timers' exists in XEmacs in timer-funcs.
18444
18445         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18446         for `run-with-idle-timer'.
18447
18448         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18449         for `run-at-time'.
18450
18451         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18452         for `with-timeout'.
18453
18454         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18455         the same as for XEmacs 21.4.
18456         No need to ignore `run-with-idle-timer', this function exists in
18457         XEmacs now in timer-funcs.el in the xemacs-base package.
18458         (dgnushack-compile): No need to delete
18459         run-at-time.el from the list of files to compile because it
18460         doesn't exist anymore.
18461
18462 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18463
18464         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18465         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18466
18467 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18468
18469         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18470         sensitively.
18471
18472 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18473
18474         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18475
18476 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18479         which will be inserted according to the multibyteness of a buffer
18480         rather than the type of contents.  Suggested by ARISAWA Akihiro
18481         <ari@mbf.ocn.ne.jp>.
18482
18483         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18484         of string which old xml.el may return rather than a string.
18485
18486 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18489
18490 2005-01-16  Simon Josefsson  <jas@extundo.com>
18491
18492         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18493         idn/idna.el isn't available.
18494         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18495         <michael@waxrat.com>.
18496
18497         * hashcash.el: Remove non-FSF copyright header.
18498
18499         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18500         (hashcash-generate-payment): Use it.
18501         (hashcash-generate-payment-async): Use it.
18502
18503 2005-01-15  Simon Josefsson  <jas@extundo.com>
18504
18505         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18506         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18507
18508         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18509         gnus-summary-idna-message.
18510         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18511         (gnus-summary-idna-message): New function.
18512
18513 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18514
18515         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18516         gnus-novice-user.
18517
18518 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * nnrss.el (nnrss-request-delete-group): Delete entries in
18521         nnrss-group-alist as well.
18522         (nnrss-save-server-data): Insert newline.
18523
18524 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * gnus.el (gnus-user-agent): Use list of symbols instead of
18527         symbols.  Display full version number for (S)XEmacs.
18528         Optionally display (S)XEmacs codename.
18529
18530         * gnus-util.el (gnus-emacs-version): Update for new
18531         `gnus-user-agent'.
18532
18533         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18534         Gnus version.
18535
18536 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18539         which is unreadable in some setups.
18540
18541 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18542
18543         * gnus-spec.el (gnus-update-format-specifications): Flush the
18544         group format spec cache if it doesn't support decoded group names.
18545
18546 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18547
18548         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18549         Allow to apply decay on score files matching a regexp.
18550
18551 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18554         compatibility in %g and %c.
18555
18556 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18559         name for only %g and %c.
18560         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18561         of gnus-tmp-group to decoded group name.
18562         (gnus-group-make-rss-group): Exclude `/'s from group names.
18563
18564 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * nnrss.el (nnrss-get-encoding): Fix regexp.
18567
18568 2004-12-27  Simon Josefsson  <jas@extundo.com>
18569
18570         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18571         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18572         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18573
18574 2004-12-17  Kim F. Storm  <storm@cua.dk>
18575
18576         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18577
18578         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18579
18580 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18581
18582         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18583
18584 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * nnrss.el: Require rfc2047 and mml.
18587         (nnrss-file-coding-system): New variable.
18588         (nnrss-format-string): Redefine it as an inline function.
18589         (nnrss-decode-group-name): New function.
18590         (nnrss-string-as-multibyte): Remove.
18591         (nnrss-retrieve-headers): Decode group name; don't use
18592         nnrss-format-string.
18593         (nnrss-request-group): Decode group name.
18594         (nnrss-request-article): Decode group name; allow a Message-ID as
18595         well as an article number; don't use nnrss-format-string; encode a
18596         Message-ID string which may contain non-ASCII characters; use
18597         mml-to-mime to compose a MIME article.
18598         (nnrss-request-expire-articles): Decode group name.
18599         (nnrss-request-delete-group): Decode group name.
18600         (nnrss-fetch): Clarify error message.
18601         (nnrss-read-server-data): Use insert-file-contents instead of load;
18602         bind file-name-coding-system; use multibyte buffer.
18603         (nnrss-save-server-data): Bind coding-system-for-write to the
18604         value of nnrss-file-coding-system; bind file-name-coding-system;
18605         add coding cookie.
18606         (nnrss-read-group-data): Use insert-file-contents instead of load;
18607         bind file-name-coding-system; use multibyte buffer.
18608         (nnrss-save-group-data): Bind coding-system-for-write to the
18609         value of nnrss-file-coding-system; bind file-name-coding-system.
18610         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18611         make it work with non-ASCII text.
18612         (nnrss-find-el): Make it work with old xml.el as well.
18613
18614 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18615
18616         * nnrss.el (nnrss-get-encoding): New function.
18617         (nnrss-fetch): Use unibyte buffer initially; bind
18618         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18619         decode contents according to the encoding attribute.
18620         (nnrss-save-group-data): Add coding cookie.
18621         (nnrss-mime-encode-string): New function.
18622         (nnrss-check-group): Use it to encode subject and author.
18623
18624 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18625
18626         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18627         imaginary variable.
18628
18629 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18632         correctly even if there are wide characters.
18633
18634 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18635
18636         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18637         downcased symbol names; make a new cache instead of reusing
18638         bbdb-hashtable.
18639
18640 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18643         concatenating segments rather than before concatenating them.
18644         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18645
18646         * message.el (message-get-reply-headers): Bind `extra'.
18647
18648 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18649
18650         * message.el (message-extra-wide-headers): New variable.
18651         (message-get-reply-headers): Use it.
18652
18653 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18656         (gnus-agent-group-pathname): Ditto.
18657
18658         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18659
18660         * gnus-group.el (gnus-group-make-group): Decode group name.
18661         (gnus-group-make-rss-group): Register the group data after opening
18662         the nnrss group.
18663
18664 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18665
18666         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18667         by expiry now get marked as read.
18668
18669 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18672
18673 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18674
18675         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18676         unify Latin characters in XEmacs.
18677         (mm-find-mime-charset-region): Use it.
18678
18679 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * gnus-util.el (gnus-delete-directory): New function.
18682
18683         * gnus-agent.el (gnus-agent-delete-group): Use it.
18684
18685         * gnus-cache.el (gnus-cache-delete-group): Use it.
18686
18687 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18690         names.
18691
18692 2004-12-16  Simon Josefsson  <jas@extundo.com>
18693
18694         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18695
18696 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18697
18698         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18699
18700         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18701         (gnus-group-set-current-level): Decode group name.
18702
18703 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18704
18705         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18706         failed.
18707
18708 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * gnus-group.el (gnus-group-delete-group): Decode group name.
18711         (gnus-group-make-rss-group): Encode group name.
18712         (gnus-group-catchup-current): Decode group name.
18713         (gnus-group-kill-group): Decode group name.
18714
18715 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18716
18717         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18718
18719 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * gnus-group.el (gnus-group-make-rss-group):
18722         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18723
18724         * gnus-start.el (gnus-setup-news): Honor user's setting to
18725         gnus-message-archive-method.  Suggested by Lute Kamstra
18726         <lute@gnu.org>.
18727
18728 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18729
18730         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18731         global counterparts of the buffer-local variables.
18732
18733 2004-11-16  Romain Francoise  <romain@orebokech.com>
18734
18735         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18736         counterparts of the buffer-local variables.
18737
18738 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * message.el (message-forbidden-properties): Fix typo in doc
18741         string.
18742
18743 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18744
18745         * gnus-util.el (gnus-replace-in-string): Add doc string.
18746
18747         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18748         to avoid problems when splitting mails with many recipients.
18749
18750 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18751
18752         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18753         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18754
18755 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18756
18757         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18758         if there is no hashtable in memory or file modification time is
18759         newer than cached timestamp.
18760
18761 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18762
18763         * gnus-sum.el (gnus-summary-limit-to-recipient):
18764         Implement not-matching option.
18765
18766 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18767
18768         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18769         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18770         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18771         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18772         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18773         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18774
18775 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18776
18777         * message.el (message-forward-make-body-mml): Remove headers
18778         according to message-forward-ignored-headers if a message is decoded.
18779
18780 2004-12-02  Romain Francoise  <romain@orebokech.com>
18781
18782         * message.el (message-forward-make-body-plain): Always remove
18783         headers according to message-forward-ignored-headers.
18784
18785 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18786
18787         * spam.el (spam-summary-prepare-exit): Remove the
18788         gnus-summary-limit pop for now, it has problems with ham marks for
18789         me.
18790
18791 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18792
18793         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18794         correctly.
18795
18796 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18797
18798         * format-spec.el (format-spec): Message the char.
18799
18800 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18801
18802         * gnus-art.el (gnus-split-methods): Reformat comments.
18803
18804         * spam.el (spam-summary-prepare-exit): Remove article limits
18805         before exiting the summary buffer.
18806
18807 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18810         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18811
18812         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18813         order to silence the byte compiler.
18814
18815         * spam.el: Fix the way to silence the byte compiler, which
18816         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18817         bbdb-search-simple, spam-BBDB-register-routine,
18818         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18819         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18820         spam-stat-buffer-is-spam, spam-stat-load,
18821         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18822         spam-stat-save and spam-stat-split-fancy.
18823
18824 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18827         which may confuse users.
18828         (canlock-password-for-verify): Ditto.
18829
18830         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18831
18832         * gnus-art.el (gnus-emphasis-alist): Ditto.
18833
18834         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18835
18836         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18837
18838         * gnus-start.el (gnus-save-killed-list): Ditto.
18839
18840         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18841         (gnus-sum-thread-tree-root): Ditto.
18842         (gnus-sum-thread-tree-false-root): Ditto.
18843         (gnus-sum-thread-tree-single-indent): Ditto.
18844
18845         * message.el (message-courtesy-message): Ditto.
18846         (message-archive-note): Ditto.
18847         (message-subscribed-address-file): Ditto.
18848         (message-user-fqdn): Ditto.
18849
18850         * spam-report.el (spam-report-gmane-regex): Ditto.
18851
18852         * spam.el (spam-blackhole-good-server-regex): Ditto.
18853
18854 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * mml.el (mml-preview): Widen the message buffer before copying
18857         the contents to the preview buffer; sort headers before previewing.
18858
18859         * message.el (message-hidden-headers): Fix the way to avoid a bug
18860         in the `repeat' widget in Emacs 21.3 or earlier.
18861
18862 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * message.el (message-hidden-headers): Default to "^References:".
18865         Improve customization type.  Suggested by Reiner Steib
18866         <Reiner.Steib@gmx.de>.
18867
18868 2004-11-25  Romain Francoise  <romain@orebokech.com>
18869
18870         * message.el (message-strip-forbidden-properties): Remove check for
18871         obsolete `message-hidden' text property, hidden headers are not
18872         accessible in the buffer anymore.
18873
18874 2004-11-22  Romain Francoise  <romain@orebokech.com>
18875
18876         * message.el (message-header-format-alist): Add `From' in list
18877         so that it can be sorted.
18878         (message-fix-before-sending): Widen and sort headers before
18879         sending.
18880         (message-hide-headers): Use narrowing to hide headers by moving
18881         them to the top of the buffer and narrowing to the region
18882         underneath.
18883
18884 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18885
18886         * message.el (message-strip-forbidden-properties):
18887         Bind buffer-read-only (etc) to nil.
18888
18889 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18892         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18893
18894 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18895
18896         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18897
18898 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18899
18900         * dns.el (query-dns): Use sit-for to time instead of
18901         accept-process-output, since that doesn't seem to work on udp
18902         sockets.
18903
18904 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18907
18908 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18911         doc string.  Improve doc string.
18912
18913 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * nntp.el (nntp-request-update-info): Return nil if
18916         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18917         may not call gnus-activate-group which uselessly issues the GROUP
18918         commands for all nntp groups and wastes time.  Reported by Romain
18919         Francoise <romain@orebokech.com>.
18920
18921         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18922
18923 2004-11-15  Simon Josefsson  <jas@extundo.com>
18924
18925         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18926         headers separately.
18927         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18928         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18929
18930 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18931
18932         * gnus-start.el (gnus-convert-old-newsrc):
18933         Assign legacy-gnus-agent to 5.10.7.
18934
18935 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18936
18937         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18938         start of the lines.
18939
18940 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18941
18942         * hashcash.el (hashcash-default-payment): Change default to 20.
18943         (hashcash-default-accept-payment): Change default to 20.
18944         (hashcash-process-alist): New variable.
18945         (hashcash-generate-payment-async): Add.
18946         (hashcash-already-paid-p): Add.
18947         (hashcash-insert-payment): Don't generate payments twice.
18948         (hashcash-insert-payment-async): Add.
18949         (hashcash-insert-payment-async-2): Add.
18950         (hashcash-cancel-async): Add.
18951         (hashcash-wait-async): Add.
18952         (hashcash-processes-running-p): Add.
18953         (hashcash-wait-or-cancel): Add.
18954         (mail-add-payment): New optional argument.  Conditionally start
18955         asynchronous calculation.
18956         (mail-add-payment-async): Add.
18957
18958         * message.el (message-send-mail): Wait for asynchronous hashcash
18959         results.  Don't clobber existing X-Hashcash headers.
18960         (message-setup-1): Call mail-add-payment-async when
18961         message-generate-hashcash is non-nil.
18962
18963 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18964
18965         * message.el (message-use-alternative-email-as-from): Examine the
18966         From header as well; use message-make-from in order to include a
18967         user's full name.
18968
18969 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18972         default; improve customization type.
18973         (gnus-emphasis-custom-with-format): New macro.
18974         (gnus-emphasis-custom-value-to-external): New function.
18975         (gnus-emphasis-custom-value-to-internal): New function.
18976
18977 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18978
18979         * dns.el (query-dns): Resolve reverse addresses.
18980
18981 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18982
18983         * gnus-group.el (gnus-group-get-new-news): Use it.
18984
18985         * gnus-start.el (gnus-check-reasonable-setup): New function.
18986
18987 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18990         "Args out of range" error.  Reported by Arnaud Giersch
18991         <arnaud.giersch@free.fr>.
18992
18993 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18994
18995         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18996
18997 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18998
18999         * spam.el (spam group): Add :version.
19000
19001         * pgg-def.el (pgg group): Add :version.
19002
19003 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * gnus-art.el (gnus-article-edit-article): Don't associate the
19006         article buffer with a draft file.  This is a temporary measure
19007         against the 2004-08-22 change to gnus-article-edit-mode.
19008
19009 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19012         (html2text-format-tags): Remove unused variable `attr'.
19013
19014 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19015
19016         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19017
19018         * tls.el (tls-process-connection-type, tls-success)
19019         (tls-certtool-program): Add :version.
19020
19021         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19022         (starttls-extra-arguments, starttls-process-connection-type)
19023         (starttls-connect, starttls-failure, starttls-success): Add :version.
19024
19025         * spam-stat.el (spam-stat): Add :version.
19026
19027         * sieve.el (sieve): Add :version.
19028
19029         * sha1.el (sha1): Add :version.
19030         (sha1-use-external): Remove redundant version.
19031
19032         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19033         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19034         (nnmail-split-fancy-match-partial-words)
19035         (nnmail-split-lowercase-expanded): Add :version.
19036
19037         * nndiary.el (nndiary): Add :version.
19038
19039         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19040
19041         * mml-sec.el (mml-default-sign-method)
19042         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19043         Add :version.
19044
19045         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19046
19047         * mm-url.el (mm-url-use-external, mm-url-program)
19048         (mm-url-arguments): Add :version.
19049
19050         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19051         (mm-attachment-file-modes, mm-decrypt-option)
19052         (mm-w3m-safe-url-regexp): Add :version.
19053
19054         * message.el (message-cite-prefix-regexp)
19055         (message-sendmail-envelope-from, message-minibuffer-local-map)
19056         (message-user-fqdn, message-completion-alist): Add :version.
19057
19058         * gnus-win.el (gnus-configure-windows-hook)
19059         (gnus-use-frames-on-any-display): Add :version.
19060
19061         * gnus-art.el (gnus-article-address-banner-alist)
19062         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19063         (gnus-treat-from-picon, gnus-treat-mail-picon)
19064         (gnus-treat-x-pgp-sig): Add :version.
19065
19066         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19067         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19068         (gnus-summary-article-delete-hook)
19069         (gnus-summary-display-while-building): Add :version.
19070
19071         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19072         (gnus-get-top-new-news-hook): Add :version.
19073
19074         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19075         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19076
19077         * gnus-registry.el (gnus-registry): Add :version.
19078
19079         * gnus-spec.el (gnus-use-correct-string-widths)
19080         (gnus-make-format-preserve-properties): Add :version.
19081
19082         * gnus.el (gnus-group-charter-alist)
19083         (gnus-group-fetch-control-use-browse-url)
19084         (gnus-install-group-spam-parameters): Add :version.
19085
19086         * gnus-diary.el (gnus-diary): Add :version.
19087
19088         * gnus-delay.el (gnus-delay): Add :version.
19089
19090         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19091         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19092         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19093         Add :version.
19094
19095         * gnus-agent.el (gnus-agent-max-fetch-size)
19096         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19097         (gnus-agent-prompt-send-queue): Add :version.
19098
19099         * deuglify.el (gnus-outlook-deuglify): Add :version.
19100
19101         * html2text.el: Beautify code.  Improve doc strings.
19102         Some checkdoc cleanup.
19103         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19104
19105 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19106
19107         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19108
19109 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19110
19111         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19112         when package is loaded.
19113
19114         * spam.el (spam-summary-score-preferred-header): Add global preference
19115         for people who want to override the default SpamAssassin over
19116         Bogofilter preference (when both are set).
19117         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19118         (spam-user-format-function-S):
19119         Check spam-summary-score-preferred-header.
19120         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19121         (spam-user-format-function-S): Format the score correctly.
19122
19123 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19126         signature file.  Suggested by Manoj Srivastava
19127         <srivasta@golden-gryphon.com>.
19128
19129         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19130         iso-2022-jp even in the Japanese language environment.
19131         Suggested by Jason Rumney <jasonr@gnu.org>.
19132
19133 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19136         use the same characters as the dummy marks; make it free from
19137         getting affected by the language environment.
19138         (gnus-summary-read-group-1): Update mark positions only when the
19139         format spec is updated.
19140
19141         * gnus-spec.el (gnus-update-format-specifications): Return a list
19142         of updated types.
19143
19144 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19147         of boundp to check if display-warning is available.
19148
19149 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19150
19151         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19152
19153 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * nnspool.el (nnspool-spool-directory): Use news-path if the
19156         news-directory variable is not bound.
19157
19158         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19159         function instead of display-warning if it is not available.
19160
19161 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19162
19163         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19164         v5-10: Use `point-at-bol'.
19165
19166 2004-10-26  Simon Josefsson  <jas@extundo.com>
19167
19168         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19169         <chenggao@gmail.com>.
19170
19171 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19174         instead.
19175
19176 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19177
19178         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19179         to remove a server from the nnimap-server-buffer-alist.
19180         (nnimap-open-connection, nnimap-close-server): Use it.
19181
19182         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19183
19184 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19187         running the major-mode function.
19188
19189 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19192         dummy marks in the right way.
19193
19194 2004-10-18  David Edmondson  <dme@dme.org>
19195
19196         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19197         excessively.
19198
19199 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19200
19201         * gnus-util.el (gnus-split-references): Accept a nil references
19202         string and go on blissfully.
19203
19204         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19205         cases where the references string is non-nil but has no references.
19206
19207         * encrypt.el: Add autoload tags.
19208
19209         * spam.el (spam-resolve-registrations-routine): Remove article
19210         from unregistration list too.  Reported by David Hanak
19211         <dhanak@isis.vanderbilt.edu>
19212
19213 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19214
19215         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19216         nil.  Change custom type.
19217
19218 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19219
19220         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19221
19222         * gnus-sum.el (gnus-summary-move-article): Use it.
19223
19224 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19225
19226         * encrypt.el: Add autoload cookies.
19227
19228         * spam.el (spam-backend-article-list-property)
19229         (spam-backend-get-article-todo-list)
19230         (spam-backend-put-article-todo-list)
19231         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19232         Resolve registrations separately.
19233         (spam-register-routine): Format comments.
19234         (spam-unregister-routine, spam-register-routine): Always call with
19235         specific-articles, no default list.
19236         (spam-summary-prepare-exit): Use the spam-classifications function.
19237
19238         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19239         gnus-encrypt.el.
19240
19241         * encrypt.el: Copied from gnus-encrypt.el.
19242
19243         * gnus-encrypt.el: Commented that it's obsolete.
19244
19245 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19248         (gnus-score-save): Use it.
19249
19250         * message.el (message-bury): Use `window-dedicated-p'.
19251
19252 2004-10-15  Simon Josefsson  <jas@extundo.com>
19253
19254         * pop3.el (top-level): Don't require nnheader.
19255         (pop3-read-timeout): Add.
19256         (pop3-accept-process-output): Add.
19257         (pop3-read-response, pop3-retr): Use it.
19258
19259 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19260
19261         * spam.el (spam-register-routine): Move comment.
19262         (spam-verify-bogofilter): Use 'unknown for the initial
19263         spam-bogofilter-valid state, not 'never.
19264
19265         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19266         for netrc-machine.
19267
19268         * nnimap.el (nnimap-open-connection):
19269         Use netrc-machine-user-or-password.
19270
19271 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19272
19273         * gnus-registry.el (gnus-registry-unload-hook):
19274         Set as a variable with add-hook.
19275
19276         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19277         of news-path.
19278
19279         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19280
19281         * spam.el: Delete duplicate `provide'.
19282         (spam-unload-hook): Set as a variable with add-hook.
19283
19284 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19285
19286         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19287         in the doc string.
19288
19289         * message.el (message-ignored-news-headers)
19290         (message-ignored-supersedes-headers)
19291         (message-ignored-resent-headers)
19292         (message-forward-ignored-headers): Improve custom type.
19293
19294 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * message.el (message-tokenize-header): Fix 2004-09-06 change
19297         which used point-min in the wrong place.
19298
19299 2004-10-12  Simon Josefsson  <jas@extundo.com>
19300
19301         * tls.el (tls-certtool-program): New variable.
19302         (tls-certificate-information): New function, based on
19303         ssl-certificate-information.
19304
19305 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * compface.el: Move the version of ELisp-based uncompface program
19308         to the contrib directory because of the copyright problem.
19309
19310 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19311
19312         * message.el (message-kill-buffer): Raise the current frame.
19313
19314 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19315
19316         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19317
19318         * gnus.el (message-y-or-n-p): Autoload.
19319
19320         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19321         (pop3-password-required, pop3-authentication-scheme)
19322         (pop3-leave-mail-on-server): Make customizable.
19323         (pop3): New custom group.
19324         (pop3-retr): Remove `sleep-for' statements.
19325         Suggested by Dave Love <fx@gnu.org>.
19326
19327         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19328         Windows/DOS.
19329
19330         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19331         (imap-parse-body): Fix incorrect use of `assert'.
19332         Suggested by Dave Love <fx@gnu.org>.
19333
19334         * mml.el (mml-minibuffer-read-disposition): Require match.
19335         Suggested by Dave Love <fx@gnu.org>.
19336
19337 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19338
19339         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19340         doc string.
19341
19342 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19345
19346 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19347
19348         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19349         instead of calling `mm-insert-inline', to decode text/* parts
19350         before displaying them.
19351
19352 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19353
19354         * mm-uu.el (mm-uu-text-plain-type): New variable.
19355         (mm-uu-pgp-signed-extract-1): Use it.
19356         (mm-uu-pgp-encrypted-extract-1): Use it.
19357         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19358         bind mm-uu-text-plain-type with that value.
19359         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19360         mm-uu-dissect.
19361
19362 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * gnus-group.el (gnus-update-group-mark-positions):
19365         * gnus-sum.el (gnus-update-summary-mark-positions):
19366         * message.el (message-check-news-body-syntax):
19367         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19368         of string-as-multibyte.
19369
19370 2004-10-05  Juri Linkov  <juri@jurta.org>
19371
19372         * gnus-group.el (gnus-update-group-mark-positions):
19373         * gnus-sum.el (gnus-update-summary-mark-positions):
19374         * message.el (message-check-news-body-syntax):
19375         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19376         8-bit unibyte values to a multibyte string for search functions.
19377
19378 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19379
19380         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19381         (mm-uu-dissect-text-parts): New function.
19382
19383         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19384         dissect text parts.
19385
19386         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19387         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19388
19389         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19390
19391         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19392         Use gnus-current-topics instead of gnus-current-topic.
19393
19394 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19395
19396         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19397
19398 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19399
19400         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19401         where approriate.
19402
19403         * nnml.el (nnml-generate-active-info): do.
19404
19405         * nndiary.el (nndiary-generate-active-info): do.
19406
19407         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19408         (gnus-topic-move): do.
19409
19410         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19411         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19412
19413         * gnus-srvr.el (gnus-server-prepare)
19414         (gnus-server-open-all-servers): do.
19415
19416         * gnus-msg.el (gnus-summary-cancel-article)
19417         (gnus-summary-resend-message)
19418         (gnus-summary-mail-crosspost-complaint): do.
19419
19420         * gnus-move.el (gnus-change-server): do.
19421
19422         * gnus-group.el (gnus-group-unmark-all-groups)
19423         (gnus-group-set-current-level): do.
19424
19425 2004-10-04  Simon Josefsson  <jas@extundo.com>
19426
19427         * message.el (message-generate-hashcash): Doc fix.
19428
19429 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19430
19431         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19432         avoid infinite recursion via gnus-get-function.
19433
19434 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19435
19436         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19437
19438         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19439
19440         * nnmail.el (nnmail-split-history): do.
19441
19442         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19443         (nnml-request-delete-group): do.
19444
19445         * nnslashdot.el (nnslashdot-read-groups): do.
19446
19447         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19448         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19449
19450         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19451         (nnspool-sift-nov-with-sed): Use last.
19452         (nnspool-retrieve-headers-with-nov): Use mapc.
19453         (nnspool-request-newgroups): Use dolist.
19454         (nnspool-request-group): Use last.
19455
19456         * nntp.el (nntp-read-server-type): Use dolist.
19457
19458         * nnvirtual.el (nnvirtual-create-mapping)
19459         (nnvirtual-update-read-and-marked): Use dolist.
19460         (nnvirtual-convert-headers): Simplify.
19461
19462 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19463
19464         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19465         Add support for sync'ing tick marks.
19466
19467 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19468
19469         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19470         there's no visible header.
19471
19472 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19473
19474         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19475         When necessary, pass full group name to gnus-request-set-marks.
19476
19477 2004-10-01  Simon Josefsson  <jas@extundo.com>
19478
19479         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19480         acroread.
19481
19482 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19483
19484         * spam-report.el (spam-report-gmane): Fix interactive.
19485
19486         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19487
19488         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19489         when writing file.
19490         (gnus-agent-synchronize-flags): Don't default to being
19491         interactive.
19492
19493 2004-09-30  Simon Josefsson  <jas@extundo.com>
19494
19495         * message.el (message-generate-hashcash): Add.
19496         (message-send-mail): Use it, call mail-add-payment.
19497
19498 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19499
19500         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19501
19502 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19503
19504         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19505         gnus-requst-update-info with explicit code to sync the in-memory
19506         info read flags with the marks being sync'd to the backend.
19507
19508         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19509
19510 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19511
19512         * spam.el (spam-verify-bogofilter): Add new function.
19513         (spam-check-bogofilter)
19514         (spam-bogofilter-register-with-bogofilter): Use it.
19515         (spam-verify-bogofilter): Add small fixes.
19516
19517 2004-09-28  Simon Josefsson  <jas@extundo.com>
19518
19519         * hashcash.el (hashcash-generate-payment): Revert.
19520
19521 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19522
19523         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19524         Use gnus-extract-references instead of gnus-split-references.
19525
19526         * gnus-util.el (gnus-extract-references): Add new function, analogous
19527         to gnus-split-references but extracts only the message-ID without
19528         anything extra.
19529
19530         * hashcash.el (hashcash-generate-payment)
19531         (hashcash-check-payment): Do the right thing if hashcash-path is
19532         nil (because the hashcash program could not be found).
19533
19534         * spam.el (spam-use-hashcash): Remove comment.
19535
19536 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19537
19538         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19539         (gnus-cache-enter-article, gnus-cache-remove-article)
19540         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19541
19542         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19543
19544         * gnus-art.el (article-hide-boring-headers)
19545         (article-translate-strings, article-display-face)
19546         (gnus-article-mime-match-handle-first)
19547         (gnus-article-highlight-headers)
19548         (gnus-article-add-buttons-to-head): do.
19549
19550 2004-09-27  Simon Josefsson  <jas@extundo.com>
19551
19552         * hashcash.el: New version, from
19553         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19554         ../contrib/.
19555
19556 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19559
19560 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19561
19562         * gnus-dup.el (gnus-dup-open): Use mapc.
19563         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19564
19565         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19566         Reported by Stefan Wiens <s.wi@gmx.net>.
19567
19568         * gnus.el (gnus-shutdown): Use dolist.
19569
19570         * gnus-undo.el (gnus-undo): Use mapc.
19571
19572         * nnrss.el (nnrss-generate-active): do.
19573
19574         * message.el (message-cite-original-without-signature)
19575         (message-cite-original): Use mapc.
19576         (message-do-actions, message-make-forward-subject): Use dolist.
19577
19578 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19579
19580         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19581         deletion to remove entire duplicate line.  Fixes merged article
19582         number bug.
19583
19584 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19585
19586         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19587         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19588         first ask if you want to open a server and then, even when you
19589         responded with no, asking if you want to synchronize the server's
19590         flags.
19591         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19592         multi-line expressions.
19593         (gnus-agent-synchronize-group-flags): New internal function.
19594         Updates marks in memory (in the info structure) AND in the
19595         backend.
19596
19597         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19598
19599         * nnagent.el (nnagent-request-set-mark):
19600         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19601         method, to ensure that synchronization updates marks in the
19602         backend and in the info (in memory) structure.
19603
19604 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19607         convention fully; don't miss the root article of a thread; make
19608         the X-Draft-From header with correct article numbers.
19609
19610 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19611
19612         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19613         unless plugged.  Disable the agent so that an open failure causes
19614         an error.
19615
19616         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19617         Revert 2004-09-21 change.  The backend must be opened while
19618         synchronizing flags even when the backend stores the flags
19619         locally.
19620
19621 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19622
19623         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19624         in `header' match.  Reported by Svend Tollak Munkejord.
19625
19626         * message.el (message-cite-original): Fix use of
19627         `message-cite-articles-with-x-no-archive'.
19628
19629 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19632         (gnus-window-to-buffer): Ditto.
19633
19634         * mml.el (mml-preview-buffer): New variable.
19635         (mml-preview): Manage window layout with gnus-buffer-configuration.
19636
19637         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19638         X-Draft-From header even if those articles aren't quoted.
19639
19640 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19641
19642         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19643         (gnus-request-set-mark, gnus-request-update-mark): Use new
19644         g-s-t-u-l-m to decide to use backend even when unplugged.
19645
19646 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19649         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19650
19651 2004-09-20  Simon Josefsson  <jas@extundo.com>
19652
19653         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19654         "utf-16-le".
19655
19656 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19657
19658         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19659
19660 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * uudecode.el (uudecode-use-external): Add :version.
19663
19664         * smime.el (smime-CA-file, smime-encrypt-cipher)
19665         (smime-dns-server): Add :version.
19666
19667         * smiley.el (gnus-smiley-file-types): Add :version.
19668
19669         * sha1.el (sha1-use-external): Add :version.
19670
19671         * pgg-def.el (pgg-query-keyserver): Add :version.
19672
19673         * nnmail.el (nnmail-fancy-expiry-targets)
19674         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19675         Add :version.
19676
19677         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19678         (nnimap-retrieve-groups-asynchronous): Add :version.
19679         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19680
19681         * mml.el (mml-content-disposition-parameters)
19682         (mml-insert-mime-headers-always): Add :version.
19683
19684         * mm-util.el (mm-coding-system-priorities): Add :version.
19685
19686         * mm-decode.el (mm-inline-text-html-with-images)
19687         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19688         (mm-verify-option): Add :version.
19689         (mm-text-html-renderer): Change :version.
19690
19691         * message.el (message-fcc-externalize-attachments)
19692         (message-required-headers, message-draft-headers)
19693         (message-subject-trailing-was-query)
19694         (message-subject-trailing-was-ask-regexp)
19695         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19696         (message-mark-insert-end, message-archive-header)
19697         (message-archive-note, message-cross-post-default)
19698         (message-cross-post-note, message-followup-to-note)
19699         (message-cross-post-note-function, message-use-mail-followup-to)
19700         (message-subscribed-address-functions)
19701         (message-subscribed-address-file, message-subscribed-addresses)
19702         (message-subscribed-regexps, message-allow-no-recipients)
19703         (message-yank-cited-prefix, message-signature-insert-empty-line)
19704         (message-hidden-headers, message-hierarchical-addresses)
19705         (message-mail-user-agent, message-use-idna)
19706         (message-valid-fqdn-regexp)
19707         (message-strip-special-text-properties, message-header-synonyms)
19708         (message-beginning-of-line, message-tab-body-function): Add :version.
19709         (message-insert-canlock, message-wide-reply-confirm-recipients):
19710         Change :version.
19711
19712         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19713         and :version.
19714         (mail-source-delete-old-incoming-confirm)
19715         (mail-source-movemail-program): Add :version.
19716
19717         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19718         (gnus-agent-cache, gnus-agent): Change :version.
19719
19720         * gnus-util.el (gnus-use-byte-compile): Change :version.
19721
19722         * gnus-sum.el (gnus-summary-make-false-root-always)
19723         (gnus-summary-default-high-score)
19724         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19725         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19726         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19727         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19728         (gnus-sum-thread-tree-single-indent)
19729         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19730         (gnus-sum-thread-tree-leaf-with-other)
19731         (gnus-sum-thread-tree-single-leaf): Add :version.
19732         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19733         (gnus-article-loose-mime): Change :version.
19734
19735         * gnus-start.el (gnus-backup-startup-file)
19736         (gnus-save-startup-file-via-temp-buffer): Add :version.
19737
19738         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19739         (gnus-server-offline-face): Add :version.
19740
19741         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19742
19743         * gnus-msg.el (gnus-gcc-externalize-attachments)
19744         (gnus-debug-files, gnus-debug-exclude-variables)
19745         (gnus-discouraged-post-methods): Change :version.
19746         (gnus-confirm-mail-reply-to-news)
19747         (gnus-confirm-treat-mail-like-news): Add :version.
19748
19749         * gnus-int.el (gnus-server-unopen-status): Add :version.
19750
19751         * gnus-group.el (gnus-group-jump-to-group-prompt)
19752         (gnus-large-ephemeral-newsgroup)
19753         (gnus-fetch-old-ephemeral-headers): Add :version.
19754
19755         * gnus-fun.el (gnus-x-face-directory)
19756         (gnus-convert-pbm-to-x-face-command)
19757         (gnus-convert-image-to-x-face-command)
19758         (gnus-convert-image-to-face-command): Add :version.
19759
19760         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19761
19762         * gnus-cite.el (gnus-cite-blank-line-after-header)
19763         (gnus-article-boring-faces): Add :version.
19764
19765         * gnus-art.el (gnus-buttonized-mime-types)
19766         (gnus-inhibit-mime-unbuttonizing)
19767         (gnus-treat-display-face)
19768         (gnus-treat-body-boundary): Change :version.
19769         (gnus-body-boundary-delimiter, gnus-picon-databases)
19770         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19771         (gnus-treat-date-english, gnus-treat-fold-headers)
19772         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19773         (gnus-treat-mail-picon, gnus-treat-wash-html)
19774         (gnus-article-encrypt-protocol)
19775         (gnus-use-idna, gnus-article-over-scroll)
19776         (gnus-mime-display-multipart-alternative-as-mixed)
19777         (gnus-mime-display-multipart-related-as-mixed)
19778         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19779         (gnus-ctan-url, gnus-button-ctan-handler)
19780         (gnus-button-handle-ctan-bogus-regexp)
19781         (gnus-button-ctan-directory-regexp)
19782         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19783         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19784         (gnus-button-man-level, gnus-button-emacs-level)
19785         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19786
19787         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19788         (gnus-agent-go-online): Change :version.
19789         (gnus-agent-expire-unagentized-dirs)
19790         (gnus-agent-auto-agentize-methods): Add :version.
19791
19792         * flow-fill.el (fill-flowed-display-column)
19793         (fill-flowed-encode-column): Add :version.
19794
19795         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19796         (gnus-outlook-deuglify-unwrap-max)
19797         (gnus-outlook-deuglify-cite-marks)
19798         (gnus-outlook-deuglify-unwrap-stop-chars)
19799         (gnus-outlook-deuglify-no-wrap-chars)
19800         (gnus-outlook-deuglify-attrib-cut-regexp)
19801         (gnus-outlook-deuglify-attrib-verb-regexp)
19802         (gnus-outlook-deuglify-attrib-end-regexp)
19803         (gnus-outlook-display-hook): Add :version.
19804
19805         * binhex.el (binhex-use-external): Add :version.
19806
19807 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19808
19809         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19810         and `invisible'.
19811
19812 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19813
19814         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19815         in gnus-registry-trim.
19816
19817 2004-09-13  Simon Josefsson  <jas@extundo.com>
19818
19819         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19820
19821         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19822
19823         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19824         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19825         <yamaoka@jpl.org>.
19826         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19827         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19828         <yamaoka@jpl.org>.
19829
19830         * sieve.el (sieve-manage-mode): Ditto.
19831
19832 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19833
19834         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19835
19836 2004-09-11  Simon Josefsson  <jas@extundo.com>
19837
19838         * dns-mode.el: Add.
19839
19840         * mm-view.el (mm-display-dns-inline): Add.
19841
19842         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19843         (mm-automatic-display): Ditto.
19844
19845         * mailcap.el (mailcap-mime-data): Add text/dns.
19846         (mailcap-mime-extensions): Map .soa to text/dns.
19847
19848 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19849
19850         * gnus-art.el (article-decode-mime-words, article-babel)
19851         (gnus-article-highlight-signature, gnus-article-add-buttons)
19852         (gnus-signature-toggle): Remove unnecessary bindings of
19853         `inhibit-read-only' inherited from v5.10 merge.
19854
19855 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * nntp.el (nntp): New customization group.
19858         (nntp-authinfo-file): Add customization group.
19859
19860         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19861
19862         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19863
19864         * gnus.el (to-address, to-list, subscribed)
19865         (large-newsgroup-initial): Ditto.
19866
19867         * flow-fill.el (fill-flowed-display-column)
19868         (fill-flowed-encode-column): Ditto.
19869
19870 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19871
19872         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19873         Use point-min rather than 1.
19874         (message-send-mail): Use buffer-size rather than point-max.
19875
19876         * gnus-sum.el (gnus-summary-search-article-forward):
19877         Signal a specific `search-failed' rather than a generic `error'.
19878
19879         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19880         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19881         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19882
19883 2004-09-10  Simon Josefsson  <jas@extundo.com>
19884
19885         * nndb.el (require): Remove tcp and duplicate cl.
19886
19887 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * gnus-agent.el (directory-files-and-attributes): Move forward.
19890
19891 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19892
19893         * gnus-agent.el (directory-files-and-attributes):
19894         Optionally defined to support XEmacs.
19895
19896 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19897
19898         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19899         to avoid run-time CL dependencies.
19900         (gnus-agent-unfetch-articles): New function.
19901         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19902         article numbers even when local .overview file is missing.
19903         (gnus-agent-read-article-number): New function.  Only accepts
19904         27-bit article numbers.
19905         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19906         Use gnus-agent-read-article-number.
19907         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19908         from backend while recognizing that article numbers in .overview
19909         must be valid.
19910         (gnus-agent-update-files-total-fetched-for):
19911         Use directory-files-and-attributes to improve performance.
19912         * gnus-int.el (gnus-request-move-article):
19913         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19914         improve performance.
19915
19916         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19917         some users confused by references to .newsrc when they only have a
19918         .newsrc.eld file.
19919         (gnus-convert-mark-converter-prompt)
19920         (gnus-convert-converter-needs-prompt): Fix use of property list.
19921         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19922         New function.  Used internally to only display 'gnus converting
19923         files' message when actually necessary.
19924
19925         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19926         methods now autoloaded.
19927
19928 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19931         identifiers.
19932
19933 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19934
19935         * gnus-picon.el: Fix indentation and closing parenthesis.
19936
19937 2004-09-01  Simon Josefsson  <jas@extundo.com>
19938
19939         * message.el (message-canlock-generate): Require sha1, not
19940         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19941         to require within a function.  Sadly, if sha1.el isn't loaded, the
19942         let binding in m-c-g will hide the defcustom definition, which is
19943         bad.)
19944
19945         * canlock.el: Require sha1, not sha1-el.
19946
19947         * message.el: Don't autoload sha1 (there is a autoload cookie in
19948         sha1.el).
19949
19950         * sha1-el.el: Rename to sha1.el.
19951
19952 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19953
19954         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19955
19956 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19957
19958         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19959
19960 2004-08-30  Kim F. Storm  <storm@cua.dk>
19961
19962         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19963
19964         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19965         Add :group 'nnimap.
19966
19967 2004-08-30  Andreas Schwab  <schwab@suse.de>
19968
19969         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19970         ?* and ?\;.
19971
19972         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19973         and ?\' to symbol instead of whitespace.
19974
19975 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19978
19979         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19980         instead of re-search-forward.
19981
19982         * gnus-uu.el (gnus-uu-save-article): Ditto.
19983         (gnus-uu-post-encode-uuencode): Ditto.
19984
19985         * html2text.el (html2text-clean-list-items): Ditto.
19986         (html2text-clean-dtdd): Ditto.
19987         (html2text-format-tags): Ditto.
19988
19989         * message.el (message-send-mail-with-sendmail): Fix regexp.
19990         (message-fill-field-general): Use search-forward instead of
19991         re-search-forward.
19992         (unbold-region): Ditto.
19993
19994         * nnrss.el (nnrss-request-article): Ditto.
19995
19996         * nnslashdot.el (nnslashdot-request-article): Ditto.
19997
19998         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19999
20000         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20001         "Unrecognized menu descriptor" error in XEmacs.
20002
20003 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20004
20005         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20006         parent article of a sparse article in the thread hashtb.
20007
20008 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20009
20010         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20011         (nnmail-expand-newtext): Lowercase expanded entries if
20012         nnmail-split-lowercase-expanded is non-nil.
20013
20014 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20017
20018         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20019         of gnus-tmp-news-method into string under XEmacs.  It will be
20020         passed to gnus-correct-length which takes only a string argument.
20021
20022 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * gnus-util.el (gnus-bind-print-variables): New macro.
20025         (gnus-prin1): Use it.
20026         (gnus-prin1-to-string): Use it.
20027         (gnus-pp): New function.
20028         (gnus-pp-to-string): New function.
20029
20030         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20031         Replace pp-to-string with gnus-pp-to-string.
20032         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20033         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20034         * gnus-msg.el (gnus-debug): Ditto.
20035         * gnus-score.el (gnus-score-save): Ditto.
20036         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20037         gnus-pp-to-string.
20038         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20039         with gnus-pp.
20040         * score-mode.el (gnus-score-pretty-print): Ditto.
20041         * webmail.el (webmail-debug): Ditto.
20042
20043 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * gnus-art.el (article-display-face, article-display-x-face):
20046         Use buffer-read-only.
20047
20048 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * gnus-art.el (article-hide-list-identifiers):
20051         Bind inhibit-read-only as t.
20052
20053 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20056
20057 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20058
20059         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20060         (gnus-narrow-to-page): Don't assume point-min == 1.
20061         (gnus-article-edit-mode): Derive from message-mode.
20062
20063         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20064         point-min == 1.
20065
20066         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20067         Disable incorrect use of `assert'.
20068
20069         * message.el (message-mode): Set comment-start-skip.
20070
20071
20072 2004-08-22  Sam Steingold  <sds@gnu.org>
20073
20074         * pop3.el (pop3-leave-mail-on-server): New user variable.
20075         (pop3-movemail): Delete mail only when it is nil.
20076
20077 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20078
20079         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20080
20081         * mml.el (mml-preview): Use `pop-to-buffer'.
20082
20083         * message.el (message-goto-mail-followup-to): Insert after "To".
20084         (message-carefully-insert-headers): Add comment.
20085
20086         * gnus.el: Remove unused variable `gnus-article-check-size'.
20087
20088         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20089
20090         * gnus-art.el (gnus-button-alist):
20091         Improve `gnus-button-handle-library' entry.
20092
20093 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20094
20095         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20096         Use downcase, since XEmacs capitalizes error messages differently.
20097
20098 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20099
20100         * nntp.el: Add (require 'gnus) due to reference to
20101         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20102
20103 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20104
20105         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20106         Bind `mm-fill-flowed'.
20107
20108         * mm-decode.el (mm-dissect-singlepart): Check it.
20109
20110 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20111
20112         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20113         'imap' for netrc parsing.
20114
20115 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20116
20117         * mailcap.el (mailcap-mime-data): Mark as risky.
20118
20119 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20122         may be included in the encoded word.
20123         (rfc2047-encode): Don't append a space if the encoded word
20124         includes close parenthesis.
20125
20126 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20129         of text within parentheses.
20130
20131 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20132
20133         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20134         (gnus-encrypt-write-file-contents): Make the password key the file
20135         name PLUS the cipher, not just the cipher.  Also remove failed
20136         passwords from the cache.
20137
20138 2004-08-06  Simon Josefsson  <jas@extundo.com>
20139
20140         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20141         Doc fix.
20142
20143 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20146         LWSP.
20147
20148 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20149
20150         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20151         Try to append in-reply-to: data to the references: header.
20152
20153         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20154         (netrc-parse): Use gnus-encrypt.el functions.
20155
20156         * gnus-encrypt.el: Add new file for encryption support; currently
20157         does only a few GPG ciphers and an internal XOR cipher.
20158
20159         * password.el: Add comments on using password-read-and-add.
20160         (password-read-and-add): Add function to read and add the
20161         password to the cache at once.
20162
20163 2004-07-28  Simon Josefsson  <jas@extundo.com>
20164
20165         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20166         parameter (but don't use it, for now).
20167
20168         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20169         instead of hard coding to nil.
20170
20171 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20174         as mm-inline-image-xemacs does.
20175
20176 2004-07-26  Simon Josefsson  <jas@extundo.com>
20177
20178         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20179         Revert part of 2004-07-17 change below.
20180
20181 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20182
20183         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20184         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20185
20186 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20187
20188         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20189         quotes that actually start with ">" at the beginning of the
20190         lines.
20191
20192 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * rfc2047.el (rfc2047-encode-region): Fix last change.
20195         (rfc2047-encode-parameter): Remove useless concat.
20196
20197 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20200         encode special characters; fix some kind of misconfigured headers;
20201         signal a real error if debug-on-quit or debug-on-error is non-nil.
20202         (rfc2047-encode-max-chars): New variable.
20203         (rfc2047-encode-1): Use it.
20204         (rfc2047-encode-parameter): New function.
20205
20206         * mml.el (mml-insert-parameter): Remove an excessive space.
20207
20208 2004-07-17  Simon Josefsson  <jas@extundo.com>
20209
20210         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20211         Kai Grossjohann <kai@emptydomain.de>.
20212         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20213         (gnus-group-make-menu-bar): Ditto.
20214
20215         * gnus-util.el (gnus-group-server): Add.
20216
20217 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20218
20219         * message.el (message-clone-locals): Clone sendmail and smtp
20220         variables.
20221
20222 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * rfc2047.el (rfc2047-encode-region): Fix last change.
20225
20226 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20229         characters as non-special.
20230
20231 2004-07-09  Simon Josefsson  <jas@extundo.com>
20232
20233         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20234         Users will lose all flag changes made while unplugged with
20235         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20236         good default.  See numerous reports on ding mailing list.
20237
20238 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20239
20240         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20241         add generate-head-function and generate-article-function to the
20242         rfc822-forward entry.
20243         (nndoc-rfc822-forward-generate-article): New function.
20244         (nndoc-rfc822-forward-generate-head): New function.
20245
20246         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20247
20248 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20249
20250         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20251         respect display group parameter and gnus-summary-expunge-below.
20252         (gnus-articles-to-read): Remove unused reference to display group
20253         parameter.
20254
20255 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20256
20257         * nnheader.el (nnheader-uniquify-message-id): New experimental
20258         variable.
20259         (nnheader-nov-read-message-id): Use it.
20260
20261         * spam-report.el (spam-report-gmane): Add interactive.
20262
20263 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * mm-encode.el (mm-content-transfer-encoding-defaults):
20266         Use qp-or-base64 for the application/* types.
20267
20268 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20269
20270         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20271
20272 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20273
20274         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20275         trim value.
20276
20277 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20278
20279         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20280         New macro and function.
20281         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20282
20283 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20286         after-load-alist.
20287
20288 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20289
20290         * gnus-group.el (gnus-group-get-new-news-this-group):
20291         Don't update info that isn't there.
20292
20293 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20294
20295         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20296         entry.
20297
20298 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * mm-view.el (mm-inline-render-with-function): Use multibyte
20301         buffer; decode html source by charset.
20302
20303         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20304
20305         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20306         Mule-UCS is loaded under XEmacs.
20307         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20308
20309 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20310
20311         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20312
20313 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * mm-util.el (mm-coding-system-p): Return a coding-system.
20316         (mm-mime-mule-charset-alist): Use shift_jis instead of
20317         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20318         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20319         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20320         instead of japanese-shift-jis and iso-latin-1 respectively in
20321         order to share the default value with both Emacs and XEmacs-mule.
20322         (mm-mule-charset-to-mime-charset):
20323         Make mm-coding-system-priorities effective.
20324         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20325         while predicating of candidates upon the priorities.
20326
20327 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20328
20329         * gnus-sum.el (gnus-summary-make-menu-bar):
20330         Add gnus-uu-invert-processable.
20331
20332         * gnus.el: Autoload gnus-uu-invert-processable.
20333
20334 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20335
20336         * mm-util.el (mm-with-multibyte-buffer): New macro.
20337
20338         * rfc2047.el (rfc2047-encode-string): Use it.
20339         (rfc2047-encode-region): Move point to the end of the region after
20340         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20341
20342 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20345         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20346
20347 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20350         (gnus-cite-parse): Ignore quoted envelope From_.
20351         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20352
20353 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20354
20355         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20356         invalid addresses.
20357
20358 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20359
20360         * spam.el: Change section markers, revise TODO list.
20361         (spam-backends): Make new master list of all installed backends.
20362         (spam-summary-exit-behavior): Add new variable to determine how
20363         messages moves are done at summary exit.
20364         (spam-move-spam-nonspam-groups-only)
20365         (spam-process-ham-in-nonham-groups)
20366         (spam-process-ham-in-spam-groups): Remove variables, the
20367         spam-summary-exit-behavior variable should be used to manage this
20368         behavior.
20369         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20370         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20371         and spam-old-spam-articles.
20372         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20373         Add empty variables, placeholders for the backends they represent.
20374         (spam-set-difference): Move, unchanged.
20375         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20376         unless the user has a processor variable.
20377         (spam-classifications, spam-classification-valid-p)
20378         (spam-backend-properties, spam-backend-property-valid-p)
20379         (spam-backend-function-type-valid-p)
20380         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20381         (spam-report-articles-gmane, spam-report-articles-resend):
20382         Remove functions, they are not needed.
20383         (spam-install-backend-super, spam-backend-list)
20384         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20385         (spam-backend-function, spam-backend-ham-registration-function)
20386         (spam-backend-spam-registration-function)
20387         (spam-backend-ham-unregistration-function)
20388         (spam-backend-spam-unregistration-function)
20389         (spam-backend-statistical-p, spam-backend-mover-p)
20390         (spam-install-backend-alias, spam-install-checkonly-backend)
20391         (spam-install-mover-backend, spam-install-nocheck-backend)
20392         (spam-install-backend, spam-install-statistical-backend)
20393         (spam-install-statistical-checkonly-backend): Add backend installation
20394         support.
20395         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20396         (spam-group-processor-p): Use the new backend code and respect the
20397         summary exit behavior.
20398         (spam-mark-spam-as-expired-and-move-routine): Remove.
20399         (spam-summary-prepare): Change to use the new spam-old-articles
20400         variable.
20401         (spam-copy-or-move-routine, spam-copy-spam-routine)
20402         (spam-move-spam-routine, spam-copy-ham-routine)
20403         (spam-move-ham-routine): Add code to copy/move ham or spam.
20404         (spam-fetch-field-fast): Improve doc and code, plus allow the
20405         'number request.
20406         (spam-list-of-checks, spam-list-of-statistical-checks):
20407         Remove variables.
20408         (spam-split, spam-find-spam): Use the new backend code.
20409         (spam-registration-functions): Remove variable.
20410         (spam-unregister-routine): Add convenience wrapper.
20411         (spam-log-undo-registration, spam-register-routine)
20412         (spam-log-processing-to-registry)
20413         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20414         where possible.
20415         (spam-check-gmane-xref, spam-check-regex-headers)
20416         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20417         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20418         (spam-check-bogofilter-headers, spam-check-spamoracle)
20419         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20420         (spam-check-crm114-headers): Use the spam-split-group that
20421         spam-split prepares, no need to determine it every time.
20422
20423         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20424         to the nnheader-parse-naked-head call.
20425
20426         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20427
20428         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20429         the nnheader-nov-read-message-id call.
20430
20431 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20432
20433         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20434         gnus-activate-group twice.  Suggested by Markus Peter
20435         <warp@spin.de>.
20436
20437 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * gnus-art.el (gnus-article-time-format): Exchange the order of
20440         day and month in the default value; fix customization type.
20441         (article-date-ut): Use add-text-properties.
20442         (article-make-date-line): Use message-make-date instead of
20443         current-time-string.
20444
20445         * message.el (message-fetch-field): Don't use set-text-properties.
20446         (message-make-date): Simplify.
20447
20448         * messagexmas.el (message-xmas-make-date): New function.
20449         (message-xmas-redefine): Defalias message-make-date to it.
20450
20451 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20452
20453         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20454         (rfc2047-encode-region): Treat text within parentheses as special;
20455         show the original text when error has occurred.
20456
20457         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20458         already-computed method to gnus-activate-group.
20459
20460         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20461         same select-methods identical Lisp objects.
20462
20463         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20464         object when modifying the info.
20465
20466 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20469         gnus-opened-servers since it has never been opened with the new
20470         configuration yet.
20471
20472 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20473
20474         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20475         arg to nnheader-generate-fake-message-id.
20476
20477 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20478
20479         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20480         number and build a fake message ID localized to a group and
20481         article number (so it's repeatable from that point on).
20482         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20483         ID format.
20484
20485         * gnus-sum.el (gnus-get-newsgroup-headers):
20486         Call nnheader-generate-fake-message-id with the article number.
20487
20488 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20489
20490         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20491         end-of-buffer.
20492
20493 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20494
20495         * message.el (message-ignored-supersedes-headers): Add Approved.
20496
20497 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20498
20499         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20500         goto-char.
20501         (rfc2047-encode): Fold the line before encoding.
20502
20503 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20504
20505         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20506         folding -- not all headers can be folded, and this should be done
20507         by the message composition mode.  Probably.  I think.
20508
20509 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20512         fast.
20513
20514         * gnus-ems.el (gnus-remove-image): Don't use
20515         message-text-with-property; remove only the image found first.
20516
20517         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20518         found first.
20519
20520 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20521
20522         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20523
20524 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * message.el (message-text-with-property): Make it fast and accept
20527         optional arguments.
20528         (message-strip-forbidden-properties): Use it.
20529         (message-fix-before-sending): Follow the m-t-w-p change.
20530
20531         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20532
20533 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20534
20535         * gnus-art.el (article-hide-headers): Don't change the buffer
20536         mistakenly when performing mml-preview even if
20537         gnus-single-article-buffer is nil.
20538
20539 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20540
20541         * message.el (message-expand-name-databases): New user option.
20542         (message-expand-name): Use it.
20543
20544 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20545
20546         * spam.el (spam-report-articles-resend)
20547         (spam-report-resend-register-routine): Allow ham reporting.
20548         (spam-report-resend-register-ham-routine): Add wrapper.
20549         (spam-registration-functions): Add ham resending functions.
20550         (spam-list-of-processors): Add ham resend processor.
20551
20552         * gnus.el (ham-resend-to): Add new group parameter.
20553         (spam-process): Add ham resend option.
20554
20555         * spam-report.el (spam-report-resend): Allow reporting ham.
20556         (spam-report-resend-ham): Add wrapper.
20557
20558 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20559
20560         * message.el (message-cite-articles-with-x-no-archive):
20561         New variable.
20562         (message-cite-original): Use it.
20563
20564 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20565
20566         * message.el (message-cite-original): Respect X-No-Archive.
20567
20568 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20569
20570         * gnus-art.el (article-hide-headers): Refer to the values for
20571         gnus-ignored-headers and gnus-visible-headers in the summary
20572         buffer since a user may have set them as group parameters.
20573
20574 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20575
20576         * assistant.el (assistant-node-name): Add convenience function.
20577         (assistant-render-text, assistant-render-node): Add error handling,
20578         plus handle multiple next nodes.
20579         (assistant-find-next-node): Comment out for now.
20580         (assistant-find-next-nodes): Add function, returns list of next
20581         nodes.
20582
20583 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20584
20585         * mail-source.el (mail-source-directory): Fix doc-string.
20586
20587 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20588
20589         * assistant.el (assistant-render-text, assistant-eval): Add :set
20590         widget type, which is different because it takes and returns a
20591         list.  Much hilarity ensues.
20592
20593 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20594
20595         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20596
20597         * gnus-group.el (gnus-group-get-new-news-this-group):
20598         Add doc-string.
20599
20600         * gnus-start.el (gnus-activate-group): Add doc-string.
20601
20602 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20605
20606 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20607
20608         * assistant.el (assistant-render-text): Try to add a :set
20609         widget, more to come.
20610
20611         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20612         strings.
20613         (spam-report-articles-resend)
20614         (spam-register-routine): Do registration iff any articles warrant
20615         it.
20616         (spam-summary-prepare-exit): Change log message for nil group
20617         destinations.
20618
20619 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20620
20621         * spam.el (spam-report-resend-register-routine):
20622         Allow spam-report-resend-to to be a group parameter or a global value.
20623
20624 2004-05-26  Simon Josefsson  <jas@extundo.com>
20625
20626         * starttls.el: Merge with my GNUTLS based starttls.el.
20627         (starttls-gnutls-program, starttls-use-gnutls)
20628         (starttls-extra-arguments, starttls-process-connection-type)
20629         (starttls-connect, starttls-failure, starttls-success):
20630         New variables.
20631         (starttls-program, starttls-extra-args): Doc fix.
20632         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20633         New functions.
20634         (starttls-negotiate, starttls-open-stream):
20635         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20636         function if it is set.
20637
20638 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20641         structured fields.
20642
20643 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20644
20645         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20646
20647 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20648
20649         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20650         Add variable.
20651         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20652         assigning the spam-mark to new messages.
20653
20654 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20655
20656         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20657
20658 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20661
20662         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20663         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20664         default.
20665
20666 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20667
20668         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20669         correct data.
20670
20671 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20672
20673         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20674         (spam-group-processor-p): Fix function.
20675         (spam-group-processor-multiple-p)
20676         (spam-group-spam-processor-report-gmane-p)
20677         (spam-group-spam-processor-report-resend-p)
20678         (spam-group-spam-processor-bogofilter-p)
20679         (spam-group-spam-processor-blacklist-p)
20680         (spam-group-spam-processor-ifile-p)
20681         (spam-group-ham-processor-ifile-p)
20682         (spam-group-spam-processor-spamoracle-p)
20683         (spam-group-spam-processor-crm114-p)
20684         (spam-group-ham-processor-bogofilter-p)
20685         (spam-group-spam-processor-stat-p)
20686         (spam-group-ham-processor-stat-p)
20687         (spam-group-ham-processor-whitelist-p)
20688         (spam-group-ham-processor-BBDB-p)
20689         (spam-group-ham-processor-spamoracle-p)
20690         (spam-group-ham-processor-copy-p): Remove functions with some
20691         prejudice against unneeded code.
20692         (spam-report-articles-resend)
20693         (spam-report-resend-register-routine): Allow the group/topic
20694         spam-resend-to value to override spam-report-resend-to.
20695         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20696         properly now.
20697
20698         * gnus.el (spam-resend-to): Add group/topic parameter.
20699         (spam-process): Move the OBSOLETE processors to the end of the
20700         choices.
20701
20702 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20703
20704         * spam-report.el (spam-report-resend-to, spam-report-resend):
20705         Start with resend-to set to nil, and then ask the user if necessary.
20706         (spam-report-resend): spam-report-resend takes a list of articles, not
20707         separate article numbers.
20708
20709 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20710
20711         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20712         addition to emacs-w3m.
20713
20714 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20715
20716         * assistant.el (assistant-authinfo-data): New function.
20717         (assistant-eval): Eval for entire assistant.
20718
20719         * netrc.el (netrc-services-file): New variable.
20720         (netrc-parse-services): New function.
20721         (netrc-find-service-name): New function.
20722         (netrc-find-service-number): New function.
20723         (netrc-port-equal): New function.
20724         (netrc-machine): Use it.
20725
20726         * nnimap.el (nnimap-open-connection): Use netrc.
20727
20728         * gnus-util.el (gnus-netrc-get): Remove aliases.
20729
20730         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20731
20732         * assistant.el (wid-edit): Fix compilation.
20733
20734         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20735
20736 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20737
20738         * gnus-util.el (gnus-set-file-modes): New function.  (small
20739         patch).
20740
20741 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20742
20743         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20744
20745         * assistant.el (assistant-render-node): Fix up rendering and
20746         read-only text.
20747         (assistant-render-node): Reset.
20748         (assistant-make-read-only): Not sticky.
20749
20750 2004-05-20  Danny Siu  <dsiu@adobe.com>
20751
20752         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20753         centered even when gnus-auto-center-summary is t.
20754
20755 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20756
20757         * dns.el (dns-get-txt-answer): New function.
20758         (dns-read-txt): Ditto.
20759         (query-dns): Use it.
20760
20761 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20764         active for foreign groups even if the group level is higher than
20765         the specified value.
20766
20767 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20768
20769         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20770         non-active groups.
20771
20772         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20773
20774 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20775
20776         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20777
20778 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20779
20780         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20781         (spam-crm114-header, spam-crm114-spam-switch)
20782         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20783         (spam-crm114-positive-spam-header)
20784         (spam-crm114-database-directory, spam-list-of-processors)
20785         (spam-group-spam-processor-crm114-p)
20786         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20787         (spam-generic-score, spam-list-of-checks)
20788         (spam-list-of-statistical-checks, spam-registration-functions)
20789         (spam-check-crm114-headers, spam-crm114-score)
20790         (spam-check-crm114, spam-crm114-register-with-crm114)
20791         (spam-crm114-register-spam-routine)
20792         (spam-crm114-unregister-spam-routine)
20793         (spam-crm114-register-ham-routine)
20794         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20795         From asjo@koldfront.dk (Adam Sjøgren).
20796
20797         * gnus.el: Add spam-use-crm114.
20798
20799         * spam.el (spam-list-of-processors, spam-registration-functions):
20800         Add spam-use-resend.
20801         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20802         (spam-report-articles-gmane): Add doc fix.
20803         (spam-report-articles-resend, spam-report-resend-register-routine):
20804         Add wrappers around spam-report-resend-to.
20805
20806         * spam-report.el (spam-report-resend-to, spam-report-resend):
20807         Add support for resending spam.
20808         (spam-report-gmane): Fix line length >80.
20809
20810         * gnus.el (spam-process): Add spam-use-resend.
20811
20812 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20813
20814         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20815         number of processed spam messages.
20816         (spam-ham-copy-or-move-routine): Return the number of processed
20817         ham messages.
20818         (spam-summary-prepare-exit): Use the above values to decide
20819         whether status messages shouled be displayed.
20820
20821 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20822
20823         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20824         `rfc2047-encoding-function-alist' in order to avoid conflicting
20825         with the old version.
20826         (rfc2047-encode-region): Concatenate words containing non-ASCII
20827         characters in structured fields; don't encode space-delimited
20828         ASCII words even in unstructured fields; don't break words at
20829         char-category boundaries.
20830         (rfc2047-encode-1): New function.
20831         (rfc2047-encode): Use it; encode text so that it occupies the
20832         maximum width within 76-column; work correctly on Q encoding for
20833         iso-2022-* charsets.
20834         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20835         sure not to break a line just after the header name.
20836         (rfc2047-b-encode-region): Remove.
20837         (rfc2047-b-encode-string): New function.
20838         (rfc2047-q-encode-region): Remove.
20839         (rfc2047-q-encode-string): New function.
20840
20841         * mm-util.el (mm-replace-in-string): New function.
20842
20843 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20844
20845         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20846         Really get it right.
20847         (gnus-inews-make-draft): Really.
20848
20849 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20850
20851         * nnmh.el (nnmh-request-list-1): Don't check the link count
20852         before descending.  (small patch)
20853
20854 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20855
20856         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20857         stuff.
20858
20859         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20860         Match on real group name.
20861
20862         * gnus-art.el (gnus-signature-limit): Doc fix.
20863
20864         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20865
20866         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20867
20868 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20869
20870         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20871         isn't a string.
20872
20873 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20874
20875         * gnus-draft.el (gnus-draft-send):
20876         Bind rfc2047-encode-encoded-words.
20877
20878         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20879         (rfc2047-encodable-p): Say that =? needs encoding.
20880         (rfc2047-encode-encoded-words): New variable.
20881
20882         * gnus-group.el (gnus-group-select-group): Doc fix.
20883
20884         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20885
20886         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20887         to nil.
20888
20889         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20890
20891         * nnheader.el (nnheader-get-lines-and-char): New function.
20892
20893 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20894
20895         * gnus-msg.el (gnus-summary-followup-with-original):
20896         Document yanking of region when active.
20897
20898 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20899
20900         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20901         groups if the group level is higher than the specified value.
20902
20903 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20904
20905         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20906         (gnus-group-jump-to-group): Add prefix argument using
20907         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20908         non-active group.
20909
20910         * compface.el (uncompface): Be verbose when changing
20911         `uncompface-use-external'.
20912
20913         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20914         handle manual section.
20915
20916 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20917
20918         * gnus-art.el (gnus-button-alist): Revert previous change.
20919
20920 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20921
20922         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20923
20924 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20925
20926         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20927         whether backend can accept message.
20928
20929         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20930
20931 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20932
20933         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20934         Avoid creating directory when nntp-marks-is-evil is true.
20935         Reported by Reiner Steib.
20936
20937 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20938
20939         * gnus-picon.el (gnus-picon-style): New variable.
20940         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20941         (gnus-picon-transform-address): Support `gnus-picon-style'.
20942         From Jesper Harder <harder@ifa.au.dk>.
20943
20944 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20945
20946         * message.el (message-fill-field): Return point.
20947         (message-generate-headers): Go to end of field.
20948
20949         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20950         stuff for non-living groups.
20951
20952 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20953
20954         * gnus-art.el (gnus-article-followup-with-original)
20955         (gnus-article-reply-with-original): gnus-mark-active-p ->
20956         gnus-region-active-p.
20957
20958 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20959
20960         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20961         only when there is spam or ham to be processed.
20962
20963 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20964
20965         * mail-source.el (mail-source-delete-crash-box): Refactor.
20966         (mail-source-fetch): Use it.
20967         (mail-source-fetch-file): Ditto.
20968         (mail-source-fetch-directory): Run postscript in loop.
20969         (mail-source-fetch-pop): Delete.
20970         (mail-source-fetch-maildir): Ditto.
20971         (mail-source-fetch-imap): Ditto.
20972
20973         * imap.el (imap-authenticators): Comment out sasl.
20974
20975         * message.el (message-skip-to-next-address): New function.
20976         (message-fill-header-address): Refactor.
20977         (message-fill-address): Use it.
20978         (message-delete-address): Use it.
20979         (message-fill-header-general): Refactor.
20980         (message-fill-field-address): Rename.
20981         (message-narrow-to-field): Find the start of the header.
20982         (message-header-format-alist): Don't pre-fill.
20983         (message-fill-header): Remove.
20984         (message-insert-header): New function.
20985         (message-shorten-references): Use it.
20986
20987         * rfc2047.el (rfc2047-field-value): Strip props.
20988
20989         * mail-parse.el (mail-header-make-address): New alias.
20990
20991         * ietf-drums.el (ietf-drums-make-address): New function.
20992
20993         * imap.el: Add compiler directives.
20994
20995         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20996
20997         * gnus-art.el (article-decode-idna-rhs): Don't use
20998         message-idna-inside-rhs-p.
20999
21000 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21001
21002         * message.el (message-idna-inside-rhs-p): Remove.
21003         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21004
21005         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21006         false positives.
21007
21008 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21009
21010         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21011
21012 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21013
21014         * nneething.el (nneething-file-name): Don't create spurious
21015         files.
21016
21017         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21018         (gnus-inews-do-gcc): Remove sleep.
21019
21020         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21021         part under point.
21022
21023         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21024         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21025
21026 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21027
21028         * spam.el (spam-summary-prepare-exit): Fix (length).
21029
21030 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21031
21032         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21033         as expired without moving it" message when there are spam
21034         messages left.
21035
21036 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21037
21038         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21039         header is not nil.
21040
21041 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21042
21043         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21044         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21045         (nntp-marks-changed-p): New arg SERVER.
21046         (nntp-request-update-info): Adjust caller.
21047
21048 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21049
21050         * nntp.el (nntp-save-marks): Pass missing arg.
21051
21052 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21053
21054         * nntp.el: Support marks.
21055         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21056         (nntp-marks-modtime, nntp-marks-directory): New variables.
21057         (nntp-request-set-mark, nntp-request-update-info)
21058         (nntp-possibly-create-directory, nntp-marks-changed-p)
21059         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21060         New functions.
21061
21062 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21063
21064         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21065         (gnus-xmas-redefine): Rename.
21066
21067         * gnus-score.el (gnus-score-insert-help):
21068         Use gnus-select-lowest-window.
21069
21070         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21071         appt-select-lowest-window and rename to gnus-select-lowest-window.
21072
21073         * gnus.el: do.
21074
21075 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21076
21077         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21078         encodings of MIME-encoded words, in order to improve
21079         interoperability with several broken MUAs.
21080
21081 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21082
21083         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21084         tags, only when charsets are not specified in headers.
21085         (mm-inline-text-html-render-with-w3m): Ditto.
21086
21087         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21088         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21089
21090 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21091
21092         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21093         instead of MIME-decoded from fields when checking
21094         `gnus-article-address-banner-alist'.
21095
21096 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21097
21098         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21099         description rather than subject.
21100
21101 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21102
21103         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21104
21105 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21106
21107         * gnus.el (gnus-version-number): Bump.
21108
21109 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21110
21111         * gnus.el: No Gnus v0.2 is released.
21112
21113 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21114
21115         * gnus-agent.el (gnus-agent-read-agentview):
21116         Inline gnus-uncompress-range.
21117
21118 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21119
21120         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21121         `exec-installed-p'.
21122
21123 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21124
21125         * gnus.el (spam-process, spam-autodetect-methods):
21126         Add bsfilter and bsfilter-headers.
21127
21128         * spam.el (spam-bsfilter): New customize group.
21129         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21130         (spam-bsfilter-header, spam-bsfilter-probability-header)
21131         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21132         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21133         (spam-bsfilter-database-directory): New options.
21134         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21135         (spam-list-of-statistical-checks, spam-registration-functions):
21136         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21137         (spam-bsfilter-score): New command.
21138         (spam-check-bsfilter-headers, spam-check-bsfilter)
21139         (spam-bsfilter-register-with-bsfilter)
21140         (spam-bsfilter-register-spam-routine)
21141         (spam-bsfilter-unregister-spam-routine)
21142         (spam-bsfilter-register-ham-routine)
21143         (spam-bsfilter-unregister-ham-routine): New functions.
21144         (spam-generic-score): Support bsfilter; Accept an optional argument
21145         to recalcurate spam score even if scoring header has already been
21146         added.
21147         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21148         optional argument to recalcurate spam score even if scoring header
21149         has already been added.
21150
21151 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21152
21153         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21154         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21155         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21156         link is missing.
21157
21158 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21159
21160         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21161         (html2text-get-attr): Rewrite.
21162
21163         * message.el (message-setup-1): Remove redundant put-text-property
21164         on mail-header-separator.
21165
21166 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21167
21168         * gnus-registry.el (gnus-registry-cache-whitespace)
21169         (gnus-registry-action, gnus-registry-spool-action)
21170         (gnus-registry-split-fancy-with-parent): Change message levels
21171         from 5 to 3 or 7, as needed.
21172
21173         * spam.el (spam-summary-prepare-exit)
21174         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21175         (spam-split, spam-find-spam, spam-log-undo-registration)
21176         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21177         level from 5 to 6.
21178
21179 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21180
21181         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21182         2004-03-04 change).
21183
21184 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21185
21186         * sieve-manage.el (sieve-manage-open):
21187         * nnweb.el (nnweb-insert-html):
21188         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21189         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21190         * nnspool.el (nnspool-request-group):
21191         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21192         * nnml.el (nnml-request-update-info):
21193         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21194         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21195         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21196         (nnimap-request-set-mark):
21197         * nnfolder.el (nnfolder-request-update-info):
21198         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21199         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21200         * gnus-uu.el (gnus-uu-find-articles-matching):
21201         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21202         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21203         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21204         * gnus-nocem.el (gnus-nocem-scan-groups):
21205         * gnus-int.el (gnus-start-news-server):
21206         * gnus-group.el (gnus-group-make-kiboze-group)
21207         (gnus-group-browse-foreign-server):
21208         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21209         Use mapc when appropriate.
21210
21211 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21212
21213         FIXME: Make separate entries for each person.
21214
21215         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21216         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21217         <shields@msrl.com>:
21218
21219         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21220         may need for spam sorting and scoring.
21221         (spam-user-format-function-S): Add user format function suitable for
21222         general use.
21223         (spam-article-sort-by-spam-status): Add sorting function for summary
21224         sorting.
21225         (spam-extra-header-to-number): Add function to get a score from a
21226         header.
21227         (spam-summary-score): Add function to get a numeric score from the
21228         headers.
21229         (spam-generic-score): Fix function doc, was in wrong place.
21230         (spam-initialize): Take symbols when it's run, and install the
21231         extra headers that spam-necessary-extra-headers thinks we need.
21232
21233 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21234
21235         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21236         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21237
21238 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21239
21240         * gnus-sum.el (gnus-set-global-variables)
21241         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21242         (gnus-article-get-xrefs, gnus-summary-best-group)
21243         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21244         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21245         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21246         Use with-current-buffer.
21247
21248 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21249
21250         * spam.el (spam-summary-prepare-exit): Simplify logic.
21251         (spam-fetch-article-header): Read the article header if it's not
21252         available.
21253         (spam-list-articles): Simplify logic.
21254         (spam-filelist-register-routine): Fix bug with unregister-list.
21255
21256         * gnus-registry.el: Fix comments at beginning.
21257
21258 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21259
21260         * message.el (message-cater-to-broken-inn): Remove.
21261         (message-shorten-references): Make sure the total folded length of
21262         References is shorter than 998 characters to cater to a bug in INN
21263         2.3.  Also, don't pretend that references aren't folded -- this
21264         hasn't worked for a while.
21265
21266 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21267
21268         * gnus-agent.el (gnus-agentize):
21269         gnus-agent-send-mail-real-function no longer set to current value
21270         of message-send-mail-function but rather a lambda that calls
21271         message-send-mail-function.  The change makes the agent real-time
21272         responsive to user changes to message-send-mail-function.
21273
21274 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21275
21276         * legacy-gnus-agent.el
21277         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21278         help from Florian Weimer <fw@deneb.enyo.de>
21279
21280 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * nnmail.el (nnmail-cache-insert): Revert last change.
21283
21284 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21285
21286         * nnmail.el (nnmail-cache-insert): Always check whether
21287         nnmail-cache-ignore-groups matches a group name.
21288
21289 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21290
21291         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21292         (spam-find-spam, spam-log-processing-to-registry)
21293         (spam-log-registered-p, spam-log-unregistration-needed-p)
21294         (spam-log-undo-registration): Use gnus-message instead of
21295         gnus-error, none of these errors are fatal.
21296
21297         * gnus-registry.el (gnus-registry-clean-empty-function)
21298         (gnus-registry-clean-empty): Remove only empty entries without
21299         extra data.
21300
21301 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21302
21303         * spam-stat.el (spam-stat-buffer-change-to-spam)
21304         (spam-stat-buffer-change-to-non-spam): Change (error) to
21305         (gnus-message 8) invocation.
21306
21307 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21308
21309         * nntp.el (nntp-via-netcat-command): New variable.
21310         (nntp-via-netcat-switches): New variable.
21311         (nntp-open-via-rlogin-and-netcat): New function.
21312         (nntp-open-connection-function): Doc fix.
21313         (nntp-telnet-command): Doc fix.
21314         (nntp-end-of-line): Doc fix.
21315         (nntp-via-rlogin-command): Doc fix.
21316         (nntp-via-user-name): Doc fix.
21317         (nntp-via-address): Doc fix.
21318
21319 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21322         error in Emacs 21.1.
21323
21324 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21325
21326         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21327
21328 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21329
21330         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21331         (gnus-agent-with-refreshed-group): New macro.
21332         (gnus-agent-rename-group): New function.
21333         (gnus-agent-delete-group): New function.
21334         (gnus-agent-save-group-info): Use gnus-command-method when
21335         `method' parameter is nil.  Don't write nil entries into the
21336         active file.
21337         (gnus-agent-get-group-info): New function.
21338         (gnus-agent-fetch-articles):
21339         Use gnus-agent-update-files-total-fetched-for to increment disk space
21340         used.
21341         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21342         Use gnus-agent-update-view-total-fetched-for to increment disk space
21343         used.
21344         (gnus-agent-get-local): Add optional parameters to avoid calling
21345         gnus-group-real-name and gnus-find-method-for-group.
21346         (gnus-agent-set-local): Delete stored entry if either min, or max,
21347         are nil.
21348         (gnus-agent-fetch-session): Reworded error/quit messages.
21349         On quit, use gnus-agent-regenerate-group to record existance of any
21350         articles fetched to disk before the quit occurred.
21351         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21352         gnus-agent-update-view-total-fetched-for, and
21353         gnus-agent-update-files-total-fetched-for to decrement disk space
21354         used.
21355         (gnus-agent-retrieve-headers):
21356         Use gnus-agent-update-view-total-fetched-for to increment disk space
21357         used.
21358         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21359         with gnus-agent-update-files-total-fetched-for to decrement disk
21360         space and fresh group buffer.
21361         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21362         (gnus-agent-need-update-total-fetched-for): New variable.
21363         (gnus-agent-update-files-total-fetched-for): New function.
21364         (gnus-agent-update-view-total-fetched-for): New function.
21365         (gnus-agent-total-fetched-for): New function.
21366
21367         * gnus-cache.el (gnus-cache-save-buffers):
21368         Use gnus-cache-update-overview-total-fetched-for to change disk space
21369         used by this group.
21370         (gnus-cache-possibly-enter-article):
21371         Use gnus-cache-update-file-total-fetched-for to increment disk space
21372         used by this group.
21373         (gnus-cache-possibly-remove-article):
21374         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21375         used by this group.
21376         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21377         (gnus-cache-rename-group): New function.
21378         (gnus-cache-delete-group): New function.
21379         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21380         (gnus-cache-need-update-total-fetched-for): New variable.
21381         (gnus-cache-with-refreshed-group): New macro.
21382         (gnus-cache-update-file-total-fetched-for): New function.
21383         (gnus-cache-update-overview-total-fetched-for): New function.
21384         (gnus-cache-rename-group-total-fetched-for): New function.
21385         (gnus-cache-delete-group-total-fetched-for): New function.
21386         (gnus-cache-total-fetched-for): New function.
21387
21388         * gnus-group.el: Require gnus-sum and autoload functions to
21389         resolve warnings when gnus-group.el compiled alone.
21390         (gnus-group-line-format): Documented new %F.
21391         (size of Fetched data) group line format; identifies disk space
21392         used by agent and cache.
21393         (gnus-group-line-format-alist): Defined new F format.
21394         (gnus-total-fetched-for): New function.
21395         (gnus-group-delete-group): No longer update
21396         gnus-cache-active-altered as gnus-request-delete-group now keeps
21397         the cache in sync.
21398         (gnus-group-list-active): Let the agent store a server's active
21399         list if currently plugged.
21400
21401         * gnus-int.el (gnus-request-delete-group):
21402         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21403         local disk in sync with the server.
21404         (gnus-request-rename-group):
21405         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21406         local disk in sync with the server.
21407
21408         * gnus-start.el (gnus-get-unread-articles):
21409         Cosmetic simplification to logic.
21410
21411         * gnus-util.el (gnus-rename-file): New function.
21412
21413 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21414
21415         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21416
21417 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21418
21419         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21420         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21421
21422 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21423
21424         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21425         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21426
21427 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21428
21429         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21430
21431 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21432
21433         * spam.el (spam-set-difference): Add function to replace
21434         gnus-set-difference in spam.el.
21435         (spam-summary-prepare-exit): Use spam-set-difference.
21436
21437 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21438
21439         * gnus-registry.el (gnus-registry-cache-file): Update to use
21440         gnus-dribble-directory OR gnus-home-directory OR ~.
21441         (gnus-registry-split-fancy-with-parent): Fix doc.
21442
21443 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * message.el (message-exchange-point-and-mark):
21446         Use message-mark-active-p.  Suggested by Jesper Harder
21447         <harder@ifa.au.dk>.
21448
21449 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21450
21451         * message.el (message-exchange-point-and-mark): Don't activate
21452         region if it was inactive.  Suggested by Hiroshi Fujishima
21453         <pooh@nature.tsukuba.ac.jp>.
21454
21455 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21456
21457         * gnus-art.el (article-display-face): Display Faces in the same
21458         order as X-Faces.
21459
21460 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21461
21462         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21463
21464 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21467         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21468         (gnus-article-mime-hierarchy): Remove.
21469         (gnus-article-mime-hierarchy-next): Remove.
21470         (gnus-article-mode): Revert 2004-03-19 change.
21471         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21472         (gnus-insert-mime-button): Revert 2004-03-19 change.
21473         (gnus-mime-accumulate-hierarchy): Remove.
21474         (gnus-mime-enter-multipart): Remove.
21475         (gnus-mime-leave-multipart): Remove.
21476         (gnus-mime-display-part): Revert 2004-03-19 change.
21477         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21478
21479         * mml.el (mml-preview): Revert 2004-03-19 change.
21480
21481 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21482
21483         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21484
21485 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21486
21487         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21488         t while entering a file name using the mm-with-multibyte macro.
21489         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21490
21491         * mm-util.el (mm-with-multibyte): New macro.
21492
21493 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21494
21495         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21496         New user option.
21497         (gnus-mime-multipart-functions): Doc and customization fix.
21498         (gnus-article-mime-hierarchy): New variable.
21499         (gnus-article-mime-hierarchy-next): New variable.
21500         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21501         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21502         gnus-article-mime-hierarchy-next to nil.
21503         (gnus-insert-mime-button): Show hierarchy numbers.
21504         (gnus-mime-accumulate-hierarchy): New function.
21505         (gnus-mime-enter-multipart): New function.
21506         (gnus-mime-leave-multipart): New function.
21507         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21508         (gnus-mime-display-alternative): Show hierarchy numbers.
21509
21510         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21511         gnus-article-mime-hierarchy-next to nil.
21512
21513 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21514
21515         * dns.el: Don't require gnus-xmas.
21516
21517 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21518
21519         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21520         inline PGP.
21521         (mml-menu): Disable mml-quote-region if mark is inactive.
21522
21523 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21524
21525         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21526         when the group's active is not available.
21527
21528 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21531         error.
21532
21533 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * imap.el (imap-store-password): New variable.
21536         (imap-interactive-login): Use it.
21537         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21538
21539 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21540
21541         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21542         window-start and hscroll to summary window.
21543
21544 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21545
21546         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21547         conversion message to newsrc-dribble when an actual conversion is
21548         performed.
21549
21550 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21551
21552         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21553
21554 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21555
21556         * mm-decode.el (mm-complicated-handles): New function reviving
21557         former definition of mm-multiple-handles.
21558
21559         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21560         (gnus-mime-delete-part): Use it.
21561
21562 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21563
21564         * gnus-agent.el (gnus-agent-read-local):
21565         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21566         avoid the implicit assumption that they will always be equal.
21567         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21568         coding-system-for-write, as the with-temp-file macro first prints
21569         to a buffer then saves the buffer.
21570
21571 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * gnus-art.el (gnus-article-edit-part): New function.
21574         (gnus-mime-save-part-and-strip): Use it; do query instead of
21575         signaling an error; don't use mm-multiple-handles.
21576         (gnus-mime-delete-part): Ditto.
21577
21578 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21579
21580         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21581         old file versions.
21582         (gnus-group-prepare-hook): Remove function that converted list
21583         form of gnus-agent-expire-days to group properties.
21584
21585         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21586         (gnus-request-accept-article): Re-indented.
21587
21588         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21589         converters to handle old agent file formats.  Add logic for a
21590         "backup before upgrading warning".
21591         (gnus-convert-mark-converter-prompt): Developers can mark
21592         functions as needing (default), or not needing,
21593         gnus-convert-old-newsrc's "backup before upgrading warning".
21594         (gnus-convert-converter-needs-prompt): Tests whether the user
21595         should be protected from potentially irreversable changes by the
21596         function.
21597
21598         * legacy-gnus-agent.el: New.  Provides converters that are only
21599         loaded when gnus-convert-old-newsrc needs to call them.
21600
21601 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21602
21603         * mail-source.el (mail-source-touch-pop): Doc fix.
21604
21605         * message.el (message-smtpmail-send-it): Doc fix.
21606
21607 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21608
21609         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21610
21611         * nnmail.el (nnmail-split-fancy): do.
21612
21613         * gnus-kill.el (gnus-kill, gnus-execute): do.
21614
21615 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21616
21617         * gnus-sum.el (gnus-widget-reversible-match)
21618         (gnus-widget-reversible-to-internal)
21619         (gnus-widget-reversible-to-external): New functions.
21620         (gnus-widget-reversible): New widget.
21621         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21622
21623 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21624
21625         * gnus-sum.el (gnus-thread-sort-functions)
21626         (gnus-article-sort-functions): Document `(not F)' items.
21627
21628 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21629
21630         * spam.el (spam-use-gmane-xref): Add new backend.
21631         (spam-gmane-xref-spam-group): Add variable to control the name of the
21632         Gmane spam group.
21633         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21634         (spam-regex-headers-spam, spam-regex-headers-ham)
21635         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21636         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21637         backends and checks.
21638         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21639
21640         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21641         an autodetect method.
21642
21643 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21644
21645         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21646         articles are being added to a group.
21647         (gnus-request-replace-article): Inform the agent that articles
21648         need to be uncached as the cached contents are no longer valid.
21649
21650 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21651
21652         * binhex.el: Don't autoload executable-find.
21653
21654         * canlock.el: Don't autoload mail-fetch-field.
21655
21656         * dgnushack.el: Autoload c-mode for XEmacs.
21657
21658         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21659
21660         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21661         rmail-dont-reply-to and rmail-output.
21662
21663         * gnus-score.el: Don't autoload ffap-string-at-point.
21664
21665         * gnus-setup.el: Don't autoload sc-cite-original.
21666
21667         * imap.el: Don't autoload base64-decode-string,
21668         base64-encode-string and md5.
21669
21670         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21671         and rmail-msg-restore-non-pruned-header.
21672
21673         * mm-decode.el: Don't autoload executable-find.
21674
21675         * mm-url.el: Don't autoload executable-find.
21676
21677         * mm-view.el: Don't autoload diff-mode.
21678
21679         * nndb.el: Don't autoload news-reply-mode, news-setup,
21680         cancel-timer and telnet.
21681
21682         * password.el: Don't autoload run-at-time for Emacs.
21683
21684         * sha1-el.el: Don't autoload executable-find.
21685
21686         * sieve-mode.el: Don't autoload c-mode.
21687
21688         * uudecode.el: Don't autoload executable-find.
21689
21690 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21691
21692         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21693         (gnus-agent-possibly-alter-active): Avoid null in numeric
21694         comparison.
21695         (gnus-agent-set-local): Refuse to save null in local object table.
21696         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21697         list of articles that will be marked as unread.
21698
21699 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21700
21701         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21702
21703 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21704
21705         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21706         language tags.
21707
21708 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21709
21710         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21711         Don't bind "obarray".
21712
21713         * gnus-sum.el (gnus-thread-sort-functions):
21714         Add `gnus-thread-sort-by-most-recent-number' and
21715         `gnus-thread-sort-by-most-recent-date'.
21716         Reported by Kai Grossjohann <kai@emptydomain.de>.
21717
21718 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21719
21720         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21721
21722 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21723
21724         * gnus-cus.el (gnus-agent-customize-category):
21725         Remove ignore-errors macro reference that required cl to be loaded at
21726         run-time.
21727
21728         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21729         single-interval range of the form (min . max).  Previously the
21730         range had to look like ((min . max)).  Likewise, return
21731         (min . max) rather than ((min . max)).
21732         (gnus-range-map): Use gnus-range-normalize to accept
21733         single-interval range.
21734
21735         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21736         the cache, but not the agent, now appear with their usual face.
21737
21738         * dgnushack.el (loaddir): New variable that is bound to the
21739         directory containing the dgnushack.el file. Use loaddir, rather
21740         than srcdir, to update load-path. Change lets dgnushack compile
21741         code in directories other than GNUS/lisp.
21742
21743 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * lpath.el: Don't bind w3m-safe-url-regexp.
21746
21747         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21748         w3m-safe-url-regexp variable buffer-local.
21749
21750         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21751
21752 2004-02-27  Simon Josefsson  <jas@extundo.com>
21753
21754         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21755         gnus-group-real-prefix.
21756         (gnus-summary-move-article): Use it, instead of
21757         gnus-group-real-prefix.
21758
21759 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21760
21761         * lpath.el: Bind w3m-safe-url-regexp.
21762
21763         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21764         w3m-safe-url-regexp variable buffer-local and set it as the value
21765         of mm-w3m-safe-url-regexp.
21766
21767         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21768
21769         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21770         parsing gnus-posting-styles when the message is not for replying.
21771
21772         * dgnushack.el: Autoload sgml-mode for XEmacs.
21773
21774         * nnrss.el (nnrss-opml-export):
21775         Use mm-set-buffer-file-coding-system instead of
21776         set-buffer-file-coding-system.
21777
21778 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21779
21780         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21781         of checkdoc.el).
21782         * nnrss.el: do.
21783         * gnus-mlspl.el: do.
21784         * gnus-ml.el: do.
21785         * gnus-srvr.el: do.
21786
21787         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21788
21789 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21790
21791         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21792         Corrections to custom-manual links.
21793
21794         * gnus-art.el (gnus-article): Ditto.
21795
21796         * mm-decode.el (mime-display, mime-security): Ditto.
21797
21798 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21799
21800         * flow-fill.el: Typo.
21801
21802 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21803
21804         * spam-wash.el: New file.
21805
21806 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21807
21808         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21809
21810 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21811
21812         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21813         to be run with new-articles as LIST1, not LIST2.
21814         (spam-registration-functions): Add spam-use-ham-copy as a nil
21815         registration backend.
21816
21817 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21818
21819         * spam-stat.el (spam-stat-washing-hook): New option.
21820         (spam-stat-buffer-words): Use it.
21821         (spam-stat-process-directory, spam-stat-test-directory):
21822         Use insert-file-contents-literally.
21823         (spam-stat-coding-system): New variable.
21824         (spam-stat-load, spam-stat-save): Use it.
21825
21826 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * spam-report.el (spam-report-plug-agent):
21829         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21830
21831 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21832
21833         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21834         Allow / in mailto URLs.
21835
21836 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21837
21838         * spam-report.el (spam-report-process-queue): Fix interactive use.
21839         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21840         (spam-report-unplug-agent): Doc fixes.
21841         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21842         (spam-report-agentize, spam-report-deagentize): Autoload.
21843
21844 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21845
21846         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21847
21848         * message.el (message-setup-fill-variables): Add mml tags to
21849         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21850         <ajk@iu.edu>.
21851         (message-mode): Don't modify paragraph-separate there.
21852
21853 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * compface.el (uncompface-use-external): Default to undecided.
21856         (uncompface-use-external-threshold): New variable.
21857         (uncompface-float-time): New macro.
21858         (uncompface): Determine whether to use the external decoder if
21859         uncompface-use-external is undecided.
21860
21861 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21862
21863         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21864         after images.
21865
21866         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21867
21868 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21869
21870         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21871
21872         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21873
21874         * gnus-sum.el (gnus-summary-limit-to-age)
21875         (gnus-summary-limit-children): do.
21876
21877         * gnus-int.el (gnus-request-scan): do.
21878
21879         * gnus-group.el (gnus-group-suspend): do.
21880
21881         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21882
21883         * gnus-cite.el (gnus-cite-parse-attributions): do.
21884
21885         * gnus-agent.el (gnus-summary-set-agent-mark)
21886         (gnus-agent-regenerate-group): do.
21887
21888         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21889
21890         * binhex.el (binhex-decode-region-internal): do.
21891
21892 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21893
21894         * gnus-fun.el (gnus-face-properties-alist): New user option.
21895         (gnus-display-x-face-in-from): Use it.
21896
21897         * gnus-art.el (article-display-face): Ditto.
21898
21899         * compface.el (uncompface-use-external): Default to nil.
21900
21901 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21902
21903         * nntp.el (nntp-erase-buffer): New function.
21904         (nntp-retrieve-data, nntp-send-command)
21905         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21906         (nntp-possibly-change-group): Use it.
21907
21908         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21909         Use with-current-buffer.
21910
21911 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21912
21913         * compface.el: Merge the ELisp-based uncompface program.
21914         (compface): New customization group.
21915         (uncompface-use-external): New user option.
21916         (uncompface): Call uncompface-internal if uncompface-use-external
21917         is nil.
21918         (uncompface-internal): New function.  Note that there are also
21919         some other functions and variables added for this function.
21920
21921 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21922
21923         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21924         if necessary.
21925
21926 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21927
21928         * spam-report.el (spam-report-unplug-agent)
21929         (spam-report-plug-agent, spam-report-deagentize)
21930         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21931         Add support for the Agent in spam-report: when unplugged, report to a
21932         file; when plugged, submit all the requests.
21933
21934         * spam.el (spam-register-routine): Fix message about
21935         registration.
21936
21937 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21938
21939         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21940         dependencies.
21941         (rfc2047-encode): Use it.
21942
21943         * gnus-art.el (gnus-button-marker-list): Move before first
21944         reference.
21945
21946         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21947         (imap-parse-body): Fix format string mismatch.
21948
21949         * gnus-score.el (gnus-summary-increase-score): do.
21950
21951         * nnrss.el (nnrss-close): New function.
21952
21953 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21954
21955         * nnrss.el (nnrss-make-filename): New function.
21956         (nnrss-request-delete-group, nnrss-read-server-data)
21957         (nnrss-save-server-data, nnrss-read-group-data)
21958         (nnrss-save-group-data): Use it.
21959         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21960         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21961         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21962
21963 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21964
21965         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21966
21967 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21968
21969         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21970         files.
21971
21972         * message.el (message-generate-headers-first): Don't quote nil
21973         and t in docstrings.
21974
21975         * imap.el (imap-id): do.
21976
21977         * gnus-agent.el (gnus-agent-consider-all-articles)
21978         (gnus-agent-queue-mail): do.
21979
21980 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21981
21982         * spam-report.el (spam-report-process-queue): New function.
21983         Process requests from `spam-report-requests-file'.
21984         (spam-report-process-queue): Doc fix.
21985
21986 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21987
21988         * spam.el (spam-register-routine)
21989         (spam-log-processing-to-registry, spam-log-registered-p)
21990         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21991         Change "check" to "spam-check" for semi-clarity.
21992
21993 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21994
21995         * pop3.el: Require nnheader.
21996
21997         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21998
21999         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22000
22001         * gnus-picon.el: Require cl.
22002
22003         * gnus-fun.el: Require gnus-ems and gnus-util.
22004
22005         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22006
22007         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22008
22009         * gnus-art.el (gnus-article-edit-mode): Define before first
22010         reference.
22011
22012 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22013
22014         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22015         (gnus-uu-post-encoded): Use point-at-bol.
22016
22017         * gnus-topic.el (gnus-group-active-topic-p): do.
22018
22019         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22020
22021         * gnus-group.el (gnus-group-kill-region): do.
22022
22023         * gnus-art.el (article-date-ut): do.
22024
22025         * message.el (message-fetch-field): Remove redundant
22026         case-fold-search binding.
22027         (message-narrow-to-field): Simplify.
22028
22029 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22030
22031         * spam.el (spam-directory): Derive from `gnus-directory'.
22032
22033         * spam-report.el (spam-report-url-to-file)
22034         (spam-report-requests-file): New function and variable for offline
22035         reporting.
22036         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22037         and user defined function.
22038         (spam-report-url-ping-mm-url): Remove doubled slash.
22039
22040 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22041
22042         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22043
22044 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22045
22046         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22047         Fix format string mismatch.
22048
22049         * sieve.el (sieve-deactivate-all): do.
22050
22051         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22052
22053         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22054
22055         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22056
22057         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22058
22059 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22060
22061         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22062         the list of checks.
22063
22064 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22065
22066         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22067         padding.
22068
22069 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22070
22071         * mm-view.el (mm-fill-flowed): New variable.
22072         (mm-inline-text): Use it.
22073
22074 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22075
22076         * spam.el (spam-spamassassin-register-ham-routine)
22077         (spam-spamassassin-register-spam-routine): Fix function names.
22078
22079 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * gnus.el (gnus-tmp-grouplens): Remove.
22082         (gnus-summary-line-format): Remove grouplens.
22083
22084         * gnus-group.el (gnus-group-line-format): Ditto.
22085
22086         * gnus-spec.el (gnus-format-specs): Ditto.
22087         (gnus-update-format-specifications): Flush the group format spec
22088         cache if there's the grouplens stuff.
22089         (gnus-parse-simple-format): Replace %l with the empty string.
22090
22091 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22092
22093         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22094         omission.
22095
22096 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22097
22098         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22099         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22100
22101 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22102
22103         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22104         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22105         New macros and functions.
22106         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22107         Handle > NLINK_MAX messages.
22108         * nnmaildir.el (nnmaildir-request-set-mark):
22109         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22110
22111 2004-01-25  Alex Schroeder  <alex@gnu.org>
22112
22113         * spam-stat.el (spam-stat-process-directory-age): New option.
22114         (spam-stat-process-directory): Use it.
22115
22116 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22117
22118         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22119         (spam-stat-save): Accept prefix argument.
22120
22121 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22122
22123         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22124         links" error.
22125
22126 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22129         the rest of the and/or forms.
22130
22131 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22132
22133         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22134         compatibility with old .newsrc.eld files.
22135
22136         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22137
22138         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22139
22140         * gnus-start.el (gnus-1): do.
22141
22142         * gnus-group.el (gnus-group-line-format-alist): do.
22143
22144         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22145
22146         * gnus-gl.el: Remove.
22147
22148 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22149
22150         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22151         marks consisting of a single range {for example, (3 . 5)} rather
22152         than a list of a single range { ((3 . 5)) }.
22153
22154 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22155
22156         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22157         Use with-current-buffer.
22158         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22159         avoid consing a string.
22160
22161         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22162         Remove obsolete entries for big5 and gb2312.
22163
22164 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22165
22166         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22167         uncompressed list.
22168
22169 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22170
22171         * spam-stat.el (spam-stat-strip-xref): New function.
22172         (spam-stat-process-directory): Use it.
22173
22174         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22175         here -- it's done in message-fetch-field.
22176
22177 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22178
22179         * gnus-agent.el (gnus-agent-queue-mail)
22180         (gnus-agent-prompt-send-queue): New variables.
22181         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22182         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22183         "nndraft:queue" along to gnus-draft-send.
22184         Use gnus-agent-prompt-send-queue.
22185         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22186         is "nndraft:queue".  Suggested by Gaute Strokkenes
22187         <gs234@srcf.ucam.org>
22188
22189         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22190         (agent-enable-undownloaded-faces): Add.
22191         (gnus-agent-cat-groups): Use eval-and-compile, not
22192         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22193         method of gnus-agent-cat-groups even when the buffer has been
22194         evaled.
22195         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22196         delete gnus-agent-save-active-1.
22197         (gnus-agent-save-groups): Delete.  Identical to
22198         gnus-agent-save-active.
22199         (gnus-agent-write-active): No longer adjust agent's copy of active
22200         file as agent's adjustments are now stored in their own
22201         file.  Remove optional parameter.
22202         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22203         servers.  Add use of min/max range limits from server's local
22204         file.
22205         (gnus-agent-save-alist): Remove unused optional argument.
22206         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22207         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22208         (gnus-agent-set-local): A per-server file that keeps min/max range
22209         limits for articles known to the agent.  Provides a fast mechanism
22210         for altering many active ranges.
22211         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22212         active file (local makes it unnecessary).
22213         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22214
22215         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22216         (agent-enable-undownloaded-faces): Add.
22217
22218         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22219         disable it when sending to "nndraft:queue".
22220         (gnus-group-send-queue): Add safety check to avoid sending queue
22221         when unplugged.
22222
22223         * gnus-group.el (gnus-group-catchup): Use new
22224         gnus-sequence-of-unread-articles, not
22225         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22226         numbers of articles.  Use gnus-range-map to avoid having to
22227         uncompress the unread list.
22228         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22229         Fix invalid ange-ftp reference.
22230
22231         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22232         (gnus-sorted-range-intersection): Intersection of two ranges
22233         without requiring that they first be uncompressed.
22234
22235         * gnus-start.el (gnus-activate-group): Unless blocked by the
22236         caller, possibly expand the active range to include both cached
22237         and agentized articles.
22238         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22239         multiple version-dependent converters.
22240         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22241         gnus-agent-save-active.
22242         (gnus-save-newsrc-file): Save dirty agent range limits.
22243
22244         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22245         gnus-agent-possibly-alter-active.
22246         (gnus-adjust-marked-articles): Faster handling of simple lists.
22247
22248 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22249
22250         * spam-stat.el (spam-stat-test-directory): New optional argument
22251         displays a list of files detected.  Suggested by Andrew Cohen
22252         <cohen@andy.bu.edu>.
22253         (spam-stat-buffer-words-with-scores): Don't narrow and change
22254         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22255
22256 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22257
22258         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22259         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22260         (spam-spamassassin-arguments)
22261         (spam-spamassassin-spam-flag-header)
22262         (spam-spamassassin-positive-spam-flag-header)
22263         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22264         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22265         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22266         (spam-list-of-processors, spam-list-of-checks)
22267         (spam-list-of-statistical-checks, spam-registration-functions)
22268         (spam-check-spamassassin-headers, spam-check-spamassassin)
22269         (spam-spamassassin-score)
22270         (spam-spamassassin-register-with-sa-learn)
22271         (spam-spamassassin-register-spam-routine)
22272         (spam-spamassassin-register-ham-routine)
22273         (spam-assassin-register-spam-routine)
22274         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22275         (spam-bogofilter-score): Fix to show article before scoring.
22276
22277 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22278
22279         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22280         default scoring function.
22281         (spam-generic-score): Call spam-spamassassin-score if
22282         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22283         spam-bogofilter-score otherwise.
22284
22285         * gnus.el (spam-process, spam-autodetect-methods):
22286         Add spamassassin and spamassassin-headers.
22287
22288 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22289
22290         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22291         Suppress unnecessary messages.
22292
22293 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22294
22295         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22296         make-hash-table.
22297
22298 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22299
22300         * canlock.el (base64-encode-string): Don't autoload it.
22301
22302 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22303
22304         * run-at-time.el: Remove useless (require 'itimer),
22305         eval-and-compile and (featurep 'xemacs).
22306
22307 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22308
22309         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22310         GROUP is a virtual group.
22311
22312 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22313
22314         * gnus.el: Autoload `message-y-or-n-p'.
22315
22316 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22317
22318         * pgg-parse.el: Remove unnecessary (require 'custom).
22319
22320         * pgg-def.el: do.
22321
22322         * nnmail.el: do.
22323
22324         * gnus-undo.el: do.
22325
22326         * gnus-picon.el: do.
22327
22328         * gnus-util.el: do.
22329
22330 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22331
22332         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22333
22334 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22337         handle, as well as a list.
22338
22339         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22340         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22341         (mm-w3m-cid-retrieve): Simplify.
22342
22343 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22344
22345         * message.el (message-kill-to-signature): Allow prefix arg to
22346         specify number of lines to keep before signature.
22347
22348 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22349
22350         * message.el (message-kill-to-signature): Change docstring.
22351
22352 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22353
22354         * canlock.el: Always require sha1-el.
22355         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22356
22357         * message.el: Autoload sha1 only when compiling.
22358
22359         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22360         eudc-expand-inline for XEmacs.
22361
22362 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22363
22364         * message.el (message-canlock-generate): Require sha1-el.
22365
22366 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22367
22368         * message.el (message-expand-name): Silence the byte compiler.
22369
22370         * lpath.el: Add detect-coding-system.
22371
22372         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22373         cus-edit.
22374
22375 2004-01-13  Simon Josefsson  <jas@extundo.com>
22376
22377         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22378         Invoke gnus-score-mode.
22379         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22380
22381         * gnus-range.el (gnus-compress-sequence): Doc fix.
22382         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22383
22384 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22385
22386         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22387
22388 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22389
22390         * spam.el (spam-get-article-as-string): Update to use
22391         gnus-request-article-this-buffer, much simpler.
22392         (spam-get-article-as-buffer): Remove.
22393
22394 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22395
22396         * message.el (message-expand-name): Use EUDC if the user uses that.
22397
22398 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22399
22400         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22401         character for the encoding to avoid consing a string.
22402
22403         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22404         unnecessarily.
22405
22406         * mm-util.el (mm-replace-chars-in-string): Remove.
22407
22408         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22409         of mm-replace-chars-in-string.
22410
22411 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22412
22413         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22414
22415         * mm-util.el (mm-subst-char-in-string): Support inplace.
22416
22417         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22418         a new string in every iteration.  Use shy groups.
22419
22420 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22421
22422         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22423         * gnus-soup.el (gnus-soup-group-brew):
22424         * gnus-msg.el (gnus-put-message):
22425         * gnus-move.el (gnus-group-move-group-to-server):
22426         * gnus-kill.el (gnus-batch-score):
22427         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22428         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22429         (gnus-group-update-group, gnus-group-read-group)
22430         (gnus-group-make-group, gnus-group-make-help-group)
22431         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22432         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22433         (gnus-group-sort-by-unread, gnus-group-catchup)
22434         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22435         (gnus-group-yank-group, gnus-group-set-info)
22436         (gnus-group-list-groups):
22437         * gnus.el (gnus-generate-new-group-name):
22438         * gnus-delay.el (gnus-delay-send-queue):
22439         * nnvirtual.el (nnvirtual-catchup-group):
22440         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22441         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22442         (gnus-group-prepare-topics, gnus-topic-check-topology):
22443         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22444         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22445         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22446         (gnus-group-make-articles-read):
22447         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22448         (gnus-group-change-level, gnus-kill-newsgroup)
22449         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22450         (gnus-get-unread-articles, gnus-make-articles-unread)
22451         (gnus-make-ascending-articles-unread): Use accessor
22452         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22453         to get group information for improved readability.
22454
22455
22456 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22457
22458         * gnus-art.el (article-decode-mime-words, article-babel)
22459         (gnus-article-highlight-signature, gnus-article-add-buttons)
22460         (gnus-signature-toggle): Use gnus-with-article-buffer.
22461
22462         * gnus-art.el (gnus-article-highlight-headers)
22463         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22464
22465         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22466         (gnus-article-set-globals, gnus-request-article-this-buffer)
22467         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22468         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22469         (gnus-mime-display-alternative): Use with-current-buffer.
22470
22471 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22472
22473         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22474         also under 80 char limit, and call gnus-error if needed.
22475         (spam-fetch-article-header): Fix - it was a
22476         buffer-local variable (gnus-newsgroup-data).
22477         (spam-find-spam): Use spam-generate-fake-headers, forget about
22478         spam-insert-fake-headers.
22479         (spam-insert-fake-headers): Remove.
22480
22481 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22482
22483         * deuglify.el (gnus-article-outlook-unwrap-lines)
22484         (gnus-outlook-rearrange-article)
22485         (gnus-outlook-repair-attribution-outlook)
22486         (gnus-outlook-repair-attribution-block)
22487         (gnus-outlook-repair-attribution-other): Remove redundant
22488         save-excursion.
22489
22490 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22491
22492         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22493         (spam-fetch-field-subject-fast)
22494         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22495         (spam-fetch-article-header): Add functions to deal with Gnus
22496         internals for fast retrieval of article header data.
22497         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22498
22499 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22500
22501         * pop3.el (pop3-md5): Remove.
22502         (pop3-apop): Replace pop3-md5 with md5.
22503
22504         * mm-bodies.el: base64 is always built-in.
22505
22506         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22507         Use with-current-buffer.
22508
22509 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22510
22511         * canlock.el (canlock-insert-header): Remove excessive grouping in
22512         regexp.
22513
22514         * gnus-sum.el (gnus-summary-read-document): Ditto.
22515
22516         * gnus-uu.el (gnus-uu-part-number): Ditto.
22517
22518         * html2text.el (html2text-remove-tags): Ditto.
22519         (html2text-format-tags): Ditto.
22520         (html2text-format-single-elements): Ditto.
22521
22522         * mml.el (mml-parse-1): Ditto.
22523
22524 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22525
22526         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22527
22528         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22529
22530         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22531
22532         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22533
22534 2003-11-15  Simon Josefsson  <jas@extundo.com>
22535
22536         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22537         (pgg-gpg-lookup-key): Use regexp match instead of
22538         split-string (split-string is different between emacs 21.2 and
22539         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22540
22541 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22542
22543         * gnus-art.el (gnus-mime-view-all-parts)
22544         (gnus-article-part-wrapper, gnus-article-view-part):
22545         Use with-current-buffer.
22546
22547 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22548
22549         * spam.el (spam-disable-spam-split-during-ham-respool)
22550         (spam-spamoracle-database, spam-cache-lookups)
22551         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22552         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22553         (spam-group-ham-marks, spam-group-spam-marks)
22554         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22555         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22556         also add spam-use-blackholes to the statistical checks.
22557         (spam-fetch-field-fast): Add interface to fetching fields, may
22558         become a macro.
22559         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22560         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22561         (spam-insert-fake-headers): Fake an article when needed.
22562         (spam-find-spam): Fake article when possible.
22563         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22564         (spam-check-bogofilter-headers): Use message-fetch-field instead
22565         of nnmail-fetch-field.
22566
22567 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22568
22569         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22570
22571 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22572
22573         * spam.el (spam-split): Do not require spam-use-CHECK to be
22574         enabled if that check is passed to spam-split explicitly; also
22575         fix so 'spam doesn't get converted to spam-split-group when
22576         spam-split-symbolic-return is t.
22577         (spam-find-spam): Find registrations of the article and use those
22578         instead of re-running spam-split to find the spam/ham
22579         classification of the article.
22580         (spam-log-processing-to-registry, spam-log-registered-p)
22581         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22582         Use gnus-error instead of gnus-message.
22583         (spam-log-registration-type): Add function to determine the
22584         classification of a message based on registry entries; will
22585         return nil if both 'spam and 'ham are found.
22586         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22587         a reasonably fast local cache without the loading errors.
22588         (spam-cache-lookups): Set to t by default.
22589         (spam-find-spam): Don't try to guess spam-cache-lookups.
22590         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22591         spam-caches entry.
22592         (spam-filelist-build-cache, spam-filelist-check-cache):
22593         Fix caching of whitelist/blacklist entries.
22594         (spam-check-whitelist, spam-check-blacklist):
22595         Invoke spam-from-listed-p with a type, not a cache variable.
22596         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22597
22598 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22599
22600         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22601
22602         * nnmail.el (nnmail-split-fancy): do.
22603
22604         * mml.el (mml-parse): do.
22605
22606         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22607         (gnus-score-adaptive): do.
22608
22609 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22610
22611         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22612         (gnus-mime-button-map): Don't set keymap parent.
22613         (gnus-button-ctan-directory-regexp): Use shy grouping.
22614         (gnus-prev-page-map): Don't set keymap parent.
22615         (gnus-prev-page-map): Remove duplicated one.
22616         (gnus-next-page-map): Don't set keymap parent.
22617         (gnus-mime-security-button-map): Ditto.
22618
22619         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22620         version number.
22621
22622         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22623
22624 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22625
22626         * canlock.el (canlock-sha1-function): Remove.
22627         (canlock-sha1-function-for-verify): Remove.
22628         (canlock-openssl-program): Remove.
22629         (canlock-openssl-args): Remove.
22630         (canlock-ignore-errors): Remove.
22631         (canlock-sha1-with-openssl): Remove.
22632         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22633         (canlock-verify): Don't use canlock-ignore-errors.
22634
22635         * sha1-el.el (sha1-string-external): Make it can return a string
22636         in binary form.
22637         (sha1-region-external): Ditto.
22638         (sha1-string-internal): Ditto.
22639         (sha1-region-internal): Ditto.
22640         (sha1-region): Ditto.
22641         (sha1-string): Ditto.
22642         (sha1): Ditto.
22643
22644 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22645
22646         * spam.el (spam-report-articles-gmane): New command.
22647
22648 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22649
22650         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22651
22652         * run-at-time.el (run-at-time-saved): Remove.
22653         (run-at-time): Doc fix.
22654
22655 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22656
22657         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22658         (gnus-summary-limit-map): Add it.
22659         (gnus-summary-make-menu-bar): do.
22660
22661 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22662
22663         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22664         Make attempt at some caching support (done for BBDB only now).
22665         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22666         addresses to be checked.
22667         (spam-clear-cache-BBDB): Add function, to be invoked by
22668         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22669         (spam-check-BBDB): Check and use the caches, if
22670         spam-cache-lookups is on, remove superfluous (provide).
22671
22672 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22673
22674         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22675
22676 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22677
22678         * run-at-time.el (run-at-time-saved): Move to after the definition
22679         of `run-at-time'.
22680
22681         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22682
22683 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22684
22685         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22686         mm-w3m-local-map-property.
22687
22688         * mm-view.el (mm-w3m-mode-map): Remove.
22689         (mm-w3m-local-map-property): Remove.
22690         (mm-inline-text-html-render-with-w3m): Don't use
22691         mm-w3m-local-map-property.
22692
22693 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22694
22695         * run-at-time.el: New file.
22696
22697         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22698         under Emacs.
22699
22700         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22701         of gnus-set-text-properties.
22702
22703         * gnus-uu.el (gnus-uu-save-article): Ditto.
22704
22705         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22706
22707         * gnus-cite.el (gnus-cite-parse): Ditto.
22708
22709         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22710         of gnus-.
22711
22712         * gnus-xmas.el (run-at-time): Require run-at-time.
22713
22714         * gnus.el: Change calls to nnheader-run-at-time and
22715         password-run-at-time throughout to use run-at-time directly.
22716
22717         * password.el: Remove definition of run-at-time.
22718
22719         * nnheaderxm.el: Remove definition of run-at-time.
22720
22721 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22722
22723         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22724         in prompt.
22725
22726 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22727
22728         * messagexmas.el (message-xmas-redefine): Alias
22729         `message-make-caesar-translation-table' to
22730         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22731         version.
22732
22733         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22734         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22735         `gnus-xmas-set-text-properties'.
22736         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22737         `gnus-xmas-completing-read'.
22738         (gnus-xmas-completing-read): Removed.
22739         (gnus-xmas-open-network-stream): Removed.
22740
22741         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22742         XEmacs version.
22743
22744         * dns.el (dns-make-network-process): Use `open-network-stream'
22745         instead of `gnus-xmas-open-network-stream'.
22746
22747         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22748
22749         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22750
22751 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22752
22753         * gnus-art.el (gnus-mime-display-alternative)
22754         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22755         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22756         Don't use gnus-local-map-property.
22757
22758         * gnus-util.el (gnus-local-map-property): Remove.
22759
22760         * mm-view.el (mm-view-pkcs7-decrypt):
22761         Replace gnus-completing-read-maybe-default with completing-read.
22762
22763         * gnus-util.el (gnus-completing-read): do.
22764         (gnus-completing-read-maybe-default): Remove.
22765
22766 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22767
22768         * password.el: Only autoload `run-at-time' if not XEmacs.
22769         Only autoload the itimer functions if XEmacs.
22770
22771 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22772
22773         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22774         XEmacsen.
22775
22776         * dgnushack.el: Autoload executable-find for XEmacs.
22777
22778 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22779
22780         * gnus-art.el (gnus-read-string): Remove.
22781         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22782         read-string.
22783
22784 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22785
22786         * netrc.el: Autoload password-read.
22787         (netrc): Add configuration group.
22788         (netrc-encoding-method, netrc-openssl-path):
22789         Add variables for encoding and decoding of files with symmetric
22790         ciphers.
22791         (netrc-encode): Add assistant function to encode a file with
22792         netrc-encoding-method.
22793         (netrc-parse): Add interactive parameter, added optional
22794         decoding if netrc-encoding-method is non-nil but otherwise
22795         behavior is standard.
22796         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22797         Do s/encode/encrypt/ everywhere.
22798
22799         * spam.el: Remove executable-find autoload.
22800
22801 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22802
22803         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22804
22805         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22806
22807 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22808
22809         * gnus-art.el (gnus-treat-ansi-sequences)
22810         (article-treat-ansi-sequences): New variable and function.
22811         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22812
22813         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22814         Use it.
22815
22816 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22817
22818         * mm-util.el (mm-quote-arg): Remove.
22819
22820         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22821         shell-quote-argument.
22822
22823         * gnus-uu.el (gnus-uu-command): do.
22824
22825         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22826
22827         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22828         with make-char.
22829
22830         * mm-util.el (mm-make-char): Remove.
22831
22832         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22833         add-minor-mode.
22834
22835         * gnus-undo.el (gnus-undo-mode): do.
22836
22837         * gnus-topic.el (gnus-topic-mode): do.
22838
22839         * gnus-sum.el (gnus-dead-summary-mode): do.
22840
22841         * gnus-start.el (gnus-slave-mode): do.
22842
22843         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22844
22845         * gnus-ml.el (gnus-mailing-list-mode): do.
22846
22847         * gnus-gl.el (gnus-grouplens-mode): do.
22848
22849         * gnus-draft.el (gnus-draft-mode): do.
22850
22851         * gnus-dired.el (gnus-dired-mode): do.
22852
22853         * gnus-ems.el (gnus-add-minor-mode): Remove.
22854
22855         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22856         Replace gnus-char-width with char-width.
22857
22858         * gnus-ems.el (gnus-char-width): Remove.
22859
22860         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22861         Replace gnus-char-width with char-width.
22862
22863         * gnus-ems.el (gnus-char-width): Remove.
22864
22865         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22866         definition.
22867         Remove Emacs 20 hash table compatibility code.
22868
22869         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22870         20 compatibility code.
22871
22872         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22873
22874         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22875
22876         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22877         Replace with point-at-{eol,bol}.
22878
22879         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22880
22881         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22882
22883         * flow-fill.el (fill-flowed-point-at-bol)
22884         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22885
22886         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22887         Replace with point-at-{eol,bol} throughout all files.
22888
22889 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22890
22891         * ntlm.el (ntlm-string-as-unibyte): New macro.
22892         (ntlm-build-auth-response): Use it.
22893
22894         Remove Emacs 20 stuff:
22895         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22896         (butlast, mapc, remove): Remove the compiler macros.
22897         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22898         of delq and copy-sequence.
22899         * gnus-art.el (popup-menu): Remove the compiler macro.
22900         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22901         Emacs 20.
22902
22903 2004-01-05  Simon Josefsson  <jas@extundo.com>
22904
22905         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22906         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22907         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22908         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22909         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22910         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22911         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22912         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22913         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22914         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22915         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22916         string-xor into ntlm-string-xor.
22917         Suggested by Jesper Harder <harder@myrealbox.com>.
22918
22919         * ntlm.el: Don't include poem.
22920
22921         * md4.el (print-int32, print-string-hexa): Remove.
22922         Suggested by Jesper Harder <harder@myrealbox.com>.
22923
22924         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22925
22926         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22927         probably breaks emacs with DL patch, but do we care? Is anyone
22928         still using the DL stuff?)
22929
22930         * sieve-manage.el: Use the password package.
22931         (sieve-manage-read-passwd): Remove.
22932         (sieve-manage-interactive-login): Use password.  Re-add
22933         condition-case around loop.
22934
22935         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22936         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22937         Use the password package.
22938
22939 2003-02-19  Simon Josefsson  <jas@extundo.com>
22940
22941         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22942         token.
22943
22944 2002-08-07  Simon Josefsson  <jas@extundo.com>
22945
22946         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22947         (sieve-manage-authenticators):
22948         (sieve-manage-authenticator-alist): Add some SASL mechs.
22949         (sieve-sasl-auth): New function.
22950         (sieve-manage-cram-md5-auth):
22951         (sieve-manage-plain-auth): Rewrite using SASL library.
22952         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22953         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22954         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22955         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22956
22957 2004-01-05  Simon Josefsson  <jas@extundo.com>
22958
22959         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22960         New files.
22961
22962 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22963
22964         * gnus-group.el (gnus-no-groups-message): Update.
22965
22966         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22967
22968 2003-11-09  Simon Josefsson  <jas@extundo.com>
22969
22970         * imap.el: Support for ID IMAP extension (RFC 2971).
22971         (imap-local-variables): Add imap-id.
22972         (imap-id): New variable.
22973         (imap-id): New function.
22974         (imap-parse-response): Parse untagged ID response.
22975         * nnimap.el (nnimap-id): New variable.
22976         (nnimap-open-connection): Use it.
22977
22978 2003-12-28  Simon Josefsson  <jas@extundo.com>
22979
22980         * gnus-score.el (gnus-score-edit-all-score): New.
22981         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22982
22983 2004-01-04  Simon Josefsson  <jas@extundo.com>
22984
22985         * password.el: Add.
22986
22987 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22988
22989         * dns.el (dns-query-types): Fix typo.
22990         (dns-query-types): New function.
22991         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22992         PTR and SOA replies, see RFC 1035.
22993
22994 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22995
22996         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22997
22998         * Move to Changelog.2.
22999
23000 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23001
23002         * gnus.el (gnus-version-number): Bump version.
23003
23004 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23005
23006         * gnus.el: No Gnus v0.1 is released.
23007
23008 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23009
23010         * gnus.el: No Gnus v0.0 is released.
23011
23012 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23013
23014         * gnus.el (gnus-version-number): Bump.
23015         (gnus-version): No.
23016
23017 See ChangeLog.2 for earlier changes.
23018
23019   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23020
23021   This file is part of GNU Emacs.
23022
23023   GNU Emacs is free software: you can redistribute it and/or modify
23024   it under the terms of the GNU General Public License as published by
23025   the Free Software Foundation, either version 3 of the License, or
23026   (at your option) any later version.
23027
23028   GNU Emacs is distributed in the hope that it will be useful,
23029   but WITHOUT ANY WARRANTY; without even the implied warranty of
23030   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23031   GNU General Public License for more details.
23032
23033   You should have received a copy of the GNU General Public License
23034   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23035
23036 ;; Local Variables:
23037 ;; coding: utf-8
23038 ;; fill-column: 79
23039 ;; add-log-time-zone-rule: t
23040 ;; End: