* gnus-art.el (gnus-treat-hide-citation): Add doc.
[gnus] / lisp / ChangeLog
1 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4
5         * message.el (message-default-send-rename-function): Break out into its
6         own function.
7
8         * ecomplete.el (ecomplete-display-matches): Revert patch since it
9         doesn't work under XEmacs.
10
11         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
12         of "imaps" to word around Windows problems.
13         (nnimap-open-connection-1): Use it.
14
15         * message.el (message-indent-citation): Revert last change which made
16         `F' not work.
17
18 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
19
20         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
21         terminal as well.
22
23 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
26         because it displays images using overlays that aren't easy to copy to
27         the article buffer.
28
29 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
30
31         * message.el (message-indent-citation): Fix empty line removal at the
32         end of the citation.
33
34 2011-09-20  Julien Danjou  <julien@danjou.info>
35
36         * auth-source.el (auth-source-netrc-create): Use default value for
37         password if specified. Evaluate default.
38         (auth-source-plstore-create): Ditto.
39         (auth-source-plstore-create, auth-source-netrc-create): Fix default
40         value evaluation.
41         (auth-source-netrc-create): Typo fix.
42         (auth-source-plstore-create): Ditto.
43
44         * password-cache.el (password-cache-remove): Remove entries even if the
45         value is nil, so that password with a nil value (negative caching) is
46         possible to invalidate.
47
48         * auth-source.el (auth-source-format-cache-entry): New function.
49
50 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
53
54 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
57
58 2011-09-19  Julien Danjou  <julien@danjou.info>
59
60         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
61         which work with things that are not ASCII.
62
63 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
66
67 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
70         message level.
71
72 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
75
76 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus.el (gnus-interactive-exit): Update defcustom spec.
79
80 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
81
82         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
83         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
84
85 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
88         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
89         articles.
90
91 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
92
93         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
94         (message-mail-other-window, message-mail-other-frame)
95         (message-news-other-window, message-news-other-frame):
96         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
97         instead of setting buffer display varibles.
98
99 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
102
103         * gnus-sum.el (gnus-fetch-headers): Bump message level.
104
105 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
108         duplicates" to a higher level.
109
110         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
111         most egregious messages.
112
113 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
116
117 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
118
119         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
120         up the file (bug#9351).
121
122 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
125         it does with all other backends, but decode the names immediately after
126         getting them.
127
128         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
129         decoding nnimap groups.
130
131         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
132         newsrc file.  It doesn't seem like an important optimisation any more.
133
134 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
135
136         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
137         overflows.
138
139 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus.el (gnus-article-mark-lists): Remove `recent'.
142         (gnus-interactive-exit): Extend to `quiet'.
143
144         * gnus-sum.el (gnus-offer-save-summaries): Use it.
145
146         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
147         string.
148
149         * plstore.el (plstore--get-buffer): Silence compiler warnings by
150         renaming function arguments from `this'.
151
152         * gnus-sum.el (gnus-newsgroup-recent): Remove.
153
154         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
155         has been renamed.
156         (gnus-lrm-string-p): Include RLM and PDF, too.
157
158         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
159         (bug#9225).
160
161 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
162
163         Add autoload cookies for functions used by sendmail.el.
164         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
165
166         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
167
168 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * gnus-art.el (article-date-ut): Work properly even when there are
171         things like Date header in the body; work for forwarded parts.
172
173 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
174
175         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
176         original-article-buffer.
177
178 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
179
180         * nnir.el (nnir-compose-result): Fix matching of server type.
181         (nnir-run-swish++): Ditto.
182         (nnir-run-namazu): Ditto.
183         (nnir-run-notmuch): Ditto.
184
185 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
188         (bug#9405).
189
190         * gnus-score.el (gnus-summary-increase-score): Doc clarification
191         (bug#9421).
192
193         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
194         (bug#9425).
195
196         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
197         thing (bug#9426).
198
199 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
202         the error message.
203
204 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
205
206         * message.el (message-setup-1): Return t (Bug#9392).
207
208 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
209
210         * gnus-sum.el: When adding article headers to a summary buffer also
211         update gnus-newsgroup-articles (bug#9386).
212
213 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * auth-source.el: Autoload help-mode.
216
217 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
220         names.
221
222 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
223
224         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
225         mm-replace-in-string for compatibility issues.
226         * mml2015.el (mml2015-epg-verify): Ditto.
227
228 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
231
232         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
233
234 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
237         continue on and do the clean-up phase (bug#9188).
238
239         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
240         just ignore groups that can't be opened instead of erroring out
241         (bug#9225).
242
243         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
244         nil since some many people are fuddy-duddies.
245
246         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
247         images.
248
249         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
250         instead.
251
252         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
253
254         * gnus-util.el (gnus-process-live-p): Copy over compat function.
255
256         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
257         processing.
258
259         * nntp.el (nntp-kill-buffer): Kill the process before killing the
260         buffer to avoid warnings.
261
262 2011-08-20  Simon Josefsson  <simon@josefsson.org>
263
264         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
265         specified to reduce precision.
266
267 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
270         bodystructures (bug#9314).
271
272 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
275         Make button keymap non-sticky after buttons.
276
277 2011-08-18  David Engster  <dengste@eml.cc>
278
279         * nnmairix.el (nnmairix-request-set-mark)
280         (nnmairix-goto-original-article): Remove adding of article to registry,
281         since `gnus-registry-add-group' isn't available anymore.
282         (nnmairix-determine-original-group-from-registry):
283         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
284         available anymore.
285
286 2011-08-12  Simon Josefsson  <simon@josefsson.org>
287
288         * starttls.el (starttls-any-program-available): Define as obsolete
289         function.
290
291 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
294         versions which Gnus use when appropriate.
295
296         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
297         a pretty destructive command.
298
299         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
300
301 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * message.el (message-fix-before-sending): Make a different warning
304         about NUL characters (bug#9270).
305
306         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
307         from custom (bug#9260).
308
309         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
310         things work in Emacs 22 and XEmacs, too.
311
312         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
313         default From.
314
315         * gnus-spec.el (gnus-lrm-string-p): New macro.
316         (gnus-lrm-string): New constant.
317         (gnus-summary-line-format-spec): LRM-ify the from.
318         (gnus-tilde-max-form): LRM-ify string chopping.
319
320         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
321
322         * message.el (message-is-yours-p): Allow disabling canlock checking
323         (bug#9295).
324         (message-shoot-gnksa-feet): Add `canlock-verify'.
325         (message-auto-save-directory): Use ~/ as the auto-save directory if the
326         message directory isn't writable (bug#9304).
327
328         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
329         non-world-readable.
330
331 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
334         articles.
335
336 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
337
338         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
339         copy-list.
340
341 2011-08-12  Sam Steingold  <sds@gnu.org>
342
343         * gnus-score.el (gnus-score-find-alist): Keep the score files already
344         in the reverse order to avoid modifying the cache with `nreverse'.
345         (gnus-all-score-files): Do not modify the value returned by
346         `gnus-score-find-alist' because it lives in a cache variable.
347         (gnus-current-home-score-file): No need to `nreverse' the return value
348         of `gnus-score-find-alist', it is already in the correct order.
349
350 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
351
352         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
353         type MESSAGE and subtype RFC822 is slightly different from those of
354         type TEXT.
355
356 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
357
358         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
359         allows article-referral to work from an nnir group.
360
361 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
364
365 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
366
367         * mml1991.el (mml1991-epg-find-usable-key)
368         (mml1991-epg-find-usable-secret-key): New function.
369         (mml1991-epg-sign): Check if signing key is usable.
370         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
371
372 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
373
374         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
375         server-variables only. This should fix a bug introduced with commit
376         e1889675b7f4adf057833c5513c9374134c4e053.
377         (nnir-run-query): 'nnir-search-engine should not be set from the global
378         environment.
379
380 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
381
382         * nnir.el (nnir-search-thread): Position point on referring article
383         line.
384         (nnir-warp-to-article): Clean up summary buffers.
385
386         * nnimap.el (nnimap-request-thread): Whitespace fix.
387
388 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
389
390         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
391
392 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * starttls.el (starttls-available-p): Rename from
395         `starttls-any-program-available' and changed return convention.
396
397 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
398
399         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
400         `unix-sync' unless it's defined.
401
402 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
403
404         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
405         `aref' for XEmacs compatibiltiy.
406
407 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
410
411 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
412
413         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
414         closures, quote the form properly (bug#9194).
415
416 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
419         (gnus-summary-insert-new-articles): Protect against servers that are
420         down.
421
422 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
423
424         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
425         in mm handle if none is specified.
426
427 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
428
429         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
430
431 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
432
433         * nnir.el (nnir-search-thread): New function to make an nnir group
434         based on a thread query.
435
436         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
437         of nnir in thread referral.
438         (gnus-summary-refer-thread): Use it.
439
440         * nnimap.el (nnimap-request-thread): Use it.
441
442 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * shr.el (shr-tag-comment): Ignore HTML comments.
445
446 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
447
448         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
449         argument.
450         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
451         Use `nnir-address' to handle server info rather than passing an arg.
452
453         * nnimap.el (nnimap-make-thread-query): New utility function to format
454         an imap thread search query.
455         (nnimap-request-thread): Use it.
456
457         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
458         right select-method if we are not going back to the group buffer.
459
460 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
463         enter invalid buffer configurations into the quit form (bug#9107).
464         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
465         unplugged/plugged.
466
467         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
468         keep track of which ones are unread (bug#9061).
469
470         * gnus.el (gnus-refer-article-method): Allow entering any sexp
471         (bug#9055).
472
473         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
474         (bug#9041).
475
476         * gnus-html.el (mm-util): Require (bug#9073).
477
478         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
479         (gnus-summary-refer-thread): Use it to remove duplicates in the
480         un-threaded view (bug#9053).
481         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
482
483 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
484
485         * nnir.el (nnir-read-server-parm): Use default value from global
486         variable.  Without this the default search engine parameters aren't
487         used at all.
488
489 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * message.el (message-unique-id): Don't use the undocumented return
492         value from (random t) (bug#9118).
493
494 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * message.el (message-auto-save-directory): If the ~/Mail directory
497         doesn't exist, use ~ as the auto-save directory (bug#4432).
498
499         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
500         hasn't already been started.
501
502 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
505
506         * message.el (message-reply): Work around mysterious bug where
507         `message-mode' seems to overwrite the locally bound `subject' variable.
508
509 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
510
511         * nnimap.el (nnimap-request-thread): Ensure search is performed in
512         correct group.
513
514         * gnus-int.el (gnus-request-thread): Add group argument.
515
516         * gnus-sum.el (gnus-summary-refer-thread): Use it.
517
518 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
521
522         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
523         renamed to `debbugs-gnu-*'.
524
525 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
526
527         * plstore.el: Revert the editing feature since it is not urgent.
528         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
529         (plstore-mode-decoded): Remove.
530
531 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
534         isn't very interesting any more, and it leaks potentially secret data.
535         (gnus-debug): Remove.
536
537         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
538         use of :custom-show.
539
540 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
541
542         * plstore.el: Add documentation.
543         (plstore-mode): New mode to edit plstore file.
544         (plstore-mode-toggle-display, plstore-mode-original)
545         (plstore-mode-decoded): New command.
546         (plstore--encode, plstore--decode, plstore--write-contents-functions)
547         (plstore--insert-buffer, plstore--make): New function.
548         (plstore-open, plstore-save): Simplify by using them.
549
550 2011-07-06  Glenn Morris  <rgm@gnu.org>
551
552         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
553
554 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
557         no longer is much used.
558         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
559         Articles".
560
561 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
562
563         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
564         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
565         `notmuch' backend.
566
567 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * mm-decode.el (mm-text-html-renderer): Doc fix.
570
571         * gnus-msg.el (gnus-bug): Fix the MML tag.
572
573         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
574
575 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
576
577         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
578         secondary methods if started with `gnus-no-server'.
579
580 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
581
582         * message.el (message-return-action): Fix typo in docstring.
583
584 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
587         bug reports at once.
588
589         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
590
591 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * nndraft.el: Require gnus-group.
594         (nndraft-request-list): Declare.
595
596         * nndraft.el (nndraft-update-unread-articles): Don't show group having
597         no unread article unless it matches gnus-permanently-visible-groups.
598
599         * nndraft.el (nndraft-update-unread-articles): New function.
600         (nndraft-request-associate-buffer): Use it to update the number of
601         unread articles for the nndraft groups in the group buffer when saving
602         or killing a draft message.
603
604 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
607         systems to binary before writing and reading the mbox files.
608
609         * gnus.el (gnus-summary-line-format): Link to the info node for %U
610         instead of trying to list them all (bug#8978).
611
612 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
613
614         * pop3.el (pop3-open-server): Use :end-of-capability.
615
616 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
619         the id is always a number.
620
621         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
622
623         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
624         debbugs mode, if possible.
625
626 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
627
628         * auth-source.el (auth-source-token-passphrase-callback-function):
629         Reindent.
630         (epg-context-operation): Remove unnecessary autoload.
631
632 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus.el (gnus-list-debbugs): New command.
635
636         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
637         mboxstat instead of the maintbox, since the stat seems to be fuller.
638
639         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
640         summary buffers.
641
642         * message.el (message-get-reply-headers): Delete all duplicates,
643         instead of the first.
644         (message-get-reply-headers): Ensure that we have progress while
645         deleting duplicates.
646
647         * gnus-msg.el (gnus-configure-posting-styles): Get the local
648         gnus-posting-style value from the summary buffer to make it easier to
649         make that a per-buffer conf.
650
651 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
652
653         * nnir.el (nnir-run-imap): Allow halting a search when an article is
654         found by setting `shortcut' in 'query.
655         (nnir-request-article): Use `shortcut' setting when requesting article
656         by Message-ID.
657
658 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
659
660         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
661         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
662         Bring the pseudo-headers back too.
663
664 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
665
666         * auth-source.el (auth-source-token-passphrase-callback-function):
667         Simplify and remove EPA dependency.
668
669 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
670
671         * nnir.el (nnir-request-article): Fix error message text.
672
673 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
674
675         * auth-source.el (plstore-delete): Autoload.
676         (auth-source-plstore-search): Support delete operation.
677         * plstore.el (plstore-delete): New function.
678
679 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
682         mark actually existing articles as unread rather than the ones that
683         active asserts.
684
685 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
686
687         * nntp.el (nntp-record-command):
688         * gnus-util.el (gnus-message-with-timestamp-1):
689         Use format-time-string rather than decoding time stamps by hand.
690         This is simpler and insulates the code from potential changes to
691         current-time format.
692
693 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
696
697 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
698
699         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
700         (plstore-save): Support public key encryption.
701         (plstore--init-from-buffer): New function.
702         (plstore-open): Use it; fix error when opening a non-existent file.
703         (plstore-revert): Use plstore--init-from-buffer.
704
705 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
706
707         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
708
709 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * mml2015.el (mml2015-use): Replace string-match-p with string-match
712         for old Emacsen.
713
714 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
715
716         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
717         is not fully working.
718
719 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * dgnushack.el: Autoload sha1 on XEmacs.
722
723         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
724         quit window configuration.
725
726         * auth-source.el (epg-context-set-passphrase-callback):
727         Remove duplicate autoload.
728
729 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el (nnir-request-article): Allow requesting articles by
732         Message-ID with nnimap.
733
734         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
735         current server.
736
737 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * auth-source.el: Autoload EPA/EPG functions.
740         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
741         changed when EPA/EPG is not available.
742         (auth-source-backend): Rename "arg" member to "data".
743         (auth-source-backend-parse, auth-source-plstore-search)
744         (auth-source-plstore-create): Use it.
745
746 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
747
748         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
749         `gnus-refer-article-methods'.
750
751 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * auth-source.el: Require EPA and EPG.
754         (auth-source-passphrase-alist): New variable.
755         (auth-source-passphrase-callback-function)
756         (auth-source-token-passphrase-callback-function): Callbacks for the
757         netrc field encryption (GPG tokens).
758         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
759         Symmetric encryption and decryption of the netrc GPG tokens.
760         (auth-source-netrc-normalize): Use them, simplifying the closure.
761
762 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
765         is available.
766
767 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
770         non-nil, and `nnimap-split-methods' is nil, use the former.
771
772 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
773
774         * plstore.el (plstore-revert): New function.
775         (plstore-open): Use it; hide the buffer from user.
776
777 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
778
779         * auth-source.el (auth-source-backend): New member "arg".
780         (auth-source-backend-parse): Handle new backend 'plstore.
781         * plstore.el: New file.
782
783 2011-06-30  Glenn Morris  <rgm@gnu.org>
784
785         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
786
787 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
790         expiring articles to.
791
792         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
793         variations as ASCII (bug#5458).
794
795 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
798
799 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * message.el (message-point-in-header-p): Tweak the function to default
802         to saying that we're not in the headers if there is no separator at
803         all.  This makes it possible to use the Message version of `M-q' in
804         buffers with no headers (bug#7987).
805         (message-point-in-header-p): Fix last checkin to work with an empty
806         mail-header-separator, too.
807
808         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
809         again, save the choice via customize.
810
811 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * message.el (message-send-mail-function): Add `sendmail-query-once'.
814
815         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
816         ended the connection, bail out before waiting infinitely on a new
817         connection.
818
819 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
820
821         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
822         reports.
823
824         * gnus.el (gnus-bug-package): Use "gnus."
825         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
826
827 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * dgnushack.el: Make the timer warning go away on XEmacs.
830
831         * gnus-art.el (gnus-article-stop-animations): New function to stop any
832         animations going on at article exit time.
833
834         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
835         since removing it breaks people upgrading.
836
837         * shr.el (shr-put-image): Use the new interface for animating images.
838         (shr-put-image): Animate for 60 seconds.
839
840         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
841         avoid compiler warnings.
842
843         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
844         error with `find-file-hooks' on Emacs 22.
845         (with-auth-source-epa-overrides): Ugly hack to Wrap the
846         `find-file-hook' things in `symbol-value' to avoid compilation warnings
847         on all architectures.
848
849         * spam.el (spam-stat): Require in a normal fashion without binding
850         `spam-stat-install-hooks' to avoid compilation warnings.
851
852         * spam-stat.el (spam-stat-install-hooks): Remove.
853         (spam-stat-install-hooks): Don't run automatically.
854
855 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
856
857         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
858         and keystroke.
859
860 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * auth-source.el (auth-source-netrc-cache): Move forward.
863
864 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * proto-stream.el (proto-stream-open-starttls): Use
867         `gnutls-available-p' to see whether we have built-in support.
868
869         * auth-source.el (auth-source-netrc-create): Don't query the bits that
870         we already know.
871         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
872         (auth-source-netrc-create): Don't prompt for the stuff we already know.
873
874 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
877         %S format, since that looks odd.
878         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
879         file, especially when saving.
880
881 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
882
883         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
884         article found.
885
886 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
887
888         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
889         `auth-source-save-secrets' with a more sensitive alist that can be
890         configured per file.  Experimental, so defaults to 'never.
891         (auth-source-netrc-create): Use it.  Still experimental code.
892         (with-auth-source-epa-overrides): Use `find-file-hooks' if
893         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
894
895 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         * auth-source.el (auth-source-save-secrets): New variable to control if
898         secret tokens should be saved encrypted.
899         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
900         to `auth-source-netrc-normalize'.
901         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
902         on the EPA variables being defined.
903         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
904         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
905         the lexical-let closure.
906         (auth-source-netrc-create): Create "gpg:" tokens according to
907         `auth-source-save-secrets'.
908
909 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-group.el (gnus-group-update-group): Add new argument
912         `info-unchanged' that stops updating dribble buffer.
913
914         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
915         deletes lines matching to it in dribble buffer.
916
917         * gnus-agent.el (gnus-agent-fetch-group-1):
918         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
919         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
920         * gnus-start.el (gnus-group-change-level):
921         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
922
923         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
924         if newsgroup info is not changed.
925
926         * gnus-group.el (gnus-group-get-new-news-this-group):
927         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
928         Don't update dribble buffer.
929
930 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * gnus-registry.el (gnus-registry-remove-ignored): New function to
933         remove entries with groups we ignore.
934
935 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
938         the underline comes at the bottom.
939
940 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
941
942         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
943         `gnus-registry-user-format-function-M' and declare the latter obsolete.
944         (gnus-registry-article-marks-to-names): Rename from
945         `gnus-registry-user-format-function-M2'.
946
947 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
950         ephemeral group.
951
952 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * shr.el (shr-browse-image): Copy the URL if called interactively.
955
956 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
959         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
960         done, then unselected articles may be marked as read.
961
962         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
963         since not doing this seems to lead to a race condition in pop3-logon.
964
965         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
966         so that the call chain it correct when we call "upwards".
967
968         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
969         in read-only groups.
970
971         * gnus-group.el (gnus-group-mark-article-read): Ditto.
972
973         * message.el (message-cite-reply-position): Doc string fix.
974
975         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
976         avoid regexp overflow.
977         (nnimap-transform-split-mail): Ditto.
978
979         * pop3.el (pop3-retr): Error out if the server closes the connection.
980
981 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
984         mm-with-unibyte-current-buffer.  The buffer should not contain any
985         multibyte chars anyway at this stage.
986
987 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
990         at the end of lines.
991
992 2011-05-29  Julien Danjou  <julien@danjou.info>
993
994         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
995
996 2011-05-27  Glenn Morris  <rgm@gnu.org>
997
998         * gnus-group.el (gnus-bug-group-download-format-alist):
999         Use the "maintainer" version of debian reports as well.
1000
1001 2011-05-26  Glenn Morris  <rgm@gnu.org>
1002
1003         * gnus-group.el (gnus-bug-group-download-format-alist):
1004         Use the "maintainer" version of debbugs.gnu.org reports.
1005
1006 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1009
1010 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1011
1012         * gnus-cus.el (gnus-agent-customize-category):
1013         * gnus-delay.el (gnus-delay-send-queue):
1014         * gnus.el (gnus-other-frame):
1015         Don't quote lambda expressions with `quote'.
1016
1017 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1018
1019         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1020         the thread moves us backwards and so we loop forever.
1021
1022 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1025         whitespace in base64 data lines.
1026
1027 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * gnus-registry.el (gnus-registry-user-format-function-M):
1030         Use `mapconcat'.
1031         (gnus-registry-user-format-function-M2): Use to see the full text of
1032         the marks.  Make "," the mark text separator.
1033
1034         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1035         authentication with auth-source.
1036
1037 2011-05-17  Glenn Morris  <rgm@gnu.org>
1038
1039         * gnus-group.el (gnus-import-other-newsrc-file):
1040         Use insert-file-contents.
1041
1042 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1045         1000 iterations.
1046
1047 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * nntp.el (nntp-open-connection): Check if process-type is available.
1050
1051 2011-05-16  Julien Danjou  <julien@danjou.info>
1052
1053         * shr.el (shr-tag-del): Add support for del tag.
1054
1055 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-html.el (gnus-html-put-image): Register a displayer.
1058
1059         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1060
1061 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * registry.el (prune-factor): New initialization parameter defaulting
1064         to 0.1.
1065         (registry-prune-hard): Use it.
1066
1067         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1068         0.1 expicitly.
1069
1070 2011-05-13  Glenn Morris  <rgm@gnu.org>
1071
1072         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1073         is bound, since this function requires sendmail.
1074
1075 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * registry.el (registry-usage-test): Disable pruning test.
1078
1079 2011-05-11  David Engster  <dengste@eml.cc>
1080
1081         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1082         Bind set-network-process-option for XEmacs.
1083
1084 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         * registry.el (registry-prune-hard-candidates)
1087         (registry-prune-soft-candidates): Helper methods for registry pruning.
1088         (registry-prune): Use them.  Make the sort function optional.
1089
1090 2011-05-10  Jim Meyering  <meyering@redhat.com>
1091
1092         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1093
1094 2011-05-10  Julien Danjou  <julien@danjou.info>
1095
1096         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1097         symbol and not a list.
1098
1099 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gnus-art.el (gnus-article-mode): Move binding of
1102         shr-put-image-function here from gnus-article-prepare-display.
1103
1104         * shr.el (shr-put-image-function): New variable.
1105         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1106         (shr-put-image): Return scaled image.
1107
1108         * gnus-art.el (gnus-shr-put-image): New function.
1109         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1110
1111         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1112         original ones, as deletable.
1113
1114 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1115
1116         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1117
1118 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * registry.el (registry-full): Add convenience method.  Fix logic.
1121         (registry-insert): Use it.  Fix logic here too.
1122
1123         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1124         `registry-prune' if `registry-full' returns t.
1125         (gnus-registry-handle-action)
1126         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1127         (gnus-registry-usage-test): Use it.
1128
1129 2011-05-07  Julien Danjou  <julien@danjou.info>
1130
1131         * shr.el (shr-link): Make shr-link inherit from link by default.
1132
1133 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1134
1135         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1136
1137 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1140         error out because the face is not a list.
1141
1142 2011-05-05  Glenn Morris  <rgm@gnu.org>
1143
1144         * proto-stream.el (gnutls-negotiate): Fix declarations.
1145
1146         * gnus-start.el (gnus-propagate-marks): Declare.
1147
1148 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * registry.el (registry-reindex): Fix percentage message.
1151
1152         * proto-stream.el (network-stream-open-starttls): Adjust to call
1153         `gnutls-negotiate' with :process and :hostname arguments.
1154
1155 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * shr.el: Add shr-link face for links.
1158         (shr-urlify): Use it.
1159
1160         * registry.el (registry-insert): Make error message more helpful.
1161
1162 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-html.el (gnus-html-schedule-image-fetching):
1165         Use url-queue-retrieve, if it exists.
1166
1167         * shr.el (shr-tag-img): Ditto.
1168
1169         * gnus.el: Autoload more gnus-agent functions.
1170
1171         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1172         agent if we haven't already (bug#8502).
1173
1174         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1175         into the Agent, too.
1176
1177         * gnus-agent.el (gnus-agent-store-article): New function.
1178
1179         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1180         and moved from that file for reuse.
1181
1182         * pop3.el (pop3-open-server): Error messages are "-ERR".
1183
1184 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1187         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1188
1189 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1190
1191         * gnus.el: No Gnus v0.17 is released.
1192
1193 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1194
1195         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1196         buffer has moved to a different frame.
1197
1198 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1201         to get the conversion from unibyte to multibyte buffers to work on
1202         Emacs 22.
1203
1204         * nntp.el (nntp-request-article): Slight clean-up.
1205
1206 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * shr.el (shr-strike-through): New face.
1209         (shr-tag-s): Use it to provide <s> support.
1210         (shr-tag-s): Remove duplicate definition.
1211
1212 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1213
1214         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1215         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1216
1217 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1218
1219         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1220         `gnutls-negotiate'.
1221         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1222
1223 2011-04-23  Glenn Morris  <rgm@gnu.org>
1224
1225         * gnus-sum.el (gnus-extra-headers): Bump :version.
1226
1227 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * shr.el (shr-tag-sup): New function.
1230         (shr-tag-sub): Ditto.
1231
1232 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1233
1234         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1235         for the case where `gnus-registry-ignored-groups' is a list of lists,
1236         and don't call `gnus-parameter-registry-ignore' otherwise.
1237
1238 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * nnimap.el (nnimap-user): New backend variable.
1241         (nnimap-open-connection-1): Use it.
1242         (nnimap-credentials): Accept user parameter so it's explicit what user
1243         name is desired.
1244
1245         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1246         default.
1247
1248         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1249         not gnus-registry.el.
1250
1251         * gnus-registry.el: Mention in comments how to modify
1252         `gnus-extra-headers' for proper recipient tracking and that it may
1253         already have To and Cc recently, which it does as of this commit.
1254         (gnus-registry-ignored-groups): Remove defcustom.
1255         Explain why in comments.
1256         (gnus-registry-action): Fix data-header reference to use the extra
1257         headers.  Explain in package commentary how to add To and Cc headers to
1258         the gnus-extra-headers.
1259         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1260         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1261         parameter list or a string list in `gnus-registry-ignored-groups'.
1262         Fix logic error.
1263
1264 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * shr.el (shr-expand-url): Protect against null urls.
1267
1268 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * shr.el (shr-base): New binding.
1271         (shr-tag-base): Keep track of <base>.
1272         (shr-expand-url): New function used throughout.
1273
1274 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1275
1276         * gnus-registry.el
1277         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1278         (gnus-registry-ignored-groups): New variable.
1279         (gnus-registry-ignore-group-p): Use it.
1280         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1281         set the destination group to nil (same as delete) if it's ignored.
1282
1283 2011-04-20  David Engster  <dengste@eml.cc>
1284
1285         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1286
1287         * Makefile.in (test-nntp): New rule.
1288         (check): Add it.
1289         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1290
1291 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gnus-registry.el (gnus-registry-action)
1294         (gnus-registry-fetch-header-fast):
1295         Don't use mail-header that looks an internal function of mailheader.el.
1296
1297 2011-04-19  Glenn Morris  <rgm@gnu.org>
1298
1299         * time-date.el (time-to-days): Remove unused local variables.
1300
1301 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-registry.el: Eliminate cl functions.
1304         (gnus-registry-sort-addresses): New function that replaces mapcan.
1305         (gnus-registry-action, gnus-registry-spool-action)
1306         (gnus-registry-split-fancy-with-parent)
1307         (gnus-registry-fetch-recipients-fast): Use it.
1308         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1309
1310         * registry.el (initialize-instance, registry-lookup)
1311         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1312         (registry-lookup-secondary-value, registry-search, registry-delete)
1313         (registry-insert, registry-reindex, registry-size, registry-prune):
1314         Use eval-and-compile.
1315
1316 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * registry.el (registry-reindex): New method to recreate the secondary
1319         registry indices.
1320
1321         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1322         tracked field changes.
1323         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1324         (gnus-registry-action, gnus-registry-spool-action)
1325         (gnus-registry-handle-action)
1326         (gnus-registry--split-fancy-with-parent-internal)
1327         (gnus-registry-split-fancy-with-parent)
1328         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1329         move, and delete actions, and for fancy splitting with parent.
1330         (gnus-registry-extract-addresses)
1331         (gnus-registry-fetch-recipients-fast)
1332         (gnus-registry-fetch-header-fast): Convenience functions.
1333         (gnus-registry-misc-test): ERT test of
1334         `gnus-registry-extract-addresses'.
1335
1336 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1337
1338         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1339         Track by subject first, then sender.
1340
1341 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1342
1343         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1344
1345         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1346         Lisp.
1347
1348         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1349         (gnus-draft-send): Use it to avoid popping
1350         up frames from gnus-group-send-queue.
1351
1352 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1353
1354         * gnus-registry.el: Updated gnus-registry docs.
1355
1356 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1359         Fix logic bug.
1360         (gnus-registry-post-process-groups): Fix logging of no results and
1361         quote sender and subject.
1362
1363 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1366         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1367         gnutls-cli are too slow to be done opportunistically.
1368
1369         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1370         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1371         we had no early-data returned.
1372         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1373         two async commands to the same server at the same time.
1374
1375 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1376
1377         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1378
1379 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1382         "warning" level.
1383
1384         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1385         (mm-url-insert-file-contents): Don't set the package names.
1386
1387 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1388
1389         * gnus-registry.el (gnus-registry-action): Remove properties and
1390         simplify subject in `gnus-registry-handle-action'.
1391         (gnus-registry-spool-action): Get subject and sender from message if
1392         they are not passed in.
1393         (gnus-registry-handle-action): Remove properties and simplify subject
1394         consistently.
1395
1396 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1397
1398         * registry.el: Require CL before using defmacro*.
1399
1400 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-art.el (article-treat-date): Assume that
1403         gnus-article-date-headers may be a group parameter.
1404
1405 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1408
1409         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1410         interactively so the newsrc file can contain foreign groups too.
1411         Useful for debugging but not much for users.
1412
1413 2011-04-07  David Engster  <dengste@eml.cc>
1414
1415         * registry.el (registry-usage-test): Only do
1416         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1417         lexical binding.
1418
1419 2011-04-07  David Engster  <dengste@eml.cc>
1420
1421         * Makefile.in (check, test-registry): New rules for test-suite.
1422
1423 2011-04-06  David Engster  <dengste@eml.cc>
1424
1425         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1426         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1427
1428 2011-04-06  David Engster  <dengste@eml.cc>
1429
1430         * registry.el (initialize-instance): Change :after to :AFTER to be
1431         compatible with old EIEIO version in XEmacs.
1432
1433 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         * gnus-registry.el (gnus-registry-post-process-groups)
1436         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1437         and provide better messaging.
1438
1439 2011-04-06  David Engster  <dengste@eml.cc>
1440
1441         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1442         errors.
1443
1444         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1445         dgnushack-compile with error-on-warn enabled, and to signal an error if
1446         clean compilation failed.
1447         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1448         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1449
1450 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1451
1452         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1453         unconditionally anyway, discarding errors.
1454         (gnus-registry-delete-entries): New convenience function.
1455         (gnus-registry-import-eld): Import from old .eld registry.
1456
1457         * registry.el: Don't use ERT if it's not available.  Load it
1458         unconditionally anyway, discarding errors.
1459
1460         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1461         version from the Claudio Bley GnuTLS patch (extra optional parameters
1462         and host name).
1463
1464 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1467         fixup the parameters that can be customized by the user between
1468         save/read cycles.
1469         (gnus-registry-read): Use it.
1470         (gnus-registry-make-db): Use it.
1471         (gnus-registry-spool-action, gnus-registry-handle-action):
1472         Fix messaging.
1473         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1474         Map references to actual group names with sender and subject tracking.
1475         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1476         (gnus-registry-usage-test): Add subject lookup test.
1477
1478         * registry.el (registry-db, initialize-instance): Set up constructor
1479         instead of :initform arguments for the sake of older Emacsen.
1480         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1481         pre-lexbind merge bug.
1482         (registry-usage-test): Use it.
1483         (initialize-instance, registry-db): Move the non-function initforms
1484         back to the class definition.
1485
1486 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1487
1488         * registry.el: New library to manage gnus-registry-style data.
1489
1490         * gnus-registry.el: Use it (major rewrite).
1491
1492         * nnregistry.el: Use it.
1493
1494         * spam.el: Use it.
1495
1496 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1499         marks on non-selected articles.
1500
1501 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1502
1503         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1504         parameter to open-protocol-stream.
1505
1506 2011-04-01  Julien Danjou  <julien@danjou.info>
1507
1508         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1509         fundamental-mode.
1510
1511 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1514         servers.
1515
1516 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1519         made marks not propagate, again.
1520
1521 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1522
1523         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1524         Make this the default type.
1525         (proto-stream-open-plain): Rename from proto-stream-open-default.
1526         (open-protocol-stream, proto-stream-open-starttls)
1527         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1528         with `plain'.
1529
1530         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1531         value.
1532
1533         * nntp.el (nntp-open-connection-function): Document the fact that some
1534         values are not functions but are instead handled specially.
1535         Recognize nntp-open-plain-stream value.
1536         (nntp-open-connection): Recognize that value.
1537
1538 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1541         where it seems to be needed.
1542
1543 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1546         stuff.
1547
1548         * gnus-score.el (gnus-score-string): Fix calling convention of
1549         `gnus-simplify-buffer-fuzzy' after last patches.
1550
1551         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1552         server for articles we didn't get any headers for.  This is a sanity
1553         check.
1554
1555 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1556
1557         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1558         new CAPABILITY, use it.
1559
1560 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1563         downloading anything.
1564
1565         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1566
1567 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1568
1569         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1570         colors.
1571         (gnus-splash-svg-color-symbols): New function.
1572
1573 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1576         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1577         (gnus-simplify-subject-fuzzy): Use the local
1578         gnus-simplify-subject-fuzzy-regex instead of the global one.
1579         This makes using this variable in group parameters work.
1580
1581 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1582
1583         * gnus-registry.el (gnus-registry-unfollowed-groups):
1584         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1585         archive:sent-YYYY-MM-DD groups).
1586         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1587         tracking if there are more than `gnus-registry-max-track-groups'
1588         matches.
1589
1590 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1591
1592         * message.el (message--yank-original-internal): New function to do the
1593         insertion cleanly inside eval in `message-yank-original'.
1594         (message-yank-original): Use it.
1595
1596 2011-03-29  Julien Danjou  <julien@danjou.info>
1597
1598         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1599         local variables disabled rather than `normal-mode'.
1600
1601 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1602
1603         * imap.el (imap-shell-open, imap-process-connection-type):
1604         Use imap-process-connection-type for 'shell' streams as well as
1605         Kerberos, SSL, other subprocesses.
1606
1607 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1608
1609         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1610         with open-network-stream.
1611         (proto-stream-always-use-starttls): Option removed.
1612         (open-protocol-stream): Return a process object by default.  Provide a
1613         new parameter :return-list specifying a list-type return value, which
1614         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1615         :type `network' to `try-starttls', and `network-only' to `default'.
1616         Make `default' the default, for compatibility with open-network-stream.
1617         Handle the no-parameter case exactly as open-network-stream, with no
1618         additional stream processing.  Search plists using plist-get.
1619         Explicitly add :end-of-commend parameter if it is missing.
1620         (proto-stream-open-default): Rename from
1621         proto-stream-open-network-only.  Return 'default as the type.
1622         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1623         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1624         failed.  Always return a list with a (possibly dead) process as the
1625         first element, for compatibility with open-network-stream.
1626         (proto-stream-open-tls): Use plist-get.  Always return a list.
1627         (proto-stream-open-shell): Return `default' as connection type.
1628         (proto-stream-capability-open): Use plist-get.
1629         (proto-stream-eoc): Function deleted.
1630
1631         * nnimap.el (nnimap-stream, nnimap-open-connection)
1632         (nnimap-open-connection-1): Handle renaming of :type parameter for
1633         open-protocol-stream.
1634         (nnimap-open-connection-1): Pass a :return-list parameter
1635         open-protocol-stream to obtain a list return value.  Parse this list
1636         using plist-get.
1637
1638         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1639         for open-protocol-stream.  Accept open-protocol-stream return value
1640         that is a subprocess object instead of a list.  Handle the case of a
1641         dead returned process.
1642
1643 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1646
1647         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1648
1649 2011-03-21  Julien Danjou  <julien@danjou.info>
1650
1651         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1652         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1653         query.
1654         (mm-inline-text): Render normal text with fontification whenever
1655         possible.
1656
1657         * gnus-sum.el (gnus-summary-save-parts-1):
1658         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1659         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1660         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1661         Use `mm-handle-filename'.
1662
1663         * mm-util.el (mm-handle-filename): New function, return the filename of
1664         an handle.
1665
1666 2011-03-18  Julien Danjou  <julien@danjou.info>
1667
1668         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1669         (gnus-buffer-live-p): Check that buffer is not nil.
1670
1671 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1672
1673         * gnus.el: No Gnus v0.15 is released.
1674
1675 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1678         avoid warning on XEmacs.
1679
1680         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1681         on XEmacs.
1682
1683         * gnus-art.el: Require mouse, which the build bot seems to say is
1684         needed.
1685
1686         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1687
1688         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1689         XEmacs, since it doesn't have url-retrieve-synchronously.
1690
1691         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1692         since assoc-string doesn't exist in XEmacs.
1693
1694 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1695
1696         * gnus-group.el (gnus-group-list-ticked): New function.
1697         (gnus-group-make-menu-bar): Provide a menu entry for it.
1698         (gnus-group-list-map): Provide a binding for it.
1699
1700 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * shr.el (shr-visit-file): New command.
1703
1704         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1705
1706 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1707
1708         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1709         servers.
1710
1711 2011-03-16  Julien Danjou  <julien@danjou.info>
1712
1713         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1714         inline.
1715
1716         * gnus-art.el (article-hide-list-identifiers):
1717         Use gnus-group-get-list-identifiers.
1718
1719         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1720         (gnus-summary-remove-list-identifiers):
1721         Use gnus-group-get-list-identifiers to get regexp.
1722         (gnus-select-newsgroup, gnus-summary-insert-subject)
1723         (gnus-summary-insert-articles):
1724         Call gnus-summary-remove-list-identifiers unconditionally.
1725
1726 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1729         we're selecting a group with unread articles.
1730
1731         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1732
1733         * gssapi.el: New file separated out from imap.el to provide a general
1734         Kerberos 5 connection facility for Emacs.
1735
1736         * message.el (message-elide-ellipsis): Document the format spec
1737         ellipsis.
1738
1739 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1740
1741         * message.el (message-elide-region): Allow the ellipsis to say how many
1742         lines were removed.
1743
1744 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1747         window configurations containing buffers that are now dead.
1748
1749         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1750         parsing to avoid integer overflows.
1751         (nnimap-parse-flags): Simplify the last change.
1752         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1753         too large for 32-bit Emacsen.
1754
1755 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1756
1757         * auth-source.el (auth-source-netrc-create):
1758         * message.el (message-yank-original): Fix use of `case'.
1759
1760 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1761
1762         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1763         XEmacs, which was one character too wide.
1764
1765 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1766
1767         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1768         default number of articles to display.
1769         (gnus-articles-to-read): Use pretty names for prompt.
1770
1771 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-int.el (gnus-open-server): Ditto.
1774
1775         * gnus-start.el (gnus-activate-group): Give a backtrace if
1776         debug-on-quit is set and the user hits `C-g'.
1777         (gnus-read-active-file): Ditto.
1778
1779         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1780
1781 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1782
1783         * message.el (message-yank-original): Use cond instead of CL case.
1784
1785 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1786
1787         * auth-source.el (auth-source-netrc-create): Use usual format for the
1788         default in prompts.
1789
1790 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * lpath.el: Fbind read-char-choice for XEmacs.
1793
1794 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1795
1796         * auth-source.el (auth-source-netrc-create): Show the default in the
1797         prompt when prompting for token creation.
1798
1799 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1800
1801         * auth-source.el (auth-source-format-prompt): Always convert the value
1802         to a string to avoid evaluating non-string arguments.
1803         (auth-source-netrc-create): Offer default properly, not as initial
1804         content in `read-string'.
1805         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1806         of line to determine if we've been run before.  If so, don't run again,
1807         but print a trivial message to indicate the cache was hit instead.
1808
1809 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1810
1811         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1812         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1813         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1814         Gnus.
1815
1816 2011-03-11  Julien Danjou  <julien@danjou.info>
1817
1818         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1819         modified file".
1820
1821 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1822
1823         * auth-source.el (auth-source-read-char-choice): New function to read a
1824         character choice using `dropdown-list', `read-char-choice', or
1825         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1826         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1827         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1828         (auth-source-netrc-saver): Use it.
1829         (auth-source-pick-first-password): New convenience function.
1830
1831 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1832
1833         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1834         parameter in the credentials.
1835         (nnimap-open-connection-1): Use it after a successful login.
1836         (nnimap-credentials): Add IMAP-specific user and password prompt.
1837
1838         * auth-source.el (auth-source-search): Add :require parameter, taking a
1839         list.  Document it and the :save-function return token.  Pass :require
1840         down.  Change the CREATED message from a warning to a debug statement.
1841         (auth-source-search-backends): Pass :require down.
1842         (auth-source-netrc-search): Pass :require down.
1843         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1844         Change save prompt to indicate all modifications saved here are
1845         deletions.
1846         (auth-source-netrc-create): Take user login name as default in user
1847         prompt.  Move all the save functionality to a lexically bound function
1848         under the :save-function token in the returned list.  Set up clearer
1849         default prompts for user, host, port, and secret.
1850         (auth-source-netrc-saver): New function, intended to be wrapped for
1851         :save-function.
1852
1853 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1856         lines to be spaces instead.
1857
1858 2011-03-07  Julien Danjou  <julien@danjou.info>
1859
1860         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1861         (sieve-sasl-auth): Check that auth-source-search did return something,
1862         or just return an empty string.
1863
1864 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1865
1866         * gnus.el (gnus-interactive): Use read-directory-name.
1867
1868         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1869         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1870         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1871         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1872         Likewise.
1873
1874         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1875
1876 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1879         onto the list of killed groups, too.  This makes killed nnimap groups,
1880         for instance, more reliably not reappear.
1881
1882         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1883         the parent.
1884
1885         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1886
1887         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1888         really have server-side marks.
1889
1890         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1891         since most backends do not usefully have server-side marks.
1892         (gnus-update-read-articles): Propagate marks to all backends that
1893         really have server-side marks.
1894
1895 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1896
1897         * message.el (message-cite-reply-position, message-cite-style):
1898         New variables.
1899         (message-yank-original): Use the new citation styles.
1900
1901 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1902
1903         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1904         buffer-local issue); don't mark it buffer-local when running under
1905         XEmacs.
1906
1907 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1908
1909         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1910         numbers too big to be `read'.
1911
1912 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1913
1914         * password-cache.el (password-in-cache-p): Add autoload.
1915
1916         * message.el (message-options): Make buffer-local two ways to attempt
1917         to fix a XEmacs bug.
1918
1919 2011-03-02  Julien Danjou  <julien@danjou.info>
1920
1921         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1922
1923 2011-03-01  Julien Danjou  <julien@danjou.info>
1924
1925         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1926         group.
1927         (article-hide-list-identifiers): Use list-identifier group parameter.
1928
1929 2011-02-28  Julien Danjou  <julien@danjou.info>
1930
1931         * sieve.el (sieve-buffer-script-name): New local variable to store
1932         sieve script name.
1933         (sieve-edit-script): Store sieve script name.
1934         (sieve-upload): Use sieve script name when uploading.
1935         (sieve-upload): Use substitute-command-keys.
1936         (sieve-edit-script): Use substitute-command-keys.
1937         (sieve-refresh-scriptlist): Use substitute-command-keys.
1938         (sieve-manage-mode-map): Define keymap properly.
1939         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1940         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1941         Remove commented code about cvs.
1942         (sieve-manage-quit): New function.
1943         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1944
1945 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1948
1949 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1950
1951         * auth-source.el (auth-source-search): Cache empty result sets.
1952
1953         * password-cache.el (password-in-cache-p): Convenience function to
1954         check if a key is in the cache, even if the value is nil.
1955
1956         * auth-source.el (auth-source-save-behavior): New variable to replace
1957         `auth-source-never-create'.
1958         (auth-source-netrc-create): Use it.
1959         (auth-source-never-save): Remove.
1960
1961 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1962
1963         * nnimap.el (nnimap-stream): Doc fix.
1964         (nnimap-open-connection-1): Reverse the order of the ports to that the
1965         prompted-for port is first.
1966
1967         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1968         retrieval by the no-group selection.
1969
1970         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1971         numerical parameters.
1972
1973 2011-02-25  Julien Danjou  <julien@danjou.info>
1974
1975         * gnus-gravatar.el: Use gnus-with-article-buffer.
1976
1977         * gnus-art.el (gnus-with-article-buffer): Check that the
1978         gnus-article-buffer is alive.
1979
1980 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * auth-source.el (auth-source-creation-prompts): New variable to manage
1983         creation-time prompts.
1984         (auth-source-search): Document it.
1985         (auth-source-format-prompt): Add utility function.
1986         (auth-source-netrc-create): Don't default the user name to
1987         user-login-name.  Use `auth-source-creation-prompts' and some default
1988         prompts for user, host, port, and password (the default generic prompt
1989         remains ugly).
1990         (auth-source-never-save): Add customizable option to never save info.
1991         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1992         mode excursion.
1993
1994 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1997         argument that XEmacs doesn't support.
1998
1999         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2000         compiled for Emacsen having no `libxml-parse-html-region' support.
2001
2002         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2003
2004         * lpath.el: Bind buffer-save-without-query for XEmacs.
2005
2006 2011-02-23  Julien Danjou  <julien@danjou.info>
2007
2008         * gnus-art.el (article-make-date-line): Ignore errors if time is
2009         invalid and not convertible.
2010         (article-make-date-line): Only add lapsed time if time is not nil.
2011
2012 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2013
2014         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2015         `read-char-choice' for backwards compatibility.
2016         (auth-source-netrc-element-or-first): New function to DTRT for
2017         parameter extraction.
2018         (auth-source-netrc-create): Use it and fix multiple parameter print
2019         bug.  Use the default passed from above (given-default) or the
2020         built-in (user-login-name for :user).
2021
2022 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-start.el (gnus-dribble-read-file):
2025         Set buffer-save-without-query, since we always want to save the dribble
2026         file, probably.
2027
2028         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2029         nnimap.
2030
2031         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2032         -summary- since it's a user-visible variable.
2033
2034         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2035         first time you use the new Gnus.
2036
2037 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * auth-source.el: Don't load netrc.el.
2040         (auth-sources): Search ~/.netrc as well by default.
2041         (auth-source-debug): Add 'trivia option for extra output.
2042         (auth-source-do-trivia): Use it.
2043         (auth-source-search): Simplify logic to use
2044         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2045         appropriate.  Don't keep a running count at this level.  Layer :create
2046         and :delete options appropriately on the first and second passes.
2047         Don't track the backend with the search results.
2048         (auth-source-search-backends): New function to search a list of
2049         backends for a processed spec.
2050         (auth-source-netrc-parse): Cache all netrc files, making
2051         auth-source-netrc-cache an alist keyed by the file name and using the
2052         file mtime as the caching criterion.  Keep the obfuscated data secret
2053         with a lexical bind.
2054         (auth-source-netrc-search): Don't calculate the length of the results
2055         unnecessarily.
2056         (auth-source-search-backends): Fix bug.
2057         (auth-source-netrc-create): Rework prompts.
2058
2059 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2060
2061         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2062         Lower case names of search constraints.
2063         (nnir-run-query): Cache and reuse search constraints for all imap
2064         servers.
2065
2066 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2069         after exit.
2070         (gnus-setup-message): Define missing variable from last checkin.
2071
2072         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2073         value, show the raw article.
2074
2075 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2076
2077         * gnus.el: No Gnus v0.13 is released.
2078
2079 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2080
2081         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2082         auth-source now accepts numbers.
2083
2084         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2085         spec, too.
2086         (auth-source-ensure-strings): New function.
2087
2088         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2089         (gnus-article-setup-buffer): Always restart the date timer so that user
2090         changes to the frequency is respected.
2091
2092         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2093         port numbers, so make sure it gets that if nnimap-server-port is
2094         explicit.
2095
2096 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2097
2098         * nnimap.el (nnimap-inbox): Doc fix.
2099
2100 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2101
2102         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2103         Autoload.  Add optional arg FRAME, and pass it to color-values.
2104         (color-complement): Caller changed.  Doc fix.
2105         (color-gradient): Rewrite for better clarity and efficiency.
2106
2107 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2108
2109         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2110         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2111         color-lab-to-srgb.
2112
2113 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2114
2115         * color.el: First part of merge from hexrgb.el.
2116         (color-rgb-to-hex): Rename from color-rgb->hex.
2117         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2118         saturation to zero if the value is too small.
2119         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2120         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2121         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2122         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2123         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2124         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2125         (color-cie-de2000): Doc fix.
2126
2127 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2128
2129         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2130         given method as in the group name if we're using an extended method.
2131         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2132         command, if we're using that, instead of waiting for the beginning.
2133
2134         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2135         we're sure to get unique server names, and we don't output two async
2136         commands in the same buffer.  This fixes an NNTP hang for some users.
2137
2138 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2139
2140         * gnus.el: No Gnus v0.11 is released.
2141
2142 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2145         summary buffer before reading going to the next buffer.  This avoids
2146         putting the point in the group buffer if you `C-g' the command.
2147
2148         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2149         cache (for now) to make ~/.authinfo.gpg files usable.
2150
2151         * nnfolder.el (copyright-update): Define for the compiler.
2152
2153         * auth-source.el (auth-source-search): Fix unbound variable.
2154
2155 2011-02-19  Glenn Morris  <rgm@gnu.org>
2156
2157         * gnus.el (gnus-meta): Doc fix.
2158
2159 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2160
2161         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2162         in case it's not yet loaded.
2163
2164 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2165
2166         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2167         line we're waiting for.
2168
2169 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2170
2171         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2172         face with line-width greater than zero will cause RET in gnus summary
2173         buffer to scroll down article page-wise because auto vscroll happens,
2174         it should be temporalily disabled when doing a scroll-up.
2175
2176 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2177
2178         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2179         outputs from the server.
2180
2181 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2182
2183         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2184         later so that bbdb can hook in easier.
2185
2186 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2187
2188         * auth-source.el (auth-source-search): Don't try to create credentials
2189         if the caller doesn't want that.
2190         (auth-source-search): If we don't find a match, don't bug out on
2191         non-bound variables.
2192         (auth-source-search): Only ask a single backend to create the
2193         credentials.
2194
2195         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2196         logging.
2197         (nnimap-credentials): Protect against auth-source-search returning nil.
2198         (nnimap-request-list): Protect against not being able to open the
2199         server.
2200
2201 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2202
2203         * auth-source.el (auth-source-search): Do a two-phase search, one with
2204         no :create to get the responses from all backends.
2205
2206         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2207         when getting credentials.
2208
2209         * gnus-util.el (gnus-delete-duplicates): New function.
2210
2211 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2214         a creation default, pass the whole port list down.  It will be
2215         completed.
2216
2217         * auth-source.el (auth-source-search): Updated docs to talk about
2218         multiple creation choices.
2219         (auth-source-netrc-create): Accept a list as a value (from the search
2220         parameters) and do completion on that list.  Keep a separate netrc line
2221         with the password obscured for showing the user.
2222
2223         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2224         first choice to `auth-source-search' so it will be used for entry
2225         creation instead of the server's Gnus-specific name.
2226         (nnimap-credentials): Rely on the auth-source library to select which
2227         port is actually wanted in the new netrc entry, so don't override
2228         `auth-source-creation-defaults'.
2229
2230         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2231         :protocol and accept a missing user, host, or port as a wildcard match.
2232         (auth-source-debug): Default to off.
2233
2234         (auth-source-netrc-search, auth-source-netrc-create)
2235         (auth-source-secrets-search, auth-source-secrets-create)
2236         (auth-source-user-or-password, auth-source-backend, auth-sources)
2237         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2238         instead of :protocol.
2239
2240         * nnimap.el (nnimap-credentials): Pass a port default to
2241         `auth-source-search' in case an entry needs to be created.
2242         (nnimap-open-connection-1): Use :port instead of :protocol.
2243
2244 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * auth-source.el: Bind load-path when loading EIEIO from
2247         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2248         21.4 doesn't support, to `require'.
2249         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2250         delete-dups that is not available in XEmacs 21.4.
2251
2252 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2253
2254         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2255         as EIEIO must also be loaded when auth-source.el is being
2256         byte-compiled.
2257
2258 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2259
2260         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2261
2262         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2263
2264         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2265
2266         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2267
2268         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2269
2270         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2271
2272         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2273
2274         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2275         necessary.
2276
2277 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2278
2279         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2280         nil means that nnimap doesn't get updated.
2281
2282 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2283
2284         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2285         result when the user doesn't want to write to the file.
2286         (auth-source-netrc-search): Expect a synthetic result and proceed
2287         accordingly.
2288         (auth-source-cache-expiry): New variable to override
2289         `password-cache-expiry'.
2290         (auth-source-remember): Use it.
2291
2292         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2293         parameter.  Create entry if necessary by using :create t.
2294         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2295
2296 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2297
2298         * auth-source.el (auth-source-debug): Enable by default and don't
2299         mention the obsolete `auth-source-hide-passwords'.
2300         (auth-source-do-warn): New function to debug unconditionally.
2301         (auth-source-do-debug): Use it.
2302         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2303         and for Secrets API entries when the secrets.el library is not
2304         available.
2305
2306 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2307
2308         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2309         (gnus-summary-exit): Kill the correct article buffer on exit from a
2310         `C-d' group.
2311
2312         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2313         gnus-propagate-marks.
2314
2315         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2316         before killing the buffers so that a non-full window conf gets handled
2317         correctly.
2318         (gnus-summary-exit): Ditto.
2319         (gnus-summary-read-group-1): Ditto.
2320
2321         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2322         async code again so that we can debug it properly.
2323
2324         * message.el (message-reply): Take an optional switch-buffer parameter
2325         so that Gnus window confs are respected better.
2326
2327 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2328
2329         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2330         `plist-get' to accept non-list parameters (XEmacs issue).
2331         Fix docstring.
2332         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2333         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2334         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2335         Login collection is "Login" and not "login".
2336
2337 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2338
2339         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2340         multiple headers.
2341
2342         * nnimap.el (nnimap-inhibit-logging): New variable.
2343         (nnimap-log-command): Don't log login commands.
2344
2345         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2346         to have more parameters.
2347
2348         * nnimap.el (nnimap-send-command): Mark the command time for each
2349         command, so that we don't get NOOPs stepping on our toes.
2350
2351         * gnus-art.el (article-date-ut): Get the date from the Date header on
2352         `t'.
2353
2354 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * auth-source.el (auth-source-search): Use copy-sequence instead of
2357         the cl.el copy-list.
2358
2359 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2360
2361         * imap.el: Bring it back (revert
2362         84d800cd31de3064f0ed39617d725709a2f8f42f).
2363
2364 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2365
2366         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2367         Improve prompt.
2368
2369 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2372         washing status from the default format.  It isn't very informative.
2373
2374 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2375
2376         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2377         Fix Gcc processing on imap.
2378
2379 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         * imap.el: Remove file.  All the functionality is in nnimap.el.
2382
2383 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2384
2385         * message.el (message-bury): Don't pop up a new window when selected
2386         window is dedicated.
2387
2388 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2389
2390         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2391
2392 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * sieve-manage.el: Autoload `auth-source-search'.
2395         (sieve-sasl-auth): Use it.
2396
2397 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2398
2399         * nnimap.el: Autoload `auth-source-forget+'.
2400         (nnimap-open-connection-1): Use it if the connection fails.
2401
2402         * auth-source.el: Require `password-cache'.
2403         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2404         obsolete.
2405         (auth-source-magic): Marker for `password-cache' keys.
2406         (auth-source-do-cache): Update docstring.
2407         (auth-source-search): Use and check cache.
2408         (auth-source-forget-all-cached, auth-source-remember)
2409         (auth-source-recall, auth-source-forget, auth-source-forget+)
2410         (auth-source-specmatchp): Caching support functions.
2411         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2412         Remove and obsolete.
2413         (auth-source-user-or-password): Remove caching to further discourage
2414         using it.  Always hide passwords.
2415
2416         * password-cache.el (password-cache-remove): Accept secrets that are
2417         not strings.
2418
2419 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2420
2421         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2422         code for now, since it doesn't work for all users.
2423
2424 2011-02-09  Julien Danjou  <julien@danjou.info>
2425
2426         * message.el (message-options): Make message-options really buffer
2427         local.
2428
2429 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2430
2431         * mail-source.el: Autoload `auth-source-search'.
2432         (mail-source-keyword-map): Note order matters.
2433         (mail-source-set-1): Get all the mail-source source values and
2434         defaults and search auth-source on those if needed.  This can all
2435         probably be simplified.
2436
2437         * nnimap.el: Autoload `auth-source-search'.
2438         (nnimap-credentials): Use it.
2439         (nnimap-open-connection-1): Ask for the virtual server and physical
2440         address in one shot.
2441
2442         * nntp.el: Autoload `auth-source-search'.
2443         (nntp-send-authinfo): Use it.  Note TODO.
2444
2445 2011-02-08  Julien Danjou  <julien@danjou.info>
2446
2447         * shr.el (shr-tag-body): Add support for text attribute in body
2448         markups.
2449
2450         * message.el (message-options): Make message-options a local variable.
2451
2452 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2453
2454         * auth-source.el (auth-source-secrets-search)
2455         (auth-source-user-or-password): Use `append' instead of `nconc'.
2456         (auth-source-user-or-password): Build return list better and protect
2457         against nil :secret.
2458
2459 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2460
2461         * nnimap.el (nnimap-update-info): Refactor slightly.
2462         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2463         (nnimap-update-info): Clean up slightly.
2464         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2465         characters.
2466         (nnimap-process-quirk): Rename function to avoid collision.
2467         (nnimap-update-info): Fix macrology bug-out.
2468         (nnimap-update-info): Simplify split history test.
2469
2470 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2471
2472         * auth-source.el (top): Require 'eieio unconditionally.
2473         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2474         (auth-source-secrets-search): Limit search when `max' is greater than
2475         number of results.
2476
2477 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2478
2479         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2480         part not returning any data.
2481
2482         * proto-stream.el (open-protocol-stream): Document the return value.
2483
2484 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2485
2486         * auth-source.el (auth-source-secrets-search): Add examples.
2487
2488 2011-02-06  Julien Danjou  <julien@danjou.info>
2489
2490         * message.el (message-setup-1): Handle message-generate-headers-first
2491         set to t.
2492
2493 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2496         API with a string "secrets:collection-name" and with 'default.
2497         (auth-source-backend-parse): Parse "secrets:collection-name" and
2498         'default.  Recurse on parses instead of repeating code.  Use the
2499         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2500         message when ignoring a source.
2501         (auth-source-search): List ignored search keys at the top level.
2502         (auth-source-netrc-create): Use `case' instead of `cond'.
2503         (auth-source-secrets-search): Created with TODOs.
2504         (auth-source-secrets-create): Created with TODOs.
2505         (auth-source-retrieve, auth-source-create, auth-source-delete)
2506         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2507         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2508         (auth-source-user-or-password-sftp)
2509         (auth-source-user-or-password-smtp): Remove.
2510         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2511         around `auth-source-search'.  Not tested thoroughly.
2512
2513 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2514
2515         * auth-source.el: Bring in assoc and eioeio libraries.
2516         (secrets-enabled): New variable to track the status of the Secrets API.
2517         (auth-source-backend): New EIOEIO class to represent a backend.
2518         (auth-source-creation-defaults): New variable to set prompt defaults
2519         during token creation (see the `auth-source-search' docstring for
2520         details).
2521         (auth-sources): Simplify to allow a simple string as a netrc backend
2522         spec.
2523         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2524         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2525         (auth-source-search): Main auth-source API entry point.
2526         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2527         (auth-source-search-collection): Helper function for searching.
2528         (auth-source-netrc-parse, auth-source-netrc-normalize)
2529         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2530         Supports search, create, and delete.
2531         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2532         backend stubs.
2533         (auth-source-user-or-password): Call `auth-source-search' but it's not
2534         ready yet.
2535
2536 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2537
2538         * message.el (message-setup-1): Remove the read-only stuff, since it
2539         doesn't work under XEmacs, for some reason.
2540
2541         * gnus-sum.el (gnus-user-date): Rename back from
2542         gnus-summary-user-date since user code refers to it.
2543
2544         * shr.el (shr-render-td): Store the actual background colour used.
2545
2546         * message.el (message-setup-1): Don't bind the constant
2547         -forbidden-properties.
2548         (message-setup-1): Revert previous change, since it needs to bind the
2549         props to insert them.
2550         (message-resend): Allow removing the read-only separator line.
2551
2552 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2553
2554         * nnimap.el (nnimap-request-accept-article): Give an error message if
2555         the APPEND wasn't successful.
2556
2557 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2558
2559         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2560         that have no groups.
2561
2562 2011-02-03  Julien Danjou  <julien@danjou.info>
2563
2564         * gnus-draft.el: Remove progn around gnus-draft-setup.
2565
2566 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2567
2568         * gnus-start.el (gnus-read-active-for-groups): This function is never
2569         called with a nil `infos', so clean that up.
2570         (gnus-get-unread-articles): Request active files from primary/secondary
2571         methods that have no groups (yet).
2572
2573 2011-02-03  Julien Danjou  <julien@danjou.info>
2574
2575         * message.el (message-setup-1): Always generate References first.
2576         (message-mail): Return the return value of message-setup, not always t.
2577         (message-setup-1): Insert mail-header-separator with read-only and
2578         intangible properties set.
2579
2580         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2581         user-date in docstring.
2582
2583         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2584
2585         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2586         docstring.
2587
2588         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2589         defcustom, with type and group. Move from gnus-util.el. Rename to
2590         gnus-summary-user-date-format-alist.
2591
2592 2011-02-03  Glenn Morris  <rgm@gnu.org>
2593
2594         * nnimap.el (gnus-fetch-headers): Declare.
2595
2596         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2597
2598 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2599
2600         * message.el (message-forward-make-body-digest-plain)
2601         (message-followup, message-reply): Clean up things noted by Stefan.
2602
2603         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2604         gnus-article-update-date-headers is nil.
2605         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2606         it didn't really work with defcustom.
2607         (article-update-date-lapsed): Make sure the window start doesn't move,
2608         either.
2609
2610 2011-02-01  Julien Danjou  <julien@danjou.info>
2611
2612         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2613         format.
2614
2615         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2616         standard in Emacs nowadays.
2617
2618         * color.el (color-gradient): Add a color-gradient function.
2619
2620 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2621
2622         * message.el (message-expand-name): Don't trust the return value of
2623         bbdb-complete-name.
2624         (message-check-news-header-syntax): Remove unused var `start'.
2625         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2626         (message-inhibit-body-encoding): Move to before first use.
2627         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2628         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2629         (Organization, Message-ID, Date, mh-previous-window-config):
2630         Defvar the vars using dynamic scoping.
2631
2632 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2633
2634         * shr.el (shr-render-td): Only do colours at the final rendering.
2635         Should be slightly faster.
2636         (shr-insert-table): Fix up TD background colours when doing the
2637         vertical padding.
2638
2639         * gnus-art.el (article-date-ut): Protect against articles with no Date
2640         header.
2641         (article-update-date-lapsed): Don't use current-column to find the
2642         horizontal position.  It's fragile in the presence of \003 characters.
2643
2644         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2645
2646 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-art.el (article-transform-date): Rewrite to still work when
2649         there are several rfc2822 parts.
2650         (article-transform-date): Fix infinite recursion.
2651         (article-date-ut): Replace infinitely many Date headers with a single
2652         one when called interactively.
2653
2654         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2655         secure manner.
2656
2657         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2658         move around by not using save-window-excursion.  It seems to work...
2659
2660 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-art.el (article-make-date-line): Work for user-defined format.
2663
2664 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nntp.el (nntp-retrieve-group-data-early)
2667         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2668         fetching functions.
2669
2670         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2671         thoroughly for all backends that have no known groups.  This should
2672         allow new nnml methods to retrieve mail.
2673
2674         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2675         that Gnus doesn't know exists again.
2676
2677         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2678         (gnus-treat-date-ut): Ditto.
2679         (gnus-article-update-date-header): Rename.
2680         (gnus-treat-date-local): Remove.
2681         (gnus-treat-date-english): Remove.
2682         (gnus-treat-date-lapsed): Remove.
2683         (gnus-treat-date-combined-lapsed): Remove.
2684         (gnus-treat-date-original): Remove.
2685         (gnus-treat-date-iso8601): Remove.
2686         (gnus-treat-date-user-defined): Remove.
2687         (gnus-article-date-headers): New variable to control all the date
2688         header options.
2689         (article-date-ut): Rewrite to allow using the new way to format date
2690         headers(s).
2691
2692 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2693
2694         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2695         method.
2696         (nnmail-article-group): A better test for fanciness.
2697
2698         * nnimap.el (nnimap-request-head): Protect against not finding the
2699         article by Message-ID.
2700
2701 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2702
2703         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2704         keep point at the "same place".
2705
2706 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2709         data if the group is unactivated.
2710
2711 2011-01-28  Julien Danjou  <julien@danjou.info>
2712
2713         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2714         (gnus-all-windows-visible-p): Remove old compatibility code.
2715         (gnus-window-top-edge): Add docstring.
2716
2717         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2718
2719 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2722         older request-update-info.
2723
2724         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2725
2726 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2727
2728         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2729         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2730
2731 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2732
2733         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2734         groups.  This makes the nndraft:queue group pop up if it's not already
2735         there.
2736
2737         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2738         messages" logic, which was reversed.
2739
2740         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2741         the "same place" even if point is on the line being replaced.
2742         (article-update-date-lapsed): Allow updating both the combined lapsed
2743         and the lapsed headers.
2744         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2745         (article-make-date-line): Limit the number of segments dynamically to
2746         avoid too-long lines.
2747
2748 2011-01-27  Julien Danjou  <julien@danjou.info>
2749
2750         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2751         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2752
2753 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2756         Use plist-get instead of the cl function getf.
2757
2758 2011-01-27  Glenn Morris  <rgm@gnu.org>
2759
2760         * gnus-util.el (float-time): Get rid of compiler warning, again.
2761
2762 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2763
2764         * shr.el (shr-put-color): Special-case background colours: Do put them
2765         at the blank parts at the front of the lines.
2766
2767         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2768         exit hook to nix out all data on readedness on group exit.
2769
2770         * gnus-util.el (float-time): If float-time is bound, always use it on
2771         all Emacsen.  It's unclear why the subrp check was there.
2772         (time-date): Require to make some autoload issues on XEmacs go away.
2773
2774         * shr.el (shr-put-color): Don't do the box padding in tables, since
2775         they're already padded.
2776
2777 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2778
2779         * gnus-art.el (gnus-article-next-page): When the last line of the
2780         article is displayed, scroll down once more instead of going to the
2781         next article at once.
2782         (article-lapsed-string): Refactor out and allow specifying how many
2783         segments you want.
2784         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2785         (gnus-article-update-lapsed-header): New variable.
2786
2787         * shr.el: Revert change that made headings use different-sized faces.
2788         The Emacs display engine isn't advanced enough that, for instance,
2789         tables can comfortably use differently-sized faces.
2790
2791 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2792
2793         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2794         used.
2795         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2796         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2797         we're using an encrypted connection.
2798
2799         * proto-stream.el: Alter the interface functions to also return the
2800         actual stream type used: network or tls.
2801
2802 2011-01-25  Julien Danjou  <julien@danjou.info>
2803
2804         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2805         (mm-display-javascript-inline): New function.
2806
2807         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2808         viewing function.
2809
2810 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * shr.el (shr-expand-newlines): Fix variable name.
2813
2814 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2815
2816         * shr.el (shr-expand-newlines): Make nested boxes work.
2817
2818 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2819
2820         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2821         backgrounds.
2822         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2823         in a more sensible manner.
2824
2825 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2826
2827         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2828         if EPG is loaded.
2829
2830 2011-01-24  Julien Danjou  <julien@danjou.info>
2831
2832         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2833         tags.
2834
2835 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2836
2837         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2838         commands.
2839
2840         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2841         in the article buffer.
2842         (gnus-gravatar-insert): Use blank space from the current buffer to
2843         avoid breaking text properties.  This makes X-Sent updating work again.
2844
2845         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2846
2847 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2848
2849         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2850         fix the bug in url-http.el instead.
2851
2852         * shr.el (shr-image-fetched): Ditto.
2853
2854         * shr.el (shr-image-fetched): Avoid having point move in the article
2855         buffer.
2856
2857         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2858         buffer after being called.  It's apparently being killed by url.el, and
2859         killing it made point move to end-of-buffer in a random buffer.
2860
2861         * shr.el (shr-image-fetched): Ditto.
2862
2863 2011-01-23  Julien Danjou  <julien@danjou.info>
2864
2865         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2866
2867         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2868         text/x-org.
2869
2870 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2873         (i.e., nnimap) returning nil as the article number.
2874
2875 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2876
2877         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2878         "DelSp" parameter in RFC3676.
2879
2880 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2881
2882         * message.el (message-check-recipients): Display the encoded version of
2883         the bogus address if they differ.
2884
2885         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2886         after sending.
2887
2888         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2889
2890         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2891
2892         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2893         group buffer after sending the queue.
2894
2895         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2896
2897 2011-01-22  Julien Danjou  <julien@danjou.info>
2898
2899         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2900
2901 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2902
2903         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2904         nested related parts.
2905
2906         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2907         unexpired articles.  This fixes the regression that led expiry marks to
2908         disappear from nnfolder groups.
2909
2910 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2911
2912         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2913         Don't confuse the "ret" of "retrograde" with RET.
2914
2915 2011-01-21  Julien Danjou  <julien@danjou.info>
2916
2917         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2918         than mm-insert-inline.
2919
2920 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2923         Widen article buffer.
2924
2925 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2926
2927         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2928         the temp buffer.
2929         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2930
2931 2011-01-20  Julien Danjou  <julien@danjou.info>
2932
2933         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2934
2935         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2936         than mm-insert-inline to insert inline part: this respect
2937         mm-inline-media-tests displayers.
2938
2939         * mm-view.el (mm-display-shell-script-inline): New function.
2940
2941         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2942
2943         * mm-uu.el (mm-uu-type-alist): Add org block.
2944         (mm-uu-org-src-code-block-extract): New function.
2945
2946         * mm-view.el (mm-display-org-inline): New function.
2947
2948         * mm-decode.el (mm-automatic-display): Add text/org.
2949
2950         * mailcap.el (mailcap-mime-extensions): Add .org.
2951
2952 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2955         gnus-article-add-buttons.
2956
2957 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2958
2959         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2960         From header with a date and "nobody" as the sender.
2961
2962 2011-01-19  Julien Danjou  <julien@danjou.info>
2963
2964         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2965         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2966         if you have the same regexp several times.
2967         (gnus-button-push): Fix matching when regexp is symbol.
2968
2969 2011-01-15  Glenn Morris  <rgm@gnu.org>
2970
2971         * message.el (message-mail): A compose-mail function should
2972         accept headers as strings.
2973
2974 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2975
2976         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2977         Add :vert-only tags.
2978         (message-mail): New arg RETURN-ACTION.
2979         (message-return-action): New var.
2980         (message-bury): Use it.
2981         (message-mode): Make it buffer-local.
2982         (message-send-and-exit): Always call message-bury.
2983
2984         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2985         message-mail.
2986
2987 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * nnimap.el (nnimap-convert-partial-article): Protect against
2990         zero-length body parts.
2991
2992         * mm-decode.el (mm-preferred-alternative-precedence):
2993         Discourage showing empty parts.
2994
2995         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2996         and stuff if the backend didn't return the article number.  This fixes
2997         an Exchange-related nnimap bug.
2998
2999         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3000         group window, because it does the wrong thing when a separate frame
3001         displays the group buffer.
3002
3003         * proto-stream.el (open-protocol-stream): Protect against the low-level
3004         transport functions returning nil.
3005
3006 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3007
3008         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3009         (mml2015-epg-find-usable-secret-key): New function.
3010         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3011         mml2015-epg-find-usable-key (Bug#7797).
3012         (mml2015-epg-encrypt): Ditto.
3013
3014 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * dgnushack.el (rot13-string): Fix the way to get the argument.
3017
3018 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3021
3022 2011-01-03  Glenn Morris  <rgm@gnu.org>
3023
3024         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3025
3026         * sieve.el (sieve-open-server): Give a more explicit error if
3027         sieve-manage-open returns nil.  (Bug#7720)
3028
3029 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3030
3031         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3032
3033 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3036         This avoids sending passwords in plain text over non-encrypted
3037         channels.
3038
3039         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3040
3041         * nnimap.el (nnimap-login): Refactored out into own function, and
3042         implement CRAM-MD5.
3043         (nnimap-wait-for-line): Refactored out.
3044
3045         * mm-view.el (mml-smime): Require.
3046
3047 2010-12-20  David Engster  <deng@eml.cc>
3048
3049         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3050         use EPG to decrypt S/MIME messages instead of openssl.
3051
3052 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3055
3056         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3057         status is the group clearly is unreachable.
3058
3059         * auth-source.el (auth-source-create): Add the optional second
3060         parameter to `local-variable-p' to be compatible with XEmacs.
3061
3062 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3063
3064         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3065         work when using a compressed nnml folder.
3066
3067 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3070         backends after sanitising on entry, because this never makes sense:
3071         If the articles have gone missing, then the data no longer exists on
3072         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3073         overwrite anything anyway.
3074
3075         * shr.el (shr-insert-document): Bind shr-width dynamically to
3076         window-width if it's nil.
3077
3078 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3079
3080         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3081         with the meaning of using the full emacs window width for rendering.
3082
3083 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3084
3085         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3086         case when sender is not given.
3087
3088 2010-12-23  Julien Danjou  <julien@danjou.info>
3089
3090         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3091         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3092         the addresses, otherwise we might misplaced the gravatar.
3093
3094 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3095
3096         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3097         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3098         obsolete in Emacs.
3099
3100 2010-12-20  Julien Danjou  <julien@danjou.info>
3101
3102         * gnus-util.el (gnus-rescale-image): Revert last change.
3103
3104 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3105
3106         * binhex.el: Improve commentary (Bug#7482).
3107
3108 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * gnus-group.el (gnus-group-delete-articles): New command.
3111
3112 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3113
3114         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3115
3116 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3119         here, since it's up to the backends to do CRLF removal if their
3120         protocol has it.
3121
3122         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3123
3124 2010-12-17  Julien Danjou  <julien@danjou.info>
3125
3126         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3127         they are from file. Can also scale up.
3128
3129 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3130
3131         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3132         gnus-use-agent.
3133         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3134
3135         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3136
3137 2010-12-17  Julien Danjou  <julien@danjou.info>
3138
3139         * gravatar.el (gravatar-retrieve-synchronously): New function.
3140         (gravatar-get-data): Make more robust.
3141
3142 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3145
3146 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3149         to really consider the last line.
3150
3151 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3152
3153         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3154         list of recipient keys, or use symmetric encryption if not a list.
3155         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3156         EPA override, replacing the call to `netrc-store-data'.
3157
3158 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3159
3160         * gnus-srvr.el: Avoid passing nil regexp argument to
3161         delete-matching-lines.
3162
3163 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3166         fetching stops when Gnus exits.
3167
3168         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3169         function.
3170         (nnfolder-request-expire-articles): Save all the buffers after doing
3171         expiry.
3172
3173         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3174         the last article", since that led to serious performance regressions
3175         when expiring nnml groups.
3176
3177 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3178
3179         * nnir.el: Improve customizations.
3180
3181 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3184
3185         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3186         group has been killed.
3187         (gnus-group-yank-group): Ditto.
3188
3189         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3190
3191         * nnimap.el (nnimap-request-update-group-status): New function.
3192
3193         * gnus-int.el (gnus-request-update-group-status): New interface
3194         function.
3195
3196         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3197         copying read-ness to the backends.
3198
3199         * nnimap.el (nnimap-quirk): New function.
3200         (nnimap-retrieve-group-data-early): Use it.
3201         (nnimap-quirks): New alist.
3202
3203 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3206         don't delete it within indentation.
3207
3208 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3211         previous line.
3212
3213 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3216         QRESYNC command by deleting a superfluous space which broke Cyrus
3217         servers.  This change will break other servers that are buggy the other
3218         way around.
3219
3220 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3221
3222         * spam.el: Reindent and fix long lines.
3223         (spam-copy-or-move-routine): Exclude invalid move destinations.
3224
3225 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3226
3227         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3228         installed the registry.
3229
3230 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3233
3234 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3235
3236         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3237         groupname doesn't contain "gmane".
3238
3239 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3242         and netrc-bound-and-true-p bindings.
3243         (netrc-parse): Cache the netrc contents.
3244
3245         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3246         (gnus-1): Don't create the nndrafts group twice.
3247         (gnus-setup-news): There's no need to read the active file here, since
3248         that's done again later on a per-backend basis.
3249         (gnus-start-draft-setup): Make sure that the new group is started out
3250         empty.
3251
3252         * gnus-agent.el (gnus-agentize): Don't create the queue group
3253         automatically on startup.  It'll be created later, if needed.
3254
3255         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3256         of automatically subscribed groups.
3257         (gnus-auto-subscribed-categories): New variable.
3258         (gnus-matches-options-n): Use it.
3259         (gnus-default-subscribed-newsgroups): Remove unused variable.
3260         (gnus-start-draft-setup): Message a bit less.
3261
3262 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3263
3264         * nnir.el (nnir-run-imap): Return article list in order of increasing
3265         UID.
3266
3267 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * gnus-sum.el (gnus-summary-enter-digest-group):
3270         Mention gnus-auto-select-on-ephemeral-exit.
3271
3272         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3273         convention of the network-only option.
3274
3275 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * proto-stream.el (proto-stream-open-network-only): New function to
3278         have a way to specify non-STARTTLS upgrade connections.
3279
3280 2010-12-10  Julien Danjou  <julien@danjou.info>
3281
3282         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3283         email address is nil.
3284
3285         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3286
3287 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3288
3289         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3290         deletion.
3291         (nnir-run-imap): Only need to parse list once.
3292
3293 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * shr.el (shr-tag-script): Ignore <script>.
3296         (shr-tag-label): Add <label> support.
3297
3298 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3301
3302         * shr.el (shr-image-displayer): Work for images lined side by side.
3303
3304 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3305
3306         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3307         parameter, since XEmacs doesn't accept t as a parameter.
3308
3309 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3310
3311         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3312         ids.
3313         (nnir-run-gmane): Simplify groupspec formatting.
3314         (nnir-request-expire-articles): New function.
3315
3316 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317
3318         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3319         overflow, possibly.
3320
3321         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3322         (shr-render-td): Handle td style="" better.
3323         (shr-tag-table): Use the color from the style sheet.
3324         (shr-render-td): Make sure we copy over all the overlays, too.
3325
3326 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3327
3328         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3329         (nnir-request-article): Improve article retrieval.
3330
3331 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * mm-util.el (mm-extra-numeric-entities): New variable.
3334
3335         * mm-url.el (mm-url-decode-entities):
3336         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3337
3338         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3339
3340 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3341
3342         * message.el: Use completion-at-point.
3343         (message-completion-function): New fun, extracted from message-tab.
3344         (message-mode): Use it for completion-at-point-functions.
3345         (message-tab): Use it and completion-at-point.
3346
3347 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3350         character if a non-breakable character follows.
3351
3352 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3355         any stream.
3356
3357         * shr.el (shr-tag-font): Colorize the region.
3358         (shr-tag-body): Ditto.
3359         (shr-tag-font): Actually let the styles be inherited instead of
3360         overwriting them.
3361         (shr-tag-font): Get the background color right.
3362         (shr-tag-style): Ignore all <style> tags for the moment.
3363
3364         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3365         a Message-ID to avoid having nnimap depend on gnus-sum.
3366
3367         * shr.el (shr-descend): Only colorize something if we have a node that
3368         sets colors.
3369
3370 2010-12-06  Julien Danjou  <julien@danjou.info>
3371
3372         * shr.el (shr-render-td): Render td content with shr-descend, so style
3373         will be applied to <td> too.
3374         (shr-colorize-region): Colorize region even if we only have a background.
3375         (shr-tag-body): Fix color and background color inheritance.
3376         Do not recolorize after shr-generic.
3377         (shr-tag-font): Let shr-generic colorize via inheritance.
3378
3379 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3382
3383 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3384
3385         * nnir.el (nnir-request-move-article): Remove obsolete code.
3386
3387 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3390
3391 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * gnus-sum.el (gnus-summary-respool-article): The completion function
3394         expects a list instead of an alist.
3395
3396         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3397         string as the parameter.
3398
3399         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3400
3401         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3402         styles.
3403         (shr-colorize-region): New function.
3404         (shr-insert-background-overlay): Remove.
3405         (shr-render-td): Background setting should be taken care of on a higher
3406         level.
3407         (shr-tag-body): Use post-hoc colorizations.
3408         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3409         (shr-put-color-1): Don't overwrite old colors.
3410         (shr-colorize-region): When the background color isn't explicit, use
3411         a fixed background.
3412
3413         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3414         nnmail variables.
3415
3416 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3417
3418         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3419         unless necessary.
3420
3421 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3422
3423         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3424         server.
3425
3426 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3429         so that TAB works.
3430
3431         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3432         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3433
3434         * shr.el (shr-urlify): Show the URL before the title to avoid
3435         misleading URLs.
3436
3437 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3438
3439         * shr.el (shr-urlify): Display the title in <a> tags.
3440
3441 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3442
3443         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3444
3445 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3446
3447         * nnir.el: Rearrange code to allow macros to be autoloaded by
3448         gnus-sum.el.
3449         (nnir-retrieve-headers-override-function): Make this variable
3450         customizable.
3451         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3452
3453         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3454         from nnir.el.
3455
3456 2010-12-03  Julien Danjou  <julien@danjou.info>
3457
3458         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3459
3460 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3463         allow optional argument `environment'.
3464
3465 2010-12-03  Glenn Morris  <rgm@gnu.org>
3466
3467         * mm-extern.el (message-goto-body): Update declaration.
3468
3469 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-util.el (gnus-macroexpand-all): New function.
3472
3473         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3474         instead of macroexpand-all that is unavailable in XEmacs.
3475
3476 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3477
3478         * nnir.el (nnir-summary-line-format): New variable.
3479         (nnir-mode): Use it.
3480         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3481         (nnir-article-ids): Reimplement as defsubst.
3482         (nnir-retrieve-headers): Don't mangle the subject header.
3483         (nnir-run-imap): Use 100 as RSV score.
3484         (nnir-run-find-grep): Fix for full server searching.
3485         (nnir-run-gmane): Better restriction to gmane groups.
3486
3487         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3488         summary buffers.
3489
3490 2010-12-02  Julien Danjou  <julien@danjou.info>
3491
3492         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3493
3494         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3495
3496         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3497         support.
3498
3499 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3500
3501         * nnir.el: Update to handle the registry better.
3502         (autoload): Silence byte-compiler.
3503         (nnir-open-server): Add a hook for nnir groups.
3504         (nnir-request-move-article): Don't mangle the header. Better to use
3505         formating variables (which will be added in the future).
3506         (nnir-registry-action): Update the registry using the original article
3507         group name.
3508         (nnir-mode): Install nnir-specific hooks for updating the registry.
3509
3510         * gnus-sum.el
3511         (gnus-article-original-subject,gnus-newsgroup-original-name):
3512         Remove obsolete variables.
3513         (gnus-summary-move-article): Remove use of obsolete variables.
3514         (gnus-summary-local-variables): Make move and delete hooks local to
3515         summary buffers.
3516
3517 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * rtree.el: New file.
3520
3521 2010-12-01  Julien Danjou  <julien@danjou.info>
3522
3523         * message.el (message-user-organization): Do not use
3524         gnus-local-organization.
3525
3526         * gnus.el: Remove gnus-local-organization.
3527
3528         * gnus-msg.el: Remove nastygram thing.
3529
3530 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3531
3532         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3533         funcall.
3534
3535 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3538         names.
3539
3540         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3541         characters.
3542
3543         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3544         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3545         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3546         (gnus-gravatar-transform-address): Use mail-extract-address-components
3547         that supports non-ASCII names rather than mail-header-parse-addresses.
3548
3549 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * proto-stream.el (open-protocol-stream): All starttls connections are
3552         handled by the network handler.
3553
3554 2010-11-30  Julien Danjou  <julien@danjou.info>
3555
3556         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3557         (nnimap-open-connection-1): Fix PREAUTH.
3558
3559         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3560
3561 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3564         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3565         (shr-insert): Use them.
3566         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3567
3568 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3569
3570         * nnir.el (nnir-request-move-article): Bail out if original group
3571         doesn't support article moves.
3572         (nnir-get-active): Improve active list retrieval.
3573
3574 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3577
3578 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3579
3580         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3581         seem to accept strings-with-numbers as port numbers,
3582
3583 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3584
3585         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3586         change the registry.
3587
3588 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3591         delete-dups that is not available in XEmacs 21.4.
3592
3593         * mm-util.el (mm-delete-duplicates): Add comment.
3594
3595 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3596
3597         * nnir.el (nnir-ignored-newsgroups): New variable.
3598         (nnir-get-active): Use it.
3599
3600 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * proto-stream.el (proto-stream-open-network): Add some comments.
3603
3604         * nntp.el (nntp-open-connection): Provide a :success condition.
3605
3606         * nnimap.el (nnimap-open-connection-1): Ditto.
3607
3608         * proto-stream.el (proto-stream-open-network): See what the response to
3609         the STARTTLS command is.
3610
3611         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3612         backwards compatibility).
3613         (nnimap-open-connection-1): Really respect nnimap-server-port.
3614
3615         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3616         TLS upgrades we don't really care about the identity of the peer.
3617         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3618         that what we've checked for.
3619         (proto-stream-always-use-starttls): Only default to t if
3620         open-gnutls-stream exists.
3621         (proto-stream-open-network): If STARTTLS failed, then just open a
3622         normal connection.
3623         (proto-stream-open-network): Wait until the greeting before doing
3624         STARTTLS.
3625
3626         * nntp.el (nntp-open-connection): Report what the connection error is.
3627
3628         * proto-stream.el (open-protocol-stream): Rename from
3629         open-proto-stream.
3630
3631 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * nnimap.el (nnimap-stream): Change default to `undecided'.
3634         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3635         first, and then network.
3636         (nnimap-open-connection-1): Respect nnimap-server-port.
3637         (nnimap-open-connection): Be more backwards-compatible.
3638
3639         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3640         (proto-stream-open-starttls): De-duplicate the starttls code.
3641         (proto-stream-open-starttls): Folded back into the main function.
3642         (proto-stream-open-network): Fix typo in the gnutls path.
3643         (proto-stream-command): Refactor out.
3644
3645         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3646
3647         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3648         starttls.el STARTTLS.
3649
3650         * color.el (color-lab->srgb): Fix function call name.
3651
3652         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3653         if we're using tls.el.
3654         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3655         built in, then don't try to establish a STARTTLS connection.
3656
3657         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3658         servers.
3659
3660         * proto-stream.el (open-proto-stream): Use network, not stream.
3661         (open-proto-stream): Add a way to specify what the end of a command is.
3662
3663         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3664         connections types.
3665         (nntp-open-network-stream): Remove.
3666         (nntp-open-ssl-stream): Remove.
3667         (nntp-open-tls-stream): Remove.
3668         (nntp-ssl-program): Remove.
3669
3670         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3671
3672 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3673
3674         * nnir.el: Fix typos.
3675         (nnir-retrieve-headers-override-function): Rename variable to reflect
3676         new semantics.
3677         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3678         macros.
3679         (nnir-request-article, nnir-request-move-article): Use them.
3680         (nnir-categorize): New function.
3681         (nnir-run-query): Use it.
3682         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3683         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3684         sorted.
3685         (nnir-group-full-name): Use gnus-group-full-name instead.
3686         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3687         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3688
3689 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3692
3693         * proto-stream.el: New library to provide protocol-specific
3694         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3695         protocols.
3696         (open-proto-stream): Complete the documentation.
3697         (proto-stream-open-network): Fix some typos.
3698
3699         * nnimap.el (nnimap-open-connection): Use it.
3700
3701 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3702
3703         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3704         negotiation.
3705
3706 2010-11-26  Julien Danjou  <julien@danjou.info>
3707
3708         * color.el: Rename various rgb functions to srgb.
3709
3710 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3713         names.
3714
3715 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * shr.el (shr-insert): Revert last change.
3718         (shr-find-fill-point): Never leave point being at bol;
3719         relax the kinsoku limitation when rendering tables.
3720
3721 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3724         results from -accept-article.
3725
3726         * shr-color.el: Require cl when compiling.
3727
3728         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3729         checkin.
3730
3731         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3732
3733         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3734
3735         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3736         'add and 'delete to set backend marks.
3737
3738         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3739
3740         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3741
3742         * nntp.el (nntp-request-set-mark): Use it.
3743
3744         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3745
3746         * nnml.el (nnml-request-set-mark): Ditto.
3747
3748         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3749         introduces regressions in article selection.
3750         (nnimap-find-uid-response): New function.
3751         (nnimap-request-accept-article): Use the UID returned, if any.
3752         (nnimap-request-move-article): Use the UID returned, if any.
3753         (nnimap-get-groups): Reimplement to work with folded lines.
3754         (nnimap-find-uid-response): The UID is the last element in the list.
3755         (nnimap-request-set-mark): Extend syntax with 'set.
3756
3757         * nnml.el (nnml-request-set-mark): Ditto.
3758
3759         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3760
3761         * nntp.el (nntp-request-set-mark): Ditto.
3762
3763 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * message.el (message-called-interactively-p): A temporary macro.
3766         (message-goto-body): Use it temporarily.
3767
3768 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3771         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3772         (nnimap-last-response-string): Fix last unfolding fix.
3773
3774 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * shr.el (shr-insert): Fix the way to fold lines.
3777
3778 2010-11-25  Julien Danjou  <julien@danjou.info>
3779
3780         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3781
3782         * color.el: Rename from color-lab.el
3783         (color-rgb->hex): Add.
3784         (color-complement): Add.
3785         (color-complement-hex): Add.
3786
3787         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3788
3789 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3792         don't exist.
3793
3794 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3797         assuming that article displaying or another mml-preview may be
3798         interrupted for an error or for the like.
3799
3800         * shr.el (shr-get-background): Fix argument name.
3801
3802 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3805
3806         * gnus-sum.el (gnus-summary-include-articles): New function.
3807
3808         * message.el (message-goto-body): called-interactively-p needs a
3809         parameter, so use `any'.
3810
3811         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3812         clear marks before moving, since they're synced from the Gnus side
3813         first.
3814
3815         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3816         (gnus-summary-move-article): Copy over all marks before moving, so that
3817         IMAP doesn't think a new article has arrived.
3818
3819 2010-11-24  Julien Danjou  <julien@danjou.info>
3820
3821         * shr.el (shr-insert-background-overlay): Fix typo.
3822         (shr-render-td): Copy the background before rendering.
3823
3824         * shr-color.el (shr-color-visible): Fix docstring.
3825
3826         * shr.el (shr-tag-table): Add bgcolor support.
3827         (shr-render-td): Add bgcolor support.
3828         (shr-get-background): Add.
3829         (shr-insert-foreground-overlay): Use shr-get-background.
3830
3831         * message.el (message-goto-body): Use called-interactively-p.
3832         (message-in-body-p): message-goto-body returns point.
3833
3834 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3837         Fixes something or other in Emacs 23, and is backwards compatible.
3838
3839         * message.el (message-goto-body): Remove the <#secure special-casing,
3840         which is too special.
3841
3842         * shr.el (shr-parse-style): Drop !important from styles.
3843
3844 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3845
3846         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3847         this function to return incorrect results when calling it with an
3848         explicit article argument different from
3849         (gnus-summary-article-number).
3850
3851 2010-11-24  Julien Danjou  <julien@danjou.info>
3852
3853         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3854         (shr-tag-body): Add background support.
3855         (shr-descend): Add background support.
3856         (shr-tag-title): Add.
3857
3858         * shr-color.el (shr-color-visible): Really return original background
3859         if fixed.
3860
3861 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * shr.el (shr-color-check): Protect against non-existent colour names.
3864
3865 2010-11-24  Julien Danjou  <julien@danjou.info>
3866
3867         * color-lab.el: Require 'cl when compiling.
3868
3869         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3870
3871         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3872         matched part.
3873
3874         * color-lab.el: Fix all expt calls to use float type.
3875
3876 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3879         expression to shr-color-check as is.
3880
3881         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3882
3883         * color-lab.el: Add coding cookie.
3884         (float-pi): Use eval-and-compile.
3885
3886         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3887         compiled for Emacsen having no `libxml-parse-html-region' support.
3888
3889 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * shr.el (shr-insert-color-overlay): Split stuff like
3892         "#444444 !important" to find the real colour.
3893         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3894         parse <font color="red"> entries.
3895
3896 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3897
3898         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3899         point when parsing headers.
3900
3901         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3902         is positioned properly when parsing headers.
3903
3904 2010-11-23  Julien Danjou  <julien@danjou.info>
3905
3906         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3907
3908         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3909
3910         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3911
3912         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3913         Use shr-color-hue-to-rgb.
3914         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3915
3916 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * shr.el (shr-color->hexadecimal): Autoload.
3919         (shr-descend): Add color to all tags.
3920
3921 2010-11-22  Julien Danjou  <julien@danjou.info>
3922
3923         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3924         shr-color->hexadecimal.
3925
3926         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3927         RGB() or HSL() color representation.
3928
3929         * shr.el (shr-tag-font): Add.
3930         (shr-tag-color-check): New function to get better colors.
3931         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3932         tag-span.
3933
3934         * shr-color.el: New file.
3935
3936         * color-lab.el: New file.
3937
3938         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3939
3940 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3941
3942         * nnir.el: Fix typo in comments.
3943         (nnir-run-imap): Simplify code. No need to reverse artlist.
3944         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3945
3946 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3949
3950         * nnimap.el (nnimap-get-capabilities): Refactor out.
3951         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3952
3953 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3954
3955         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3956         appearing when `mm-uu-hide-markers' is nil.
3957
3958 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * nnimap.el (nnimap-unselect-group): Make into its own function.
3961         (nnimap-request-rename-group): Unselect group before renaming.
3962         This had gotten lost somewhere.
3963         (nnimap-request-accept-article): Keep track of examined groups, and
3964         unselect the group before APPENDing to read-only groups.
3965         (nnimap-request-move-article): Clear flags before moving so that they
3966         can be re-set later.
3967
3968 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3971         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3972
3973 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-art.el (gnus-mime-display-single)
3976         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3977         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3978         parameter.
3979
3980 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3983         (shr-table-vertical-line): New variable.
3984         (shr-insert-table): Use it.
3985
3986 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * gnus-html.el (gnus-html-wash-images): Don't display images if
3989         gnus-inhibit-images is non-nil; register displayer for cid images.
3990         (gnus-html-display-image): Work for cid image.
3991         (gnus-html-insert-image): Allow arguments.
3992         (gnus-html-put-image): Inhibit read-only.
3993         (gnus-html-prefetch-images): Don't prefetch images if
3994         gnus-inhibit-images is non-nil.
3995
3996 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * shr.el (shr-put-image): Break lines when inserting big pictures.
3999
4000 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4001
4002         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4003         sender, thanks Katsumi Yamaoka.
4004
4005 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4006
4007         * nnir.el (nnir-run-imap): Reverse the article list for each group
4008         rather than the whole list.
4009
4010 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * shr.el (shr-image-displayer): Protect function against non-existent
4013         image source.
4014
4015         * gnus-art.el (gnus-inhibit-images): New user option.
4016         (gnus-mime-display-single): Don't display image if it is non-nil.
4017
4018         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4019         gnus-inhibit-images.
4020
4021         * shr.el (shr-image-displayer): New function.
4022         (shr-tag-img): Use it.
4023
4024 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4025
4026         * mml2015.el (mml2015-epg-sign): Use From header.
4027
4028 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4031
4032         * gnus-util.el (gnus-find-text-property-region): Return markers.
4033
4034         * shr.el (shr-tag-img): Put a displayer in the text property.
4035
4036         * gnus-util.el (gnus-find-text-property-region): New utility function.
4037
4038         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4039         (gnus-html-show-images): Remove.
4040
4041         * gnus-art.el (gnus-article-show-images): New, more general function.
4042
4043         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4044         image url text properties.
4045
4046         * shr.el: Ditto.
4047
4048         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4049         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4050
4051 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4054         work for two or more articles.
4055
4056 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4059         divide an image that's in an html article to two or more when washing
4060         non-ASCII characters in alt text of it.
4061
4062 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4065         smime-decrypt-region using function argument.
4066         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4067
4068         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4069
4070         * smime.el (smime-decrypt-region): Catch it.
4071
4072 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4073
4074         * smime.el (smime-mode-map): Move initialization into declaration.
4075         (gnus-run-mode-hooks): Don't autoload.
4076         (smime-mode): Use define-derived-mode.
4077
4078 2010-11-11  Glenn Morris  <rgm@gnu.org>
4079
4080         * smime.el (from): Restrict declaration to XEmacs.
4081
4082         * nnir.el (gnus-group-topic-name): Autoload.
4083
4084 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * shr.el (shr-insert): Don't break long line if it is because of
4087         kinsoku-bol characters in the line end.
4088
4089 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4090
4091         * nnir.el (nnir-request-move-article): Fix to provide original group
4092         and subject.
4093         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4094         been retrieved.
4095
4096         * gnus-sum.el (gnus-summary-move-article): Use original group and
4097         subject for virtual articles such as those in an nnir summary buffer.
4098
4099 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4102         least 21.5).
4103
4104         * smime.el (from): Declare it again for XEmacs.
4105
4106 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * message.el (message-resend): Don't disable encoding unless it's
4109         already encoded.
4110
4111         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4112         low-numbered articles.
4113
4114 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * rfc2047.el (rfc2047-syntax-table): Simplify.
4117
4118         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4119
4120         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4121         set-char-table-range for XEmacs.
4122
4123 2010-11-10  Glenn Morris  <rgm@gnu.org>
4124
4125         * time-date.el (time-to-seconds): Always an alias on Emacs,
4126         never a real function.
4127         (with-no-warnings): Remove compat stub, now unused.
4128         (time-less-p): Doc fix.
4129         (time-to-number-of-days): Simplify.
4130
4131         * smime.el (from): Remove unused declaration.
4132
4133         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4134         (gnus-float-time): On Emacs, always an alias.
4135
4136         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4137         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4138
4139 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * dgnushack.el: Don't use ignore-errors in the top level form since it
4142         is unavailable in XEmacs even if cl is loaded.
4143
4144         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4145
4146 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * shr.el (browse-url-mailto): Autoload.
4149
4150         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4151
4152         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4153         regexp doesn't need quoting.
4154
4155 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4156
4157         * message.el (message-subject-trailing-was-ask-regexp)
4158         (message-subject-trailing-was-regexp): Match was: in addition to was.
4159
4160 2010-11-09  Glenn Morris  <rgm@gnu.org>
4161
4162         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4163         (nnbabyl-check-mbox): Use point-at-bol.
4164
4165 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4168
4169         * message.el (message-mailto): New function.
4170         (message-mailto): Should accept other parameters.
4171         (message-mailto): Remove since it duplicates browse-url-mailto
4172         functionality.
4173
4174 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4177         methods.
4178         (gnus-read-active-file): Ditto.
4179
4180         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4181         ": " from the prompt.
4182         (gnus-group-make-group): Ditto.
4183
4184 2010-11-07  Glenn Morris  <rgm@gnu.org>
4185
4186         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4187         (gnus-bookmark-kill-line): Use point-at-eol.
4188
4189 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4192         asterisks in From header.
4193
4194 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4197         string to avoid making the From headers syntactically invalid.
4198
4199         * message.el (message-send-mail): Don't insert courtesy messages if the
4200         message already has List-Post and List-ID messages.
4201
4202 2010-11-06  Glenn Morris  <rgm@gnu.org>
4203
4204         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4205         `condition', `type', `length' a prefix.
4206         (gnus-treat-predicate): Update for above name changes.
4207
4208 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4209
4210         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4211         binding.  Handled by `gnus-summary-refer-thread' instead.
4212         (nnir-warp-to-article): New backend function.
4213
4214         * nnimap.el (nnimap-request-thread): Force dependency updating.
4215
4216         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4217         (gnus-summary-refer-thread): Rework to improve thread-referral.
4218
4219         * gnus-int.el (gnus-warp-to-article): New function.
4220
4221         * gnus-sum.el (gnus-summary-article-map): Bind it.
4222
4223 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4224
4225         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4226         gnus-summary-refer-thread.
4227
4228         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4229         headers.
4230         (gnus-summary-limit-include-thread): Prevent articles in thread from
4231         being cut in gnus-cut-threads.
4232         (gnus-summary-refer-thread): Limit retrieved headers to those in
4233         thread.
4234
4235 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * message.el (message-send-mail): Use the value of
4238         message-courtesy-message from the message buffer.
4239
4240         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4241
4242         * shr.el (shr-browse-url): Implement mailto: URLs.
4243
4244         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4245         "raw".
4246
4247         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4248         if it's already selected.
4249
4250         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4251
4252 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4255         to measure the length and truncate alt text.
4256
4257 2010-11-03  Glenn Morris  <rgm@gnu.org>
4258
4259         * nndiary.el (nndiary-generate-nov-databases-1)
4260         (nndiary-generate-active-info): Rename dynamic variable `files' to
4261         something less generic.
4262
4263 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4264
4265         * nnir.el (nnir-request-move-article): Call the underlying backend to
4266         move articles from nnir.
4267
4268 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4271
4272 2010-11-02  Julien Danjou  <julien@danjou.info>
4273
4274         * nnir.el: Remove wais support.
4275
4276 2010-11-02  Glenn Morris  <rgm@gnu.org>
4277
4278         * gnus-html.el: Reorder requirements to quieten compiler.
4279
4280 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4283         properly for XEmacs as well.
4284         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4285         (gnus-article-natural-long-line-p): Use window-width rather than
4286         frame-width.
4287
4288 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4289
4290         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4291         (nnir-read-parms): Don't modify query.
4292         (nnir-run-query): Add ability to search topic on current line.
4293         (nnir-get-active): Clean up.
4294
4295 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4298         degenerate articles.
4299
4300         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4301         (gnus-print-buffer): Just print the buffer as is, without any copying
4302         to a buffer and then re-highlighting.
4303
4304         * nnimap.el (nnimap-request-group): Store the new updated info.
4305         (nnimap-request-group): Select the group when we don't know whether it
4306         exists or not.
4307
4308         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4309         groups.
4310
4311         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4312         groups.
4313
4314         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4315         groups.
4316
4317         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4318         long-lines case by only filling the long lines.
4319
4320         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4321         (bug #7311).
4322
4323 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * shr.el: No need to declare `declare-function' since shr.el is for
4326         only Emacsen that provide `libxml-parse-html-region'.
4327
4328         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4329         effective only in a file it is referred to.
4330
4331 2010-11-01  Glenn Morris  <rgm@gnu.org>
4332
4333         * mm-util.el (gnus-completing-read): Autoload.
4334         (mm-read-coding-system): Simplify Emacs definition.
4335
4336         * nnmail.el (gnus-activate-group):
4337         * nnimap.el (gnutls-negotiate):
4338         * nntp.el (netrc-parse): Fix declarations.
4339
4340 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4343         string-match-p in Emacs >=23.
4344
4345         * gnus-msg.el (gnus-configure-posting-styles)
4346         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4347
4348 2010-11-01  Glenn Morris  <rgm@gnu.org>
4349
4350         * nnir.el (declare-function): Add compat stub.
4351         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4352         (nnir-run-gmane): Require 'mm-url.
4353
4354         * mm-util.el (mm-string-to-multibyte): Simplify.
4355
4356         * shr.el (declare-function): Add compat stub.
4357         (url-cache-create-filename): Declare.
4358         (mm-disable-multibyte, widget-convert-button): Autoload.
4359
4360         * smime.el (ldap-search): Declare.
4361         (smime-cert-by-ldap-1): Require ldap on Emacs.
4362
4363         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4364         (nnimap-keepalive): Use gnus-float-time.
4365
4366         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4367         (mail-source-delete-crash-box): Use gnus-float-time.
4368
4369         * gnus-dired.el (gnus-completing-read): Autoload.
4370
4371         * mm-view.el (gnus-rescale-image): Autoload.
4372
4373         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4374
4375         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4376
4377         * sieve-manage.el: Require 'cl when compiling.
4378
4379         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4380         (gnus-iswitchb-completing-read): Require iswitchb.
4381         (gnus-select-frame-set-input-focus): Silence compiler.
4382
4383 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384
4385         * message.el (message-subject-trailing-was-query): Change default to t,
4386         since I think that's what most people want.
4387
4388         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4389         appending for easier debugging.
4390         (nnimap-wait-for-connection): Take a regexp.
4391         (nnimap-request-accept-article): Wait for the continuation line before
4392         sending anything unless we're streaming.
4393
4394         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4395         leave the header washing to take place.
4396
4397 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4398
4399         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4400         regular expression match and replace in posting styles.
4401
4402 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4403
4404         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4405         an entire server.
4406         (nnir-get-active): New function.
4407         (nnir-run-imap): Use it.
4408         (nnir-run-gmane): Who knew, gmane search returns an article score!
4409
4410         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4411         server on the current line with nnir.
4412
4413 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4416         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4417         left edge.
4418         (gnus-article-foldable-buffer): Skip past the prefix when determining
4419         raggedness.
4420
4421         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4422         the raw article, and change `C-u g' to show the article without doing
4423         treatments.
4424
4425         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4426         on to `gnus-treat-article'.
4427         (gnus-inhibit-article-treatments): New variable.
4428
4429         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4430
4431         * gnus-art.el (gnus-treatment-function-alist): Have
4432         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4433         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4434         sections.
4435
4436         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4437         parameter.
4438         (gnus-article-fill-cited-long-lines): New function.
4439         (gnus-article-fill-cited-article): Allow filling only long sections.
4440
4441         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4442         and non-punctuation (like after the apostrophe in "'We").
4443
4444         * gnus-sum.el (gnus-summary-select-article): Make sure
4445         gnus-original-article-buffer is alive.
4446
4447         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4448         reflect the order they're in in the digest.
4449
4450         * gnus.el (gnus-group-startup-message): Move point to the start of the
4451         buffer.
4452
4453         * nnimap.el (nnimap-capability): New function.
4454         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4455         is set.
4456
4457 2010-10-31  David Engster  <dengste@eml.cc>
4458
4459         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4460         conform with changes to gnus-completing-read.
4461
4462 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4465
4466 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4467
4468         * nnir.el: Move defvar, defcustom around to keep file organized
4469         and keep byte-compiler quiet.
4470         (nnir-read-parms): Accept search-engine as arg.
4471         (nnir-run-query): Pass search-engine as arg.
4472         (nnir-search-engine): Remove.
4473
4474 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * shr.el (shr-generic): The text nodes should be text, not :text.
4477
4478         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4479         later in the file.
4480
4481 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4482
4483         * nnir.el: General clean up.  Allow searching with multiple engines.
4484         Allow separate extra-parameters for each engine.
4485         Batch queries when possible.
4486         (nnir-imap-default-search-key,nnir-method-default-engines):
4487         Add customize interface.
4488         (nnir-run-gmane): New engine.
4489         (nnir-engines): Use it.  Qualify all prompts with engine name.
4490         (nnir-search-engine): Remove global variable.
4491         (nnir-run-hyrex): Restore for now.
4492         (nnir-extra-parms,nnir-search-history): New variables.
4493         (gnus-group-make-nnir-group): Use them.
4494         (nnir-group-server): Remove in favor of gnus-group-server.
4495         (nnir-request-group): Avoid searching twice.
4496         (nnir-sort-groups-by-server): New function.
4497
4498 2010-10-30  Julien Danjou  <julien@danjou.info>
4499
4500         * gnus-group.el: Remove gnus-group-fetch-control.
4501
4502         * gnus-start.el (gnus-find-new-newsgroups):
4503         Remove gnus-check-first-time-used.
4504
4505         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4506
4507 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4508
4509         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4510         set on groups that don't have \* permanentflags.
4511
4512 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4515         control the background color.
4516         (shr-tag-img): Ignore very small web bug type images.
4517         (shr-put-image): Add help-echo alt texts to the images.
4518         (shr-tag-video): Show the video poster image.
4519
4520 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * shr.el (shr-table-depth): New variable.
4523         (shr-tag-table-1): Only insert the images after the top-level table.
4524
4525         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4526
4527         * gnus-util.el (gnus-list-memq-of-list): New function.
4528
4529         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4530         selected.
4531         (nnimap-unsplittable-articles): New slot.
4532         (nnimap-new-articles): Use it.
4533
4534 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4535
4536         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4537         move to the previous line on `M-g'.
4538
4539 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4542         *-request-group, which seems unnecessary.
4543
4544         * nnimap.el (nnimap-quote-specials): Function copied over from
4545         imap.el.
4546         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4547         they support that.  Suggested by Tom Regner.
4548
4549 2010-10-29  Julien Danjou  <julien@danjou.info>
4550
4551         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4552         defalias.
4553         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4554
4555         * gnus.el: Remove `gnus-nntp-service' variable.
4556         (gnus-secondary-servers): Make obsolete.
4557         (gnus-nntp-server): Make obsolete.
4558
4559         * gnus-start.el (gnus-1): Remove x-splash calls.
4560
4561         * gnus-ems.el (gnus-x-splash): Remove.
4562
4563         * gnus.el (gnus-group-startup-message): Simplify/update code.
4564
4565         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4566         definition.
4567
4568         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4569         capability before doing anything.
4570         (gnus-group-insert-group-line): Remove useless
4571         gnus-group-remove-excess-properties.
4572
4573 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4576
4577 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4580         config after reselecting.
4581
4582 2010-10-28  Julien Danjou  <julien@danjou.info>
4583
4584         * shr.el (shr-put-image): Use point even if only inserting text.
4585         (shr-put-image): Save excursion when inserting alt text on non-graphic
4586         display, so the behaviour is the same when we are on a graphic display.
4587
4588         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4589
4590 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4593         (gnus-mime-copy-part): Check coding system, not charset.
4594         (gnus-mime-view-part-externally): Never remove part.
4595         (gnus-mime-view-part-internally): Don't remove part here.
4596         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4597         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4598         multipart/alternative.
4599
4600         * mm-decode.el (mm-display-part): Take optional arg `force'.
4601
4602 2010-10-26  Julien Danjou  <julien@danjou.info>
4603
4604         * gnus-group.el (gnus-group-default-list-level): Add this function to
4605         compute the default list level.
4606         (gnus-group-default-list-level): Add possibility to use a function.
4607
4608 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4611
4612         * gnus-group.el (gnus-group-completing-read)
4613         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4614         gnus-replace-in-string.
4615
4616 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * shr.el (shr-tag-div): Add.
4619
4620         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4621
4622 2010-10-25  Julien Danjou  <julien@danjou.info>
4623
4624         * gnus-util.el: Remove `gnus-with-local-quit'.
4625
4626         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4627
4628 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4631         the original article buffer.
4632
4633 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * nnimap.el (nnimap-request-head): New function.
4636         (nnimap-request-move-article): Try to be slighly faster by not
4637         requesting the entire message when moving.
4638         (nnimap-transform-headers): Don't bug out on bodiless articles.
4639         (nnimap-send-command): Have no outstanding messages if the IMAP server
4640         doesn't support streaming.
4641         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4642
4643 2010-10-24  Julien Danjou  <julien@danjou.info>
4644
4645         * message.el (message-default-headers): Fix type.
4646
4647 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4650         prefetching images.
4651
4652         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4653         backend for unknown groups.  This is mainly useful for nnimap groups.
4654
4655         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4656         group isn't covered by the agent.
4657
4658 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4659
4660         * nnir.el (nnir-method-default-engines): New variable.
4661         (nnir-run-query): Use it.
4662         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4663         (gnus-summary-nnir-goto-thread): Change group if needed.
4664
4665         * gnus-group.el (gnus-group-group-map): Add key binding for
4666         gnus-group-make-nnir-group.
4667
4668 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * shr.el (shr-tag-object): Add.
4671
4672         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4673         original article buffer live.
4674         (gnus-summary-select-article-buffer):
4675         Mention gnus-widen-article-buffer.
4676
4677 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * shr.el (shr-tag-strong): Add.
4680
4681 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4684         group names.  They mess up the group buffer badly.
4685
4686         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4687
4688         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4689         instead of the summary one.
4690
4691 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * mml.el (mml-preview): Work properly when editing article.
4694
4695         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4696         gnus-have-read-active-file if it's already been in.
4697
4698 2010-10-22  Tom Tromey  <tromey@redhat.com>
4699
4700         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4701         gnus-group-completing-read.
4702
4703 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704
4705         * message.el (message-mode-map): Don't bind M-; to comment region, to
4706         allow the global comment-dwim to work.
4707
4708 2010-10-21  Julien Danjou  <julien@danjou.info>
4709
4710         * message.el (message-setup-1): Allow message-default-headers to be a
4711         function.
4712
4713 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * shr.el (shr-tag-table): Simplify.
4716
4717 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4720         to avoid trying to snarf invalid stuff.
4721
4722         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4723
4724         * gnus.el (gnus-message-archive-group): Quote value.
4725         (gnus-message-archive-group): Mark as changed.
4726
4727         * shr.el (shr-add-font): Don't put the font properties on the newline
4728         or the indentation.
4729
4730         * message.el (message-fix-before-sending): Change options when sending
4731         non-printable characters.
4732
4733         * gnus.el (gnus-message-archive-method): Change the default to
4734         monthly outgoing groups.
4735
4736         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4737         that have gotten new numbers.
4738
4739         * nnimap.el (nnimap-request-replace-article): New function.
4740
4741 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4744         (nnrss-request-article): Don't use special html washing code.
4745
4746 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * shr.el (shr-tag-table): Remove useless nconc.
4749
4750 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-art.el (article-wash-html): Simplify and remove the charset
4753         stuff.  Use the normal html rendering code instead of the special html
4754         washing code.
4755
4756         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4757         `gnus-w3m' symbols.
4758         (mm-text-html-washer-alist): Remove.
4759
4760         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4761         (mm-inline-media-tests): Remove use.
4762         (mm-text-html-renderer): Change default to the `shr' symbol.
4763
4764         * mm-view.el (mm-inline-text-html): Remove use.
4765
4766         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4767         `gnus-blocked-images' to be a function.
4768         (gnus-article-wash-function): Remove.
4769
4770 2010-10-20  Julien Danjou  <julien@danjou.info>
4771
4772         * spam.el (spam-list-of-processors): Mark as obsolete.
4773
4774         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4775         (nnimap-insert-partial-structure): Fix boundary detection.
4776
4777 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4778
4779         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4780         run file-truename on remote files.  This can be expensive and even
4781         prevent one from editing drafts if some unrelated buffer has a stale
4782         connection.
4783
4784 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4787         kinsoku-eol regardless of shr-kinsoku-shorten.
4788         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4789         (shr-tag-table): Support caption, thead, and tfoot.
4790
4791 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4794         lines.
4795         (shr-save-contents): New command and keystroke.
4796
4797         * nndoc.el (nndoc-type-alist): Add git support.
4798         (nndoc-git-type-p): New function.
4799         (nndoc-transform-git-article): Ditto.
4800         (nndoc-transform-git-headers): Ditto.
4801         (nndoc-transform-git-headers): Generate Subject headers.
4802
4803         * shr.el (shr-parse-style): New function.
4804         (shr-tag-span): Ditto.
4805
4806         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4807         to `G G' to avoid collisions.
4808
4809 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * shr.el: Load kinsoku if necessary.
4812         (shr-kinsoku-shorten): New internal variable.
4813         (shr-find-fill-point): Make kinsoku shorten text line if
4814         shr-kinsoku-shorten is bound to non-nil.
4815         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4816         shr-indentation too when testing if table is wider than frame width.
4817         (shr-insert-table): Use `string-width' instead of `length' to measure
4818         text width.
4819         (shr-insert-table-ruler): Make sure indentation is done at bol.
4820
4821 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4822
4823         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4824         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4825         undecoded network data.
4826
4827 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4830         name in the mode line spec so that the mode line menu works
4831         (bug #2431).
4832
4833         * message.el (message-get-reply-headers): If we're fed `to-address',
4834         then always use that.
4835
4836         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4837         aren't so wide as to need to switch off the edit menu.
4838
4839         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4840         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4841
4842         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4843         `M-g'.
4844         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4845         the permanent marks.
4846
4847 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4848
4849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4850         Splitting according to references/in-reply-to obeys the ignore-groups
4851         variable, while splitting by sender and subject do not.
4852
4853 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4856         alist, so that we can look for non-Unicode chars.
4857         (article-translate-strings): Allow both character and string maps.
4858
4859 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * shr.el (shr-insert): Don't insert space behind a wide character
4862         categorized as kinsoku-bol, or between characters both categorized as
4863         nospace.
4864
4865 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4866
4867         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4868         headers to gnus-newsgroup-headers.
4869
4870 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * shr.el (shr-tag-img): Don't align images -- since we're not
4873         rescaling, this often leads to ugly displays.
4874
4875 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4876
4877         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4878         duplicates.
4879
4880 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4881
4882         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4883         call.
4884
4885 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886
4887         * gnus.el: Autoload gnus-html-show-images.
4888
4889         * nnimap.el: Use nnheader-message throughout.
4890
4891         * shr.el (shr-tag-img): Ignore images with no data.
4892
4893 2010-10-15  Julien Danjou  <julien@danjou.info>
4894
4895         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4896         a possibility to disable format=flow encoding when using hard newlines.
4897
4898 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * shr.el (shr-insert): Remove space inserted before or after a
4901         breakable character or at the beginning or the end of a line.
4902         (shr-find-fill-point): Do kinsoku; find the second best point or give
4903         it up if there's no breakable point.
4904
4905 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906
4907         * nnimap.el (nnimap-open-connection): Message when opening connection
4908         for debugging purposes.
4909
4910         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4911         on every setup buffer call to allow this to change from article to
4912         article.
4913
4914         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4915         buffers where we have a wide table.
4916
4917 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4918
4919         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4920         uses *-request-thread.
4921
4922 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4925         incantation, which is no longer valid.
4926
4927 2010-10-14  Julien Danjou  <julien@danjou.info>
4928
4929         * shr.el: Fix defcustom type (char -> character).
4930
4931 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4934         programs.
4935
4936 2010-10-14  Julien Danjou  <julien@danjou.info>
4937
4938         * shr.el (shr-tag-a): Use url-link as widget type.
4939
4940         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4941         `gnus-group-get-icon'.
4942
4943 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4946         This should make server editing work better.
4947
4948         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4949
4950         * tls.el (tls-program): Remove spurious %s from openssl.
4951
4952         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4953         (nnimap-parse-flags): Fix regexp.
4954
4955         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4956         probably work for CJVK text, too.
4957
4958         * nnimap.el (nnimap-extend-tls-programs): Remove.
4959         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4960
4961         * tls.el (tls-starttls-switches): Remove starttls hack.
4962         (open-tls-stream): Ditto.
4963         (tls-find-starttls-argument): Ditto.
4964
4965 2010-10-13  Julien Danjou  <julien@danjou.info>
4966
4967         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4968         responses.
4969
4970 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4973
4974         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4975         anything in Emacs.
4976
4977         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4978
4979 2010-10-13  Julien Danjou  <julien@danjou.info>
4980
4981         * shr.el (shr-width): Make shr-width a defcustom with default to
4982         fill-column.
4983         (shr-tag-img): Use shr-width rather than fill-column.
4984
4985 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * dgnushack.el (byte-optimize-apply)
4988         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4989
4990         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4991         position when (X-)Faces exist.
4992         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4993         avatars when called interactively.
4994
4995 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4998         gnus-article-x-face-too-ugly is bound.
4999
5000 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5003
5004         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5005         mailbox that doesn't exist.
5006
5007 2010-10-12  Julien Danjou  <julien@danjou.info>
5008
5009         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5010         (shr-get-image-data): Encode URL properly when fetching from cache.
5011         (shr-tag-img): Use aligned-to spaces to align correctly images.
5012
5013         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5014         before inserting the Gravatar.
5015
5016         * shr.el (shr-tag-img): Add align attribute support for <img>.
5017
5018 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus-gravatar.el (gnus-art): Require.
5021
5022         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5023         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5024         Remove long obsoleted functions.
5025
5026 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5029
5030         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5031
5032         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5033         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5034         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5035         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5036         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5037         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5038         * sieve-manage.el, smime.el, spam.el:
5039         Fix comment for declare-function.
5040
5041 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042
5043         * nnimap.el (nnimap-request-rename-group): Select group read-only
5044         before renaming it.
5045
5046         * shr.el (shr-insert): Fix up the white space only regexp.
5047
5048         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5049         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5050
5051         * shr.el (shr-current-column): New function.
5052         (shr-find-fill-point): New function.
5053
5054 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5055
5056         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5057         numbers.
5058
5059 2010-10-11  Julien Danjou  <julien@danjou.info>
5060
5061         * shr.el (shr-hr-line): Add.
5062         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5063         display hr lines.
5064         (shr-max-columns): Do not change state to nil if we just inserting
5065         spaces.
5066
5067 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5070         select the last group.
5071
5072 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5075
5076 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5077
5078         * dig.el (dig-mode-map): Declare and define in one step.
5079
5080 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5083         for Gnus.
5084         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5085         (nnimap-update-qresync-info): Mark \Seen articles as read.
5086
5087         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5088         non-variable, too.
5089
5090         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5091         available.
5092         (nnimap-update-info): Rely more on the current active than the param
5093         active to avoid marking articles as read too much.
5094
5095         * auth-source.el (auth-source-create): Use (user-login-name) for the
5096         user name default.
5097
5098         * nnimap.el (nnimap-update-info): If the server doesn't return any
5099         useful info, just use the previous info.
5100         (nnimap-update-info): Prefer old info over start-article.
5101         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5102
5103 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5104
5105         * nnir.el (autoload): Clean up autoloads.
5106         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5107         Use key rather than value.
5108         (nnir-imap-search-other): New variable.
5109         (nnir-read-parm): Use it.
5110         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5111         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5112
5113 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5114
5115         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5116         the process, too.
5117
5118 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119
5120         * spam.el (gnus-summary-mode-map): Bind to "$".
5121         Suggested by Russ Allbery.
5122
5123         * shr.el: Rework the way things are indented by <li> slightly.
5124
5125         * gnus.el (gnus-group-set-parameter): Fix typo.
5126
5127         * nnimap.el: Start implementing QRESYNC support.
5128
5129 2010-10-09  Julien Danjou  <julien@danjou.info>
5130
5131         * nnir.el (nnir-engines): Fix too many arguments.
5132
5133 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5136         group is the "last", so that the backends like nnfolder actually save
5137         their folders.
5138
5139         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5140         try to use that for the tls stream.
5141         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5142         UIDVALIDITY and find out which groups are read-only and not.
5143         (nnimap-get-flags): Use the same marks parsing code as the rest of
5144         nnimap.
5145
5146 2010-10-09  Julien Danjou  <julien@danjou.info>
5147
5148         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5149
5150         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5151         retrieving gravatars.
5152
5153         * shr.el (shr-table-corner): Add.
5154         (shr-table-line): Add.
5155         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5156
5157 2010-10-08  Julien Danjou  <julien@danjou.info>
5158
5159         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5160
5161 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5164
5165         * gnus-sum.el (gnus-mark-article-as-unread)
5166         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5167         (gnus-summary-set-bookmark): Use it.
5168
5169         * gnus-msg.el (gnus-setup-message): Use it.
5170
5171         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5172
5173         * gnus.el (gnus-group-remove-parameter): Use it.
5174
5175         * gnus-group.el (gnus-group-make-web-group): Use it.
5176
5177         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5178
5179         * nnregistry.el: Update docs to mention manual.
5180
5181         * gnus-registry.el: Update docs to mention nnregistry.el.
5182         (gnus-registry-initialize): Don't install nnregistry refer method
5183         automatically.
5184         (gnus-registry-install-nnregistry): Remove it.
5185
5186 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5187
5188         * shr.el (shr-insert): Don't insert double spaces.
5189
5190 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-gravatar.el (gnus-treat-from-gravatar)
5193         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5194         called interactively.
5195
5196         * gnus-art.el (gnus-mime-view-part-externally)
5197         (gnus-mime-view-part-internally): Make predicate function passed to
5198         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5199         of a mime type.
5200
5201         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5202
5203 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * shr.el (require): Require cl when compiling.
5206         (shr-tag-hr): New function.
5207
5208         * nnimap.el (nnimap-update-info): Remove double setting of high.
5209         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5210         This makes nnimap work properly on Courier again.
5211
5212         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5213         the variable for backwards compatibility.
5214
5215         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5216         the file name before using to avoid setting mm-default-directory to
5217         nil.
5218
5219         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5220         bidning gnus-agent variables.
5221
5222         * shr.el (shr-render-td): Use a cache for the table rendering function
5223         to avoid getting an exponential rendering behaviour in nested tables.
5224         (shr-insert): Rework the line-breaking algorithm.
5225         (shr-insert): Don't leave trailing spaces.
5226         (shr-insert-table): Also insert empty TDs.
5227         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5228
5229 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5230
5231         * gnus-sum.el (gnus-number): Rename from `number'.
5232         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5233         (gnus-summary-limit-children): Update uses correspondingly.
5234
5235 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5238         (gnus-gravatar-transform-address): Don't show avatars of people of
5239         which mail addresses match gnus-gravatar-too-ugly.
5240
5241 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * shr.el (shr-table-widths): Expand TD elements to fill available
5244         space.
5245
5246 2010-10-07  Julien Danjou  <julien@danjou.info>
5247
5248         * nnimap.el (nnimap-request-rename-group): Add this method.
5249
5250 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5253         name from XEmacs' function-arglist.
5254
5255         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5256         gravatar under XEmacs.
5257
5258 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5259
5260         * auth-source.el: Update docs with TODO items.
5261
5262         * gnus-sync.el: Update docs to explain state and plans.
5263
5264         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5265         Hooks for mark updates.
5266         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5267
5268         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5269         hooks with arguments, which is needed for mark update hooks.
5270
5271 2010-10-06  Julien Danjou  <julien@danjou.info>
5272
5273         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5274         was matched.
5275
5276         * sieve-manage.el: Update example in `Commentary'.
5277
5278         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5279
5280         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5281         not 2000.
5282         (sieve-manage-authenticate): Re-add function.
5283
5284 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * shr.el (shr-insert): Get 'space transition right.
5287         (shr-render-td): Only delete space at the end of the TD.
5288
5289         * nnimap.el (nnimap-open-connection): Prepare to support
5290         open-gnutls-stream.
5291
5292         * shr.el: Rearrange function order to be more logical.
5293
5294 2010-10-06  Julien Danjou  <julien@danjou.info>
5295
5296         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5297         (nnrss-discover-feed): Remove 404 URL in docstring.
5298
5299         * nnir.el: Fix Swish-E URL.
5300         Fix Namazu URL.
5301
5302         * message.el (message-change-subject): Remove 404 URL in a comment.
5303
5304 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5307         called interactively.
5308
5309         * gnus-util.el (gnus-remove-if): Allow hash table.
5310         (gnus-remove-if-not): New function.
5311
5312         * gnus-art.el (gnus-mime-view-part-as-type)
5313         * gnus-score.el (gnus-summary-score-effect)
5314         * gnus-sum.el (gnus-read-move-group-name):
5315         Replace remove-if-not with gnus-remove-if-not.
5316
5317         * gnus-group.el (gnus-group-completing-read):
5318         Regard collection as a hash table if it is not a list.
5319
5320 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5323
5324         * shr.el: Document the table-rendering algorithm.
5325
5326 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5329         for Emacsen having no `libxml-parse-html-region' support.
5330
5331 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5334         invalid URLs.
5335
5336         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5337         line-broken.
5338         (shr-tag-img): Ignore image fetching errors.
5339         (shr-overlays-in-region): Compute overlay positions correctly.
5340
5341         * mm-decode.el (mm-shr): Require shr.
5342
5343         * gnus-art.el (gnus-blocked-images): Move variable here.
5344
5345         * shr.el (shr-insert-table): Bind free variable.
5346
5347         * mm-decode.el (mm-shr): Bind shr-content-function.
5348
5349         * shr.el (shr-content-function): New variable.
5350
5351         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5352         added for symmetry.
5353
5354         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5355
5356         * gnus-group.el (gnus-group-make-group): Doc fix.
5357
5358         * nnimap.el (nnimap-request-newgroups): Return success.
5359
5360         * shr.el (shr-find-elements): New function.
5361         (shr-tag-table): Put all the images after the table.
5362         (shr-tag-table): Really inhibit images inside the table.
5363         (shr-collect-overlays): Copy over overlays from the TD elements to the
5364         main document.
5365
5366         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5367         gnus-blocked-images.
5368
5369 2010-10-05  Julien Danjou  <julien@danjou.info>
5370
5371         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5372
5373         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5374         (gnus-html-maximum-image-size): Add this function.
5375         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5376
5377         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5378         server-value of the capability is nil.
5379
5380 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * shr.el (shr-tag-em): Add <EM> tag.
5383
5384 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5385
5386         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5387         customizable.
5388
5389         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5390         handing broken links to browse-url.
5391
5392 2010-10-05  Julien Danjou  <julien@danjou.info>
5393
5394         * gnus-util.el (gnus-emacs-completing-read)
5395         (gnus-iswitchb-completing-read): Use autoload rather than require.
5396
5397 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5400         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5401         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5402         iswitchb-temp-buflist for XEmacs.
5403
5404         * gnus-util.el (gnus-completing-read-function): Exclude
5405         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5406         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5407         XEmacs.
5408
5409         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5410         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5411
5412         * gnus-html.el: Don't require help-fns under XEmacs.
5413         (gnus-html-schedule-image-fetching): Work for XEmacs.
5414
5415         * mm-decode.el (mm-shr): Decode contents by charset.
5416
5417 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5420         unknown.
5421
5422         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5423         (shr-get-image-data): Ensure against the cache file missing.
5424
5425         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5426         for data.
5427
5428         * spam-report.el (spam-report-url-ping-plain): Don't query about
5429         killing the process.
5430
5431         * shr.el (shr-render-td): Protect against too-wide text.
5432
5433 2010-10-04  Julien Danjou  <julien@danjou.info>
5434
5435         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5436         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5437
5438         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5439         retrieved.
5440
5441 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * shr.el (browse-url): Require.
5444         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5445         lines.
5446         (shr-show-alt-text, shr-browse-image): New commands.
5447         (shr-browse-url, shr-copy-url): New commands.
5448
5449         * gnus-sum.el (gnus-widen-article-window): New variable.
5450         (gnus-summary-select-article-buffer): Use it.
5451
5452         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5453         without @ signs.
5454
5455 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5456
5457         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5458
5459 2010-10-04  Julien Danjou  <julien@danjou.info>
5460
5461         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5462         for XEmacs.
5463
5464 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5467
5468         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5469         (nnimap-close-server): Implement.
5470
5471         * dgnushack.el (iswitchb): Require to shut up the compiler.
5472
5473         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5474         (shr-insert): Tweak line breaking.
5475         (shr-insert): Handle <pre> better.
5476         (shr-tag-li): Get <li> indentation right.
5477         (shr-tag-li): Get <li> indentation even righter.
5478         (shr-tag-blockquote): Ensure paragraph start.
5479         (shr-make-table): Tweak table generation.
5480         (shr-make-table): Fix typo.
5481
5482         * shr.el: Implement table rendering.
5483
5484 2010-10-04  Julien Danjou  <julien@danjou.info>
5485
5486         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5487
5488 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * shr.el (shr-insert): Use string anchors instead of line anchors.
5491
5492 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493
5494         * shr.el: Add headings.
5495         (shr-ensure-paragraph): Actually work.
5496         (shr-tag-li): Make <ul> prettier.
5497         (shr-insert): Get white space at the beginning/end of elements right.
5498         (shr-tag-p): Collapse subsequent <p>s.
5499         (shr-ensure-paragraph): Don't insert double line feeds after blank
5500         lines.
5501         (shr-insert): \t is also space.
5502         (shr-tag-s): Fix "s" tag name function.
5503         (shr-tag-s): Fix face prop name.
5504
5505 2010-10-03  Julien Danjou  <julien@danjou.info>
5506
5507         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5508
5509         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5510         gnus-window-inside-pixel-edges.
5511
5512         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5513         gnus-ems.
5514
5515         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5516
5517         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5518         function.
5519
5520         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5521         resize choice.
5522
5523 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5526         beginning of the buffer.
5527
5528         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5529         article buffer again.
5530
5531         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5532
5533         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5534         when it's at the start of the buffer.
5535
5536         * shr.el (shr-tag-blockquote): Convert name.
5537         (shr-rescale-image): Use the right image-size variant.
5538
5539         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5540         buffer isn't shown, then select the current article first instead of
5541         bugging out.
5542         (gnus-summary-select-article-buffer): Show both the article and summary
5543         buffers again.
5544
5545         * shr.el (shr-fontize-cont): Protect against regions with no text.
5546         Rename tag functions to shr-tag-* for enhanced security.
5547         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5548
5549 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5550
5551         * shr.el (shr-insert):
5552         * pop3.el (pop3-movemail):
5553         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5554         loaded.
5555
5556 2010-10-03  Glenn Morris  <rgm@gnu.org>
5557
5558         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5559
5560         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5561
5562         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5563
5564         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5565
5566         * gnus-util.el (gnus-make-local-hook): Simplify.
5567
5568 2010-10-02  Julien Danjou  <julien@danjou.info>
5569
5570         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5571         (gnus-ido-completing-read): New function.
5572         (gnus-emacs-completing-read): New function.
5573         (gnus-completing-read): Use gnus-completing-read-function.
5574         Add gnus-completing-read-function.
5575
5576 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * shr.el (shr-insert-document): Autoload.
5579         (shr-img): Be silent.
5580         (shr-insert): Add a newline after every picture before text.
5581         (shr-add-font): Use overlays for combining faces.
5582         (shr-insert): Pass upwards the text start point.
5583
5584         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5585         possible.
5586         (mm-shr): New function.
5587
5588 2010-10-02  Julien Danjou  <julien@danjou.info>
5589
5590         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5591         should go backward.
5592
5593 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5594
5595         * shr.el (shr): Fix typo in provide call.
5596
5597 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * shr.el: New file.
5600
5601         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5602
5603         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5604         completing read.
5605
5606 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5609         we're being queried about.  Suggested by Dan Jacobson.
5610
5611         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5612         Suggested by Jason Eisner.
5613
5614         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5615         table, too.  Suggested by Stefan Wiens.
5616         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5617         the table unnecessary.  Suggested by Stefan Wiens.
5618
5619         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5620         longer needed, and probably doesn't work either, as pointed out by
5621         Stefan Wiens.
5622         (gnus-summary-exit): Remove call to the clearing function.
5623         (gnus-summary-exit-no-update): Ditto.
5624
5625         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5626         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5627         Reported by Stefan Monnier.
5628         (gnus-summary-save-in-rmail): Ditto.
5629
5630         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5631         article buffer, instead of both the article buffer and the summary
5632         buffer.  Sort of suggested by Dan Jacobson.
5633
5634         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5635
5636         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5637         Suggested by Dan Jacobson.
5638
5639         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5640         documentation clearer.
5641
5642         * message.el (message-shorten-references): Comment on the number "21".
5643         Suggested by Stefan Monnier.
5644
5645         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5646         Suggested by Dan Jacobson.
5647
5648         * gnus.el (gnus-large-newsgroup):
5649         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5650
5651         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5652         externalize attachments.  Bug reported by Steve Wen.
5653
5654         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5655         really message anything to the user.
5656
5657         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5658         directly.
5659
5660         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5661         messages in empty groups.
5662
5663 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5664
5665         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5666         non-UIDNEXT group.
5667
5668 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5671         not the value from the collection.
5672
5673         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5674         values.  This sometimes happens on some groups that have no info.
5675         (nnimap-request-newgroups): New function.
5676
5677 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5680         check into `gnus-registry-initialize'.
5681         (gnus-registry-initialize): Ditto.
5682         Fix and extend header docs.
5683
5684 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5687         regexp backtrace overflows.
5688
5689         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5690         for starttls that tls.el implements; i.e. openssl.
5691
5692         * tls.el (tls-starttls-switches): Give up on using starttls with
5693         gnutls-cli.
5694         (tls-program): Add --insecure to be consistent with the defaults from
5695         openssl s_client.  Now all three commands are insecure.
5696
5697 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * lpath.el: Bind completion-styles-alist for XEmacs.
5700
5701         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5702         (gravatar-create-image): New function that's an alias to
5703         gnus-xmas-create-image, gnus-create-image, or create-image.
5704         (gravatar-data->image): Use it.
5705
5706 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5709         install the nnregistry refer method.
5710         (gnus-registry-install-hooks): Use it.
5711         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5712         unfollowed groups.
5713
5714 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5715
5716         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5717         expanding threads.
5718
5719 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * nnir.el: Use the server names without suffixes (bug #7009).
5722
5723         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5724         unencrypted to STARTTLS, if possible.
5725
5726 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5727
5728         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5729         headers before superseding.
5730
5731 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * nnrss.el (nnrss-use-local): Add documentation.
5734
5735         * nnimap.el (nnimap-extend-tls-programs): New function.
5736         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5737         (nnimap-wait-for-connection): Accept the greeting from the stupid
5738         output from openssl s_client -starttls, too.
5739
5740         * tls.el (tls-starttls-switches): New variable.
5741         (tls-find-starttls-argument): Use it.
5742         (open-tls-stream): Ditto.
5743
5744         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5745         (netrc-machine): Ditto.
5746
5747         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5748         article number.
5749         (nnimap-split-fancy): New variable.
5750         (nnimap-split-incoming-mail): Use it.
5751
5752         * nntp.el (nntp-server-list-active-group): Document.
5753
5754         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5755         SELECT to get the message-id.
5756
5757         * mail-source.el (mail-sources): Remove webmail support.
5758         (defvar): Ditto.
5759         (mail-source-fetcher-alist): Ditto.
5760         (mail-source-fetch-webmail): Remove.
5761
5762         * webmail.el: Remove -- doesn't seem relevant any more.
5763
5764         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5765
5766         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5767         the \r.
5768
5769 2010-09-30  Julien Danjou  <julien@danjou.info>
5770
5771         * gnus-agent.el (gnus-agent-add-group): Fix call to
5772         gnus-completing-read.
5773
5774 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * nndoc.el (nndoc-retrieve-groups): New function.
5777
5778         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5779         `default', use nnmail-split-methods.
5780         (nnimap-request-article): Downcase the NILs so that they are nil.
5781
5782         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5783         symbol.
5784
5785         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5786         code, since if the user has requested network, that's what they ought
5787         to get.
5788         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5789         (nnimap-split-rule): Mark as obsolete.
5790
5791         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5792         New variable.
5793
5794         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5795         correct slot, too.
5796
5797 2010-09-29  Julien Danjou  <julien@danjou.info>
5798
5799         * gnus.el (gnus-local-domain): Declare variable obsolete.
5800
5801         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5802         Fix history computing.
5803         (gnus-ido-completing-read): Require ido.
5804
5805 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806
5807         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5808         build Gnus.
5809
5810         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5811         when interpreting the structures.
5812         (nnimap-request-accept-article): Add \r\n to the lines to make this
5813         work with Cyrus.
5814
5815         * nndraft.el (nndraft-request-expire-articles): Use the group name
5816         instead if "nndraft".  Fix found by Nils Ackermann.
5817
5818 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5819
5820         * nnregistry.el: Add.
5821
5822 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * nnmail.el (group, group-art-list, group-art):
5825         Remove unneeded directives.
5826
5827 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5830         (mm-mime-charset)
5831         * rfc2047.el (rfc2047-syntax-table)
5832         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5833
5834         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5835         rather than `insert-file-contents' and `eval-region'.
5836
5837         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5838         construction.
5839
5840         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5841
5842         * time-date.el: No need to require cl for Emacs 21.
5843
5844 2010-09-29  Julien Danjou  <julien@danjou.info>
5845
5846         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5847         replacement of `gnus-gravatar-relief' to mimic
5848         `gnus-faces-properties-alist'.
5849         Add :version property.
5850
5851 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * mail-source.el (mail-source-report-new-mail)
5854         * message.el (message-default-mail-headers)
5855         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5856
5857         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5858
5859 2010-09-28  Julien Danjou  <julien@danjou.info>
5860
5861         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5862         mail-address contains the same string as real-name.
5863
5864         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5865         non-blank in header, otherwise it'll get stripped.
5866
5867         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5868         real-name, and then for mail address rather than doing : or , search.
5869
5870 2010-09-27  Julien Danjou  <julien@danjou.info>
5871
5872         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5873         right completing-read function.
5874         (gnus-use-ido): New variable
5875         (gnus-completing-read-with-default): Remove.
5876         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5877         (gnus-agent-add-group):
5878         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5879         * mm-view.el (mm-view-pkcs7-decrypt):
5880         * mm-util.el (mm-codepage-setup):
5881         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5882         * mml-smime.el (mml-smime-openssl-sign-query):
5883         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5884         (mml-insert-multipart):
5885         * gnus-msg.el (gnus-summary-yank-message):
5886         * gnus-int.el (gnus-start-news-server):
5887         * mm-decode.el (mm-interactively-view-part):
5888         * gnus-dired.el (gnus-dired-attach):
5889         * gnus.el (gnus-read-method):
5890         * gnus-bookmark.el (gnus-bookmark-jump):
5891         * gnus-art.el (gnus-mime-view-part-as-type)
5892         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5893         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5894         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5895         * nnmairix.el (nnmairix-create-server-and-default-group)
5896         (nnmairix-update-groups, nnmairix-get-server)
5897         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5898         (nnmairix-get-group-from-file-path):
5899         * nnrss.el (nnrss-find-rss-via-syndic8):
5900         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5901         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5902         (gnus-group-browse-foreign-server):
5903         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5904         (gnus-summary-execute-command, gnus-summary-respool-article)
5905         (gnus-read-move-group-name):
5906         * gnus-score.el (gnus-summary-increase-score)
5907         (gnus-summary-score-effect):
5908         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5909
5910 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5913         x-focus-frame.
5914
5915         * nnimap.el (auth-source-forget-user-or-password)
5916         (auth-source-user-or-password): Autoload.
5917
5918         * message.el (message-from-style, message-interactive)
5919         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5920         (message-yank-prefix, message-indentation-spaces, message-signature)
5921         (message-signature-file): Add comment.
5922
5923 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5926         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5927         new articles.
5928
5929         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5930         parts.
5931         (nnimap-request-article): Work with the t setting, too.
5932
5933         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5934         that you don't get flashes of other buffers.
5935         (gnus-summary-show-complete-article): Intern before setting.
5936
5937 2010-09-27  David Engster  <dengste@eml.cc>
5938
5939         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5940         well as HEADERS.
5941         (nnmairix-retrieve-headers): Provide new argument for the above.
5942
5943 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * gnus-sum.el (gnus-summary-move-article): Don't alter
5946         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5947         group.
5948
5949         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5950
5951         * message.el (message-cite-prefix-regexp): Revert my last edit.
5952
5953         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5954         variable instead of the Gnus variable.
5955
5956         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5957
5958         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5959
5960         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5961         since some servers don't like it.
5962         (nnimap-open-connection): Forget credentials if the server says the
5963         password was wrong.
5964         (nnimap-parse-line): Protect against invalid data.
5965
5966         * gnus-sum.el (gnus-summary-move-article): Add comment.
5967         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5968         nothing alters it while scanning for new messages.
5969
5970         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5971         which may or may not help.
5972         (nnimap-open-connection): If we're doing a stream connection, and then
5973         discover we're on a STARTTLS-capable server, then open a STARTTLS
5974         connection instead.
5975
5976 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * nnimap.el (utf7): Require.
5979
5980         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5981         prefix.
5982
5983 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5984
5985         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5986
5987 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * nnimap.el (nnimap-request-accept-article): Message the error on
5990         error.
5991
5992 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5995
5996 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * nndoc.el (nndoc-request-list): Return success always.
5999
6000         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6001         `fetch-old' -- we only want to fetch the articles we've requested.
6002         The rest are in the agent, probably.
6003         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6004         disappeared server" to something low.  It's not important.
6005
6006         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6007         arrived before the FETCH data.
6008
6009         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6010         target here, because we don't know the Gnus name of the group.
6011
6012         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6013         for the correct group.
6014
6015         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6016
6017         * gnus.el (gnus): Give a final warning after startup.
6018
6019         * gnus-util.el (gnus-action-message-log): New variable.
6020         (gnus-message): Use it.
6021         (gnus-final-warning): New function.
6022
6023         * nnimap.el (nnimap-open-connection): Record the greeting.
6024         (nnimap): Add greeting.
6025
6026 2010-09-26  Julien Danjou  <julien@danjou.info>
6027
6028         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6029         arguments.
6030         (gnus-html-wash-images): Fix spec computing to include start/end.
6031
6032         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6033
6034 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6037         deletion.
6038         (nnimap-retrieve-headers): Don't select the group, because that's
6039         already done by nnimap-possibly-change-group.
6040
6041         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6042         (gnus-picon-transform-address): Use it.
6043
6044         * mail-source.el (mail-source-value): Revert previous patch.
6045
6046         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6047         on failure.
6048         (nnimap-open-connection): Look up both virtual and physical server name
6049         credentials.
6050
6051         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6052
6053 2009-02-07  Dave Love  <fx@gnu.org>
6054
6055         * tls.el (open-tls-stream): Don't query killing process.
6056
6057 2009-02-08  Dave Love  <fx@gnu.org>
6058
6059         * gnus-win.el (gnus-window-to-buffer-helper)
6060         (gnus-all-windows-visible-p): Function needn't be a symbol.
6061
6062         * mail-source.el (mail-source-value): Function needn't be a symbol.
6063
6064 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * message.el (message-cite-prefix-regexp): Remove } from the cite
6067         prefix.
6068
6069         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6070         highlight again, so that the highlight is correct.
6071
6072         * gnus-picon.el (gnus-picon): Remove again.
6073         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
6074
6075         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6076         doing the header highlightling, so that the background colour of the
6077         picon is correct.
6078
6079         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6080         (gnus-picon): Ditto.
6081         (gnus-picon): Reinstate.  The background colour for picons is white.
6082         (gnus-picon-insert-glyph): Make the background white.
6083
6084         * nnml.el (nnml-open-nov): Don't return dead buffers.
6085
6086         * auth-source.el (auth-source-create): Query the user for whether to
6087         store the credentials.
6088
6089         * netrc.el (netrc-store-data): New function.
6090
6091         * auth-source.el (auth-source-user-or-password): Use the existing auth
6092         sources, if any, for creation.
6093
6094         * gnus.el (gnus-group-fast-parameter): Return the last matching
6095         parameter instead of the first matching parameter.
6096
6097 2010-09-26  Julien Danjou  <julien@danjou.info>
6098
6099         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6100
6101 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * mml2015.el (mml2015-use): Remove gpg support.
6104
6105         * mml1991.el (mml1991-function-alist): Remove gpg function.
6106         (mml1991-gpg-sign): Remove.
6107
6108 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6109
6110         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6111         (gnus-browse-unsubscribe-current-group): Document it.
6112         (gnus-browse-unsubscribe-group): Use it.
6113
6114 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6117         address to the To list for easier response.
6118
6119         * gnus.el (gnus-play-startup-jingle): Remove.
6120         (gnus-splash): Don't play jingle.
6121         (gnus): Silence gnus-load message.
6122
6123         * gnus-art.el (gnus-treat-play-sounds): Remove.
6124
6125         * gnus.el (gnus-play-jingle): Remove audio support.
6126
6127         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6128
6129         * earcon.el: Remove -- no users.
6130
6131         * gnus-audio.el: Remove -- no users of this package.
6132
6133         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6134
6135         * gnus-start.el (gnus-setup-news): Remove nocem support.
6136
6137         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6138
6139         * gnus.el (gnus-use-nocem): Remove.
6140
6141         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6142         Remove.
6143
6144         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6145         uses NoCeM any more.
6146
6147         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6148         (gnus-button-ctan-handler): Ditto.
6149         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6150         (gnus-button-ctan-directory-regexp): Ditto.
6151         (gnus-button-handle-ctan): Ditto.
6152         (gnus-button-tex-level): Ditto.
6153         (gnus-button-alist): Remove CTAN stuff.
6154
6155 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6158         nnimap-streaming test.
6159
6160         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6161         servers twice.
6162
6163         * nnimap.el (nnimap-open-connection): Add more error reporting when
6164         nnimap fails early.
6165
6166         * nnheader.el (nnheader-get-report-string): New function.
6167         (nnheader-get-report): Use it.
6168
6169         * gnus-int.el (gnus-check-server): Say what the error was when opening
6170         failed.
6171
6172         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6173         using streaming.
6174
6175 2010-09-25  Julien Danjou  <julien@danjou.info>
6176
6177         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6178         gnus-window-inside-pixel-edges.
6179
6180 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6183
6184         * mm-decode.el (mm-save-part): Allow saving to other directories the
6185         normal Emacs way.
6186
6187         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6188         Suggested by Jay Berkenbilt.
6189
6190         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6191         there isn't a single byte.
6192
6193         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6194         just do it.  It doesn't really seem to matter what the user responds
6195         here, I think, so it's just a confusing question.
6196
6197         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6198         non-streaming case.
6199
6200         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6201         (gnus-article-encrypt-body): Use it.
6202
6203         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6204         keystroke.
6205
6206         * nnimap.el (nnimap-find-wanted-parts-1):
6207         Use gnus-fetch-partial-articles.
6208
6209         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6210
6211         * nnimap.el (nnimap-insert-partial-structure): New function.
6212         (nnimap-get-partial-article): New function.
6213         (nnimap-request-article): Use it.
6214         (nnimap-wait-for-response): Return whether the wait was successful.
6215         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6216         retrieval wasn't successful.
6217         (nnimap-retrieve-group-data-early): Allow throttling servers.
6218         (nnimap-streaming): New variable.
6219         (nnimap-fetch-partial-articles): Remove.
6220
6221         * mm-decode.el (mm-with-part): Protect against killed buffers.
6222
6223         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6224         for prettier summary display.
6225
6226 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6227
6228         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6229
6230 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6233         apparently third-party libraries depend on it.
6234
6235         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6236         before starting negotiation.
6237
6238         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6239         privacy reasons.
6240         (gnus-treat-mail-gravatar): Ditto.
6241
6242         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6243         buffer when inserting images.  Inserting text into the headers, for
6244         instance, can make them invalid.
6245
6246 2010-09-25  Julien Danjou  <julien@danjou.info>
6247
6248         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6249         variables.
6250
6251         * nnheader.el: Remove useless variables news-reply-yank-from and
6252         news-reply-yank-message-id.
6253
6254         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6255         variables.
6256
6257         * mml1991.el: Remove useless mml1991-verbose.
6258
6259         * gnus.el: Remove useless variable gnus-use-generic-from.
6260         Remove obsolete variable gnus-topic-indentation.
6261
6262         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6263
6264         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6265
6266         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6267
6268         * gnus-group.el: Remove useless gnus-group-icon-cache.
6269         Remove useless gnus-ephemeral-group-server.
6270
6271         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6272
6273         * mml2015.el: Remove useless mml2015-verbose.
6274
6275         * mml-smime.el: Remove useless mml-smime-verbose.
6276
6277         * gnus.el: Remove useless gnus-local-domain.
6278
6279         * gnus-gravatar.el (gnus-gravatar-transform-address):
6280         Use gnus-gravatar-size.
6281
6282         * gnus-art.el: Remove useless gnus-treat-translate.
6283
6284 2010-09-24  Julien Danjou  <julien@danjou.info>
6285
6286         * gnus-sum.el: Add support for Gravatars.
6287
6288         * gnus-art.el: Add support for Gravatars.
6289
6290         * gnus-gravatar.el: Add this file.
6291
6292         * gravatar.el: Add this file.
6293
6294 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6297
6298         * gnus-group.el (gnus-group-fetch-faq): Remove.
6299
6300         * gnus.el (gnus-group-faq-directory): Remove.
6301
6302         * gnus-group.el (gnus-group-fetch-charter): Remove.
6303
6304         * gnus.el (gnus-group-charter-alist): Remove.
6305
6306         * gnus-group.el (gnus-group-archive-directory): Remove.
6307         (gnus-group-recent-archive-directory): Ditto.
6308         (gnus-group-make-archive-group): Remove.
6309
6310         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6311
6312         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6313         use the same article number for all the cached articles.
6314
6315         * nnimap.el (nnimap-command): Register the last command time so
6316         that we can use it for idling NOOPs.
6317         (nnimap-open-connection): Start the keeplive timer.
6318         (nnimap-make-process-buffer): Store all the process buffers.
6319         (nnimap-keepalive): New function.
6320
6321         * starttls.el (starttls-open-stream): Add autoload cookie.
6322
6323 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6324
6325         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6326         handling.
6327
6328 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329
6330         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6331         its data structures.
6332
6333         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6334         instead of the cl.el copy-list.
6335         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6336         equalp.
6337
6338 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6341         and tool-bar-local-item-from-menu.
6342
6343         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6344         mode-line-highlight face for Emacs.
6345
6346         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6347         loading gnus-sum.elc; fix comment for canlock-verify.
6348         (gnus-article-jump-to-part): Use read-number.
6349         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6350         Remove Emacs pre-21 compatible code for help-echo.
6351         (gnus-article-next-page-1): No need to adjust the number of lines.
6352         (gnus-article-describe-bindings): Always use help-buffer.
6353
6354         * gnus-audio.el (gnus-audio-inline-sound)
6355         * gnus-cus.el (gnus-custom-mode)
6356         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6357
6358         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6359
6360         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6361         compatible code.
6362
6363 2010-09-24  Glenn Morris  <rgm@gnu.org>
6364
6365         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6366         visiting the fcc file in rmail-mode.
6367
6368         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6369
6370 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * nnir.el: Silence the byte compiler.
6373
6374         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6375         alias to browse-url-url-encode-chars if any.
6376         (gnus-html-encode-url): Use it.
6377
6378 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * gnus-start.el (gnus-use-backend-marks): New variable.
6381         (gnus-get-unread-articles-in-group): Use it.
6382
6383         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6384         makeover.
6385
6386 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6387
6388         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6389
6390 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6393         Remove.
6394         (gnus-setup-news-hook):
6395         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6396
6397         * gnus-int.el (gnus-request-update-info): Protect against backends not
6398         having the function.
6399
6400         * nnimap.el (nnimap-stream): Mention starttls.
6401         (nnimap-open-connection): Add starttls support.
6402
6403 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6404
6405         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6406
6407 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408
6409         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6410         BODYSTRUCTUREs.
6411         (nnimap-transform-headers): Unfold quoted {42} headers.
6412
6413         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6414         the info.
6415         (gnus-get-unread-articles): Only call updatep on backends that support
6416         it.
6417
6418         * nnweb.el (nnweb-request-update-info): NOOP.
6419
6420         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6421
6422         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6423         since it only deals with marks.
6424
6425         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6426         gnus-request-marks, and make a new gnus-request-update-info.
6427
6428         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6429         the active instead of the high number, which is usually too low.
6430
6431 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6434         * encrypt.el: Remove.
6435
6436 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6439         server in symbolic form.
6440
6441         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6442
6443 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6446         (nnimap-update-info): Fix up code slightly.
6447
6448         * gnus-int.el (gnus-open-server): Add tracing for performance
6449         debugging.
6450
6451         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6452         (gnus-group-insert-group-line): Pass the real group name so that it
6453         gets the right data.
6454
6455         * gnus-start.el (gnus-get-unread-articles): Don't have
6456         `gnus-get-unread-articles-in-group' update info, since that can be
6457         really slow and doesn't seem to be needed?
6458
6459 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6460
6461         * time-date.el (date-to-time): Try using parse-time-string first before
6462         using the slower timezone-make-date-arpa-standard.
6463
6464 2010-09-22  Julien Danjou  <julien@danjou.info>
6465
6466         * gnus-group.el (gnus-group-insert-group-line):
6467         Call gnus-group-highlight-line.
6468         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6469         default hook list.
6470         (gnus-group-update-eval-form): Add new function.
6471         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6472         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6473
6474 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475
6476         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6477         immediate, then expire all articles.
6478         (nnimap-update-info): Fix off-by-one errors.
6479         (nnimap-flags-to-marks): Would return no marks lists for group with no
6480         flags.  Instead return the other data.
6481
6482 2010-09-22  Julien Danjou  <julien@danjou.info>
6483
6484         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6485         Only return an icon.
6486         (gnus-group-insert-group-line): Compute icon to return.
6487
6488         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6489         (gnus-html-image-fetched): Only cache if
6490         gnus-html-image-automatic-caching is set.
6491         (gnus-html-image-fetched): Check for errors.
6492
6493 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6496         once per method on `g'.  This ensures that backends like nnfolder don't
6497         open all their folders.
6498
6499         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6500         (nnimap-request-list): Nix out group in the correct buffer.
6501         (nnimap-parse-flags): Implement by using `read' instead of
6502         hand-parsing.
6503         (nnimap-flags-to-marks): Pass on permanent-flags.
6504         (nnimap-make-process-buffer): Record the server name.
6505         (nnimap-parse-flags): Fix typo.
6506         (nnimap-request-scan): Run split on the server in general, not just a
6507         single group.
6508
6509         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6510         parameter, and propagate this downwards.
6511
6512         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6513         since EXAMINE changes it on the server.
6514
6515         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6516         this command might take a while.
6517
6518 2010-09-22  Julien Danjou  <julien@danjou.info>
6519
6520         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6521         harmful if you have 2 images side-by-side, they can't be properly
6522         update on text deletion.  Using text-property is safer here.
6523         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6524         data.
6525
6526 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * nnimap.el (nnimap-expunge-inbox): Remove.
6529         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6530         (nnimap-expunge): Flip default to t.
6531
6532         * gnus.el (gnus-method-to-server): Don't push things to the cache
6533         unless it's unique.
6534         (gnus-server-to-method): Ditto.
6535
6536 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6539
6540 2010-09-22  Julien Danjou  <julien@danjou.info>
6541
6542         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6543         get the start of data.
6544         (gnus-html-encode-url): Add this function to encode special chars in
6545         URL.
6546         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6547         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6548
6549         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6550         default.
6551         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6552
6553         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6554         images alt-text.
6555         (gnus-html-put-image): Put alt-text as help-echo.
6556
6557 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6560         * mm-util.el (mm-decompress-buffer)
6561         * nnir.el (nnir-run-find-grep)
6562         * pop3.el (pop3-list): Use 3rd arg of split-string.
6563
6564         * time-date.el (format-seconds): Comment fix.
6565
6566         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6567         and byte-optimize-form-code-walker.
6568         (dgnushack-make-auto-load): Don't advise make-autoload.
6569
6570         * lpath.el: Remove Emacs 21 stuff.
6571
6572 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6575         outside the active range.  Suggested by Dan Christensen.
6576
6577         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6578         slightly later to avoid double-getting it.
6579
6580         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6581         previous patch.
6582
6583         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6584
6585 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6586
6587         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6588
6589 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590
6591         * gnus-int.el (gnus-open-server): Give a better error message in the
6592         "go offline" case.
6593
6594         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6595         marks for nnimap, which is seldom the right thing to do.
6596
6597         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6598         (gnus-same-method-different-name): New function.
6599
6600         * nnimap.el (parse-time): Require.
6601
6602         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6603         method in the presence of many similar methods.
6604
6605         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6606
6607         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6608         nnml-inhibit-expiry.
6609
6610         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6611         find out whether methods are equal.
6612
6613         * nnimap.el (nnimap-find-expired-articles): New function.
6614         (nnimap-process-expiry-targets): New function.
6615         (nnimap-request-move-article): Request the article before looking at
6616         what the Message-ID is.  Fix found by Andrew Cohen.
6617         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6618
6619         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6620         for oldness in addition to being a predicate.
6621
6622         * nnimap.el (nnimap-request-group): When we have zero articles, return
6623         the right data to Gnus.
6624         (nnimap-request-expire-articles): Only delete articles immediately if
6625         the target is 'delete.
6626
6627         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6628         method, this would bug out.
6629
6630         * gnus-group.el (gnus-group-expunge-group): Rename from
6631         gnus-group-nnimap-expunge, and implemented as a normal interface
6632         function.
6633
6634         * gnus-int.el (gnus-request-expunge-group): New function.
6635
6636         * nnimap.el (nnimap-request-create-group): Implement.
6637         (nnimap-request-expunge-group): New function.
6638
6639 2010-09-21  Julien Danjou  <julien@danjou.info>
6640
6641         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6642         (gnus-html-cache-expired): Add new function.
6643         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6644         wethever we should display image for fetch it.
6645         Compute alt-text earlier to pass it to the fetching function too.
6646         (gnus-html-schedule-image-fetching): Change function argument to only
6647         get one image at a time, not a list.
6648         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6649         cache.
6650         (gnus-html-get-image-data): New function to retrieve image data from
6651         cache.
6652         (gnus-html-put-image): Change buffer argument to use image data rather
6653         than file, and place image above region rather than inserting a new
6654         one.  Do not take alt-text as argument, since it's useless now: we place
6655         the image above alt-text.
6656         (gnus-html-prune-cache): Remove.
6657         (gnus-html-show-images): Start to fetch image when we find one, do not
6658         push into a temporary list.
6659         (gnus-html-prefetch-images): Only fetch image if they have expired.
6660         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6661         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6662
6663 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6666
6667 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6670         spec inser "*" if the group isn't active instead of 0.
6671
6672         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6673         opening the server.
6674         (nnimap-request-delete-group): Implement group deletion.
6675         (nnimap-transform-headers): Return the size of the entire message in
6676         the Bytes header, not just the size of the first part.
6677         (nnimap-request-move-article): When moving an article from nnimap,
6678         request the article first so the accepting form has an article to
6679         accept.  Reported by Dan Christensen.
6680         (nnimap-command): Make sure that the error message doesn't error out.
6681
6682 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6683
6684         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6685         we haven't requested anything.
6686
6687 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6690         "".  Fix found by Andrew Cohen.
6691
6692         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6693         instead of -encode-string.
6694
6695 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6698
6699         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6700         by mm-subst-char-in-string.
6701
6702 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6705         waiting for the connection string.
6706
6707         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6708         arriving.
6709
6710         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6711         bogus characters.  This allows selecting certain Gmail groups.
6712
6713         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6714         (nnimap-fetch-partial-articles): New variable.
6715         (nnimap-open-connection): When looking for credentials, also use the
6716         nnimap-server-port.
6717         (nnimap-request-article): Return the group/article number, so that Gnus
6718         `^' works as expected.
6719         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6720
6721         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6722         comments.
6723         (gnus-methods-sloppily-equal): New function.
6724         (gnus): When using the development version of Gnus, load the gnus-load
6725         file.
6726
6727         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6728         `gnus-open-server' on each method before trying to scan them etc.
6729         This ensures that all the backend parameters are set correctly.
6730
6731         * nnimap.el (nnimap-authenticator): New variable.
6732         (nnimap-open-connection): Allow anonymous login.
6733         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6734         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6735
6736         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6737         patch, found by Knut Anders Hatlen.
6738
6739 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6740
6741         * gnus-agent.el (gnus-agent-batch-confirmation)
6742         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6743         to gnus-message.
6744         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6745         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6746         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6747         * gnus-int.el (gnus-open-server): Likewise.
6748         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6749         (gnus-score-check-syntax): Likewise.
6750         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6751         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6752         Likewise.
6753         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6754
6755 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6758         calling conventions so that prefetch doesn't bug out.
6759
6760 2010-09-19  Julien Danjou  <julien@danjou.info>
6761
6762         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6763         rather than `subst-char-in-region' in order to be able to replace ASCII
6764         char by UTF-8 ones.
6765
6766         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6767         than curl.
6768         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6769         the right URL and ALT text on images.
6770         (gnus-html-wash-tags): Fix tag case.
6771         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6772         (gnus-article-html): Add -o display_ins_del=2 option.
6773         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6774
6775 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6778         the extra mail headers, which sometimes seem to happen for unknown
6779         reasons.
6780
6781         * mail-parse.el (mail-header-encode-parameter): Define as
6782         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6783         (or most, perhaps?) mail readers don't understand the latter, but do
6784         understand the former.
6785
6786         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6787         to nil, so that no methods are automatically agentized.  I think this
6788         is probably what most users want.
6789
6790         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6791         from url-retrieve, for instance about invalid URLs.
6792
6793         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6794         groups that have no articles.
6795         (nnimap-request-article): Check that we really got an article when we
6796         requested one.
6797
6798         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6799         doesn't exist.
6800
6801         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6802         nntp buffer so the agent can save it.
6803         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6804         that CRLF doesn't get translated to \n.
6805         (nnimap-open-connection): Don't make 'shell commands only send \n.
6806
6807 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6808
6809         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6810         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6811         Update var name.
6812         (nnml-generate-nov-file): Use dolist.
6813         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6814         Use with-current-buffer.
6815
6816 2010-09-18  Julien Danjou  <julien@danjou.info>
6817
6818         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6819         parallel.
6820
6821 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6824         the range update right.
6825         (nnimap-request-group): Don't make `M-g' bug out on group with no
6826         marks.
6827         (nnoo): Require, so that other packages can require nnimap.
6828         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6829         command we're looking for.  This helps when the server sends more
6830         responses after we've gotten everything we expected.
6831         (nnimap): Add a `newlinep' field to keep track of end-of-line
6832         conventions.
6833         Don't send CRLF to things that don't want it.
6834         (nnimap-request-accept-article): Ditto.
6835
6836 2010-09-18  Julien Danjou  <julien@danjou.info>
6837
6838         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6839         than curl to retrieve images.
6840
6841 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842
6843         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6844         the marks.
6845         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6846         (nnimap-wait-for-connection): New function.
6847         (nnimap-open-connection): If we have PREAUTH, don't query for login
6848         credentials.
6849         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6850         when doing a partial update.
6851
6852 2010-09-18  Julien Danjou  <julien@danjou.info>
6853
6854         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6855         tags.
6856
6857 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * nnimap.el (nnimap-credentials): New function.
6860         (nnimap-open-connection): Use the new function to look for credentials
6861         also on the numeric equivalents of "imap" and "imaps".
6862
6863         * gnus-start.el (gnus-activate-group): Send the info to
6864         gnus-request-group.
6865
6866         * nnimap.el (nnimap-request-group): Have the "check" version of the
6867         function parse flags and update the info, so that a `M-g' get a total
6868         resync of all flags from the group.
6869
6870         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6871         to allow backends to alter the info on group selection.  Also alter all
6872         the backend -request-group functions to take the parameter.
6873
6874         * nnimap.el (nnimap-store-info): New function.
6875         (nnimap-update-info): Store the info for later usage.
6876         (nnimap-request-group): Use the stored info for the dont-check case, so
6877         that we don't retrieve all marks when we enter a group.
6878
6879         * nnimap.el: Use deffoo instead of defun for interface functions.
6880
6881         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6882         update the group info.  This makes the nndraft groups, for instance, go
6883         back to their old behaviour.
6884
6885         * gnus-sum.el (gnus-select-newsgroup): Indent.
6886
6887         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6888         in.
6889         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6890         nothing.
6891
6892         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6893         from methods that are denied.
6894
6895         * gnus-int.el (gnus-method-denied-p): New function.
6896
6897         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6898         store the password instead of netrc.
6899         (nnimap-open-connection): Don't error out when we can't make a
6900         connections.
6901
6902         * auth-source.el (auth-source-create): In the password prompt, say what
6903         we're querying for.  Also prompt for user name if that hasn't been
6904         given.
6905
6906         * nnimap.el (nnimap-with-process-buffer): Remove.
6907
6908 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6911         method when we're reading from the agent.
6912
6913         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6914
6915         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6916         that's probably most useful for users.
6917
6918         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6919         "failed" all the time.
6920
6921         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6922         ...)) with (with-current-buffer ... ).
6923
6924         * nntp.el (nntp-open-server): Return whether the open was successful or
6925         not.
6926
6927         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6928         select an unread unseen article first.
6929
6930         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6931         /etc/services, supply some sensible port defaults.
6932
6933         * dgnushack.el: Define netrc-credentials.
6934
6935 2010-09-17  Julien Danjou  <julien@danjou.info>
6936
6937         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6938
6939 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6940
6941         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6942         doesn't have any parameters.
6943
6944 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6947         only upcased checks.
6948
6949         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6950
6951         * nnimap.el (nnimap-open-shell-stream): New function.
6952         (nnimap-open-connection): Use it.
6953         (nnimap-transform-headers): Get the number of lines in each message.
6954         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6955         number of lines.
6956         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6957         problem.
6958
6959         * utf7.el (utf7-encode): Autoload.
6960
6961         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6962         to allow the mail splitting to not return a default group.  This is
6963         useful for nnimap, which will leave unmatched mail in the inbox.
6964
6965         * nnimap.el: Rewritten.
6966
6967         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6968         nnimap usage.
6969
6970         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6971         if the move is internal, so that nnimap can do fast internal moves.
6972
6973         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6974         data.
6975         (gnus-read-active-for-groups): Support finishing the early retrieval of
6976         data.
6977
6978         * gnus-range.el (gnus-range-nconcat): New function.
6979
6980         * gnus-int.el (gnus-finish-retrieve-group-infos)
6981         (gnus-retrieve-group-data-early): New functions.
6982
6983 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6984
6985         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6986         (nnrss-retrieve-groups):
6987         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6988         (pop3-quit): Use with-current-buffer.
6989
6990 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6993         instead of nnheader-accept-process-output.
6994
6995         * dgnushack.el (dgnushack-compile): Add comment.
6996
6997         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6998
6999         * gnus-html.el (gnus-html-schedule-image-fetching)
7000         (gnus-html-prefetch-images): Replace process-kill-without-query by
7001         gnus-set-process-query-on-exit-flag.
7002
7003 2010-09-16  Romain Francoise  <romain@orebokech.com>
7004
7005         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7006
7007 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7008
7009         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7010         parameter to unintern is mandatory-ish in Emacs 24.
7011
7012         * gnus-html.el (gnus-html-schedule-image-fetching)
7013         (gnus-html-prefetch-images): Check for curl before using it.
7014
7015         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7016         depend on curl, which isn't essential.
7017
7018         * imap.el: Revert back to version
7019         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7020         seem problematic.
7021
7022 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7023
7024         * gnus-registry.el (gnus-registry-install-shortcuts):
7025         Explicitly pass `obarray' to `unintern' to avoid a warning.
7026
7027 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7030         change.
7031
7032         * nnrss.el (nnrss-request-list): Remove this function and related
7033         functions, including the moreover stuff.
7034
7035 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * nnrss.el (nnrss-retrieve-groups): New function.
7038
7039 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7040
7041         * .dir-locals.el: Add no-byte-compile cookie.
7042
7043 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * time-date.el (format-seconds): Comment fix.
7046
7047         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7048         for back end that doesn't support request-scan.
7049
7050 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7053         then do request scans from the backends.
7054
7055         * netrc.el (netrc-credentials): New conveniency function.
7056
7057         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7058         avoid running a hook per line, since this takes a lot of time,
7059         profiling shows.
7060         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7061         directly if gnus-visual-p is true.
7062
7063 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7066         groups; replace mapcar with dolist which is a bit faster; pass groups
7067         info to gnus-read-active-file-1.
7068         (gnus-read-active-file-1): Scan only specified groups if the new
7069         optional arg `infos' is given.
7070
7071 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7074
7075         * pop3.el (pop3-movemail): Remove.
7076         (pop3-streaming-movemail): Rename to pop3-movemail.
7077
7078         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7079         don't restrict end-tag searches to the end of the line.
7080
7081 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7084         articles of every unchecked group to t, which means unknown since the
7085         server has never been opened.
7086
7087 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * gnus-html.el (gnus-html-show-alt-text): New command.
7090         (gnus-html-browse-image): Ditto.
7091         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7092         to browse the image directly.
7093         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7094         better.
7095
7096         * gnus-async.el (gnus-async-article-callback):
7097         Call `gnus-html-prefetch-images' unconditionally.
7098
7099         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7100         before feeding URLs to curl.
7101
7102 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7105         internal images as deletable by `W D D'.
7106
7107         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7108         (gnus-async-article-callback): Fix typo.
7109
7110 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111
7112         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7113         current line to work around bugs in the output from w3m.
7114
7115         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7116         for groups that want that.
7117
7118         * nntp.el (nntp-wait-for-string): Supply a timeout for
7119         accept-process-output to ensure progress.
7120
7121         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7122         level to get unread articles from, then use that for foreign groups,
7123         too.
7124
7125         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7126         confuses the rest of the function.
7127
7128         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7129         for the methods that support -retrieve-groups, too.
7130
7131         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7132
7133 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7136         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7137
7138         * pop3.el: Require cl when compiling.
7139         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7140
7141 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7144         that aren't going to be activated.
7145         (gnus-get-unread-articles): Fix up the last commit.
7146
7147         * gnus-html.el (gnus-article-html): Allow calling without specifying
7148         the handle.  In that case, dissect the buffer first.
7149
7150         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7151
7152         * nnimap.el (nnimap-open-connection): Revert the change that would look
7153         into authinfo for imaps instead of imap.
7154
7155         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7156         say that you don't want to call gnus-request-group with don-check, but
7157         do check the reponse.  This is for virtual groups only.
7158         (gnus-get-unread-articles): Count the archive groups as secondary, so
7159         that they're activated the same way as before.
7160
7161         * imap.el (imap-message-map): Removed optional buffer parameter, since
7162         no callers use it.
7163         (imap-message-get): Ditto.
7164         (imap-message-put): Ditto.
7165         (imap-mailbox-map): Ditto.
7166         (imap-mailbox-put): Ditto.
7167         (imap-mailbox-get): Ditto.
7168         (imap-mailbox-get): Revert last change for this function.
7169
7170         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7171         case-insensitively.
7172         (nnimap-debug): Remove.
7173
7174         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7175         callers to use `imap-fetch' instead.  According to the comments, this
7176         should be safe, since all other IMAP clients use the 1:* syntax.
7177         (imap-enable-exchange-bug-workaround): Remove.
7178         (imap-debug): Remove -- doesn't seem very useful.
7179
7180         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7181         mail from a file, and the file doesn't exist.
7182
7183         * imap.el (imap-log): New convenience function used throughout instead
7184         of repeating the same code all over the place.
7185
7186         * pop3.el (pop3-streaming-movemail): Return t for success.
7187
7188         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7189         .authinfo if we're using ssl connection.
7190
7191         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7192         already have if we're in a main Gnus `g' run.
7193
7194         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7195
7196 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7199
7200         * nnmh.el (nnmh-request-list-1): Bind `file'.
7201
7202         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7203         alias to set-process-query-on-exit-flag or process-kill-without-query.
7204         (pop3-open-server): Use it.
7205
7206 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7209         box to the Incoming file.  Fixes mistake in previous checkin.
7210
7211         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7212         request loop (for debugging purposes) removed.
7213
7214         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7215         culprit is more visible.
7216         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7217         (nnml-add-incremental-nov): New functions to do "incremental" nov
7218         updates, where we just append to the end of the existing nov files
7219         without reading/writing them in full.
7220
7221         * mail-source.el (mail-source-delete-crash-box): Really only check the
7222         incoming files once in a while.
7223
7224         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7225
7226         * mail-source.el (mail-source-delete-crash-box): Only check the
7227         incoming files for deletion once per day to save a lot of file
7228         accesses.
7229
7230         * pop3.el (pop3-logon): Fix up unbound variable typo.
7231
7232         * mail-source.el (pop3-streaming-movemail): Autoload.
7233
7234         * pop3.el (pop3-streaming-movemail):
7235         Respect pop3-leave-mail-on-server.
7236
7237         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7238         retrieval.
7239
7240         * pop3.el (pop3-process-filter): Remove unused function.
7241         (pop3-streaming-movemail, pop3-send-streaming-command)
7242         (pop3-wait-for-messages, pop3-write-to-file)
7243         (pop3-number-of-responses): New functions for streaming pop3
7244         retrieval.
7245
7246         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7247         come from no known methods.
7248         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7249         list.
7250
7251         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7252         message sizes.
7253         (pop3-movemail): Use erase-buffer instead of looping and deleting
7254         regions, which seems rather odd.
7255
7256         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7257         file once per `g' run.
7258
7259         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7260         directories.  This makes the draft queue directory work.
7261
7262         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7263         data from the backends, so that we only request the list of groups from
7264         each method once.  This should speed things up considerably.
7265
7266         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7267         detect that it's not implemented.
7268
7269         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7270         we actually do recurse down into the tree, but don't stat all leaf
7271         nodes.
7272
7273         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7274         then say so instead of bugging out.
7275
7276         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7277         files exist before trying to read them.
7278
7279         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7280         around <pre_int>.
7281
7282         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7283
7284         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7285
7286 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7287
7288         * mm-util.el (mm-image-load-path): Just return the image directories,
7289         not all directories in the path in addition to the image directories.
7290         (mm-image-load-path): Maintain a cache of the image directories so that
7291         the `g' command in Gnus doesn't have to stat dozens of directories each
7292         time.
7293
7294         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7295         (gnus-html-wash-tags): Add a new `i' command to insert images.
7296         (gnus-html-insert-image): New command and keystroke.
7297         (gnus-html-redisplay-with-images): New command and keystroke.
7298         (gnus-html-show-images): Rename command.
7299         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7300         spacers.
7301         (gnus-html-wash-tags): Decode entities at the end, so that entities
7302         inside the tags don't mess up the rest of the "parsing".
7303
7304         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7305         so that nnimap methods aren't agentized by default.  There's apparently
7306         many problems related to agent/imap behaviour.
7307
7308         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7309
7310         * gnus-html.el: Doc fix.
7311
7312 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7315         specifier-spec-list for Emacs 21.
7316
7317         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7318         glyph-width and glyph-height instead of display-graphic-p and
7319         image-size; make avoidance of displaying small images work for XEmacs.
7320
7321         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7322         for XEmacs.
7323
7324         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7325         of symbol that holds plist data.
7326         (gnus-process-plist): Remove plist of process after getting it.
7327
7328 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * message.el (message-generate-hashcash): Change default to
7331         'opportunistic if hashcash is installed.
7332
7333         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7334         (gnus-html-put-image): Only call image-size once, since it's somewhat
7335         time-consuming on remote X servers.
7336
7337 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7340         type on data, not a file name.
7341
7342         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7343         window-pixel-edges for Emacs 21.
7344
7345         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7346         decoded contents.
7347         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7348
7349 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7352         group line format, since it isn't very interesting.
7353
7354         * gnus-agent.el (gnus-agent-short-article),
7355         (gnus-agent-long-article): Increase values for these two variables,
7356         since most people are likely to have more network connection and
7357         storage than before.
7358
7359         * gnus.el (gnus-refer-article-method): Change default to 'current.
7360         When referring an article, the common behaviour is to refer it from the
7361         current select method, not the native select method.  The chances of
7362         the native select method having the message in question is rather slim
7363         these days.
7364
7365         * gnus-sum.el (gnus-auto-select-subject): Change default to
7366         `unseen-or-unread'.  I think it's likely that most people want to
7367         select an unseen article over a previously seen, but unread one.
7368
7369         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7370         means that in the article buffer none of the minor mode elements will
7371         be shown, usually, and this is not desirable in most cases.
7372
7373         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7374         that commands like `d' (and the like) go to the next line in the
7375         buffer, instead of the next unread article.  I think this is the
7376         behaviour that is most natural for most users.
7377         (gnus-single-article-buffer): Change default to nil, so that people can
7378         have as many article buffers open as they have summary buffer.  I think
7379         this is the most natural way for the groups to behave.
7380
7381         * message.el (message-generate-new-buffers): Change default to
7382         `unsent', so that all new message buffers start their names with the
7383         string "*unsent", and it's easier to find the buffers if you move from
7384         them.
7385
7386 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7387
7388         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7389         small.  They're probably tracking images.
7390         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7391         (gnus-html-rescale-image): Yet another try at getting the image sizing
7392         right.
7393
7394         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7395         nntp-marks-file-name is nil.
7396
7397 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * gnus-html.el (gnus-html-wash-tags)
7400         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7401         Better logging.
7402
7403 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7406
7407         * gnus-html.el (gnus-html-wash-tags): Check the value of
7408         gnus-blocked-images in the summary buffer.
7409
7410 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7413
7414 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7417         like "a", it seems like.
7418         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7419         since it needs to be picked from the correct buffer.
7420
7421         * nnwfm.el: Remove.
7422
7423         * nnlistserv.el: Remove.
7424
7425 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7428         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7429
7430 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431
7432         * nnkiboze.el: Remove.
7433
7434         * nndb.el: Remove.
7435
7436         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7437         alt text.
7438         (gnus-html-rescale-image): Try to get the rescaling logic right for
7439         images that are just wide and not tall.
7440
7441         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7442         overshadow variable bindings.
7443
7444 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7445
7446         * gnus-html.el (gnus-html-wash-tags)
7447         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7448         Add extra logging.
7449
7450 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7453         (gnus-max-image-proportion): New variable.
7454         (gnus-html-rescale-image): New function.
7455         (gnus-html-put-image): Rescale images.
7456
7457 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7458
7459         Fix up some byte-compiler warnings.
7460         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7461         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7462         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7463         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7464         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7465         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7466         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7467
7468 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-html.el (gnus-article-html): Decode contents by charset.
7471
7472 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7475         (gnus-html-frame-width, gnus-blocked-images)
7476         * message.el (message-prune-recipient-rules): Add custom version.
7477         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7478
7479         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7480         functions.
7481
7482         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7483         gnus-process-get.
7484
7485 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7486
7487         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7488         instead of lsub directly.
7489
7490 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * nnwarchive.el: Remove.
7493
7494         * gnus-soup.el: Remove.
7495
7496         * nnsoup.el: Remove.
7497
7498         * nnultimate.el: Remove.
7499
7500         * gnus-html.el (gnus-blocked-images): New variable.
7501
7502         * message.el (message-prune-recipients): New function.
7503         (message-prune-recipient-rules): New variable.
7504
7505         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7506         guess whether a long line is natural text or not.
7507
7508         * gnus-html.el (gnus-html-schedule-image-fetching):
7509         Use gnus-process-plist and friends for compatibility.
7510
7511 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7512
7513         * gnus-html.el: Require packages that define macros used in this file.
7514         (gnus-article-mouse-face): Declare to silence byte-compiler.
7515         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7516         process-get.
7517         (gnus-html-put-image): Use plist-get to avoid getf.
7518         (gnus-html-prefetch-images): Use with-current-buffer.
7519
7520 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-ems.el: Provide compatibility functions for
7523         gnus-set-process-plist.
7524
7525         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7526         header-line-format for XEmacs 21.4.
7527
7528         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7529         * gnus.el (gnus-valid-select-methods)
7530         * message.el (message-send-mail-partially-limit)
7531         * mm-decode.el (mm-text-html-renderer)
7532         * mml.el (mml-insert-mime-headers-always)
7533         * smiley.el (smiley-regexp-alist): Bump custom version.
7534
7535 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus-html.el: require mm-url.
7538         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7539         with the url to `url'.
7540         (gnus-html-wash-tags): Support cid: URLs/images.
7541
7542 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7545         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7546         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7547
7548         * gnus-move.el: Remove file, since it doesn't really work.
7549
7550         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7551         UTF-8.  This seems to fix problems with some German web feeds.
7552
7553         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7554         at the top so that the proper colours are applied.
7555
7556         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7557         don't have dots in their names.
7558
7559         * gnus-art.el (gnus-article-view-part): Doc fix.
7560
7561         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7562         XEmacs-compatible.
7563         (gnus-html-put-image): Don't do images on non-graphic displays.
7564
7565         * nnslashdot.el: Remove this unused backend.
7566
7567         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7568         actions.
7569         (gnus-undo-register-1): Revert last change.
7570
7571         * gnus-group.el (gnus-group-completing-read): Protect against not
7572         having completion-styles bound.
7573
7574         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7575         make broken recipients happier.
7576
7577         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7578
7579         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7580         point parameter.
7581
7582         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7583
7584         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7585         completion-styles for group selection.
7586
7587 2009-02-04  Andreas Schwab  <schwab@suse.de>
7588
7589         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7590         headers and regexp-quote the match if necessary.
7591
7592 2009-03-24  Miles Bader  <miles@gnu.org>
7593
7594         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7595         the blinking smiley.
7596
7597 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7598
7599         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7600         blink smiley.
7601
7602 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603
7604         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7605         where the dribbel file lives exists.
7606
7607         * message.el (message-send-mail-partially-limit): Change the default to
7608         nil, since most people don't want this.
7609
7610         * mm-url.el (mm-url-decode-entities): Also decode entities like
7611         &#x3212.
7612
7613 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7614
7615         * gnus-sum.el (gnus-summary-idna-message):
7616         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7617         Hyperlink urls in docstrings with URL `...'.
7618
7619 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7620
7621         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7622         functions.
7623
7624 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7625
7626         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7627         say what the mouseover text should be.
7628
7629         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7630         version of the mm-w3m-safe-url-regexp variable to only download images
7631         in the groups where we want that to happen.
7632
7633         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7634
7635         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7636         easier debugging.
7637         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7638         big pictures in the article buffer.
7639
7640         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7641         gnus-article-html.
7642         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7643         w3m.
7644
7645         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7646
7647 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7650         which doesn't exist.
7651
7652         * message.el (message-inhibit-ecomplete): New variable to allow some
7653         function to inhibit ecomplete address storage.
7654         (message-resend): Disable ecomplete message storage when resending
7655         messages.
7656
7657         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7658
7659 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7662         Save excursion while copying, moving, and deleting articles in order to
7663         prevent the cursor from jumping to unforeseen place.
7664
7665 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * lpath.el: No need to bind bookmark-current-buffer,
7668         bookmark-yank-point and bookmark-make-record-function.
7669
7670 2010-08-17  Glenn Morris  <rgm@gnu.org>
7671
7672         * gnus-sync.el: Require gnus components whose functions are used.
7673
7674         * gnus-art.el (bookmark-make-record-function):
7675         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7676         Declare for compiler.
7677
7678         * mm-url.el (mml-compute-boundary): Autoload.
7679
7680 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7683
7684 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7685
7686         Typo fix "hoo4a" -> "hook".
7687
7688         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7689
7690 2010-08-14  Glenn Morris  <rgm@gnu.org>
7691
7692         * gnus-sync.el (gnus-sync): Fix defgroup version.
7693
7694 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7695
7696         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7697
7698         * gnus-sync.el: Fix docs.
7699         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7700         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7701
7702 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7703
7704         Optimizations for gnus-sync.el.
7705
7706         * gnus-sync.el: Add docs about gnus-sync-backend
7707         possibilities.
7708         (gnus-sync-save): Remove unnecessary message.
7709         (gnus-sync-read): Optimize and show what groups were skipped.
7710
7711 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7712
7713         Minor bug fixes for gnus-sync.el.
7714
7715         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7716         Don't read the sync on get-new-news.
7717
7718         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7719         quiet.
7720
7721         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7722         (fix typo).
7723
7724 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7725
7726         Make saving and restoring of hidden threads work with overlays.
7727         Patch applied by Ted Zlatanov.
7728
7729         * gnus-sum.el (gnus-hidden-threads-configuration)
7730         (gnus-restore-hidden-threads-configuration): Update to deal with text
7731         properties, rather than searching for a magic character.
7732
7733 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7734
7735         New gnus-sync.el library for synchronization of marks.
7736
7737         * gnus-sync.el: New library for synchronization of marks.
7738
7739         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7740         renamed from `gnus-registry-grep-in-list'.
7741
7742         * gnus-registry.el (gnus-registry-follow-group-p):
7743         Use `gnus-grep-in-list'.
7744
7745         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7746
7747 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7750         determining charset of text fails.
7751
7752 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * nnmail.el (nnmail-get-new-mail-1): Revert.
7755
7756         * nnml.el (nnml-active-number): Make sure names of newly created groups
7757         in nnml-group-alist are encoded.
7758
7759 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7762         containing non-ASCII characters in active file for nnml back end.
7763
7764 2010-07-24  David Engster  <dengste@eml.cc>
7765
7766         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7767         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7768
7769 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7770
7771         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7772         tag (Bug#6654).
7773
7774 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7777         the article buffer, not the summary buffer.
7778
7779 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7782         Emacs 23 as well.
7783
7784 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7787         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7788
7789 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7790
7791         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7792         Patch applied by Karl Fogel.
7793
7794         * gnus-sum.el (gnus-summary-bookmark-make-record):
7795         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7796
7797 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7798
7799         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7800         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7801         C-w still not working correctly from Article buffers; Thierry's
7802         patch to fix that will be applied after this.
7803
7804         * gnus-art.el (bookmark-make-record-function): New local variable.
7805
7806         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7807         article buffer.
7808         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7809
7810 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7811
7812         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7813         on changes in bookmark.el.
7814
7815 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7818         `no-log' instead of message not to log prompt string.
7819
7820 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7821
7822         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7823         the *other* type of HTML form submission.
7824
7825 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7826
7827         * auth-source.el (auth-source-pick): If choice does not contain a
7828         questioned keyword, set the check to t.
7829
7830 2010-06-12  Romain Francoise  <romain@orebokech.com>
7831
7832         * gnus-util.el (gnus-date-get-time): Move up before first use.
7833
7834 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7837         (gnus-article-edit-part): Bind it to make last part that is substituted
7838         or deleted visible.
7839         (gnus-mime-display-single): Buttonize part of which id equals to
7840         gnus-mime-buttonized-part-id.
7841
7842 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7843
7844         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7845         (gnus-dd-mmm): Use gnus-date-get-time.
7846         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7847         simplify logic.
7848         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7849         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7850
7851 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7852
7853         * auth-source.el (top): Autoload `secrets-list-collections',
7854         `secrets-create-item', `secrets-delete-item'.
7855         (auth-sources): Fix tag string.
7856         (auth-get-source, auth-source-retrieve, auth-source-create)
7857         (auth-source-delete): New defuns.
7858         (auth-source-pick): Rewrite in order to avoid 2 passes.
7859         (auth-source-forget-user-or-password): New parameter USERNAME.
7860         (auth-source-user-or-password): New parameters CREATE-MISSING and
7861         DELETE-EXISTING.  Retrieve password interactively, if needed.
7862
7863 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7864
7865         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7866         deleting unused directories when gnus-expert-user is t.
7867
7868 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7871         for each temp file when gnus-article-browse-delete-temp is ask.
7872
7873 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7874
7875         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7876         Replace Lisp calls to delete-backward-char by calls to delete-char.
7877
7878 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7879
7880         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7881
7882 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7883
7884         * password-cache.el (password-cache-remove): Fix docstring.
7885
7886 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7889         article unless decoding article to be saved.
7890
7891 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7894         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7895         generated within the mm-with-unibyte-current-buffer macro.
7896
7897 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7900         to nil when we're in a mml-preview buffer and no group is selected.
7901
7902 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7903
7904         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7905         when catching the `C-g'.  Reported by "Leo".
7906
7907 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * message.el (message-forward-make-body-plain)
7910         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7911         multibyte-string-p.
7912
7913         * lpath.el: Revert.
7914
7915 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * message.el (message-forward-make-body-mml): Assume original message
7918         is multibyte string; error on unibyte.
7919         (message-forward-make-body-plain): Ditto; don't add excessive newline
7920         in body end.
7921
7922         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7923
7924 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7925
7926         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7927         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7928
7929 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * mm-extern.el (mm-extern-url): Don't use
7932         mm-with-unibyte-current-buffer.
7933         (mm-extern-cache-contents): Use with-current-buffer instead of
7934         save-excursion + set-buffer.
7935
7936 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * mm-util.el (mm-emacs-mule): Remove.
7939
7940 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7941
7942         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7943         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7944         change.
7945
7946 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7949         bind the default value of enable-multibyte-characters to nil.
7950
7951 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * message.el (message-forward-make-body-plain)
7954         (message-forward-make-body-mml):
7955         Don't use mm-with-unibyte-current-buffer.
7956
7957 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7958
7959         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7960
7961 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7962
7963         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7964         (Bug#5592).
7965
7966 2010-05-07  Julien Danjou  <julien@danjou.info>
7967
7968         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7969         it to mm-pipe-part.
7970
7971         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7972         it is given.
7973
7974 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * binhex.el (binhex-decode-region-internal)
7977         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7978         (dns-query)
7979         * nnweb.el (nnweb-gmane-search)
7980         * pgg-parse.el (pgg-parse-armor)
7981         * pgg.el (pgg-verify-region)
7982         * sha1.el (sha1-string-external)
7983         * uudecode.el (uudecode-decode-region-internal)
7984         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7985         XEmacs.
7986
7987         * gnus-art.el (gnus-article-browse-html-parts)
7988         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7989         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7990         make-temp-file.
7991
7992         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7993         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7994         compiling.
7995
7996         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7997         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7998         XEmacs when compiling.
7999
8000         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8001         gnus-pick-mode-off-hook for XEmacs when compiling.
8002         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8003         gnus-binary-mode-off-hook for XEmacs when compiling.
8004
8005         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8006         Return nil if char-charset is not available.
8007
8008         * imap.el (imap-disable-multibyte)
8009         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8010         macros.
8011
8012         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8013         instead of encode-coding-string.
8014
8015         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8016         'xemacs) instead of mm-emacs-mule to switch function definitions.
8017         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8018
8019         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8020         bind temporary-file-directory for XEmacs;
8021         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8022         timer-set-function for XEmacs 21.4 and SXEmacs;
8023         bind timer-list for XEmacs 21.4 and SXEmacs;
8024         fbind char-charset and find-charset-region for non-Mule XEmacs;
8025         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8026         encode-coding-region and encode-coding-string for XEmacs having no
8027         file-coding feature.
8028
8029 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8030
8031         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8032
8033 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8036         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8037
8038 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8039
8040         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8041         alias `jka-compr-delete-temp-file' no longer exists.
8042
8043 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8044
8045         Use define-minor-mode in Gnus where applicable.
8046         * mml.el (mml-mode): Use define-minor-mode.
8047         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8048         (gnus-undo-mode): Use define-minor-mode.
8049         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8050         (gnus-dead-summary-mode): Use define-minor-mode.
8051         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8052         Initialize in declaration.
8053         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8054         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8055         (gnus-mailing-list-mode): Use define-minor-mode.
8056         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8057         (gnus-draft-mode): Use define-minor-mode.
8058         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8059         (gnus-dired-mode): Use define-minor-mode.
8060
8061 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8062
8063         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8064         handles on recursive mml-to-mime translation and check them for
8065         boundary delimiter collisions.  Reported by Greg Troxel.
8066
8067 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8070
8071 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8072
8073         * mm-util.el (mm-find-buffer-file-coding-system):
8074         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8075
8076 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8077
8078         * message.el (message-generate-headers): Record insertion of optional
8079         headers as well.  Otherwise the check to prevent repeated insertion of
8080         optional headers is a no-op.
8081
8082 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8083
8084         * smime.el: Don't mention CVS.
8085
8086         * nnrss.el (nnrss-fetch): Don't mention CVS.
8087
8088         * nnir.el: Don't mention CVS.
8089
8090 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8091
8092         * gnus-sum.el (gnus-summary-bookmark-make-record):
8093         Add `location' field.
8094
8095 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * lpath.el: Fbind bookmark-default-handler,
8098         bookmark-get-bookmark-record, bookmark-make-record-default,
8099         bookmark-prop-get for Emacs <23 and XEmacs.
8100
8101 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8102
8103         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8104         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8105         Use with-current-buffer to silence the byte-compiler.
8106         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8107         bother to require `gnus'.
8108         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8109
8110 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8111
8112         * gnus-sum.el (gnus-summary-bookmark-make-record)
8113         (gnus-summary-bookmark-jump): New functions.
8114         (gnus-summary-mode): Setup bookmark support.
8115
8116 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8117
8118         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8119         if set.
8120
8121 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8124         gnus-article-browse-html-save-cid-image; make it work recursively for
8125         forwarded messages as well.
8126         (gnus-article-browse-html-parts): Work when prefix arg is given.
8127         (gnus-article-browse-html-article): Doc fix.
8128
8129 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8130
8131         * message.el (message-default-mail-headers):
8132         (message-default-headers): Carry the value mail-default-headers over
8133         into message-default-mail-headers, rather than message-default-headers.
8134
8135 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8136
8137         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8138         charset.
8139
8140         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8141         charset into the <meta> tag when the article is encoded to utf-8.
8142
8143 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * gnus-art.el (gnus-article-browse-delete-temp-files):
8146         Delete directories as well.
8147         (gnus-article-browse-html-parts): Work for images that do not specify
8148         file names; delete temp directory when quitting; insert header at the
8149         right place; use file: scheme for image files.
8150
8151 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8152
8153         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8154         (gnus-article-browse-html-parts): Use it to make temporary cid image
8155         files in addition to html file so that browser may display them.
8156
8157 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8160
8161 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8162
8163         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8164
8165 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8166
8167         * auth-source.el (auth-sources): Change default to be simpler.
8168         Explain about Secret Service API sources.  Improve Customize options.
8169         (auth-source-pick): Change to accept any number of search parameters.
8170         Implement fallbacks iteratively, not recursively.  Add scoring on the
8171         second pass and sort by score.  Call Secret Service API when needed.
8172         (auth-source-user-or-password): Use it.  Call Secret Service API
8173         directly when needed to get the user name and the password.
8174
8175 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8176
8177         * message.el (message-interactive): Doc fix.
8178         (message-qmail-inject-args): Reflow.
8179         (message-kill-to-signature): Fix typo in docstring.
8180
8181         * smiley.el (smiley-buffer): Fix typo in docstring.
8182
8183 2010-03-24  Glenn Morris  <rgm@gnu.org>
8184
8185         * mail-source.el (gnus-message): Declare.
8186         (mail-source-delete-old-incoming): Require gnus-util.
8187
8188 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8191
8192         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8193
8194         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8195         password-cache's default if it is not bound.
8196         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8197         password-cache-expiry's default if it is not bound.
8198
8199         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8200         available in Emacs 21.
8201
8202         * lpath.el: Suppress compiler warnings for:
8203         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8204         XEmacs;
8205         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8206         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8207         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8208
8209 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * auth-source.el (auth-sources): Fix up definition so extra parameters
8212         are always inline.
8213
8214 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8215
8216         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8217         wasn't updated after mismatch.  Clear cached mailbox info correctly
8218         when uidvalidity changes.
8219         (nnimap-group-prefixed-name): New function to avoid some code
8220         duplication.
8221         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8222         (nnimap-request-group): Use it.
8223         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8224         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8225         with many imap folders.  This is done by caching the group status from
8226         the imap server persistently in a group parameter `imap-status'.  (This
8227         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8228         but not persistently, so every Gnus startup was still very slow.)
8229
8230 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8231
8232         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8233         delete the extra newline.  Otherwise editing of :string and :number
8234         types don't work.
8235
8236 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8237
8238         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8239         secrets.el dependency.
8240         (auth-sources): Add optional user name.  Add secrets.el configuration
8241         choice (unused right now).
8242
8243 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8244
8245         * gnus-sum.el (gnus-summary-make-menu-bar):
8246         Let `gnus-registry-install-shortcuts' fill in the functions.
8247
8248         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8249         warnings.
8250         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8251         (gnus-registry-install-shortcuts): Populate and use it in a
8252         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8253
8254 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8255
8256         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8257         In-place substitutions for the group name encoding/decoding.
8258         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8259         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8260         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8261         (nnimap-update-unseen, nnimap-request-list)
8262         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8263         (nnimap-request-set-mark, nnimap-split-to-groups)
8264         (nnimap-split-articles, nnimap-request-newgroups)
8265         (nnimap-request-create-group, nnimap-request-accept-article)
8266         (nnimap-request-delete-group, nnimap-request-rename-group)
8267         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8268         `encoded-mbx' for consistency.
8269         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8270         variable `imap-current-mailbox'.
8271
8272         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8273         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8274
8275 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8276
8277         * pop3.el (pop3-display-message-size-flag): Display message size byte
8278         counts during POP3 download.
8279         (pop3-movemail): Use it.
8280         (pop3-list): Implement listing of available messages.
8281
8282 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8283
8284         * nnir.el (nnir-get-article-nov-override-function): New function to
8285         override the normal NOV retrieval.
8286         (nnir-retrieve-headers): Use it.
8287
8288 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8289
8290         * auth-source.el (netrc-machine-user-or-password): Autoload.
8291
8292 2010-03-19  Glenn Morris  <rgm@gnu.org>
8293
8294         Stop message.el from loading about 40 libraries it doesn't always need.
8295         The general approach is to autoload rather than require, and to
8296         require in the specific functions rather than the file.  (Bug#5642)
8297
8298         * gmm-utils.el: Don't require wid-edit.
8299         (widget-create-child-value, widget-convert, widget-default-get):
8300         Autoload.
8301
8302         * gnus-util.el: Don't require time-date, netrc.
8303         (message-fetch-field, gnus-group-name-decode): Declare rather than
8304         autoloading.
8305         (gnus-fetch-field): Require message.
8306         (gnus-decode-newsgroups): Require gnus-group.
8307
8308         * ietf-drums.el: Don't require time-date.
8309
8310         * message.el: Don't require hashcash, canlock, ecomplete.
8311         Do require mail-utils.  Require nnheader only when compiling.
8312         (smtpmail-default-smtp-server): Remove declaration.
8313         (message-send-mail-function): Check smtpmail-default-smtp-server
8314         is bound rather than requiring smtpmail.
8315         (message-auto-save-directory, message-insert-signature):
8316         Use expand-file-name rather than nnheader-concat.
8317         (nnheader-insert-file-contents): Autoload.
8318         (hashcash-wait-async): Declare.
8319         (message-send-mail): Only call gnus-setup-posting-charset if
8320         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8321         (message-send-mail-with-sendmail): Require sendmail.
8322         (canlock-password, canlock-password-for-verify): Declare.
8323         (message-canlock-password): Require canlock.
8324         (nnheader-get-report): Autoload.
8325         (gnus-setup-posting-charset): Declare.
8326         (message-send-news): Require gnus-msg.
8327         (message-make-references, message-make-in-reply-to): Use mail-header-id
8328         rather than the alias mail-header-message-id.
8329         (ecomplete-add-item, ecomplete-save): Declare.
8330         (message-put-addresses-in-ecomplete): Require ecomplete.
8331         (ecomplete-display-matches): Autoload.
8332
8333         * mm-decode.el: Don't require mailcap, gnus-util.
8334         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8335         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8336         Autoload.
8337         (mailcap-mime-extensions): Declare.
8338
8339         * mm-encode.el: Don't require mailcap.
8340         (mailcap-extension-to-mime): Autoload.
8341
8342         * mml-sec.el: Don't require password-cache.
8343
8344         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8345         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8346         (mml-minibuffer-read-type): Require mailcap.
8347         (mml-preview): Require gnus-msg.
8348
8349         * mml1991.el: Require password-cache.
8350         (password-cache-expiry): Remove declaration.
8351
8352         * mml2015.el: Require password-cache.
8353         (password-cache-expiry): Remove declaration.
8354
8355         * nneething.el (mailcap): Require mailcap.
8356
8357         * nnheader.el (declare-function): Add compatibility stub.
8358         (message-remove-header): Declare rather than autoload.
8359         (nnheader-replace-header): Require message.
8360
8361         * nnimap.el (declare-function): Add compatibility stub.
8362         (netrc-parse, netrc-machine-user-or-password): Declare.
8363         (nnimap-open-connection): Require netrc.
8364
8365         * nntp.el (declare-function): Add compatibility stub.
8366         (netrc-parse, netrc-machine, netrc-get): Declare.
8367         (nntp-send-authinfo): Require netrc.
8368
8369         * rfc2047.el: Don't require qp.
8370         (quoted-printable-encode-region, quoted-printable-decode-string):
8371         Autoload.
8372
8373         * sieve-mode.el: Don't require easymenu.
8374         (easy-menu-add-item): Autoload it.
8375
8376         * spam-stat.el (time-to-number-of-days): Autoload it.
8377
8378 2010-03-19  Glenn Morris  <rgm@gnu.org>
8379
8380         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8381
8382 2010-03-18  Glenn Morris  <rgm@gnu.org>
8383
8384         * hashcash.el (declare-function): Remove duplicate definition.
8385
8386 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8387
8388         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8389         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8390         value if any backslash escapes).
8391
8392 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8395         if it is available.  (bug#5647)
8396
8397         * lpath.el: Suppress compiler warning for coding-system-from-name for
8398         Emacs 21 and XEmacs.
8399
8400 2010-03-14  Juri Linkov  <juri@jurta.org>
8401
8402         * hmac-def.el:
8403         * hmac-md5.el:
8404         * netrc.el: Fix keywords.
8405
8406 2010-02-26  Glenn Morris  <rgm@gnu.org>
8407
8408         * message.el (message-send-mail-function): Change the default, so that
8409         it inherits from a customized send-mail-function.  (Bug#5643)
8410
8411 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8412
8413         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8414         shell-command-to-string signals an error (bug#5299).
8415
8416 2010-02-24  Glenn Morris  <rgm@gnu.org>
8417
8418         * message.el (message-smtpmail-send-it)
8419         (message-send-mail-with-mailclient): Doc fixes.
8420
8421 2010-02-16  Glenn Morris  <rgm@gnu.org>
8422
8423         * message.el (message-default-mail-headers): Change the default value
8424         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8425
8426 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8429         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8430
8431 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8432
8433         * time-date.el (date-to-time): Doc fix (Bug#5408).
8434
8435 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8436
8437         * message.el (message-mail): Just pass yank-action on to message-setup.
8438         (message-setup): Handle (FUN . ARGS) form of yank-action.
8439         (message-with-reply-buffer, message-widen-reply)
8440         (message-yank-original): Handle non-buffer values of
8441         message-reply-buffer (Bug#4080).
8442         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8443
8444 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8445
8446         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8447         Fix typo in docstring.
8448
8449 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8450
8451         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8452         response.
8453
8454 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8457
8458         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8459
8460         * message.el (message-check-news-header-syntax): Protect against a
8461         string that `rfc822-addresses' returns when parsing fails.
8462
8463 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8466         (gnus-previous-char-property-change): New functions.
8467
8468         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8469
8470 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8471
8472         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8473         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8474
8475 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8476
8477         * message.el (message-exchange-point-and-mark): Rework last change to
8478         avoid using optional arg of exchange-point-and-mark, for backward
8479         compatibility.
8480
8481 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8482
8483         * message.el (message-exchange-point-and-mark):
8484         Call exchange-point-and-mark with an argument rather than setting
8485         mark-active by hand (Bug#5175).
8486
8487 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * nntp.el (nntp-service-to-port): Work for service expressed with
8490         numeric string; replace [:digit:] with [0-9] for XEmacs.
8491
8492 2009-12-17  Glenn Morris  <rgm@gnu.org>
8493
8494         * gnus-group.el (gnus-bug-group-download-format-alist):
8495         Change emacs entry to debbugs.gnu.org.  Bump :version.
8496
8497 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8500
8501 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * message.el (message-info): Explain why we use `Info-goto-node'.
8504
8505 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8508
8509 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8510
8511         * message.el (message-completion-in-region): New compatibility function.
8512         (message-expand-group): Use it.
8513
8514 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8517         with no unread article should be listed if the 2nd arg `predicate' is
8518         given.
8519
8520 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8523
8524 2009-11-29  Juri Linkov  <juri@jurta.org>
8525
8526         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8527         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8528         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8529
8530 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8531
8532         * sha1.el (sha1-string-external): default-directory "/" in case
8533         otherwise non-existent.  process-connection-type pipe for touch of
8534         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8535
8536 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8537
8538         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8539         it's comms related and sgml-mode.el has "comm" on that basis too.
8540
8541 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8544         containing tspecial characters if they have been already quoted.
8545
8546 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8547
8548         * dns-mode.el (auto-mode-alist): Purecopy string.
8549
8550 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8551
8552         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8553
8554 2009-10-24  Glenn Morris  <rgm@gnu.org>
8555
8556         * gnus-art.el (help-xref-stack-item): Define for compiler.
8557
8558 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8559
8560         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8561
8562 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8565
8566 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8569         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8570
8571 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8574         (gnus-overlays-in): New alias to overlays-in.
8575
8576         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8577         gnus-overlay-get, and gnus-delete-overlay.
8578         (gnus-summary-show-thread): Make it work as well for systems in which
8579         next-single-char-property-change is not available.
8580         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8581
8582         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8583         (gnus-overlay-get): New alias to extent-property.
8584         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8585
8586         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8587         SXEmacs.
8588
8589         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8590         SXEmacs.
8591
8592 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8595
8596 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8597
8598         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8599         and XEmacs that don't have `remove-overlays'.
8600
8601 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8602
8603         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8604         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8605         selective display.  Use overlays instead.
8606
8607 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8608
8609         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8610
8611 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8612
8613         * spam-stat.el (spam-stat-load): Fix typo in message.
8614
8615 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8616
8617         * dig.el (dig-invoke): Fix typo in docstring.
8618         (query-dig): Reflow docstring.
8619
8620 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8621
8622         * gnus-art.el (gnus-article-encrypt-body):
8623         * message.el (message-check-recipients):
8624         * mm-util.el (mm-codepage-setup):
8625         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8626         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8627
8628 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8629
8630         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8631         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8632         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8633         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8634         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8635
8636 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8637
8638         * dig.el: Add "Keywords: comm", as per net-utils.el.
8639
8640 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8641
8642         * dig.el (dig-mode): Use define-derived-mode.
8643
8644 2009-09-19  Glenn Morris  <rgm@gnu.org>
8645
8646         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8647
8648 2009-09-18  Glenn Morris  <rgm@gnu.org>
8649
8650         * gnus-diary.el (gnus-diary-check-message):
8651         * message.el (message-insert-formatted-citation-line):
8652         * nnbabyl.el (top-level):
8653         * nndiary.el (nndiary-schedule):
8654         Fix typos in condition-case handlers.
8655
8656 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8659         configuration that provides the sole article window in a frame;
8660         position point correctly after deleting a part.
8661
8662 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8663
8664         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8665         (spam-resolve-registrations-routine): Use it to unregister articles
8666         that change status.
8667
8668 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8671         with XEmacs.
8672         (parse-time-string-chars): Use it.
8673
8674 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * imap.el (imap-interactive-login): Better messages.
8677         (imap-open): Fix bug with renamed buffer on reconnect.
8678         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8679         for easier debugging and cleaner code.  On successful (guessed based on
8680         server capabilities) secondary authentication, set imap-state
8681         correctly.
8682         (imap-last-authenticator): Define imap-last-authenticator as a variable
8683         to avoid warnings.
8684
8685 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * nnrss.el (nnrss-request-article): Remove binding of
8688         default-enable-multibyte-characters that has gotten needless by
8689         the 2007-07-13 change in rfc2047-encode-message-header.
8690
8691         * mml.el (mml-insert-multipart): Error on the message header.
8692         (mml-insert-part): Error on the message header; position point at
8693         the end of a MIME tag.
8694
8695 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * time-date.el (autoload): Expand define-obsolete-function-alias into
8698         defalias and make-obsolete for old Emacsen that Gnus supports.
8699         (with-no-warnings): Define it for old Emacsen.
8700         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8701         is available.
8702         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8703         float-time is available; suppress compile warning for time-to-seconds.
8704
8705         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8706         (gnus-float-time): Alias to float-time if it exists.
8707
8708         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8709         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8710         float-time is available; suppress compile warning for time-to-seconds.
8711
8712         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8713         XEmacs.
8714
8715 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8716
8717         * imap.el (imap-message-map): Docstring fix.
8718
8719 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8722         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8723         Add the optional argument `encoding' that overrides the default.
8724
8725         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8726         mm-encode-buffer.
8727
8728 2009-09-04  Glenn Morris  <rgm@gnu.org>
8729
8730         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8731         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8732         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8733         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8734         * mm-util.el (mm-with-unibyte-current-buffer)
8735         (mm-find-buffer-file-coding-system):
8736         * yenc.el (yenc-decode-region): Use default-value rather than
8737         default-enable-multibyte-characters.
8738
8739 2009-09-03  Glenn Morris  <rgm@gnu.org>
8740
8741         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8742         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8743         than default-enable-multibyte-characters.
8744
8745 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8746
8747         * gnus-art.el (gnus-article-read-summary-keys):
8748         Fix gnus-buffer-configuration's value temporarily used.
8749
8750 2009-09-02  Glenn Morris  <rgm@gnu.org>
8751
8752         * gnus-util.el (gnus-float-time): New function.
8753         * gnus-delay.el (gnus-delay-article):
8754         * gnus-sum.el (gnus-thread-latest-date):
8755         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8756         * nnspool.el (nnspool-request-newgroups):
8757         Use gnus-float-time rather than time-to-seconds.
8758         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8759
8760         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8761         (gnus-header-subject-face, gnus-header-newsgroups-face)
8762         (gnus-header-name-face, gnus-header-content-face):
8763         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8764         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8765         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8766         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8767         (gnus-cite-face-11):
8768         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8769         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8770         (gnus-server-closed-face, gnus-server-denied-face)
8771         (gnus-server-offline-face):
8772         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8773         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8774         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8775         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8776         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8777         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8778         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8779         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8780         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8781         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8782         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8783         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8784         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8785         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8786         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8787         (gnus-summary-high-undownloaded-face)
8788         (gnus-summary-low-undownloaded-face)
8789         (gnus-summary-normal-undownloaded-face)
8790         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8791         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8792         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8793         (gnus-splash-face):
8794         * message.el (message-header-to-face, message-header-cc-face)
8795         (message-header-subject-face, message-header-newsgroups-face)
8796         (message-header-other-face, message-header-name-face)
8797         (message-header-xheader-face, message-separator-face)
8798         (message-cited-text-face, message-mml-face):
8799         * sieve-mode.el (sieve-control-commands-face)
8800         (sieve-action-commands-face, sieve-test-commands-face)
8801         (sieve-tagged-arguments-face):
8802         * spam.el (spam-face):
8803         Mark face aliases with "-face" in the name as obsolete.
8804
8805 2009-09-01  Glenn Morris  <rgm@gnu.org>
8806
8807         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8808         than goto-line.
8809
8810 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8813         Don't move point if the command is invoked inside the message header.
8814
8815 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8816
8817         * imap.el (imap-send-command): Simplify.
8818         (imap-wait-for-tag): point-max -> buffer-size.
8819
8820 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8821
8822         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8823         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8824         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8825         * nnir.el (nnir-swish-e-index-file):
8826         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8827         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8828         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8829         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8830         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8831         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8832
8833 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8836         Don't save excursion.
8837
8838 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8839
8840         * nnheader.el (nnheader-find-file-noselect):
8841         * mm-util.el (mm-insert-file-contents):
8842         Use (default-value 'major-mode) instead of default-major-mode.
8843
8844 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8845
8846         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8847
8848 2009-08-26  Glenn Morris  <rgm@gnu.org>
8849
8850         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8851         than placing in files.el.
8852
8853 2009-08-25  Glenn Morris  <rgm@gnu.org>
8854
8855         * nnir.el (top-level): Don't require cl at run-time.
8856         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8857         Replace cl-function substitute with gnus-replace-in-string.
8858         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8859         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8860         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8861         simplified expansions.
8862
8863 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8864
8865         * dig.el (dig): Add autoload cookie.
8866
8867 2009-08-22  Glenn Morris  <rgm@gnu.org>
8868
8869         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8870         goto-line.
8871
8872 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8873
8874         * parse-time.el (parse-time-string-chars): Save match data.
8875
8876 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8877
8878         * parse-time.el (parse-time-string-chars): Compute using character
8879         classes, to handle non-ascii characters (Bug#3190).
8880
8881 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8884
8885         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8886         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8887         (gnus-mm-display-part, gnus-mime-display-single)
8888         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8889         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8890
8891         * gnus-sum.el
8892         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8893         (gnus-summary-move-article): Add expirable mark to articles copied or
8894         moved to group that has auto-expire turned on if the option is non-nil.
8895
8896 2009-07-24  Glenn Morris  <rgm@gnu.org>
8897
8898         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8899         Fix typo.  (Bug#3903)
8900
8901 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8904         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8905         that should not be used for draft articles.
8906         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8907         that has no concern in minor mode keys.
8908         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8909         Abolish.
8910
8911 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8914         article without making inquiry to a user for unknown encoding.
8915
8916         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8917         (nnmaildir--scan): Assume i-node and device number that file-attributes
8918         returns might be cons-cell.
8919
8920         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8921
8922         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8923
8924 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8925
8926         * auth-source.el: Remove docs now in auth.texi.  Don't use
8927         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8928         `auth-source-hide-passwords' and use them.
8929
8930 2009-07-15  Glenn Morris  <rgm@gnu.org>
8931
8932         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8933
8934 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8937         excessive whitespace from the default values of title and description.
8938
8939 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8942         mail-fetch-field to fetch Content-Description header in order to
8943         exclude newlines.
8944
8945 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8946
8947         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8948         format used by GnuPG 2.0.11.
8949
8950 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8953         to deleted part.
8954
8955 2009-05-30  David Engster  <dengste@eml.cc>
8956
8957         * nnmairix.el: Remove old documentation in the commentary block.
8958         (nnmairix-request-group): Do not update active file for nnml back ends.
8959         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8960         end so that overview files are ignored.
8961         (nnmairix-update-groups): Make updating the groups more robust by using
8962         marks.
8963         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8964         with dollar characters in message-id.
8965
8966 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8969         2008-12-25 in dns.el.
8970
8971 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8972
8973         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8974         could happen if the text is only composed of spaces and/or tabs.
8975
8976 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8977
8978         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8979         when sending a queued message to avoid extra mml tags.
8980
8981 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8984
8985 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8988         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8989         rmail-toggle-header for XEmacs;
8990         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8991
8992 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-dired.el: Remove autoload for gnus-setup-message.
8995         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8996         displaying Gnus logo; always use compose-mail.
8997
8998 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9001
9002 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9005         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9006         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9007         available.
9008         (gnus-nocem-epg-verify): New function.
9009
9010 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9013
9014 2009-02-15  Glenn Morris  <rgm@gnu.org>
9015
9016         * gnus-util.el (rmail-insert-rmail-file-header)
9017         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9018         autoloads.
9019         (rmail-default-rmail-file): Remove unnecessary declaration.
9020         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9021
9022 2009-02-14  Glenn Morris  <rgm@gnu.org>
9023
9024         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9025         variable (only used in gnus-util, which declares it anyway).
9026         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9027         which was only needed by gnus-art (changed to not use it any more).
9028         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9029         only used in gnus-util, which autoloads it itself.
9030         (rmail-update-summary): Fix autoload.
9031
9032         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9033         rather than rmail-output-to-rmail-file.
9034
9035 2009-02-07  Glenn Morris  <rgm@gnu.org>
9036
9037         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9038         autoload of function that no longer exists.
9039         (rmail-toggle-header): Declare.
9040         (message-forward-rmail-make-body): Handle mbox Rmail.
9041
9042 2009-01-31  Glenn Morris  <rgm@gnu.org>
9043
9044         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9045         2009-01-09 change.
9046
9047 2009-01-31  Dave Love  <fx@gnu.org>
9048
9049         * imap.el (imap-fetch-safe): Bind debug-on-error.
9050         (imap-debug): Add imap-fetch-safe.
9051
9052 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9053
9054         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9055         (auth-source-forget-all-cached): New convenience function.
9056         (auth-source-user-or-password): Accept list of modes or a single mode.
9057
9058         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9059         auth-source modes.
9060
9061         * netrc.el (netrc-machine-user-or-password): Use list of
9062         auth-source modes.
9063
9064         * nnimap.el (nnimap-open-connection): Use list of
9065         auth-source modes.
9066
9067         * nntp.el (nntp-send-authinfo): Use list of
9068         auth-source modes.
9069
9070 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9071
9072         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9073         now.
9074
9075 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9078         coding system in XEmacs; add a workaround for XEmacs.
9079
9080         * lpath.el: Fbind coding-system-aliasee.
9081
9082 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9085         of current-language-environment.
9086
9087 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9090         available at runtime.
9091
9092 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9095
9096 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9097
9098         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9099         the greatest positive fixnum value doesn't work under an XEmacs with
9100         bignum support; use the most-positive-fixnum constant instead,
9101         available since Emacs 21.1 with cl and XEmacs 21.1.
9102
9103 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9106         XEmacs gets not to work.
9107
9108 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * mm-util.el (mm-coding-system-priorities): Allow the value like
9111         "Japanese (UTF-8)" of current-language-environment.
9112
9113 2009-01-09  Glenn Morris  <rgm@gnu.org>
9114
9115         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9116         with last-command-event.
9117
9118 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9121         in the doc string.
9122
9123         * message.el (message-fix-before-sending): Amend comment.
9124
9125 2009-01-08  Dave Love  <fx@gnu.org>
9126
9127         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9128
9129 2009-01-07  David Engster  <dengste@eml.cc>
9130
9131         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9132         simplified server definitions by converting it via
9133         gnus-server-to-method.
9134
9135 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9138         parameter's operands.
9139
9140 2009-01-06  David Engster  <dengste@eml.cc>
9141
9142         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9143         primary select method (for gnus-group-mark-article-as-read).
9144
9145 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9146
9147         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9148         `(gnus)Face', not `(gnus)X-Face'.
9149
9150 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * mm-util.el (mm-ucs-to-char): New function.
9153
9154         * mm-url.el (mm-url-decode-entities): Use it.
9155
9156         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9157         unicode-to-char.
9158
9159 2009-01-05  Dave Love  <fx@gnu.org>
9160
9161         * time-date.el: Require cl for `declare'.
9162
9163 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9166         Dave Love.
9167
9168 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * message.el (message-fix-before-sending): Add `eight-bit' to
9171         illegible-text check.
9172
9173 2009-01-03  Michael Olson  <mwolson@gnu.org>
9174
9175         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9176         `headers' is nil.  This can occur if the IMAP server does not have
9177         permissions to read messages from a folder, but can write new messages
9178         to the folder.
9179         (nnimap-request-article-part): Do not insert `data' if it is nil.
9180
9181         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9182         characters which will confuse `read', so skip past them.
9183
9184 2009-01-01  Dave Love  <fx@gnu.org>
9185
9186         * imap.el (imap-string-to-integer): Fix typo.
9187         (imap-fetch-safe): New function.
9188         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9189
9190         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9191
9192         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9193         (imap-parse-greeting): Fix doc strings.
9194         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9195         (imap-parse-flag-list): Make messages unique.
9196         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9197
9198         * nnimap.el: Fix author email.
9199         (nnimap-split-rule): Add FIXME comment.
9200         (nnimap-debug): Fix doc string.
9201
9202 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9205
9206 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9209         nslookup if resolv.conf isn't available.
9210         (dns-query): Rename from query-dns.
9211         (dns-query-cached): Rename from query-dns-cached.
9212
9213 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9216         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9217         to check if those variables exist (first appeared in Emacs 18.50).
9218
9219 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * mm-util.el (mm-line-number-at-pos): New function.
9222
9223         * spam-report.el (spam-report-process-queue): Use it.
9224
9225 2008-12-24  David Engster  <dengste@eml.cc>
9226
9227         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9228         parameters that haven't existed as variables as buffer-local variables.
9229
9230 2008-12-23  Dave Love  <fx@gnu.org>
9231
9232         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9233         cadar.
9234
9235         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9236         imap-starttls-p.
9237         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9238
9239 2008-12-22  Dave Love  <fx@gnu.org>
9240
9241         * imap.el: Fix author email.  Doc fixes.
9242         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9243         reply.
9244
9245 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * spam-report.el (spam-report-gmane-max-requests): New constant.
9248         (spam-report-gmane-wait): New variable.
9249         (spam-report-gmane-ham, spam-report-gmane-spam)
9250         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9251         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9252         the server.
9253
9254         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9255         Add explanations.
9256
9257         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9258         nnheader-accept-process-output and nnheader-read-timeout if available.
9259         (pop3-movemail): Use it.
9260
9261         * message.el (message-check-news-body-syntax): Fix signature check if
9262         there's an attachment.
9263
9264 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * mm-util.el: Add comments to the mm- emulating functions.
9267
9268 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9271         Reported by Stephen Berman <stephen.berman@gmx.net>.
9272
9273 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * mm-util.el (mm-substring-no-properties): New function.
9276         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9277         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9278         (mm-string-to-multibyte): Doc fix.
9279
9280         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9281
9282 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * mml.el (mml-attach-file): Strip text properties from file name.
9285         (Bug#1574)
9286
9287 2008-12-16  Glenn Morris  <rgm@gnu.org>
9288
9289         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9290
9291 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9294         knows since the charset specified might be a bogus alias that
9295         mm-charset-synonym-alist provides.
9296
9297 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9300         "ISO_8859-1".
9301
9302         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9303
9304 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * mm-util.el (mm-charset-eval-alist):
9307         Define it before mm-charset-to-coding-system.
9308         (mm-charset-to-coding-system): Add optional argument `silent';
9309         define it before mm-charset-override-alist.
9310         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9311         default value if it can be used in Emacs currently running;
9312         silence mm-charset-to-coding-system.
9313
9314 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9317         `allow-override' which says whether to use `mm-charset-override-alist'.
9318         (rfc2047-decode-encoded-words): Use it.
9319
9320         * mm-util.el (mm-charset-override-alist): Fix custom type;
9321         add `(gb2312 . gbk)' to choices.
9322
9323 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9326         fast.
9327
9328         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9329
9330         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9331
9332 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9333
9334         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9335         on links.
9336
9337         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9338
9339 2008-12-03  Lute Kamstra  <lute@gnu.org>
9340
9341         * sha1.el: Remove leading * from docstrings of defcustoms,
9342         deffaces, defconsts and defuns.
9343
9344 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9347         users' addresses that don't have domain parts.
9348         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9349         rather than message-narrow-to-head since there will be the message
9350         header separator.
9351
9352 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9353
9354         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9355         since the result is inserted in a unibyte buffer anyway.
9356         (nnimap-demule-use-string-to-multibyte): Remove.
9357         (nnimap-demule): Alias it to mm-string-to-multibyte.
9358
9359 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9362         variable for debugging bug#464 and bug#1174.
9363         (nnimap-demule): Use it.
9364
9365 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9368         score calculation correctly.
9369
9370 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9371
9372         * message.el (message-send-mail): Just set the buffer to unibyte
9373         rather than use mm-with-unibyte-current-buffer which does a lot more.
9374         (message-send-mail-partially): Don't bother with
9375         mm-with-unibyte-current-buffer since it's already been made unibyte by
9376         message-send-mail.
9377
9378 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9379
9380         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9381
9382 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9383
9384         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9385
9386 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9389         require itself and to remove `with-no-warnings'.
9390
9391 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9392
9393         * starttls.el (starttls-any-program-available): Get the name of the
9394         available TLS layer program.
9395         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9396         well as the host name in the "opening" message.
9397
9398         * auth-source.el (auth-source-cache, auth-source-do-cache)
9399         (auth-source-user-or-password): Cache passwords and logins by default,
9400         allow override with `auth-source-do-cache'.
9401         (auth-source-forget-user-or-password): Allow users to remove cache
9402         entries if needed.
9403
9404 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9405
9406         * md4.el (md4-buffer): Fix typo in docstring.
9407         (md4, md4-64): Doc fixes.
9408         (md4-pack-int32): Reflow docstring.
9409
9410 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9411
9412         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9413         condition-case to only the forward-sexp call.
9414
9415 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9416
9417         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9418         quotes contained.  Make it more robust regardless by an extra
9419         condition-case wrapper.
9420
9421 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9424
9425 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * nnml.el (nnml-request-expire-articles): Check if the function set to
9428         `nnmail-expiry-target' returns the symbol `delete'.
9429
9430         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9431
9432         * nnmail.el (nnmail-expiry-target): Fix custom type.
9433
9434 2008-10-02  Glenn Morris  <rgm@gnu.org>
9435
9436         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9437         Silence compiler warning.
9438
9439 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9440
9441         * tls.el (open-tls-stream): Show the actual command being
9442         executed, instead of the format string.
9443
9444 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * lpath.el: Fbind codepage-setup for Emacs 23.
9447
9448 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9449
9450         * mml.el (mml-menu): Don't assume mml2015 is bound.
9451
9452 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9455         exists.
9456
9457 2008-09-27  Glenn Morris  <rgm@gnu.org>
9458
9459         * gnus-util.el (mail-header-remove-comments): Autoload it.
9460
9461 2008-09-27  Andreas Schwab  <schwab@suse.de>
9462
9463         * gnus-util.el (gnus-split-references): Strip comments.
9464         (gnus-parent-id): Likewise.
9465
9466 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * message.el (message-confirm-send): Fix version.
9469
9470 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * message.el (message-idna-to-ascii-rhs-1): Use
9473         mail-extract-address-components rather than mail-header-parse-addresses
9474         that is an alias by default to ietf-drums-parse-addresses that does not
9475         support non-ASCII names in headers' contents.
9476
9477 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9478
9479         * message.el (message-confirm-send): Fix variable documentation to
9480         avoid the "y/n" wording.
9481
9482 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9483
9484         * message.el (message-set-auto-save-file-name): Save to a different
9485         filename so multiple messages (especially drafts) can be recovered.
9486
9487 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9488
9489         * message.el (message-confirm-send): Add appropriate version.
9490
9491 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9492
9493         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9494         defvar.
9495
9496 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9497
9498         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9499         (mm-pkcs7-enveloped-magic): Ditto.
9500
9501 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9502
9503         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9504         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9505
9506 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9507
9508         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9509         default, it's better.
9510
9511 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9512
9513         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9514         summary line gnus-number property and ignore them (with a warning
9515         message).
9516
9517 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9520         macro caddr in the interactive form since it won't be expanded.
9521
9522 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9525         `charset'; fix name of function called recursively.
9526         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9527
9528 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9531         (gnus-mime-set-charset-parameters): New function.
9532         (gnus-mime-view-part-as-charset): Use it to correctly display part
9533         specifying wrong charset.
9534
9535 2008-09-08  David Engster  <dengste@eml.cc>
9536
9537         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9538         in completing-read for back end server.
9539
9540 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9541
9542         * message.el (message-confirm-send): New variable to confirm sending a
9543         message.
9544         (message-send): Use it.
9545
9546 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9547
9548         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9549
9550 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9553
9554 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9555
9556         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9557         prevent tracking too many groups.
9558         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9559         Use it.
9560
9561 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9562
9563         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9564         moving point to the bottom of the window in order to avoid recentering.
9565
9566 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9569
9570         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9571         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9572         (gnus-article-beginning-of-window): Fix calculation.
9573
9574 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-msg.el (gnus-summary-supersede-article)
9577         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9578         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9579         message header.
9580
9581 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9582
9583         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9584         pending output coming after the status change.
9585
9586 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9587
9588         * message.el:
9589         * gnus-start.el:
9590         * gnus-registry.el: Remove VMS support.
9591
9592 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9595         macro.
9596         (rfc2104-hash): Use it.
9597
9598 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9601         (gnus-summary-sort-by-most-recent-date): New commands.
9602         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9603         and menu entries.
9604
9605 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9608         don't redisplay article for raw contents; remove plural articles stuff.
9609
9610         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9611         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9612         on gnus-summary-save-article; display results properly.
9613
9614 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * lpath.el: No need to fbind ns-focus-frame.
9617
9618 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9621
9622 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-art.el (gnus-summary-save-in-pipe):
9625         Consider gnus-save-all-headers.
9626
9627 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9628
9629         * gnus-util.el (ns-focus-frame): Remove declaration.
9630         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9631         like x.
9632
9633 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9634
9635         * rfc2104.el (rfc2104-zero): Delete defconst.
9636         (rfc2104-hex-alist): Likewise.
9637         (rfc2104-hex-to-int): Delete func.
9638         (rfc2104-hexstring-to-bitstring): Likewise.
9639         (rfc2104-nybbles): New defconst.
9640         (rfc2104-hash): Rewrite for speed.
9641
9642 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * tls.el (open-tls-stream): Make it work with the 2nd argument
9645         BUFFER that is a string but does not exist as a buffer object, as
9646         mentioned in the doc-string.
9647
9648 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9651         SXEmacs.
9652
9653 2008-07-16  Glenn Morris  <rgm@gnu.org>
9654
9655         * gnus-util.el (ns-focus-frame): Declare for compiler.
9656
9657 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9660         set as a group parameter.
9661         (gnus-summary-save-in-pipe): Work when it is called independently.
9662         (gnus-summary-pipe-to-muttprint): Don't modify
9663         gnus-summary-pipe-output-default-command.
9664
9665 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9666
9667         * message.el (message-send-mail-with-sendmail):
9668         Display the error message.
9669
9670 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-art.el (gnus-default-article-saver):
9673         Add gnus-summary-save-in-pipe to choices.
9674         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9675         gnus-summary-pipe-output-default-command as the default command.
9676         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9677         instead of gnus-last-shell-command.
9678
9679         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9680         New user option.
9681         (gnus-summary-muttprint-program): Mention the value will be changed.
9682         (gnus-summary-save-article): Force showing of all headers.
9683         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9684
9685 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9686
9687         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9688
9689 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9690
9691         * nnimap.el (nnimap-id):
9692         * sieve-manage.el (sieve-manage-open): Doc fixes.
9693
9694 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9695
9696         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9697         if available.
9698
9699 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9700
9701         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9702
9703         * nnkiboze.el (nnkiboze-generate-group):
9704         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9705
9706         * nnmairix.el: Require CL.
9707
9708 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * dgnushack.el: Autoload get-display-table and put-display-table for
9711         XEmacs 21.5.
9712
9713         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9714         21.4 and SXEmacs.
9715
9716 2008-06-15  David Engster  <dengste@eml.cc>
9717
9718         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9719
9720 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9721
9722         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9723         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9724         runtime choice under XEmacs.
9725
9726         * gnus-sum.el (gnus-summary-set-display-table):
9727         Use `gnus-put-display-table', `gnus-get-display-table',
9728         `gnus-set-display-table' for the display table, instead of `aset'.
9729
9730         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9731         Use `gnus-put-display-table', `gnus-get-display-table',
9732         `gnus-set-display-table' for the display table.
9733
9734 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * nnmairix.el: Add autoloads.
9737
9738 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * nnmairix.el (nnmairix-delete-recreate-group)
9741         (nnmairix-update-and-clear-marks): Fix error messages.
9742
9743 2008-06-14  David Engster  <dengste@eml.cc>
9744
9745         * nnmairix.el: Upgrade to version 0.6.
9746         (nnmairix-group-toggle-propmarks-this-group)
9747         (nnmairix-group-toggle-readmarks-this-group)
9748         (nnmairix-group-delete-recreate-this-group)
9749         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9750         (nnmairix-remove-tick-mark-original-article): New commands.
9751         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9752         (nnmairix-propagate-marks-to-nnmairix-groups)
9753         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9754         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9755         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9756         functions needed for marks propagation and manipulation of read marks.
9757         (nnmairix-update-groups): New function.
9758         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9759         (nnmairix-determine-original-group-from-registry)
9760         (nnmairix-determine-original-group-from-path)
9761         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9762         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9763         New helper functions.
9764         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9765         keystrokes for new commands.
9766         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9767         (nnmairix-request-group): Check allow-fast group parameter.
9768         (nnmairix-request-create-group): Set allow-fast group parameter if
9769         nnmairix-allowfast-default is set.
9770         (nnmairix-close-group): Propagate marks upon closing if needed.
9771         (nnmairix-group-toggle-threads-this-group): Use new.
9772         nnmairix-group-toggle-parameter helper function.
9773         (nnmairix-search): Better check for empty search result.
9774         (nnmairix-goto-original-article): Use new helper functions for
9775         determining original article.
9776         (nnmairix-show-original-article): Make sure message-id is in brackets.
9777         (nnmairix-call-mairix-binary): Change variable name.
9778         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9779         helper function.
9780         (nnmairix-widget-toggle-activate): Fix doc string.
9781
9782 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * nnir.el: Require edmacro when compiling with XEmacs.
9785         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9786         available in Emacs 21.
9787
9788 2008-06-11  Glenn Morris  <rgm@gnu.org>
9789
9790         * gnus-util.el (x-focus-frame):
9791         * gnus.el (image-size):
9792         * mm-decode.el (image-size): Declare.
9793
9794         * gnus-picon.el (declare-function): Add compat definition.
9795         (image-size): Declare.
9796
9797         * gnus-group.el (tool-bar-map):
9798         * gnus-sum.el (tool-bar-map): Define for compiler.
9799
9800         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9801
9802         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9803
9804         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9805         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9806         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9807         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9808         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9809         * sieve-manage.el, spam-report.el, spam.el:
9810         Remove unnecessary eval-and-compile of autoloads.
9811
9812 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9813
9814         * auth-source.el: Precise Tramp doc.
9815
9816 2008-06-07  Glenn Morris  <rgm@gnu.org>
9817
9818         * nnmairix.el: Remove unnecessary eval-when-compile.
9819
9820 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * lpath.el: Fbind propertize for XEmacs 21.4.
9823
9824 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * nnir.el: Move here from ../contrib.
9827
9828 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9829
9830         * gnus-util.el (gnus-read-shell-command): New function.
9831         * mm-decode.el (mm-pipe-part):
9832         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9833
9834 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9837
9838 2008-06-03  Glenn Morris  <rgm@gnu.org>
9839
9840         * pop3.el (nnheader-accept-process-output): Autoload it.
9841
9842 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9845         are not 2-digit hexadecimal characters that follow `%'s.
9846
9847 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * message.el (message-bogus-recipient-p): Fix type in doc string.
9850         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9851         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9852         Improve custom options.
9853         (message-bogus-recipient-p): Adjust accordingly.
9854
9855 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9856
9857         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9858         long-form month and day names.
9859
9860 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * dgnushack.el: Autoload debug, eudc-expand-inline and
9863         pgg-snarf-keys-region for XEmacs.
9864
9865         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9866
9867         * nnmairix.el: Require edmacro when compiling with XEmacs.
9868
9869 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9872         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9873
9874 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9875
9876         * auth-source.el: Add more docs.
9877
9878         * netrc.el (netrc-machine): Always match if the port is not given.
9879
9880 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9883         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9884         retrieval faster in some cases, but might make CPU usage larger.
9885         If this has any bad side effects, we might revert this change.
9886
9887         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9888         seems to make mail retrieval much, much faster.
9889         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9890         unconditionally.
9891
9892         * gnus-draft.el (gnus-group-send-queue):
9893         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9894
9895 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9898
9899         * message.el (message-bogus-address-regexp): Fix and improve custom
9900         type.
9901         (message-setup-hook): Add message-check-recipients as custom option.
9902
9903 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * message.el (message-cite-function): Remove bogus autoload which crept
9906         in during merge from v5-10.
9907
9908 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9909
9910         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9911
9912         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9913
9914         * auth-source.el: Preliminary Tramp docs.
9915         (auth-sources): Change the default auth-sources to use
9916         EPA .gpg files.
9917
9918 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9919
9920         * nntp.el: Autoload `auth-source-user-or-password'.
9921         (nntp-send-authinfo): Use it.
9922
9923         * nnimap.el: Autoload `auth-source-user-or-password'.
9924         (nnimap-open-connection): Use it.
9925
9926         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9927         for the gnus-message function.
9928         (auth-source-user-or-password): Use it.
9929
9930 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9931
9932         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9933         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9934         (rfc2104-hash): Use it.
9935
9936 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9937
9938         * gnus-art.el (gnus-article-toggle-truncate-lines):
9939         Don't use `iff' in docstring.
9940
9941 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9942
9943         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9944
9945         * gnus-util.el (gnus-extract-address-component-name)
9946         (gnus-extract-address-component-email): Convenience functions around
9947         `gnus-extract-address-components'.
9948
9949         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9950         Use `gnus-extract-address-component-email' to fix bug of comparing full
9951         sender name to `user-mail-address'.
9952
9953 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9954
9955         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9956         catch/throw to optimize.
9957         (gnus-registry-find-keywords): Just use member to find a keyword.
9958
9959 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9960
9961         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9962         is current before calling gnus-server-prepare.
9963         (gnus-server-setup-buffer, gnus-server-update-server)
9964         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9965
9966 2008-05-04  Juri Linkov  <juri@jurta.org>
9967
9968         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9969         (mailcap-file-default-commands): Use mailcap-replace-in-string
9970         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9971         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9972
9973 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9974
9975         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9976
9977 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9978
9979         * gnus.el: Bump version to 0.11.
9980
9981 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9982
9983         * gnus.el: No Gnus v0.10 is released.
9984
9985 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9988         hooks.
9989         (gnus-update-read-articles): Speed up non-marks-using users.
9990         (gnus-use-marks): Define gnus-use-marks.
9991         (gnus-propagate-marks): Rename variable to something more sensible.
9992
9993 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9994
9995         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9996         (gmm-image-load-path-for-library): Fix typos in docstrings.
9997         (gmm-message): Reflow docstring.
9998
9999 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10000
10001         * mail-source.el (mail-source-set-1, mail-source-bind):
10002         Move auth-source code out of the macro to clean it up and fix bugs.
10003
10004 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10007         by sender if it's equal to user-mail-address, it's likely to be
10008         useless.
10009
10010         * mail-source.el (mail-source-bind): Don't use user or password if they
10011         are not bound.  Unintern them if they are nil.  Don't use server unless
10012         it's bound, and default it to empty string otherwise.
10013
10014 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10015
10016         * mail-source.el: Load auth-source.el.
10017         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10018         get user name or password, if auth-sources is set up.
10019
10020         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10021         strategy of splitting with parent.
10022         (gnus-registry-split-fancy-with-parent)
10023         (gnus-registry-post-process-groups): Use it and fix prior
10024         bug (returning a list as the split result).
10025
10026         * auth-source.el (auth-sources): Remove server parameter.
10027         (auth-source-pick, auth-source-user-or-password)
10028         (auth-source-user-or-password-imap)
10029         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10030         (auth-source-user-or-password-sftp)
10031         (auth-source-user-or-password-smtp): Remove server parameter.
10032
10033 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10034
10035         * smime.el (smime-sign-region, smime-encrypt-region)
10036         (smime-decrypt-region):
10037         Remove redundant calls to `generate-new-buffer-name'.
10038
10039 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10040
10041         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10042         Don't use QP for message/rfc822.
10043         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10044
10045 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10046
10047         * sieve-manage.el (sieve-string-bytes): Remove.
10048         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10049         correct byte-length only if the process's coding-system is the same as
10050         the one used internally by Emacs to represent strings.
10051
10052 2008-04-22  Juri Linkov  <juri@jurta.org>
10053
10054         * mailcap.el (mailcap-file-default-commands): New function.
10055
10056 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * message.el (message-signature-separator, message-cite-function):
10059         Change custom version.
10060
10061 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10062
10063         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10064         commands.
10065         (tls-checktrust): Ditto.
10066
10067 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * mm-decode.el (mm-display-external): Make temp file read-only.
10070
10071 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10074         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10075         `C-c C-f d'.
10076
10077 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10078
10079         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10080
10081 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gnus.el: Bump version to 0.9.
10084
10085 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10086
10087         * gnus.el: No Gnus v0.8 is released.
10088
10089 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10090
10091         * mail-source.el (mail-source-value):
10092         Prefer fboundp to functionp so it works with macros as well.
10093
10094 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10095
10096         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10097         Fix last change in case the element is not even a symbol.
10098
10099 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10100
10101         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10102         Prefer fboundp to functionp so it works with macros as well.
10103
10104 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10105
10106         * auth-source.el: Add docs.
10107         (auth-sources): Modify format to support server.
10108         (auth-source-pick, auth-source-user-or-password)
10109         (auth-source-user-or-password-imap)
10110         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10111         (auth-source-user-or-password-sftp)
10112         (auth-source-user-or-password-smtp): Add server parameter.
10113
10114 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10115
10116         * gnus-registry.el: Initialize the registry when gnus-registry-install
10117         is t.
10118
10119 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * compface.el (uncompface): Make buffer unibyte.
10122
10123 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10124
10125         * mail-source.el (mail-source-value):
10126         Prefer fboundp to functionp so it works with macros as well.
10127
10128 2008-04-05  Glenn Morris  <rgm@gnu.org>
10129
10130         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10131
10132 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10133
10134         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10135         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10136
10137         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10138         multibyteness after rather than before erasing it.
10139
10140         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10141         mm-with-multibyte.
10142         (gnus-request-article-this-buffer): Make sure the proper decoding is
10143         used if gnus-original-article-buffer happens to be unibyte.
10144
10145         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10146         default-enable-multibyte-characters.
10147
10148         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10149         default-enable-multibyte-characters.
10150
10151         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10152
10153         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10154
10155 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10156
10157         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10158         Fix last change in case the element is not even a symbol.
10159
10160 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10161
10162         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10163         (imap-message-copyuid-1): Use it.
10164         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10165         J. Williams in
10166         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10167
10168         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10169         imap-enable-exchange-bug-workaround.
10170         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10171
10172 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10173
10174         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10175         a 100 byte status-checks into a 2-3MB transfer for each group.
10176         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10177         to enable bug workaround or not.
10178         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10179
10180 2008-03-31  Glenn Morris  <rgm@gnu.org>
10181
10182         * message.el (mml2015-use): Declare for compiler.
10183         (message-info): Require mml2015 when appropriate.
10184
10185 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10188         whitespace.
10189
10190 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10191
10192         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10193         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10194         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10195         (nntp-service-to-port): New function.
10196         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10197         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10198         (nntp-open-netcat-stream): New function.
10199         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10200
10201 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10202
10203         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10204
10205 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10206
10207         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10208
10209 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10210
10211         * dns.el (dns-write): Use set-buffer-multibyte.
10212
10213 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10214
10215         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10216
10217 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * message.el (message-signature-separator): Change default.
10220         Improve custom type.
10221         (message-cite-function): Change default to
10222         message-cite-original-without-signature.
10223
10224         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10225         toggle.
10226
10227         * message.el (message-check-news-body-syntax): Fix signature check.
10228         (message-setup-1): Mark buffer as unmodified _after_ running
10229         message-setup-hook and handling message-alternative-emails.
10230         (message-shorten-references): Be more strict when building list of
10231         valid references to comply with GNKSA.
10232
10233         * gnus-group.el (gnus-read-ephemeral-bug-group)
10234         (gnus-read-ephemeral-debian-bug-group)
10235         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10236
10237         * message.el (message-info): Don't use booleanp which isn't supported
10238         in Emacs 21 and XEmacs.
10239
10240 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10243         gnus-group-gmane-group-download-format.
10244         (gnus-group-read-ephemeral-gmane-group): Rename from
10245         gnus-group-read-ephemeral-gmane-group.
10246         (gnus-read-ephemeral-gmane-group-url): Rename from
10247         gnus-group-read-ephemeral-gmane-group-url.
10248         (gnus-bug-group-download-format-alist): New variable.
10249         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10250         (gnus-read-ephemeral-emacs-bug-group): New commands.
10251
10252 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10255         (gnus-visible-headers): Improve custom type.
10256
10257 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * mml.el (mml-menu): Add workarounds for XEmacs.
10260
10261         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10262         X-Boundary header.
10263
10264         * message.el (message-simplify-recipients): Fix previous commit.
10265
10266 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10267
10268         * mm-util.el (mm-set-buffer-multibyte): New function.
10269         * mm-decode.el (mm-copy-to-buffer): Use it.
10270
10271         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10272         Prefer fboundp to functionp so it works with macros as well.
10273
10274 2008-03-19  Glenn Morris  <rgm@gnu.org>
10275
10276         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10277         Accidentally removed in the sync process with Emacs.
10278
10279 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * message.el (message-alter-recipients-discard-bogus-full-name):
10282         New function.
10283         (message-alter-recipients-function): New variable.
10284         (message-get-reply-headers): Use it.
10285         (message-replace-header): New helper function.
10286         (message-recipients-without-full-name): New variable.
10287         (message-simplify-recipients): New command.
10288
10289         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10290
10291         * message.el (message-info): Handle EasyPG manual.
10292
10293         * mml.el (mml-menu): Add entry for EasyPG.
10294
10295 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10296
10297         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10298         parameter.
10299
10300         * message.el (message-disassociate-draft): Specify drafts group name
10301         fully.
10302
10303 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10304
10305         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10306         Eliminate unnecessary duplicates from the match list.
10307
10308 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10311
10312         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10313
10314         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10315         args of `how-many' of which the XEmacs version doesn't take; declare
10316         Info-index-next as function.
10317
10318 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus-score.el (gnus-score-headers): Fix handling of
10321         gnus-inhibit-slow-scoring.
10322
10323         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10324         string.
10325         (gnus-button-url-regexp): Improve handling of parenthesis.
10326         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10327         (gnus-button-handle-info-keystrokes): Handle index entries.
10328
10329 2008-03-15  Glenn Morris  <rgm@gnu.org>
10330
10331         * parse-time.el (parse-time-string): Simplify.
10332
10333 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10336         Incoming* files.
10337
10338 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10339
10340         * auth-source.el (auth-sources): Rename from auth-source-choices.
10341         (auth-source-pick): Use it.
10342
10343 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10344
10345         * binhex.el (binhex-decode-region-internal):
10346         * uudecode.el (uudecode-decode-region-internal):
10347         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10348         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10349         setting default-enable-multibyte-characters.
10350
10351 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10352
10353         * auth-source.el (auth-source-protocols)
10354         (auth-source-protocols-customize, auth-source-choices): Add and
10355         modified variable customizations and defaults.
10356         (auth-source-pick, auth-source-user-or-password)
10357         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10358         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10359         (auth-source-user-or-password-sftp)
10360         (auth-source-user-or-password-smtp): Use new variables and provide an
10361         interface to netrc.el.
10362
10363 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10366         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10367         Make sure the nntp port to specify is a string.
10368
10369 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10370
10371         * nntp.el: Use with-current-buffer.
10372         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10373         dubious mm-with-unibyte-current-buffer.
10374         (nntp-with-open-group-function): New function extracted from
10375         nntp-with-open-group macro.
10376         (nntp-with-open-group): Use the function, so it's easier to debug.
10377         Add indentation and debugging info.
10378         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10379         Recommend the use of the netcat alternatives.
10380
10381         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10382         Avoid mm-string-as-multibyte as well.
10383
10384         * nnweb.el (nnweb-insert-html):
10385         Remove use of nnheader-string-as-multibyte.
10386
10387         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10388         (nnheader-string-as-multibyte): Remove.
10389
10390         * mm-view.el: Use inhibit-read-only.
10391         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10392         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10393         or unibyte-string.
10394
10395         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10396         (mm-uu-yenc-extract): Use with-current-buffer.
10397
10398         * gnus-soup.el (gnus-soup-send-packet): Don't use
10399         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10400
10401         * nnmh.el: Use with-current-buffer.
10402         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10403         mm-string-as-multibyte on the output of mm-encode-coding-string.
10404
10405         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10406         (nnimap-request-move-article): Use with-current-buffer.
10407
10408         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10409         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10410         conversion uses string-make-unibyte rather than string-as-unibyte.
10411
10412         * gnus-msg.el: Use with-current-buffer.
10413
10414         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10415
10416 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10417
10418         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10419         string for caching if it is 'PIN.
10420
10421 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * lpath.el: Consider the case without Emacs/W3.
10424
10425 2008-03-08  Glenn Morris  <rgm@gnu.org>
10426
10427         * time-date.el (date-to-time, time-subtract, time-add)
10428         (safe-date-to-time): Doc fixes.
10429
10430 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * mail-source.el (mail-source-delete-old-incoming-confirm):
10433         Change default to nil.
10434         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10435
10436 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * lpath.el: Rearrange.
10439
10440         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10441         (gnus-article-goto-prev-page): Work for articles having ^L's.
10442
10443         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10444
10445         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10446
10447 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10448
10449         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10450         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10451         (gnus-bookmark-jump): Adjust some variable names.
10452
10453 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10454
10455         * auth-source.el: New package.
10456         (auth-source-choices): Add customization entry point variable.
10457
10458         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10459         bug.
10460
10461 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10462
10463         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10464         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10465         (gnus-registry-install-shortcuts): Rename from
10466         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10467         the `gnus-registry-mark-map' keymap dynamically from
10468         `gnus-registry-marks'.  The generated functions update the summary line
10469         when a registry mark is added or deleted, and will call
10470         `gnus-registry-install-p' (see the comments in the code).
10471         (gnus-registry-user-format-function-M): Use concat intelligently.
10472
10473         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10474         the registry mark functions.
10475
10476 2008-03-05  Glenn Morris  <rgm@gnu.org>
10477
10478         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10479         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10480         gnus-art.
10481         (top-level): No need to load own source when compiling.
10482
10483 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10486         Suggested by <chris.anderton@zetnet.co.uk>.
10487
10488 2008-03-04  Glenn Morris  <rgm@gnu.org>
10489
10490         * gnus-sum.el (top-level): No need to require gnus when compiling,
10491         since unconditionally required near start of file.
10492         (gnus-summary-display-while-building): Move definition before use.
10493
10494 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10495
10496         * gnus-registry.el (gnus-registry-user-format-function-M):
10497         Add formatting function.
10498
10499 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10500
10501         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10502         with plists.
10503         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10504         Use new format.
10505
10506 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10509         `where-is-internal' that returns a range of key sequences.
10510
10511 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10512
10513         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10514
10515         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10516         (gnus-summary-jump-to-group): Consider windows on other displayed
10517         frames as well.  Similar changes might be needed elsewhere, but that's
10518         the one I've bumped into during my use.
10519
10520         * nndoc.el (nndoc-oe-dbx-type-p):
10521         * gnus-msg.el (gnus-debug):
10522         * gnus-group.el (gnus-update-group-mark-positions):
10523         Use mm-string-to-multibyte.
10524
10525 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10528         doesn't handle NotDashEscaped.
10529
10530         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10531         (mml-dnd-attach-options): Fix typo in custom choice.
10532
10533         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10534         Change nndoc-article-type to mbox.
10535         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10536
10537         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10538         to nil, instead of html2text.
10539
10540         * imap.el (imap-debug): Add `imap-ping-server'.
10541
10542         * gnus-bookmark.el: Add FIXMEs.
10543
10544         * message.el (message-form-letter-separator)
10545         (message-send-form-letter-delay): New variables.
10546         (message-send-form-letter): Use them.  New command to send form
10547         letters.  Requested by Uwe Siart.
10548         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10549
10550 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * Update copyright years.
10553
10554 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         Sync from EMACS_22_BASE.
10557
10558         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10559
10560 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10561
10562         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10563         empty author.
10564
10565 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10566
10567         * gnus-registry.el (gnus-registry-marks): Add variable for
10568         customization of marks and their appearance.
10569         (gnus-registry-read-mark): Use it.
10570         (gnus-registry-do-marks): Add utility function to loop through
10571         `gnus-registry-marks'.
10572         (gnus-registry-install-shortcuts-and-menus): Add function to install
10573         shortcuts and menus.
10574         (gnus-registry-initialize): Use it.
10575         (gnus-registry-default-mark): Clarify documentation.
10576
10577 2008-02-29  Glenn Morris  <rgm@gnu.org>
10578
10579         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10580         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10581         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10582         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10583         Change defcustom :version from 23.0 to 23.1.
10584
10585 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10586
10587         * gnus-registry.el (gnus-registry-follow-group-p)
10588         (gnus-registry-post-process-groups): Add functions to aid registry
10589         splitting and improve logging.  Clarify behavior in function
10590         documentation.
10591         (gnus-registry-split-fancy-with-parent): Use them.
10592
10593 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10594
10595         * gnus-art.el: Use with-current-buffer.
10596
10597 2008-02-27  David Engster  <dengste@eml.cc>
10598
10599         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10600         Express real group name in the response.
10601
10602 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10605         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10606         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10607         autoload gnus-registry-fetch-group when compiling.
10608         (nnmairix-request-group-with-article-number-correction):
10609         Remove unreferenced argument passed to nnmairix-call-backend.
10610
10611 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10614         (mm-uu-extract): Improve face for low color ttys.
10615         Reported by Sascha Wilde.
10616
10617 2008-02-27  Glenn Morris  <rgm@gnu.org>
10618
10619         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10620         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10621         variables to defconsts.  Convert comments to doc-strings.
10622         (nnmairix-last-server, nnmairix-current-server): Convert from free
10623         variables to defvars.  Convert comments to doc-strings.
10624         (gnus-registry-fetch-group): Autoload.
10625         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10626         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10627         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10628         caddr.
10629         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10630         nnmairix-request-group-with-article-number-correction call.
10631         (nnmairix-fast, nnmairix-group): New, less general names, for free
10632         variables passed from nnmairix-request-group to
10633         nnmairix-request-group-with-article-number-correction.  Declare.
10634         (nnmairix-request-group-with-article-number-correction):
10635         Use nnmairix-fast, nnmairix-group rather than fast, group.
10636
10637 2008-02-26  David Engster  <dengste@eml.cc>
10638
10639         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10640         version 0.5.
10641
10642 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10643
10644         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10645         instead of making an extra function call.  Don't add the current group
10646         to articles only when they have the group.  Use
10647         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10648         Reported by David <de_bb@arcor.de>.
10649
10650 2008-02-24  Miles Bader  <miles@gnu.org>
10651
10652         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10653         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10654         (mm-find-mime-charset-region):
10655         * mm-bodies.el (mm-encode-body):
10656         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10657
10658 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10661         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10662
10663 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * mail-source.el (mail-source-delete-incoming): Change default.
10666         Supplement doc string.
10667
10668         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10669
10670 2008-02-14  Glenn Morris  <rgm@gnu.org>
10671
10672         * time-date.el (format-seconds): New function.
10673
10674 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * nnmail.el (nnmail-message-id-cache-file): Derive from
10677         `gnus-home-directory'.
10678
10679 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10682         Document negative prefix.
10683
10684         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10685
10686 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * message.el (message-unsent-separator): Add the Exim bounce
10689         separator.
10690
10691 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10692
10693         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10694         list.
10695         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10696         recipient/signer list.
10697
10698 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * Makefile.in (datarootdir): Define.
10701         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10702         name that might contain whitespace.
10703
10704 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10707         fbound (Emacs 23 unicode), signal an error.
10708
10709 2008-02-08  Glenn Morris  <rgm@gnu.org>
10710
10711         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10712
10713 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10714
10715         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10716         ports to the calls to `netrc-machine-user-or-password' in addition to
10717         "imap" and "imaps".
10718
10719 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10720
10721         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10722
10723         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10724
10725 2008-02-01  Kenichi Handa  <handa@m17n.org>
10726
10727         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10728         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10729         (rfc2104-hash): Convert the result of concat to unibyte string.
10730
10731 2008-02-01  Dave Love  <fx@gnu.org>
10732
10733         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10734         coding-system-for-read.
10735         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10736
10737 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10740         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10741         <hanche@math.ntnu.no>.
10742
10743 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10746
10747         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10748
10749 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10750
10751         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10752         * message.el (message-beginning-of-line): Use featurep instead of bound
10753         tests in order to resolve conditionals at compile time.
10754
10755 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10756
10757         * mail-source.el (mail-sources): Add `group' choice.
10758
10759         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10760         parameter `in-group' to control into which group the articles go.
10761         Add treatment of `group' mail-source.
10762
10763 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10766
10767         * mm-decode.el (mm-dissect-buffer): Decode description.
10768
10769         * mml.el (mml-to-mime): Encode message header first.
10770
10771 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10774         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10775
10776         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10777         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10778
10779 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10782
10783 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10786         prefix keys.
10787         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10788         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10789         gnus-xmas.el.
10790
10791         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10792         (gnus-xmas-article-describe-bindings): New function.
10793         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10794         gnus-xmas-article-describe-bindings.
10795
10796         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10797
10798 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10801         Add new variables for article mark management.
10802         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10803         list of extra data entries which, when present, will indicate that the
10804         article ID should not be trimmed from the registry.
10805         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10806         functions.
10807         (gnus-registry-read-mark): New function to read a mark name from the
10808         user.
10809         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10810         (gnus-registry-set-article-mark-internal): New functions to add and
10811         remove marks.
10812         (gnus-registry-get-article-marks): New function to show the marks for
10813         an article, or retrieve them for further use.
10814
10815 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10818         keys when no argument is given.
10819
10820 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * imap.el (imap-ping-server): New variable.
10823         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10824         (imap-ping-server): Minor doc string fixes.
10825
10826 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10827
10828         * imap.el (imap-ping-server): New function.
10829         (imap-opened): Call imap-ping-server.
10830
10831 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus-sum.el (gnus-article-sort-by-random)
10834         (gnus-thread-sort-by-random): Fix doc strings.
10835         Reported by jidanni@jidanni.org.
10836
10837 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-art.el (gnus-article-describe-bindings): New function.
10840         (gnus-article-read-summary-keys): Use it.
10841         (gnus-article-mode-map): Bind `C-h b' to it.
10842
10843 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10846         XEmacs.
10847         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10848         Protect against non-character events.
10849
10850         * lpath.el: Fbind map-keymap for Emacs 21.
10851
10852 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10855         New command.
10856         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10857         instead of END.  Change name of the temp file.
10858         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10859         customizable.
10860
10861 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10864         bind `S W' to gnus-article-wide-reply-with-original; set default
10865         binding to gnus-article-read-summary-send-keys.
10866         (gnus-article-read-summary-keys): Fix the order of keys; display
10867         continuation keys correctly in the echo area; describe bindings
10868         correctly when keys end with `C-h'.
10869         (gnus-article-read-summary-send-keys): New function.
10870         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10871         Work for gnus-article-read-summary-send-keys; display continuation keys
10872         correctly in the echo area.
10873         (gnus-article-reply-with-original): Ignore prefix argument.
10874         (gnus-article-wide-reply-with-original): New function.
10875
10876         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10877         Emacs 21.
10878
10879 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10882         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10883
10884 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10887         (gnus-group-read-ephemeral-gmane-group): New command.
10888
10889 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10890
10891         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10892
10893 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * message.el (message-send-mail-function): Increase custom version.
10896
10897         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10898         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10899
10900 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10901
10902         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10903         for the cases where imap-authenticate is called with a nil buffer
10904         parameter.
10905
10906 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10909         html parts correctly; support forwarded messages.
10910         (gnus-article-browse-html-article): Remove work buffers.
10911
10912         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10913         compiling.
10914         (netrc-bound-and-true-p): New macro.
10915         (netrc-parse): Use it instead of bound-and-true-p that is not available
10916         in XEmacs 21.4.
10917
10918 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10919
10920         * gnus-registry.el (gnus-registry-mark-article)
10921         (gnus-registry-article-marks): Add functionality to mark articles
10922         through the Gnus registry.
10923
10924         * encrypt.el: Clarify documentation for the new pgg method.
10925         (encrypt-file-alist): Add PGG option.
10926         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10927         functionality.  Abstract password key and messaging to external
10928         functions.
10929         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10930         (encrypt-message-method-and-cipher): Add new convenience external
10931         functions.
10932         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10933         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10934
10935         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10936         (netrc-parse): Use encrypt-file-alist to determine if
10937         encrypt-find-model or encrypt-insert-file-contents should be used.
10938
10939         * encrypt.el: Clarify documentation.  Load password-cache or
10940         password, whichever one is found first, instead of autoloading.
10941
10942 2007-12-19  Glenn Morris  <rgm@gnu.org>
10943
10944         * mml.el (message-options-set, message-narrow-to-head)
10945         (message-in-body-p, message-mail-p, message-encode-message-body):
10946         Autoload.
10947         (message-remove-header, message-narrow-to-headers-or-head)
10948         (message-subscribed-p, message-make-mail-followup-to)
10949         (message-position-on-field, message-news-p)
10950         (message-options-set-recipient, message-generate-headers)
10951         (message-sort-headers): Declare as functions.
10952
10953 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10956         convention in doc string.
10957
10958 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10961         title to html parts.
10962         (gnus-article-browse-html-article): Pass message header to it.
10963
10964         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10965
10966 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10969         or password compatible with XEmacs.
10970
10971 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10974         format document.
10975         (gnus-mime-delete-part): Don't write description line if empty.
10976         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10977
10978 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
10979
10980         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10981         (gnus-summary-mark-read-and-unread-as-read)
10982         (gnus-summary-mark-current-read-and-unread-as-read)
10983         (gnus-summary-mark-unread-as-ticked): Doc fix.
10984         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10985
10986 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10989         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10990
10991 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10994         yes-or-no-p.
10995
10996 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * mm-decode.el (mm-add-meta-html-tag): New function.
10999         (mm-save-part-to-file, mm-pipe-part): Use it.
11000
11001         * gnus-art.el (gnus-article-browse-delete-temp-files):
11002         Use gnus-y-or-n-p instead of y-or-n-p.
11003         (gnus-article-browse-html-parts): Work with message/external-body; use
11004         mm-add-meta-html-tag.
11005
11006 2007-12-11  Glenn Morris  <rgm@gnu.org>
11007
11008         * gnus-cache.el: Require gnus-sum not just when compiling.
11009
11010         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11011
11012         * gnus-int.el (gnus-server-opened, gnus-status-message):
11013         Move definitions before use.
11014
11015         * mm-decode.el: Require gnus-util.
11016         (mm-remove-part): Only call delete-annotation on XEmacs.
11017
11018         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11019
11020         * nnmail.el: Require gnus-int.
11021
11022         * spam.el: Move `require's before `eval-when-compile's.
11023
11024         * gnus-ems.el (gnus-alive-p):
11025         * gnus-fun.el (message-goto-eoh):
11026         * gnus-util.el (gnus-group-name-decode):
11027         * mail-source.el (gnus-compress-sequence):
11028         * message.el (Info-goto-node, format-spec):
11029         * mm-bodies.el (message-options-get):
11030         * mm-decode.el (mm-view-pkcs7):
11031         * mm-util.el (gmm-write-region):
11032         * mml-smime.el (mml-compute-boundary)
11033         (gnus-completing-read-with-default):
11034         * mml.el (widget-button-press, gnus-make-hashtable):
11035         * mml1991.el (mm-decode-content-transfer-encoding)
11036         (mm-encode-content-transfer-encoding)
11037         (message-options-get, message-options-set):
11038         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11039         * nnfolder.el (gnus-request-group):
11040         * nnheader.el (ietf-drums-unfold-fws):
11041         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11042         * smime.el (gnus-run-mode-hooks):
11043         * spam-stat.el (gnus-message): Autoload.
11044
11045         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11046         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11047         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11048         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11049         Add declare-function compatibility definition.
11050
11051         * gnus-cache.el (nnvirtual-find-group-art):
11052         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11053         (gnus-add-image, gnus-add-wash-type):
11054         * gnus-group.el (nnkiboze-score-file):
11055         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11056         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11057         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11058         (message-tokenize-header, gnus-get-buffer-create)
11059         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11060         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11061         * gnus.el (gnus-group-decoded-name):
11062         * mail-source.el (imap-capability):
11063         * mm-bodies.el (message-options-set):
11064         * mm-decode.el (gnus-configure-windows):
11065         * mm-extern.el (message-goto-body):
11066         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11067         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11068         (epg-sub-key-validity, message-options-set):
11069         * mml.el (widget-event-point, gnus-configure-windows):
11070         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11071         * mml2015.el (epg-check-configuration, epg-configuration)
11072         (message-options-set):
11073         * nndb.el (nndb-request-article):
11074         * nnfolder.el (gnus-request-create-group):
11075         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11076         * nnmaildir.el (gnus-group-mark-article-read):
11077         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11078         * rfc1843.el (message-fetch-field):
11079         * spam.el (gnus-extract-address-components):
11080         Declare as functions.
11081
11082 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11085
11086         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11087
11088         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11089         bind show-trailing-whitespace for XEmacs.
11090
11091 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11094         new no-op macro for backward compatibility.
11095
11096         * imap.el (imap-string-to-integer): New function.
11097
11098 2007-12-09  Glenn Morris  <rgm@gnu.org>
11099
11100         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11101
11102         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11103         * message.el, mm-view.el, sieve-manage.el, smime.el:
11104         Add declare-function compatibility definition.
11105
11106         * gnus-art.el (w3-region, w3m-region, Info-menu):
11107         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11108         * gnus-sum.el (gnus-get-predicate):
11109         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11110         * message.el (mail-abbrev-in-expansion-header-p):
11111         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11112         (w3m-detect-meta-charset, w3m-region):
11113         * sieve-manage.el (password-read, password-cache-add)
11114         (password-cache-remove):
11115         * smime.el (password-read-and-add): Declare as functions.
11116
11117 2007-12-08  David Kastrup  <dak@gnu.org>
11118
11119         * gnus-sum.el (gnus-summary-simplify-subject-query):
11120         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11121         `message'.
11122
11123 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11126         it to bind idna-program, installation-directory, defined-colors, and
11127         face-attribute for XEmacs of the version that compiles defcustom forms.
11128
11129 2007-12-07  Glenn Morris  <rgm@gnu.org>
11130
11131         * gnus-art.el (article-make-date-line): Revert previous change.
11132
11133 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11136
11137 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11138
11139         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11140         Call gnus-add-to-range ranges only once with a prepared article-list.
11141
11142 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11143
11144         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11145         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11146         group names with backslashes.
11147         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11148
11149 2007-12-06  Deepak Goel  <deego3@gmail.com>
11150
11151         * gnus-art.el (article-make-date-line):
11152         * gnus-start.el (gnus-load):
11153         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11154
11155 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-art.el (gnus-use-idna)
11158         * gnus-start.el (gnus-site-init-file)
11159         * message.el (message-use-idna)
11160         * mm-uu.el (mm-uu-hide-markers)
11161         * smiley.el (smiley-style): Revert changes that suppress warnings.
11162
11163 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11166         specify charset to html source.
11167         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11168
11169 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11172         idna-program in order to suppress byte compile warning issued by XEmacs
11173         that came to byte compile the default value section of defcustom forms
11174         recently.
11175
11176         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11177         value of installation-directory.
11178
11179         * message.el (message-use-idna): Don't directly refer to the value of
11180         idna-program.
11181
11182         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11183
11184         * smiley.el (smiley-style): Don't directly call face-attribute.
11185
11186 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11189
11190         * gnus-dired.el: Reduce Gnus dependencies.
11191         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11192         Don't require.  Use autoloads instead.
11193         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11194         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11195         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11196         (gnus-dired-mode): Adjust doc string.
11197         (gnus-dired-mail-mode): New variable.
11198         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11199         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11200         (gnus-dired-mail-buffers): New function.  Return mail or message
11201         composition buffers.
11202         (gnus-dired-attach): Use it.
11203         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11204         NO-DECODE.
11205         (gnus-dired-print): Use `gnus-print-buffer' depending on
11206         `gnus-dired-mail-mode'.
11207
11208 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * rfc2047.el (rfc2047-encoded-word-regexp)
11211         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11212         explaining what regexp patterns are for.
11213
11214 2007-12-04  Glenn Morris  <rgm@gnu.org>
11215
11216         * password.el: Move to password-cache.el.
11217
11218         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11219         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11220         * mml-smime.el (password-read, password-cache-add)
11221         (password-cache-remove):
11222         No need to autoload, since mml-sec requires password.
11223
11224         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11225         * message.el (gnus-extract-address-components):
11226         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11227
11228         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11229         password.
11230
11231 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * mailcap.el: Reduce dependencies.
11234         (mail-header-parse-content-type): Autoload.
11235         (mailcap-delete-duplicates): New alias.
11236         (mailcap-mime-info): Add optional argument NO-DECODE.
11237         (mailcap-mime-types): Use mailcap-delete-duplicates.
11238
11239         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11240
11241 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11242
11243         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11244         (imap-parse-status): Upcase status-att for servers that sends them
11245         lower-case (e.g., MS Exchange 2007).
11246
11247 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11248
11249         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11250         function.
11251
11252         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11253         (gnus-uu-yenc-article): New function.
11254
11255         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11256
11257         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11258
11259 2007-12-02  Glenn Morris  <rgm@gnu.org>
11260
11261         * binhex.el (binhex): New custom group.
11262         (binhex-decoder-program, binhex-decoder-switches)
11263         (binhex-use-external): Move to the binhex custom group.
11264
11265         * uudecode.el (uudecode): New custom group.
11266         (uudecode-decoder-program, uudecode-decoder-switches)
11267         (uudecode-use-external): Move to the uudecode custom group.
11268
11269         * netrc.el (top-level): Don't load `encrypt' features.
11270         (netrc-parse): Don't use encrypt.
11271         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11272
11273         * encrypt.el: Remove file.
11274
11275 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11278         matches on patches.
11279
11280         * gnus-art.el (gnus-article-browse-html-article):
11281         Mention `mm-text-html-renderer' in the doc string.
11282
11283         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11284         string.  Add comments.
11285
11286         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11287         if rhs is ASCII.
11288
11289 2007-12-01  Glenn Morris  <rgm@gnu.org>
11290
11291         * mail-source.el (top-level): Require format-spec before
11292         eval-when-compile.
11293
11294 2007-11-30  Glenn Morris  <rgm@gnu.org>
11295
11296         * encrypt.el: Require password, rather than autoloading password-read.
11297
11298 2007-11-29  Glenn Morris  <rgm@gnu.org>
11299
11300         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11301         (sasl-make-client, sasl-next-step, sasl-step-data)
11302         (sasl-step-set-data): Declare as functions.
11303
11304 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11307
11308 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11309
11310         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11311         certs should be verified and what is to be done in the event of a
11312         verification failure.
11313
11314         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11315         caller can indicate whether the cache should be disregarded for this
11316         call.  This way the result of the call is reproducible at all times and
11317         can be considered a canonical server name for the supplied method.
11318         (gnus-agent-method-p): Canonicalize server names by pushing their
11319         method through `gnus-method-to-server' using the no-cache argument.
11320
11321         * gnus-srvr.el (gnus-server-insert-server-line):
11322         Call `gnus-method-to-server' with `no-cache' argument.
11323
11324         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11325         gnus-agent-possibly-synchronize-flags as this should be called when the
11326         server is actually being opened.
11327         (gnus-agent-possibly-synchronize-flags)
11328         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11329         flags file of an agentized server to the latter function.
11330
11331         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11332         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11333         after a connection has been established successfully.
11334
11335 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gnus-art.el (article-display-face): Force to display face if called
11338         interactively; check if gnus-article-x-face-too-ugly matches author.
11339         (article-display-x-face): Display face even if From header is missing
11340         as article-display-face does.
11341
11342 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11343
11344         * hashcash.el (message-narrow-to-headers-or-head)
11345         (message-fetch-field, message-goto-eoh)
11346         (message-narrow-to-headers): Declare as functions.
11347
11348 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * mail-source.el (mail-sources): Default to fetch from file for
11351         compatibility with default of nnmail-spool-file.
11352
11353 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11356         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11357         to look for encoded word that should be encoded again.
11358         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11359         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11360         encoding pattern.
11361         (rfc2047-decode-region): Switch strict regexp and loose one according
11362         to rfc2047-allow-irregular-q-encoded-words.
11363
11364 2007-11-25  Romain Francoise  <romain@orebokech.com>
11365
11366         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11367
11368 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * tls.el (tls-program): Provide more custom choices from
11371         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11372         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11373
11374 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11377         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11378
11379         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11380         `nnmail-spool-file'.
11381
11382         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11383         `nnmail-spool-file'.
11384
11385         * gnus-move.el (gnus-change-server): Ditto.
11386
11387         * gnus-kill.el (gnus-batch-score): Ditto.
11388
11389         * gnus-cache.el (gnus-jog-cache): Ditto.
11390
11391         * gnus-msg.el (gnus-summary-reply):
11392         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11393
11394 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11397         version.  Minor improvement to doc strings.
11398         (tls-program): Add comment.
11399
11400 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11401
11402         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11403         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11404         mismatch between the hostname provided in the certificate and the name
11405         of the host connnecting to.
11406         (open-tls-stream): Use them.  Check certificates against trusted root
11407         certificates.
11408
11409 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * gnus-cache.el (gnus-cache-generate-nov-databases):
11412         Use nnml-generate-nov-databases-directory instead of
11413         nnml-generate-nov-databases-1.
11414
11415 2007-11-24  Glenn Morris  <rgm@gnu.org>
11416
11417         * message.el (message-tool-bar-retro): Update for rename
11418         mail_send.xpm->mail-send.xpm.
11419
11420 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11423         `smime-ldap-search' for Emacs 22 and up.
11424
11425 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11426
11427         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11428
11429         * message.el (message-send-mail-function): Fix error convention.
11430         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11431         (message-widen-reply, message-send-mail, message-talkative-question)
11432         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11433         (message-clone-locals, message-send-news): Use with-current-buffer.
11434         (message-insert-or-toggle-importance): Remove unused var `valid'.
11435         (message-make-references): Remove unused var `new-references'.
11436         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11437
11438 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11439
11440         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11441         (spam-split-symbolic-return-positive): Reflow docstring.
11442         (spam-backends, spam-summary-exit-behavior)
11443         (spam-mark-ham-unread-before-move-from-spam-group)
11444         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11445         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11446         (spam-clear-cache, spam-backend-check, spam-install-backend)
11447         (spam-install-statistical-backend, spam-list-of-processors)
11448         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11449         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11450         (spam-check-crm114, spam-initialize, spam-unload-hook):
11451         Fix typos in docstrings.
11452
11453 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11456         been checked if they have never been read and those group levels are
11457         higher than the one that a user specified.
11458
11459 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11462         foreign groups unless a group level is specified by a user.
11463         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11464
11465 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * message.el (message-send-mail-function): Require sendmail.
11468
11469 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * message.el (message-send-mail-function): Check for smtpmail too.
11472
11473         * utf7.el (utf7-encode, utf7-decode): Use coding system
11474         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11475
11476         * message.el (message-send-mail-function): New function.
11477         (message-send-mail-function): Set default using
11478         message-send-mail-function.  Adjust doc string.
11479         (message-send-mail-with-mailclient): New function.
11480
11481 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11482
11483         * smime.el (from):
11484         * rfc2047.el (message-posting-charset):
11485         * qp.el (mm-use-ultra-safe-encoding):
11486         * pop3.el (parse-time-months):
11487         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11488         * nnml.el (files):
11489         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11490         (jka-compr-compression-info-list, ange-ftp-path-format)
11491         (efs-path-regexp):
11492         * nndiary.el (files):
11493         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11494         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11495         (epg-digest-algorithm-alist, inhibit-redisplay)
11496         (password-cache-expiry):
11497         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11498         (pgg-output-buffer, password-cache-expiry):
11499         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11500         (efs-path-regexp):
11501         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11502         (inhibit-redisplay):
11503         * mm-uu.el (file-name, start-point, end-point, entry)
11504         (gnus-newsgroup-name, gnus-newsgroup-charset):
11505         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11506         (latin-unity-ucs-list):
11507         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11508         (mm-uu-binhex-decode-function):
11509         * message.el (gnus-message-group-art, gnus-list-identifiers)
11510         (rmail-enable-mime-composing, gnus-local-organization)
11511         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11512         (gnus-read-active-file, facemenu-add-face-function)
11513         (facemenu-remove-face-function, gnus-article-decoded-p)
11514         (tool-bar-mode):
11515         * mail-source.el (display-time-mail-function):
11516         * gnus-util.el (nnmail-pathname-coding-system)
11517         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11518         (gnus-original-article-buffer, gnus-user-agent)
11519         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11520         (xemacs-codename, sxemacs-codename, emacs-program-version):
11521         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11522         * gnus-start.el (gnus-agent-covered-methods)
11523         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11524         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11525         (gnus-newsgroup-headers, gnus-group-list-mode)
11526         (gnus-group-mark-positions, gnus-newsgroup-data)
11527         (gnus-newsgroup-unreads, nnoo-state-alist)
11528         (gnus-current-select-method, mail-sources)
11529         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11530         (nnmail-spool-file, gnus-cache-active-hashtb):
11531         * gnus-mh.el (mh-lib-progs):
11532         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11533         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11534         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11535         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11536         (gnus-group-buffer):
11537         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11538         (font-lock-set-defaults):
11539         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11540         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11541         (gnus-summary-post-menu, total-parts, type, condition, length):
11542         * gnus-agent.el (gnus-agent-read-agentview):
11543         * flow-fill.el (show-trailing-whitespace):
11544         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11545         eval-and-compile wrappers for byte compiler pacifiers.
11546
11547         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11548         (mm-display-inline-fontify): Check for featurep 'xemacs not
11549         extent-list.
11550
11551         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11552         itimer-list.
11553         (mm-create-image-xemacs): Only do something for XEmacs.
11554         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11555
11556         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11557
11558         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11559         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11560
11561 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11562
11563         * nnimap.el (nnimap-split-download-body):
11564         * gnus-demon.el (gnus-demon):
11565         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11566
11567 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11570         New macros.
11571         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11572         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11573         copy data from unibyte buffer to multibyte current buffer.
11574         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11575         to copy data from unibyte current buffer to multibyte buffer.
11576         (nntp-make-process-buffer): Make process buffer unibyte.
11577
11578         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11579
11580 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11581
11582         * pop3.el (pop3-open-server): Accept and process data more robustly at
11583         connexion start to avoid spurious "POP SSL connexion failed" errors.
11584
11585 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11588         read group names.
11589
11590 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11593
11594 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11597         (nnmail-save-active): Use a unibyte buffer when saving active file,
11598         which may contain non-ASCII group names.
11599
11600         * nnml.el (nnml-request-group): Decode group names in messages.
11601
11602 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11603
11604         * message.el (message-citation-line-function)
11605         (message-insert-formatted-citation-line): Fix spelling of
11606         `message-insert-formated-citation-line'.
11607
11608 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11611
11612 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11615         nnmail-pathname-coding-system.
11616
11617         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11618         that a user enters; decode group names in messages.
11619
11620         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11621
11622 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11625
11626         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11627
11628         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11629         risky local variable.
11630
11631         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11632
11633 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11634
11635         * encrypt.el: Improve documentation to fix function name typo.
11636         Reported by Daiki Ueno <ueno@unixuser.org>.
11637
11638 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11641         even if the point is not in the last page of an article.
11642         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11643         back to the previous page.
11644
11645 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11648
11649 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11652
11653 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11654
11655         * message.el (message-check-news-body-syntax):
11656         Avoid mm-string-as-multibyte.
11657         (message-hide-headers): Don't assume (point-min)==1.
11658
11659 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * message.el (message-remove-blank-cited-lines): Fix if remove is
11662         given.
11663         (message-bogus-address-regexp): New variable.
11664         (message-bogus-recipient-p): New function.
11665         (message-check-recipients): New command.
11666         (message-syntax-checks): Add `bogus-recipient'.
11667         (message-fix-before-sending): Add `bogus-recipient'.
11668
11669         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11670         (gnus-treat-body-boundary): Don't test window-system.
11671
11672 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11673
11674         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11675
11676 2007-10-28  Miles Bader  <miles@gnu.org>
11677
11678         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11679         at compile-time too.
11680
11681 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * gnus-msg.el (gnus-message-setup-hook):
11684         Add `message-remove-blank-cited-lines' to options.
11685
11686 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * message.el (message-remove-blank-cited-lines): New function.
11689         Suggested by Karl PlĂ€sterer.
11690
11691 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11694         mapc.
11695
11696         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11697         (top-level): Use mapc to set functions to be traced for debugging.
11698
11699         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11700         called for effect with while loop.
11701
11702         * message.el (message-talkative-question): Replace mapcar called for
11703         effect with mapc.
11704
11705         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11706         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11707         called for effect with dolist.
11708
11709         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11710
11711         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11712         gnus-extra-headers and nnmail-extra-headers.
11713
11714         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11715         called for effect with dolist.
11716         (top-level): Use mapc to set functions to be traced for debugging.
11717
11718         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11719         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11720         dolist.
11721
11722         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11723         Replace mapcar called for effect with mapc.
11724         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11725         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11726         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11727         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11728
11729         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11730         remove-if that's a cl function.
11731
11732         * webmail.el (webmail-debug): Replace mapcar called for effect with
11733         dolist.
11734
11735         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11736         with mapc.
11737
11738 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11741         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11742         with while loop.
11743
11744         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11745         functions from article-* functions.
11746         (gnus-multi-decode-header): Replace mapcar called for effect with
11747         dolist.
11748
11749         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11750         (gnus-bookmark-show-details): Replace mapcar called for effect with
11751         while loop.
11752
11753         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11754         called for effect with while loop.
11755
11756         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11757         with dolist.
11758
11759         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11760         Replace mapcar called for effect with dolist.
11761
11762         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11763
11764         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11765         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11766         Replace mapcar called for effect with dolist.
11767         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11768         mapc.
11769
11770         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11771         Replace mapcar called for effect with dolist.
11772         (gnus-topic-list): Replace mapcar called for effect with mapc.
11773
11774         * gnus.el: Use mapc instead of mapcar to add autoloads.
11775
11776 2007-10-23  Richard Stallman  <rms@gnu.org>
11777
11778         * gnus-group.el (gnus-group-highlight): Mark as risky.
11779
11780 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus.el (gnus-server-to-method): Return method found first in
11783         gnus-newsrc-alist.
11784
11785         * gnus-art.el (gnus-article-highlight-signature)
11786         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11787         button overlay without the front stickiness.
11788
11789 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11790
11791         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11792         overview buffer needed a catch to receive its throw.
11793         (gnus-agent-flush-cache): Declare as interactive to make this function
11794         easier to use.
11795
11796 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11799         `next-line'.
11800
11801 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11804         exclude address matching message-dont-reply-to-names.
11805
11806 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-util.el (gnus-string<): New function.
11809
11810         * gnus-sum.el (gnus-article-sort-by-author)
11811         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11812
11813 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11816         the frame-focus tag is set in gnus-buffer-configuration.
11817
11818 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11821         the front stickiness.
11822
11823 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11826         url pattern; remove duplicate one.
11827         (gnus-article-extend-url-button): New function.
11828         (gnus-article-add-buttons): Use it.
11829         (gnus-button-push): Use concatenated url that it makes.
11830
11831 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11832
11833         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11834
11835 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11836
11837         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11838         Don't hardcode point-min==1.
11839
11840 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11843         Fix comment about "iso8859-1".
11844
11845 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11846
11847         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11848         ones returned from the verify-function.
11849
11850         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11851         Call mml2015-extract-cleartext-signature if extraction failed.
11852
11853 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11854
11855         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11856         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11857         failed.
11858
11859 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11862
11863 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11866         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11867         recommends to use EasyPG instead of PGG.
11868
11869         * pgg.el: Revert to revision 6.23.2.16.
11870
11871         * pgg-def.el: Revert to revision 6.6.2.14.
11872
11873         * pgg-gpg.el: Revert to revision 6.23.2.34.
11874
11875 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11876
11877         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11878         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11879         thread for both the null and zero (kill/expire thread) universal prefix
11880         cases.
11881         (gnus-summary-expire-thread): Add new function to expire a thread,
11882         using gnus-summary-kill-thread.
11883         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11884         shortcuts for gnus-summary-expire-thread.
11885         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11886         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11887
11888 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11889
11890         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11891         extras value, so an extras entry can be deleted.
11892         (gnus-registry-delete-extra-entry): Use it.
11893         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11894         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11895         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11896         storage through the gnus-registry, and provide an appropriate API for
11897         it.
11898
11899 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11902         Suggested by Leo <sdl.web@gmail.com>.
11903
11904         * gnus.el: Do.
11905
11906 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11909         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11910
11911         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11912
11913         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11914         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11915
11916 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11919         newline.
11920         (nnmbox-request-accept-article): Don't change article in source buffer;
11921         narrow to header to use message-fetch-field rather than
11922         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11923         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11924         as delimiters; make sure article ends with newline.
11925         (nnmbox-delete-mail): Correct last position of article to be deleted;
11926         ignore X-Gnus-Newsgroup header in article body.
11927         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11928         positions; make sure article ends with newline.
11929
11930         * message.el (message-display-abbrev): Don't infloop when a user
11931         inserts SPC in the beginning of header.
11932
11933         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11934         coding-system-for-read and coding-system-for-write for XEmacs having no
11935         file-coding feature.
11936
11937         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11938
11939 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11940
11941         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11942         list of groups not followed by default.  Fix type to be regexp.
11943         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11944
11945 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11946
11947         * hmac-def.el (define-hmac-function): Switch from old-style to
11948         new-style backquotes.
11949
11950         * md4.el (md4-make-step): Likewise.
11951
11952 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11955         raw-text coding system when saving .newsrc file, which may contain
11956         non-ASCII group names.
11957
11958 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * gnus-cus.el (gnus-score-extra): New widget.
11961         (gnus-score-extra-convert): New function.
11962         (gnus-score-customize): Use it for Extra.
11963
11964 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11965
11966         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11967         (mml2015-mailcrypt-clear-verify): Use it.
11968         (mml2015-gpg-clear-verify): Use it.
11969         (mml2015-pgg-clear-verify): Use it.
11970         (mml2015-epg-clear-verify): Replace the current part with the output
11971         from GnuPG; don't extract the plaintext by itself.
11972
11973         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11974         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11975         mml2015-clear-verify-function; don't touch the armor headers or
11976         dash-escaped text here.
11977
11978 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11981         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11982         parts, or application/octet-stream as a last resort.
11983         (gnus-mime-view-part-as-type): Don't toggle display.
11984         (gnus-mime-view-part-as-charset): Don't turn off display before
11985         querying charset.
11986
11987         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11988         stuff to undisplayer function in Emacs.
11989         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11990
11991         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11992         text/calendar parts.
11993
11994 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11997         decoding text/calendar parts.
11998
11999         * message.el (message-forward-make-body-mime): Always mark body as
12000         having no illegible text; remove signed-or-encrypted argument.
12001         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12002
12003         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12004         (mml-generate-mime-1): Don't encode body if it is specified to be in
12005         raw form; don't make buffer be unibyte when inserting multibyte string.
12006
12007 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12008
12009         * sha1.el: Fix up comment style.
12010         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12011         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12012
12013         * hex-util.el: Fix up comment style.
12014         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12015
12016         * gnus-salt.el: Use with-current-buffer.
12017         (gnus-pick-setup-message): Fix long-standing typo.
12018
12019 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * imap.el (imap-logout-timeout): New variable.
12022         (imap-logout, imap-logout-wait): New functions.
12023         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12024
12025         * nnimap.el (nnimap-logout-timeout): New server variable.
12026         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12027         nnimap-logout-timeout.
12028
12029         * gnus-art.el (gnus-article-summary-command-nosave)
12030         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12031
12032 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus.el (gnus-maximum-newsgroup): New variable.
12035
12036         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12037         according to gnus-maximum-newsgroup.
12038
12039         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12040         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12041         Limit the range of articles according to gnus-maximum-newsgroup.
12042
12043 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12044
12045         * gnus-art.el (gnus-sticky-article): Fix problems described in
12046         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12047         Don't perform gnus-configure-windows here; reuse existing sticky
12048         article buffer.
12049
12050         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12051         it doesn't exist in gnus-article-mode.
12052
12053 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12056         (gnus-agent-decoded-group-name): New function.
12057         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12058         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12059
12060 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12061
12062         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12063         Add binding for gnus-sticky-article.
12064         (gnus-summary-exit): Don't kill sticky article buffers.
12065
12066         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12067         article buffer.
12068         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12069         (gnus-kill-sticky-article-buffers): New commands.
12070
12071 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * nntp.el (nntp-xref-number-is-evil): New server variable.
12074         (nntp-find-group-and-number): If it is non-nil, don't trust article
12075         numbers in the Xref header.
12076
12077 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * gnus-agent.el (gnus-agent-read-group): New function.
12080         (gnus-agent-flush-group, gnus-agent-expire-group)
12081         (gnus-agent-regenerate-group): Use it.
12082         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12083         nnmail-pathname-coding-system.
12084
12085 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12088
12089         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12090         that are unread as unread, and also as selected so that information of
12091         marks having been changed by a user may be updated when exiting group.
12092
12093 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12096
12097 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12100         calculated ignoring signature parts to gnus-treat-article.
12101
12102 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12105         a point here in order to keep the window start.
12106         (gnus-insert-mime-security-button): Make a button overlay without the
12107         front stickiness.
12108         (gnus-mime-display-security): Goto the end of a button.
12109
12110         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12111
12112 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12115         group-name-at-point.
12116         (gnus-group-completing-read): New function that offers decoded
12117         non-ASCII group names for completion.
12118         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12119         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12120         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12121         (gnus-group-fetch-control): Use it.
12122         (gnus-fetch-group): Use group-name-at-point for the initial value
12123         rather than the default value; use gnus-alive-p.
12124
12125         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12126         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12127         (gnus-summary-post-news): Use gnus-group-completing-read.
12128
12129         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12130         (gnus-read-move-group-name): Decode group name for completion.
12131
12132 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12135         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12136         Yamaoka slightly modified the code).
12137
12138 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12141         (nnmail-split-incoming): Bind it.
12142
12143         * nnml.el (nnml-group-name-charset): New function.
12144         (nnml-decoded-group-name): Use it; don't decode group name if
12145         nnmail-group-names-not-encoded-p is non-nil.
12146         (nnml-encoded-group-name): New function.
12147         (nnml-group-pathname): Inline nnml-decoded-group-name.
12148         (nnml-request-expire-articles): Decode group name in message.
12149         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12150         nnmail-pathname-coding-system.
12151         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12152         not decoded ones according to nnmail-group-names-not-encoded-p.
12153         (nnml-generate-active-info): Use nnml-encoded-group-name.
12154
12155 2007-08-08  Glenn Morris  <rgm@gnu.org>
12156
12157         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12158         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12159         doc-strings and comments.
12160
12161 2007-07-25  Glenn Morris  <rgm@gnu.org>
12162
12163         * Relicense all FSF files to GPLv3 or later.
12164
12165 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * gnus-sum.el (gnus-summary-move-article):
12168         Make gnus-summary-respool-article work.
12169
12170 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12173         string.
12174
12175 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12176
12177         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12178         that should be ignored when comparing distant RSS articles with local
12179         ones.
12180         (nnrss-make-hash-index): New function.  Create a hash index according
12181         to the ignored fields.
12182         (nnrss-check-group): Use it.
12183
12184 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12187
12188         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12189
12190         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12191         the new optional argument ENCODED is non-nil.
12192         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12193         coding system for encoding group name.
12194         (gnus-group-make-rss-group): Pass un-encoded group name to
12195         gnus-group-make-group.
12196         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12197         encoded.
12198
12199         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12200         Encode group name to which articles are moved or copied.
12201         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12202         coding system for encoding Newsgroup, Followup-To and Xref headers.
12203
12204         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12205         marks; use nnheader-file-coding-system to write a file.
12206         (nnagent-retrieve-headers): Bind file-name-coding-system to
12207         nnmail-pathname-coding-system.
12208
12209         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12210
12211         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12212         (nnml-request-article, nnml-request-create-group)
12213         (nnml-request-rename-group, nnml-find-id)
12214         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12215         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12216         (nnml-save-marks): Use nnml-group-pathname instead of
12217         nnmail-group-pathname.
12218
12219         (nnml-request-create-group, nnml-request-expire-articles)
12220         (nnml-request-move-article, nnml-request-delete-group)
12221         (nnml-deletable-article-p, nnml-possibly-create-directory)
12222         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12223         (nnml-open-marks): Bind file-name-coding-system to
12224         nnmail-pathname-coding-system.
12225
12226         (nnml-request-article): Pass server argument to nnml-find-group-number.
12227         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12228         Pass server argument to nnml-possibly-create-directory.
12229         (nnml-request-accept-article): Pass server argument to
12230         nnml-active-number and nnml-save-mail.
12231         (nnml-find-group-number): Pass server argument to nnml-find-id.
12232         (nnml-request-update-info): Pass server argument to
12233         nnml-marks-changed-p.
12234
12235         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12236         (nnml-save-mail, nnml-active-number): Add server argument.
12237
12238         (nnml-request-delete-group): Warn if group is missing.
12239         (nnml-get-nov-buffer): Decode group name.
12240         (nnml-generate-active-info): Encode group name.
12241         (nnml-open-marks): Decode group name in messages.
12242
12243 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12246         if it is not specified.
12247         (gnus-article-pipe-part, gnus-article-save-part)
12248         (gnus-article-interactively-view-part, gnus-article-copy-part)
12249         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12250         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12251         (gnus-article-replace-part, gnus-article-delete-part)
12252         (gnus-article-view-part-as-type): Pass raw prefix argument to
12253         gnus-article-part-wrapper.
12254
12255 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-agent.el (gnus-agent-save-active):
12258         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12259
12260         * gnus-cache.el (gnus-cache-save-buffers)
12261         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12262         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12263         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12264         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12265         (gnus-cache-generate-active, gnus-cache-rename-group)
12266         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12267         (gnus-cache-update-overview-total-fetched-for):
12268         Bind file-name-coding-system to nnmail-pathname-coding-system.
12269         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12270         New variables.
12271         (gnus-cache-decoded-group-name): New function.
12272         (gnus-cache-file-name): Use it.
12273         (gnus-cache-generate-active): Use non-decoded group name for active.
12274
12275         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12276         right place.
12277         (gnus-write-active-file): Don't break non-ASCII group names.
12278
12279         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12280         nnmail-pathname-coding-system.
12281
12282         * lpath.el: Bind default-file-name-coding-system,
12283         file-name-coding-system and language-info-alist for XEmacs.
12284
12285         * gnus-uu.el (gnus-uu-decode-save): Typo.
12286
12287 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12290
12291 2007-07-14  David Kastrup  <dak@gnu.org>
12292
12293         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12294         finishing actions if we did not edit the article.
12295
12296 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12299         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12300         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12301         (gnus-agent-flush-group, gnus-agent-flush-cache)
12302         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12303         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12304         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12305         (gnus-agent-regenerate-group)
12306         (gnus-agent-update-files-total-fetched-for)
12307         (gnus-agent-update-view-total-fetched-for):
12308         Bind file-name-coding-system to nnmail-pathname-coding-system.
12309         (gnus-agent-group-pathname): Don't encode file names by
12310         nnmail-pathname-coding-system.
12311         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12312         coding-system-for-write instead of buffer-file-coding-system to
12313         gnus-agent-file-coding-system.
12314
12315         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12316         Decode group name.
12317
12318         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12319
12320         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12321         (gnus-read-newsrc-el-file): Make group names unibyte.
12322
12323         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12324         nnmail-pathname-coding-system.
12325
12326         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12327         (nnrss-request-delete-group): Bind file-name-coding-system to
12328         nnmail-pathname-coding-system.
12329         (nnrss-read-server-data, nnrss-read-group-data):
12330         Bind file-name-coding-system correctly.
12331         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12332
12333         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12334         (nntp-server-to-method-cache): New variable.
12335         (nntp-group-pathname): New function that decodes non-ASCII group names.
12336         (nntp-possibly-create-directory, nntp-marks-changed-p)
12337         (nntp-save-marks, nntp-open-marks): Use it.
12338         (nntp-possibly-create-directory, nntp-open-marks):
12339         Bind file-name-coding-system to nnmail-pathname-coding-system.
12340         (nntp-open-marks): Decode group names when bootstrapping marks.
12341
12342         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12343         Newsgroups and Folowup-To headers.
12344
12345 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12348         (gnus-server-closed-face, gnus-server-denied-face)
12349         (gnus-server-offline-face): Remove variable.
12350         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12351
12352         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12353         of modifying message-stack directly for XEmacs.
12354
12355         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12356         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12357         if the coding-system argument is nil for XEmacs.
12358
12359         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12360         mm-charset-override-alist.
12361
12362         * rfc2047.el: Don't require base64; require rfc2045 for the function
12363         rfc2045-encode-string.
12364         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12365         to quote the parameter value.
12366
12367 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12370         form in gnus-group-name-charset-method-alist.
12371
12372         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12373         overrides the default layout edit-form.
12374
12375         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12376
12377         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12378
12379 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12382         as unfetched articles.
12383
12384 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12387
12388 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12391         original back end that keeps marks in the local system.
12392
12393 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12396         arg of pop-to-buffer for XEmacs.
12397         (gnus-article-read-summary-keys): Ditto; don't restore window
12398         configuration if summary command ends up with neither article buffer
12399         nor summary buffer; describe bindings if summary keys end with C-h.
12400
12401 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * message.el (message-fix-before-sending): Skip raw message part to be
12404         forwarded while checking illegible text.
12405         (message-forward-make-body-mime, message-forward-make-body):
12406         Mark signed or encrypted raw message as having no illegible text.
12407
12408 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12411         (gnus-message-with-timestamp-1): New macro.
12412         (gnus-message-with-timestamp): New function.
12413         (gnus-message): Use them.
12414
12415         * nnheader.el (nnheader-message): Use them.
12416
12417 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12420         .newsrc.eld file.
12421
12422 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-agent.el (gnus-agent-fetch-headers)
12425         (gnus-agent-retrieve-headers):
12426         Bind gnus-decode-encoded-address-function to identity.
12427
12428         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12429         available also when the server returns simply a dot.
12430
12431         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12432
12433 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12436
12437 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-ems.el (gnus-x-splash): Make it work.
12440
12441         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12442         from being used.
12443
12444         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12445
12446 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12449         4th and the 5th arguments.
12450
12451         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12452         the front stickiness.
12453         (gnus-article-summary-command-nosave): Correct the order of the
12454         arguments passed to pop-to-buffer.
12455         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12456         summary command ends up with the article buffer.
12457
12458         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12459         the same faces.
12460
12461 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12462
12463         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12464
12465 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12466
12467         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12468         * gnus-sum.el (gnus-summary-highlight):
12469         * pgg.el (pgg-sign-region, pgg-sign):
12470         * mail-source.el (mail-source-delete-old-incoming-confirm):
12471         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12472
12473 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-art.el (gnus-mime-view-part-externally)
12476         (gnus-mime-view-part-internally): Fix predicate function passed to
12477         completing-read.
12478
12479         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12480
12481         * gnus.el (gnus-update-message-archive-method): Add :version.
12482
12483 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus.el (gnus-update-message-archive-method): New variable.
12486
12487         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12488         according to gnus-message-archive-method if
12489         gnus-update-message-archive-method is non-nil.
12490
12491 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12494         Suggested by Loic Dachary <loic@dachary.org>.
12495         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12496
12497 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * message.el (message-pop-to-buffer): Add switch-function argument.
12500         (message-mail): Pass switch-function argument to it.
12501
12502 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12505         Improve doc string.
12506
12507 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12510         (gnus-header-content)
12511         * gnus-cite.el (gnus-cite-10)
12512         * gnus-srvr.el (gnus-server-closed)
12513         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12514         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12515         (gnus-group-mail-3-empty, gnus-group-mail-low)
12516         (gnus-group-mail-low-empty, gnus-splash)
12517         * message.el (message-header-to, message-header-cc)
12518         (message-header-subject, message-header-other, message-header-name)
12519         (message-header-xheader, message-separator, message-cited-text)
12520         (message-mml): Lighten colors of faces used for dark background.
12521
12522 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12523
12524         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12525         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12526
12527 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * message.el (message-narrow-to-headers-or-head):
12530         Ignore mail-header-separator in the body.
12531
12532 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12535         same as window size.
12536
12537 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12538
12539         * message.el (message-font-lock-keywords): Use message-header-xheader
12540         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12541         ahead of the anything pattern, to get it recognised.
12542
12543 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12546         spam.el loads uses it in the compiled defadvice form.
12547
12548 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12549
12550         * gnus-sum.el (gnus-articles-to-read)
12551         (gnus-summary-insert-old-articles): Don't truncate group name for
12552         `read-string'.
12553
12554         * gnus-util.el (gnus-limit-string): Delete this function.
12555
12556         * gnus-sum.el (gnus-simplify-subject-fully):
12557         Use `truncate-string-to-width' instead.
12558
12559 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12560
12561         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12562         Tell if, on summary exit, the next group has to be selected.
12563         (gnus-summary-exit): Use it.
12564
12565 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12568         non-break space.
12569
12570 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12573         Check if group is not a directory.
12574         (nnfolder-request-expire-articles): Don't delete articles if the target
12575         group is not available.
12576
12577         * nnml.el (nnml-request-create-group): Properly check if group is not a
12578         file.
12579         (nnml-request-expire-articles): Don't delete articles if the target
12580         group is not available.
12581
12582         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12583         Don't quote characters that are within parentheses.
12584
12585 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12588         (gnus-handle-ephemeral-exit): Select article according to it.
12589
12590 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * message.el (message-insert-formated-citation-line): Remove newline.
12593         (message-citation-line-format): Add final \n here so that the user can
12594         avoid a blank line.
12595
12596 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12597
12598         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12599         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12600         Update lanl/arXiv support.
12601
12602 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus.el: Bump version number.
12605
12606 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * gnus.el (gnus-version-number): Bump version.
12609
12610 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12611
12612         * gnus.el: No Gnus v0.6 is released.
12613
12614 2007-04-27  Didier Verna  <didier@xemacs.org>
12615
12616         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12617         * gmm-utils.el (gmm-regexp-concat): ... here.
12618         * message.el: Don't require 'gnus-util.
12619         (message-dont-reply-to-names): Handle name change above.
12620         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12621
12622 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12625         since the initial value varies according to the system.
12626
12627 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12630
12631 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12632
12633         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12634
12635 2007-04-24  Didier Verna  <didier@xemacs.org>
12636
12637         Improve the type of gnus-ignored-from-addresses.
12638         * gnus-util.el (gnus-orify-regexp): New function.
12639         * message.el (gnus-util): Require it.
12640         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12641         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12642         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12643
12644 2007-04-24  Didier Verna  <didier@xemacs.org>
12645
12646         * gnus-sum.el:
12647         * gnus-utils.el: Fix some trailing whitespaces.
12648
12649 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12652         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12653         article's Message-ID; refer parent article in summary buffer.
12654
12655         * message.el (message-bounce): Call mime-to-mml.
12656
12657         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12658         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12659         optimize and/or forms properly.
12660
12661 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12664         URL.
12665
12666 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12669
12670 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12673         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12674         displayed of multipart/alternative part if it is invoked from summary
12675         buffer.
12676
12677         * mm-view.el (mm-inline-text-html-render-with-w3m)
12678         (mm-inline-text-html-render-with-w3m-standalone)
12679         (mm-inline-render-with-function): Use mail-parse-charset by default.
12680
12681 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12682
12683         * parse-time.el (parse-time-string-chars): Check if CHAR
12684         is less than the length of parse-time-syntax.
12685
12686 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12689         from gnus-newsgroup-processable.
12690
12691 2007-04-16  Didier Verna  <didier@xemacs.org>
12692
12693         * gnus-msg.el (gnus-configure-posting-styles):
12694         Handle message-signature-directory properly with :file syntax.
12695         Reported by "Leo".
12696
12697 2007-04-11  Didier Verna  <didier@xemacs.org>
12698
12699         New user option: message-signature-directory.
12700         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12701         * message.el (message-insert-signature): Ditto.
12702         * message.el (message-signature-file): Doc update.
12703         * message.el (message-signature-directory): New.
12704
12705 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-msg.el (gnus-inews-yank-articles):
12708         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12709
12710 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * message.el (message-yank-original): Make sure cited text ends with
12713         newline; don't exchange point and mark.
12714
12715 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12716
12717         * tls.el (open-tls-stream): Properly handle case where there
12718         is no associated buffer.
12719
12720 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12721
12722         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12723         message-yank-original, make sure (< mark TEXT point).
12724
12725 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * message.el (message-fill-column): New variable.
12728         (message-mode): Use it.  Add comment on a possible new hook.
12729
12730         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12731         (nnmail-get-new-mail): Reformat.
12732
12733         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12734
12735         * gmm-utils.el: Fix Commentary.
12736         (gmm-tool-bar-from-list): Fix typo in doc string.
12737
12738 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12739
12740         * message.el (message-yank-original): Don't switch point and mark
12741         unnecessarily to put point and mark as documented.
12742
12743 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12744
12745         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12746         from the message heads.
12747
12748 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12749
12750         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12751         article buffer does not have a window.  This may not be the best
12752         solution but is certainly better than setting the start of the null,
12753         that is the current, window.
12754
12755 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12758         (gnus-draft-setup): Run it.
12759
12760         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12761         gnus-score-fast-scoring.  Allow regexp.
12762         (gnus-score-headers): Use it.
12763
12764         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12765         XEmacs.
12766
12767         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12768         string.
12769         (gnus-button-alist): Also catch `<f1> k ...'.
12770         (gnus-treat-display-x-face): Fix doc string.
12771
12772 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12773
12774         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12775         evaluation of gnus-extended-version to ensure correct generation of the
12776         User-Agent header when message-generate-headers-first is used.
12777
12778 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12779
12780         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12781         hashcash-path is nil.  Don't call callback with incorrect number of
12782         parameters if val is 0.
12783
12784 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12785
12786         * message.el (message-required-news-headers):
12787         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12788
12789 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12790
12791         * tls.el (open-tls-stream): In handshake-waiting loop,
12792         don't wait more if there is output available to process.
12793
12794 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12795
12796         * tls.el (tls-program): Doc fix.
12797
12798 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * message.el (message-generate-new-buffers): Change the meaning of the
12801         nil value; add `standard' to the choices; treat t as `unique'; improve
12802         doc string.
12803         (gnus-select-frame-set-input-focus): Autoload.
12804         (message-buffer-name): Search for the existing message buffer if
12805         message-generate-new-buffers is nil or `standard'; treat the value t of
12806         message-generate-new-buffers as `unique'.
12807         (message-pop-to-buffer): Raise the frame already displaying the message
12808         buffer; clear the echo area after querying.
12809         (message-setup): Pass the `continue' argument to compose-mail.
12810         (message-mail): Prefer `switch-function' if it is given; search for the
12811         existing message buffer if the `continue' argument is non-nil; pass
12812         continue and switch-function arguments to compose-mail by way of
12813         message-setup.
12814         (message-mail-other-window): Adjust argument of message-setup.
12815         (message-mail-other-frame): Ditto.
12816
12817 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12820         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12821         to turn font-lock on when turning gnus-message-citation-mode on.
12822
12823 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12824
12825         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12826         (mml-smime-function-alist): New variable; add epg as the backend.
12827         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12828         mml-smime- functions instead.
12829         * mm-view.el: Require smime.
12830
12831 2007-03-05  Didier Verna  <didier@xemacs.org>
12832
12833         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12834         instead of just inheritance for posting styles.
12835         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12836
12837 2007-02-24  Chris Moore  <dooglus@gmail.com>
12838
12839         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12840         * pgg-pgp.el (pgg-pgp-encrypt-region):
12841         * pgg-gpg.el (pgg-gpg-encrypt-region):
12842         Check pgg-encrypt-for-me if no other recipients.
12843
12844 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12845
12846         * tls.el (tls-certtool-program): Fix custom type.
12847
12848 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12851         and point-at-eol instead of line-(beginning|end)-position.
12852
12853         * assistant.el (assistant-parse-buffer): Ditto.
12854
12855         * netrc.el (netrc-parse-services): Ditto.
12856
12857 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12858
12859         * mml2015.el (mml2015-epg-find-usable-key): New function.
12860         (mml2015-epg-sign): Use it.
12861         (mml2015-epg-encrypt): Use it.
12862
12863 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * message.el (message-make-in-reply-to): Quote name containing
12866         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12867         if there are special characters.  Reported by NAKAJI Hiroyuki
12868         <nakaji@jp.freebsd.org>.
12869
12870 2007-02-27  Didier Verna  <didier@xemacs.org>
12871
12872         Include the group parameters as well as the topic ones in the
12873         inheritance filter process.
12874         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12875         argument GROUP-PARAMS-LIST.
12876         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12877
12878 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * nntp.el (nntp-never-echoes-commands)
12881         (nntp-open-connection-functions-never-echo-commands): New variables.
12882         (nntp-send-command): Use them.
12883
12884 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12885
12886         * mml2015.el (mml2015-epg-verify): Simplify.
12887
12888 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * mml.el (mml-content-disposition-alist): New user option.
12891         (mml-content-disposition): New function.
12892         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12893         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12894
12895 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12896
12897         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12898         verification.
12899
12900 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12901
12902         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12903         articles posted in the last 24 hours.
12904
12905 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12906
12907         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12908
12909 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12910
12911         * nntp.el (nntp-send-command): Don't wait for echoes when
12912         nntp-open-ssl-stream is used.
12913
12914 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12917         (gnus-message-add-citation-keywords)
12918         (gnus-message-remove-citation-keywords): Remove.
12919         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12920         directly, make the variables in font-lock-defaults buffer-local, add
12921         gnus-message-citation-keywords to them and then update the value of
12922         font-lock-keywords.
12923
12924 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * message.el (message-cite-original-1): Don't call
12927         gnus-article-highlight-citation.
12928
12929         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12930         citations; fix line count.
12931
12932 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12935         (gnus-message-add-citation-keywords)
12936         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12937         versions of font-lock-add-keywords and font-lock-remove-keywords to
12938         work with XEmacs correctly.
12939
12940 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-cite.el (gnus-cite-face-list): Set the values of
12943         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12944         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12945         (gnus-message-cite-prefix-regexp): New variable.
12946         (gnus-message-search-citation-line): Use it; protect against long
12947         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12948         the 0th match data for Emacs.
12949         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12950         (gnus-message-add-citation-keywords): Append keywords rather than
12951         prepending; emulate font-lock-add-keywords if it is not available.
12952         (gnus-message-remove-citation-keywords):
12953         Emulate font-lock-remove-keywords if it is not available.
12954
12955         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12956
12957         * message.el (message-cite-prefix-regexp): Set the value of
12958         gnus-message-cite-prefix-regexp.
12959
12960 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12961
12962         * nnweb.el (nnweb-google-parse-1): Update parser.
12963
12964 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12965
12966         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12967
12968 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12969
12970         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12971         regexp.
12972
12973 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12976         string-to-multibyte.
12977         (uudecode-decode-region-internal): Use it.
12978
12979         * lpath.el: Fbind string-as-multibyte for XEmacs.
12980
12981 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12984         Fix custom choice.
12985
12986         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12987
12988 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12989
12990         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12991
12992         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12993         `write-region' to respect `mm-inhibit-file-name-handlers'.
12994
12995 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12998         Use gnus-home-directory instead of "~/" or "$HOME".
12999
13000 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13001
13002         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13003         to mention filename.
13004         Add comments at beginning regarding usage.
13005         (encrypt-write-file-contents): Change interactive so a string is
13006         acceptable.  If the file has no associated model, show an error instead
13007         of a nonsense prompt.
13008
13009 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13010
13011         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13012         Thanks to Yoshihiko Yamada for kind notification of this typo.
13013
13014 2007-01-12  Kenichi Handa  <handa@m17n.org>
13015
13016         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13017         multibyte buffer.
13018
13019 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-score.el (gnus-score-fast-scoring): New variable.
13022         (gnus-score-headers): Use it.
13023
13024         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13025
13026         * message.el (message-cite-original-1):
13027         Call gnus-article-highlight-citation if requested.
13028         (message-make-from): Allow name and address as optional arguments.
13029
13030         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13031
13032         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13033         bugs to doc string.
13034         (gnus-button-alist): Add mid\\|message-id.
13035         (gnus-button-fetch-group): Extend for use in
13036         `browse-url-browser-function'.
13037         (gnus-button-url-regexp): Try to catch paired parentheses like in
13038         Wikipedia URLs.
13039
13040         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13041         Suggested by Simon Krahnke <overlord@gmx.li>.
13042
13043 2007-01-13  Romain Francoise  <romain@orebokech.com>
13044
13045         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13046         Update copyright.
13047
13048 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13049
13050         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13051
13052 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13053
13054         * gnus-registry.el (gnus-registry-unfollowed-groups)
13055         (gnus-registry-split-fancy-with-parent): Fix documentation.
13056
13057 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13058
13059         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13060         from nnweb groups.
13061
13062 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13063
13064         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13065         Xref urls.  Erase buffer before requesting head.
13066
13067         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13068
13069 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13072         customizable.
13073
13074 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13075
13076         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13077         no signing key is found.
13078         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13079         no encrypting and/or signing key is found.
13080
13081 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13084
13085 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13086
13087         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13088         headers read from disk with the ones newly found in the current search.
13089         This should no longer cause problems, because the article numbers in
13090         Gmane's `nov.php' output are ignored since the previous change.
13091
13092 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13093
13094         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13095
13096 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13099         replace-regexp-in-string; bind url-version; fbind display-images-p and
13100         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13101         find-face and set-itimer-function for Emacs; bind itimer-list for
13102         Emacs.
13103
13104         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13105
13106 2007-01-01  Romain Francoise  <romain@orebokech.com>
13107
13108         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13109
13110 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13111
13112         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13113         `define-minor-mode' macro definition expanded properly.
13114         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13115         exclude it there.
13116
13117         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13118         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13119         `fboundp' test.
13120         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13121         This is OK to autoload in (S)XEmacs now.
13122
13123 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13124
13125         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13126         keystroke.
13127         (gnus-summary-limit-to-singletons): Fix typo.
13128
13129         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13130         else fails.
13131
13132 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13133
13134         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13135         docstring.
13136
13137         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13138         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13139         (gnus-summary-insert-dormant-articles): Fix typo in message.
13140
13141 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13144         nil for XEmacs.
13145         (gnus-message-citation-mode): Don't autoload in XEmacs.
13146
13147         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13148
13149 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
13150
13151         * nnimap.el (nnimap-expunge-search-string):
13152         Mention nnimap-search-uids-not-since-is-evil in docstring.
13153
13154 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * spam.el: Revert to make-obsolete-variable because
13157         define-obsolete-variable-alias is not supported in Emacs 21.
13158
13159         * spam.el (spam-ifile-path, spam-ifile-database-path)
13160         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13161         make-obsolete-variable.
13162         (spam-bsfilter-path, spam-bsfilter-program)
13163         (spam-spamassassin-path, spam-spamassassin-program)
13164         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13165         Don't use "path" inappropriately.
13166         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13167         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13168         variable names.
13169
13170 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13171
13172         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13173         summary buffer.
13174
13175         * password.el (password-cache-remove): Use clear-string to burn
13176         password, if available.
13177
13178 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13181
13182         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13183
13184         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13185         (gnus-message-highlight-citation): Move defcustom here from
13186         gnus-cite.el.
13187         (gnus-message-citation-mode): Autoload.
13188
13189         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13190         checks to make it compile with XEmacs.
13191         (gnus-message-citation-mode): New minor mode.
13192         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13193         (gnus-message-highlight-citation): New variables.
13194         (gnus-message-search-citation-line)
13195         (gnus-message-add-citation-keywords)
13196         (gnus-message-remove-citation-keywords)
13197         (turn-on-gnus-message-citation-mode)
13198         (turn-off-gnus-message-citation-mode): New functions.
13199
13200 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13201
13202         * gnus-cite.el: Enable highlighting of different citation levels in
13203         message-mode.
13204
13205 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * message.el (message-make-fqdn): Fix comment.
13208         (message-bogus-system-names): Add ".local".
13209
13210         * spam.el (spam-ifile-path, spam-ifile-program)
13211         (spam-ifile-database-path, spam-ifile-database)
13212         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13213         Don't use "path" inappropriately.
13214         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13215         strings.
13216         (spam-check-ifile, spam-ifile-register-with-ifile)
13217         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13218         Use new variable names.
13219
13220         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13221         (gnus-treat-display-smileys): Simplify using
13222         gnus-image-type-available-p.
13223
13224         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13225         available.
13226
13227         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13228         Use `display-images-p' if available.
13229
13230 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13233         one after turning on the buffer's multibyteness instead of decoding
13234         them directly in the unibyte buffer that causes unexpected conversion
13235         in Emacs 23 (unicode).
13236
13237 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13238
13239         * message.el (message-generate-hashcash): Fix custom type.
13240
13241 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13244
13245 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13248         disconnect icons.  Add help text.
13249
13250 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13253         negated to be consistent with the others we handle.
13254
13255 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13256
13257         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13258         version of gnus-summary-buffer to something, so that we can use two
13259         article buffers at the same time.
13260
13261 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13264         trigger all the extra headers.
13265         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13266         sorting.
13267
13268 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13269
13270         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13271         solid groups.
13272
13273 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13274
13275         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13276
13277 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13278
13279         * legacy-gnus-agent.el: Add Copyright notice.
13280
13281 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13282
13283         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13284
13285 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13288
13289         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13290         to make it work reliably in CVS Emacs.
13291         (gnus-summary-limit-strange-charsets-predicate)
13292         (gnus-summary-limit-to-predicate): New functions.
13293
13294 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13295
13296         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13297         specifying array size.
13298         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13299         array if it is too small.
13300         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13301         (gnus-sort-threads-loop): New function.
13302
13303 2006-12-06  Chris Moore  <dooglus@gmail.com>
13304
13305         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13306         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13307
13308 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
13309
13310         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13311         options.
13312
13313 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13314
13315         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13316         DOS-ing the recipient.
13317
13318         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13319         the headers when creating the mapping to avoid mismappings.
13320         (nnweb-gmane-create-mapping): Always nix out old mapping.
13321
13322 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13325         and mm-verify-option to never.
13326
13327 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * message.el (message-signed-or-encrypted-p): New function.
13330         (message-forward-make-body): Use it.
13331
13332         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13333         Replace encode-coding-string with mm-encode-coding-string.
13334
13335 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * nneething.el (nneething-decode-file-name):
13338         Replace decode-coding-string with mm-decode-coding-string.
13339
13340         * gnus-int.el (gnus-open-server): Say failed server's name.
13341
13342 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13343
13344         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13345         strings to a single string.  Quote `errors-file-name'.
13346         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13347         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13348         Adjust calls.  Use `shell-quote-argument'.
13349
13350 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13351
13352         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13353         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13354
13355         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13356         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13357         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13358         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13359         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13360         (gnus-subscribe-newsgroup, gnus-1):
13361         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13362         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13363         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13364         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13365
13366 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13369         keystroke.
13370         (gnus-summary-limit-to-bodies): Implement headersp.
13371
13372 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13373
13374         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13375
13376 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13379
13380 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13381
13382         * message.el (message-generate-hashcash): Expand range of values to
13383         include `opportunistic'.
13384         (message-send-mail): Use it.
13385
13386 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13387
13388         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13389         and comment it.
13390
13391         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13392
13393 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * gnus-util.el (gnus-extract-address-components): Improve comment.
13396
13397 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gnus-util.el (gnus-extract-address-components): Work with address in
13400         which the name portion contains @.
13401
13402         * lpath.el: Fbind custom-autoload.
13403
13404 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * gnus.el (gnus-start): Move custom group up.
13407         (gnus-select-method): Don't autoload, but make it available for
13408         `customize-variable'.
13409         (gnus-getenv-nntpserver): Don't autoload.
13410
13411 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13412
13413         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13414
13415 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * message.el (message-sendmail-extra-arguments): New variable.
13418         (message-send-mail-with-sendmail): Use it.
13419
13420 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13423         mm-with-unibyte-current-buffer to make string unibyte.
13424
13425         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13426         mm-string-as-multibyte.
13427
13428 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13429
13430         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13431         Reported by Werner Koch <wk@gnupg.org>.
13432
13433 2006-11-14  Daiki Ueno  <ueno@p360>
13434
13435         * mml2015.el: Autoload epa-select-keys when compiling.
13436
13437 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13438
13439         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13440         message-options.
13441         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13442
13443 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13444
13445         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13446         EasyPG (< 0.0.6).
13447         (mml2015-always-trust): New user option.
13448         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13449         prompt.
13450
13451 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * nntp.el (nntp-authinfo-force): New variable.
13454         (nntp-send-authinfo): Use it.
13455
13456 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13459         decode encoded words.  Improve prompt.  Add comment about forwarding.
13460         (message-replacement-char): Move up.
13461
13462 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13463
13464         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13465         instead of gnus-intersection because arguments of gnus-sorted-nunion
13466         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13467
13468 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13471         (message-simplify-subject-functions):
13472         Enable message-strip-subject-encoded-words by default.
13473
13474 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * message.el (message-strip-subject-encoded-words): New function.
13477         (message-simplify-subject-functions): New variable.
13478         (message-simplify-subject): Use it.  Fix typo in doc string.
13479         Support message-strip-subject-encoded-words.
13480
13481 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13482
13483         * gnus-diary.el (gnus-diary-delay-format-function):
13484         * nndiary.el (nndiary-reminders):
13485         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13486
13487 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-art.el (article-hide-boring-headers): Fetch date from
13490         gnus-original-article-buffer to avoid problems with localized date
13491         strings.
13492
13493 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13496
13497 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13500         New variables.
13501         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13502         (mm-charset-synonym-alist): Move some entries to
13503         mm-codepage-iso-8859-list.
13504         (mm-charset-synonym-alist, mm-charset-override-alist):
13505         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13506
13507 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13510
13511 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13514         with Emacs 21 and XEmacs.
13515
13516 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13517
13518         * spam.el (spam-parse-address): New function for better parsing,
13519         catching errors, etc.
13520         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13521
13522 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * mm-view.el: Add interactive arg to html2text autoload.
13525
13526 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13529
13530 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13533         New variables.
13534         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13535         (mm-charset-synonym-alist): Move some entries to
13536         mm-codepage-iso-8859-list.
13537
13538         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13539
13540 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * message.el (message-citation-line-format)
13543         (message-insert-formated-citation-line): Fix implementation of %E, %N
13544         and %n according to the doc string.
13545
13546 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13547
13548         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13549         Use car-safe to avoid bad parses.
13550
13551 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13554         names.
13555
13556         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13557
13558 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13561         header.
13562
13563         * message.el (message-draft-headers): Add Date.
13564         (message-headers-to-generate): Fix typo in docstring.
13565
13566         * nndraft.el (nndraft-required-headers): New variable.
13567         (nndraft-generate-headers): Use it.
13568
13569         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13570
13571 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13572
13573         * gnus-registry.el (gnus-registry-wash-for-keywords)
13574         (gnus-registry-find-keywords): New functions to allow easy searching of
13575         articles that are in the registry.
13576
13577 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13578
13579         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13580         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13581         Reported by Damien Elmes <damien@repose.cx>.
13582
13583 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * gnus.el (gnus-mime): Remove unused custom group.
13586
13587 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13588
13589         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13590         "blank line" when searching for end of armor headers.
13591
13592 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gmm-utils.el (gmm-write-region): Fix variable name.
13595
13596 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * gmm-utils.el (gmm-write-region): New function based on compatibility
13599         code from `mm-make-temp-file'.
13600
13601         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13602
13603         * nnmaildir.el (nnmaildir--update-nov)
13604         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13605         Use `gmm-write-region'.
13606
13607 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13610         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13611
13612         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13613
13614         * message.el (message-replacement-char): New variable.
13615         (message-fix-before-sending): Use it.
13616         (message-simplify-subject): New function to remove duplicate code.
13617         (message-reply, message-followup): Use it.
13618
13619         * gnus-sum.el (gnus-summary-make-menu-bar):
13620         Clarify gnus-summary-limit-to-articles.
13621
13622 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-util.el (gnus-with-local-quit): New macro.
13625
13626         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13627
13628 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13629
13630         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13631         ignore non-string data.
13632
13633 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13634
13635         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13636         non-string data (needs to be done in the registry too).
13637
13638 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13641         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13642         (gnus-registry-split-fancy-with-parent)
13643         (gnus-registry-fetch-simplified-message-subject-fast)
13644         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13645         Remove text properties on ingress into the registry and when it's saved.
13646         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13647         registry from entries with no groups.
13648
13649 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13650
13651         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13652         function to remove string properties.
13653
13654 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * gmm-utils.el (gmm): Adjust custom version.
13657
13658         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13659         Adjust custom version.
13660
13661         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13662
13663 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * gnus-art.el (gnus-insert-prev-page-button)
13666         (gnus-insert-next-page-button): Simplify.  Reformat.
13667
13668 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13669
13670         * gnus-art.el (gnus-insert-prev-page-button)
13671         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13672
13673 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13674
13675         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13676
13677 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13678
13679         * gnus-art.el (gnus-insert-mime-button)
13680         (gnus-insert-mime-security-button):
13681         Apply gnus-article-button-face to MIME and security buttons.
13682
13683 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13686         readable.
13687
13688 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13691
13692 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13693
13694         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13695         `browse-url-of-file' instead of `browse-url'.
13696
13697 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13698
13699         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13700         regexp.  Articles containing quotation were cut prematurely.
13701
13702 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * message.el (message-cite-original-1): Use nobody by default for the
13705         value of From header.
13706         (message-reply): Ditto.
13707
13708 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13709
13710         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13711         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13712         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13713
13714 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13717         mails in the doc string.  Add some URLs in comment.
13718         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13719
13720 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13723         backslashes handling and the way to find boundaries of quoted strings.
13724
13725 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13726
13727         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13728         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13729         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13730         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13731
13732 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13735         doc string.
13736         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13737
13738 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * lpath.el: Fbind epg-check-configuration.
13741
13742 2006-09-06  Simon Josefsson  <jas@extundo.com>
13743
13744         * mml2015.el (mml2015-use): Doc fix, mention epg.
13745
13746 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13747
13748         * mml2015.el (mml2015-use): Default to epg, if available.
13749
13750 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13751
13752         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13753         message-sender.
13754         (mml1991-epg-encrypt): Ditto.
13755         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13756         message-sender.
13757         (mml2015-epg-encrypt): Ditto.
13758
13759 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13760
13761         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13762         several common directories.
13763
13764 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13765
13766         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13767         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13768
13769 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-art.el (article-decode-encoded-words): Make it fast.
13772
13773 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13776
13777         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13778         in quoted string into `\'.
13779
13780 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13783         Use standard-syntax-table.
13784
13785 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-art.el (gnus-decode-address-function): New variable.
13788         (article-decode-encoded-words): Use it to decode headers which are
13789         assumed to contain addresses.
13790         (gnus-mime-delete-part): Remove useless `or'.
13791
13792         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13793         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13794         (gnus-nov-parse-line): Use it to decode From header.
13795         (gnus-get-newsgroup-headers): Ditto.
13796         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13797
13798         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13799         (mail-decode-encoded-address-string): New alias.
13800
13801         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13802         New function.
13803         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13804         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13805         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13806         (rfc2047-decode-string): Ditto.
13807         (rfc2047-decode-address-region): New function.
13808         (rfc2047-decode-address-string): New function.
13809
13810 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * message.el (message-caesar-buffer-body): Allow rotating headers.
13813
13814         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13815
13816         * message.el (message-insert-formated-citation-line): Fix %f.
13817         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13818
13819 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13822         (gnus-bookmark-mouse-available-p): New macro.
13823         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13824         (gnus-bookmark-bmenu-show-infos): Use it.
13825         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13826         (gnus-bookmark-bmenu-hide-infos): Ditto.
13827         (gnus-bookmark-remove-properties): New function.
13828         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13829         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13830         (gnus-bookmark-write-file): Bind coding-system-for-write.
13831         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13832         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13833         group before selecting it.
13834         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13835         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13836         quit-window if it is not available; use gnus-mouse-2 and bind it to
13837         gnus-bookmark-bmenu-select-by-mouse.
13838         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13839         (gnus-bookmark-bmenu-select-by-mouse): New function.
13840
13841 2006-08-13  Romain Francoise  <romain@orebokech.com>
13842
13843         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13844         space.
13845
13846 2006-08-10  Romain Francoise  <romain@orebokech.com>
13847
13848         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13849         (dns-mode-soa-auto-increment-serial): New user option.
13850         (dns-mode-soa-maybe-increment-serial): New function.
13851         (dns-mode): Add the latter to `write-contents-functions'.
13852
13853 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * compface.el (uncompface): Use binary rather than raw-text-unix.
13856
13857 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * compface.el (uncompface): Make sure the eol conversion doesn't take
13860         place when communicating with the external programs.
13861         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13862
13863 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13866
13867 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13868
13869         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13870         Make it more robust by parsing author and date independently.
13871
13872 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13875
13876 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13877
13878         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13879         first matching secret key.
13880         (mml2015-epg-encrypt): Ditto.
13881
13882         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13883         first matching secret key.
13884         (mml1991-epg-encrypt): Ditto.
13885
13886         * mml2015.el (mml2015-encrypt-to-self): New user option.
13887         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13888         mml2015-epg-encrypt-to-self is set.
13889
13890         * mml1991.el (mml1991-encrypt-to-self): New variable.
13891         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13892         mml1991-epg-encrypt-to-self is set.
13893
13894         * mml2015.el (mml2015-signers): New user option.
13895         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13896         (mml2015-epg-encrypt): Allow to select signing keys.
13897
13898         * mml1991.el (mml1991-signers): New variable.
13899         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13900         (mml1991-epg-encrypt): Allow to select signing keys.
13901
13902 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * nnheader.el (nnheader-insert-head): Make it work even if the file
13905         uses CRLF for the line-break code.
13906
13907 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13908
13909         * mml2015.el: Require mml-sec instead of password.
13910         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13911         (mml2015-cache-passphrase): Inherit the default value from
13912         mml-secure-cache-passphrase.
13913         (mml2015-passphrase-cache-expiry): Inherit the default value from
13914         mml-secure-passphrase-cache-expiry.
13915
13916         * mml1991.el: Require mml-sec instead of password.
13917         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13918         (mml1991-cache-passphrase): Inherit the default value from
13919         mml-secure-cache-passphrase.
13920         (mml1991-passphrase-cache-expiry): Inherit the default value from
13921         mml-secure-passphrase-cache-expiry.
13922
13923         * mml-sec.el: Require password.
13924         (mml-secure-verbose): New user option.
13925         (mml-secure-cache-passphrase): New user option.
13926         (mml-secure-passphrase-cache-expiry): New user option.
13927
13928 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13929
13930         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13931         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13932         andreas@altroot.de (Andreas Vögele).
13933
13934         FIXME: Use `tiny change'?
13935
13936 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13937
13938         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13939         workaround for the url package included with Emacs.
13940
13941         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13942
13943 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13946         correctly.  This fixes a bug caused by the 2006-05-12 change.
13947
13948 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13949
13950         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13951         some information about the error when saying that the `bogus' mail
13952         group will be used.
13953
13954 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13957         string.
13958
13959 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13960
13961         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13962
13963 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13964
13965         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13966
13967 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13968
13969         * mml1991.el (mml1991-function-alist): Add epg.
13970         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13971         (mml1991-epg-encrypt): New functions.
13972
13973 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13974
13975         * mml2015.el (mml2015-verbose): New variable.
13976         (mml2015-cache-passphrase): Ditto.
13977         (mml2015-passphrase-cache-expiry): Ditto.
13978         (mml2015-function-alist): Add epg.
13979         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13980         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13981         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13982         New functions.
13983
13984 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13985
13986         * message.el (message-cite-original-1): Preserve region when removing
13987         quoted text due to X-No-Archive in order to avoid bogus attribution
13988         when citing multiple messages.
13989
13990 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13991
13992         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13993         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13994
13995 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * gnus-diary.el (gnus-user-format-function-d)
13998         (gnus-user-format-function-D): Autoload.
13999
14000         * imap.el (Commentary): Fix typo.
14001
14002         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14003         2006-04-22 contribution.
14004
14005 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14006
14007         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14008         It didn't really fix the bogosity I'm seeing with solid web groups.
14009
14010 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14011
14012         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14013         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14014         created using server names.  If we use the feature without declaring
14015         it, Gnus does not properly manage server and group state.
14016
14017         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14018         bound.
14019
14020 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14021
14022         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14023         looking up the method using GROUP's prefix before inventing a new one.
14024         It is used on killed/unknown groups in various places where returning
14025         an all-new method isn't expected by the caller.
14026
14027         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14028         and match semantics of gnus-group-real-prefix.
14029
14030 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * nnmail.el (nnmail-broken-references-mailers): New variable.
14033         (nnmail-ignore-broken-references): New function generalizing
14034         nnmail-fix-eudora-headers.
14035         (nnmail-fix-eudora-headers): Now obsolete.
14036
14037         * gnus-art.el (gnus-button-handle-custom):
14038         Support `customize-apropos*'.
14039
14040 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041
14042         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14043
14044         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14045         articles.
14046
14047 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * message.el (message-cite-reply-above): New variable.
14050         (message-yank-original): Use it.
14051
14052 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14055
14056 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14059         as read.
14060
14061         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14062
14063 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14066         (gnus-bookmark-default-file): Use gnus-directory.
14067         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14068         Remove "*" in doc string.
14069         (gnus-bookmark-write-file): Simplify.
14070         (gnus-bookmark-maybe-sort-alist): Use `when'.
14071         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14072         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14073         Add FIXME about Emacs 21 and XEmacs compatibility.
14074         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14075         compatibility.
14076         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14077         compatibility.
14078         (gnus-bookmark-menu-heading): Fix version.
14079
14080 2006-06-19  Bastien Guerry  <bzg@altern.org>
14081
14082         * gnus-bookmark.el: New file.
14083
14084 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * message.el (message-syntax-checks): Doc fix.
14087
14088 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14089
14090         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14091         unsubscribed groups as if they were killed ones.  It causes duplicate
14092         entries in gnus-newsrc-alist.
14093
14094 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * message.el (message-syntax-checks): Doc fix.
14097         (message-send-mail): Add check for continuation headers.
14098         (message-check-news-header-syntax): Fix regexp used to check for
14099         continuation headers.
14100
14101 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14104
14105 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14108
14109 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14112         default-truncate-lines.
14113
14114 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14117         to fill the utf-8 entry.
14118
14119         * lpath.el: Fbind unicode-precedence-list.
14120
14121 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14122
14123         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14124
14125 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14126
14127         * gnus-agent.el (directory-files-and-attributes): Move all the way
14128         forward (the third and final move).
14129         (gnus-agent-read-agentview): Trap reconstruction errors due to
14130         nonexistent directory.  Handle by returning nil.
14131
14132 2006-05-30  Didier Verna  <didier@xemacs.org>
14133
14134         * message.el (message-dont-reply-to-names): Update the custom type.
14135         * message.el (message-dont-reply-to-names): New defsubst: potentially
14136         convert a list of regexps into a single one.
14137         * message.el (message-get-reply-headers): Use it.
14138         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14139
14140 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-agent.el (directory-files-and-attributes): Move forward.
14143
14144 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * gnus-ml.el (gnus-mailing-list-subscribe)
14147         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14148         (gnus-mailing-list-message): Fix doc strings.
14149
14150 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14151
14152         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14153         of doing it manually.
14154
14155 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14158         comment.
14159
14160 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14161
14162         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14163         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14164         (gnus-agent-read-local): All symbols allocated in my-obarray.
14165         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14166         (gnus-agent-regenerate-group): Check numeric names to see if they are
14167         messages or groups.
14168         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14169         better way of do this...)
14170
14171         * gnus-cache.el (gnus-agent-total-fetched-for):
14172         Ignore 'dummy.group' (there should be a better way of do this...)
14173
14174 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14177         (gnus-saved-headers): Ditto.
14178         (gnus-default-article-saver): Mention functions may have properties.
14179         (gnus-article-save): Override gnus-save-all-headers and
14180         gnus-saved-headers by :headers property which saver function may have.
14181         (gnus-summary-save-in-file): Add :headers property.
14182         (gnus-summary-write-to-file): Ditto.
14183
14184         * gnus-sum.el (gnus-summary-save-article): Bind
14185         gnus-prompt-before-saving to t when saving many articles in a file;
14186         always show all headers.
14187
14188         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14189
14190 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14193         marks.
14194
14195         * message.el (message-indent-citation): Add optional arguments to allow
14196         using it outside of message buffers.
14197
14198         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14199         (gnus-article-treat-unfold-headers): Use it.
14200         (gnus-article-truncate-lines): New variable.
14201         (gnus-article-mode): Use it.
14202         (gnus-article-toggle-truncate-lines): New function.
14203
14204         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14205         Add gnus-article-toggle-truncate-lines.
14206
14207         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14208         coding system in XEmacs, use binary.
14209
14210 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14213         after-load-alist.
14214
14215         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14216         this function should save decoded articles.
14217         (gnus-summary-write-to-file): Use property to specify this function
14218         should save decoded articles and specify gnus-summary-save-in-file
14219         should be used to save articles other than the first one when saving
14220         many articles.
14221         (gnus-summary-save-body-in-file): Use property to specify this
14222         function should save decoded articles.
14223         (gnus-summary-write-body-to-file): Use property to specify this
14224         function should save decoded articles and specify
14225         gnus-summary-save-body-in-file should be used to save articles other
14226         than the first one when saving many articles.
14227
14228         * gnus-sum.el (gnus-summary-save-article): Simplify.
14229
14230 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * gnus-art.el (gnus-default-article-saver):
14233         Add gnus-summary-write-body-to-file.
14234         (gnus-article-save-coding-system): Don't use coding system object
14235         in XEmacs.
14236         (gnus-read-save-file-name): Add optional `dir-var' argument which
14237         specifies directory in which files are saved; work even if optional
14238         `variable' argument is not specified.
14239         (gnus-summary-write-to-file): Read file name.
14240         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14241         (gnus-summary-write-body-to-file): New function.
14242
14243         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14244         (gnus-summary-local-variables): Add it.
14245         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14246         (gnus-summary-save-article): Remove optional `decode' argument;
14247         determine whether to decode articles by the value of
14248         gnus-default-article-saver; when saving many files using
14249         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14250         it first and use gnus-summary-save-in-file or
14251         gnus-summary-save-body-in-file thereafter unless
14252         gnus-prompt-before-saving is always; move point to article which
14253         will be saved.
14254         (gnus-summary-save-article-file): Revert.
14255         (gnus-summary-write-article-file): Revert.
14256         (gnus-summary-save-article-body-file): Revert.
14257         (gnus-summary-write-article-body-file): New function.
14258
14259 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-art.el (gnus-default-article-saver): Doc fix.
14262         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14263         from gnus-summary-save-article-coding-system, and default to a
14264         certain coding system.
14265         (gnus-output-to-file): Add coding cookie and encode text according
14266         to gnus-article-save-coding-system; don't use mm-append-to-file.
14267
14268         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14269         gnus-art.el and rename to gnus-article-save-coding-system.
14270         (gnus-summary-save-article): Require gnus-art; don't show all
14271         headers if it decodes articles; don't add coding cookie here;
14272         don't bind mm-text-coding-system-for-write.
14273         (gnus-summary-save-article-file): Save decoded articles.
14274         (gnus-summary-write-article-file): When saving many files, use
14275         gnus-summary-write-to-file first and gnus-summary-save-in-file
14276         thereafter unless gnus-prompt-before-saving is always.
14277         (gnus-summary-save-article-body-file): Save decoded articles.
14278
14279         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14280
14281 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * nnrss.el (nnrss-check-group): Bind hash-index.
14284
14285 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
14286
14287         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14288         its hash index.  Store this hash in `nnrss-group-data'.
14289         (nnrss-read-group-data): Update accordingly.
14290
14291 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14294         entry.
14295
14296         * gnus-sum.el (gnus-summary-make-menu-bar):
14297         Add gnus-article-browse-html-article.
14298
14299 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14300
14301         * gnus-sum.el (gnus-summary-mime-map):
14302         Add gnus-article-browse-html-article.
14303
14304         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14305
14306 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14309         suitable coding systems in customize.
14310
14311 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * mail-source.el (mail-sources): Fix custom type.
14314
14315 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14318         (gnus-summary-expire-articles-now): Shorten prompt.
14319
14320         * gmm-utils.el (wid-edit): Require.
14321         (defun-gmm): Rename from `gmm-defun-compat'.
14322         (gmm-image-search-load-path): Use it.
14323         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14324
14325 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-sum.el (gnus-summary-save-article-coding-system):
14328         New variable.
14329         (gnus-summary-save-article): Add optional `decode' argument.
14330         If it is set and gnus-summary-save-article-coding-system is non-nil,
14331         save decoded article.
14332         (gnus-summary-write-article-file): Save decoded article if
14333         gnus-summary-save-article-coding-system is non-nil.
14334
14335         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14336         type.
14337
14338 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14341
14342 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14345         first to test gnus-single-article-buffer which may be buffer-local.
14346
14347         * gnus-sum.el (gnus-summary-setup-buffer):
14348         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14349         group; make gnus-article-buffer, gnus-article-current, and
14350         gnus-original-article-buffer always buffer-local.
14351         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14352         group.
14353         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14354
14355 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * nnml.el (nnml-request-compact-group): Compressed files might not
14358         have .gz extension.
14359
14360 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14361
14362         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14363         (mm-copy-to-buffer): Use with-current-buffer.
14364         (mm-display-part): Simplify.
14365         (mm-inlinable-p): Add optional arg `type'.
14366
14367 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14368
14369         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14370         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14371         Try harder to show the attachment internally or externally using
14372         gnus-mime-view-part-as-type.
14373
14374 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * message.el (message-from-style, message-signature-separator)
14377         (message-user-organization-file, message-send-mail-function)
14378         (message-citation-line-function, message-yank-prefix)
14379         (message-indent-citation-function, message-signature)
14380         (message-signature-file, message-signature-insert-empty-line):
14381         Remove autoloads.
14382
14383         * gnus-art.el (gnus-buttonized-mime-types):
14384         Remove "multipart/signed".  Revert 2006-04-26 change.
14385
14386 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14387
14388         * gnus.el (gnus-version-number): Bump version.
14389
14390 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14391
14392         * gnus.el: No Gnus v0.5 is released.
14393
14394 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14395
14396         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14397         fetching articles by message-id.
14398
14399 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14400
14401         * message.el (hashcash): Require hashcash as normal.
14402
14403         * ecomplete.el (ecomplete-highlight-match-line):
14404         Use point-at-eol.
14405         (ecomplete-highlight-match-line): Use `highlight', because that
14406         face exists in both Emacs and XEmacs.
14407
14408         * message.el (message-display-abbrev): Use point-at-bol.
14409
14410         * mail-source.el: Don't require timer/timer-funcs.
14411
14412         * gnus-async.el: Ditto.
14413
14414         * password.el: Ditto.
14415
14416         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14417
14418         * mm-url.el: Ditto.
14419
14420         * gnus-xmas.el: Don't require timer-funcs.
14421
14422         * mm-util.el: Require timer/timer-funcs.
14423
14424 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14425
14426         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14427         Close.
14428
14429 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14432         unibyte after clear-decrypt function runs.
14433
14434         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14435         returns as a unibyte string.
14436
14437 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * lpath.el: Revert.
14440
14441         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14442         (pgg-gpg-process-sentinel): Revert.
14443
14444         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14445         (pgg-pgp-lookup-key): Revert.
14446
14447         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14448         (pgg-pgp5-lookup-key): Revert.
14449
14450         * pgg.el (pgg-fetch-key): Revert.
14451
14452 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * lpath.el: Fbind string-as-multibyte for XEmacs.
14455
14456         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14457         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14458         (mml1991-pgg-encrypt): Ditto.
14459
14460         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14461         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14462         a multibyte buffer.
14463
14464         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14465         (pgg-pgp-lookup-key): Ditto.
14466
14467         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14468         (pgg-pgp5-lookup-key): Ditto.
14469
14470         * pgg.el (pgg-fetch-key): Ditto.
14471
14472 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * message.el (message-user-organization-file): Check several
14475         locations of the organization file.
14476
14477         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14478         Add gnus-article-view-part-as-type.
14479
14480         * gnus-art.el (gnus-article-view-part-as-type): New function.
14481
14482         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14483         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14484
14485         * mml.el: Simplify autoload.
14486         (mml-mode): defvar dnd-protocol-alist instead of using
14487         symbol-value.
14488         (mml-default-directory): New variable.
14489         (mml-minibuffer-read-file): Use it.
14490         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14491
14492         * message.el (message-citation-line-format): New variable.
14493         (message-insert-formated-citation-line): New function.
14494         (message-citation-line-function):
14495         Add `message-insert-formated-citation-line' to custom type.
14496
14497         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14498         to doc string.
14499
14500         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14501         depending on mm-verify-option.
14502
14503 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14506         binding pgg-* variables; reimplement the section which prevents
14507         MIME header from being signed.
14508         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14509         pgg-text-mode; remove a blank line at the top of body.
14510
14511         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14512         lines at the top of body; use gnus-newsgroup-charset if there's no
14513         Charset header.
14514
14515 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * message.el (message-self-insert-commands): Doc fix.
14518
14519         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14520         (mm-uu-pgp-encrypted-test): Ditto.
14521         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14522         between header and body; return application/pgp-encrypted handle
14523         if decryption failed; decode decrypted body by charset.
14524
14525         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14526         element match to application/pgp-*.
14527
14528 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14529
14530         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14531         HTML.
14532
14533 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14534
14535         * mail-source.el (mail-source-call-script): Message the error
14536         string.
14537
14538 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14539
14540         * gnus-util.el (gnus-byte-compile): Use it.
14541
14542 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14543
14544         * gnus-util.el (kill-empty-logs): New function.
14545
14546 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14547
14548         * message.el (message-mail-alias-type): Doc fix.
14549         (message-mail-alias-type-p): New function.
14550         (message-send): Use it.
14551         (message-mode): Ditto.
14552         (message-strip-forbidden-properties): Ditto.
14553
14554         * ecomplete.el (ecomplete-database-file-coding-system):
14555         New variable.
14556         (ecomplete-save): Use it.
14557         (ecomplete-setup): Use it.
14558
14559 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * message.el (message-self-insert-commands): New variable.
14562         (message-strip-forbidden-properties): Use it.
14563
14564 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14565
14566         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14567         that doesn't make XEmacs choke.
14568
14569 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * gnus-util.el (gnus-replace-in-string):
14572         Prefer replace-regexp-in-string over of replace-in-string.
14573
14574 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-util.el (gnus-select-frame-set-input-focus):
14577         Use select-frame-set-input-focus if it is available in XEmacs; use
14578         definition defined in Emacs 22 for old Emacsen.
14579
14580         * dgnushack.el: Autoload unmorse-region for XEmacs.
14581
14582         * lpath.el: Bind cursor-in-non-selected-windows and
14583         select-frame-set-input-focus for XEmacs.
14584
14585 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14588
14589 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14590
14591         * gnus-registry.el (gnus-registry-cache-save): Remove text
14592         properties when saving via the temp buffer.
14593
14594 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14595
14596         * message.el (message-generate-hashcash): Honor custom type.
14597
14598 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14599
14600         * message.el (message-generate-hashcash): Default to non-nil when
14601         hashcash is found.
14602
14603         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14604         (gnus-refer-thread-limit): Increase default to 500.
14605
14606         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14607
14608         * flow-fill.el (fill-flowed): Allow delete-space.
14609
14610 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14613         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14614         Remove autoloads.
14615
14616 2006-04-18  Simon Josefsson  <jas@extundo.com>
14617
14618         * message.el (message-generate-hashcash): Default to.
14619
14620 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14623         concatenating segments rather than before concatenating them.
14624
14625 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14628
14629 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14630
14631         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14632
14633         * message.el (message-forward-make-body-plain):
14634         Allow message-forward-ignored-headers to be a list.
14635         (message-remove-ignored-headers): Factor out into function.
14636         (message-forward-make-body-mml): Use it.
14637
14638         * imap.el (imap-quote-specials): New function.
14639         (imap-login-auth): Quote specials.
14640
14641         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14642         (rfc2231-parse-string): Allow concatanation of parameters that
14643         aren't contiguous.  The test case is
14644           (mail-header-parse-content-type "message/external-body;
14645             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14646             access-type=LOCAL-FILE;
14647             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14648
14649 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14650
14651         * nntp.el (nntp-accept-process-output): Return the value of
14652         `nnheader-accept-process-output'.
14653
14654 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14655
14656         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14657         (gnus-button-alist): Recognize more diff formats.
14658         (gnus-button-patch): Strip directory.
14659
14660 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14663         Emacs 22 when setting focus.
14664
14665 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14666
14667         * gnus-art.el (gnus-article-treat-types): Do treatment of
14668         text/x-verbatim parts.
14669         (gnus-button-patch): New command.
14670
14671         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14672         addresses that contain invalid characters.
14673
14674 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14675
14676         * message.el (message-put-addresses-in-ecomplete):
14677         Use gnus-replace-in-string.
14678         (message-is-yours-p): Use the more correct
14679         mail-header-parse-address instead of
14680         mail-extract-address-components.
14681         (message-put-addresses-in-ecomplete): Fix typo.
14682
14683         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14684         keystroke.
14685
14686         * gnus-art.el (gnus-treatment-function-alist): Change order of
14687         newsgroups/generic header folding to avoid double-folding.
14688
14689         * message.el (message-hidden-headers): Add X-Draft-From.
14690
14691         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14692         New command.
14693         (gnus-summary-repeat-search-article-backward): New command.
14694
14695         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14696         groups in the parent topic.
14697
14698 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14699
14700         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14701         (spam-extra-header-to-number): Return the CRM114 number as a
14702         number instead of a string.
14703
14704 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14705
14706         * gnus-art.el (gnus-face-properties-alist): Move here from
14707         gnus-fun.
14708
14709         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14710
14711 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14712
14713         * message.el (message-strip-forbidden-properties): Only display on
14714         self-insert-command.
14715
14716         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14717         reindent.
14718         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14719
14720 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14721
14722         * smiley.el (smiley-style): Fix typo.
14723
14724 2006-03-23  Kenichi Handa  <handa@m17n.org>
14725
14726         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14727         instead of set-buffer-multibyte.
14728
14729 2006-03-23  Kenichi Handa  <handa@m17n.org>
14730
14731         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14732         buffer and then decode the buffer text if necessary.
14733         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14734         first, and after mm-encode-body, change the buffer to unibyte.
14735
14736 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14737
14738         * hashcash.el (hashcash-insert-payment-async-2):
14739         Use message-goto-eoh instead of doing it manually.
14740         (mail-add-payment): Use message-narrow-to-header instead of trying
14741         to do the same itself.
14742
14743         * message.el (message-hidden-headers): Add Face.
14744
14745         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14746         reparenting code.
14747         (gnus-summary-reparent-children): Refactored out code.
14748         (gnus-summary-thread-map): New keystroke.
14749         (gnus-summary-reparent-children): Make into command.
14750
14751         * smiley.el (smiley-style): Default to `medium' if using a large
14752         font.
14753
14754         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14755         does it itself.
14756
14757         * message.el (message-point-in-header-p): Simplify definition.
14758
14759 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14760
14761         * nnagent.el (nnagent-request-set-mark): Silence log file
14762         writing.
14763         (nnagent-request-set-mark): Use write-region instead of
14764         append-to-file.
14765
14766         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14767         strange select method.
14768
14769         * ecomplete.el (ecomplete-display-matches): Get highlightling
14770         right.
14771         (ecomplete-display-matches): Use literals.
14772         (ecomplete-display-matches): Disable message logging.
14773
14774         * message.el (message-display-abbrev): Small optimization.
14775
14776         * ecomplete.el (ecomplete-display-matches): Allow automatic
14777         display.
14778
14779         * message.el (message-strip-forbidden-properties):
14780         Display abbrevs.
14781         (message-display-abbrev): Get automatic display right.
14782
14783         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14784         keystrokes.
14785
14786 2006-04-13  Romain Francoise  <romain@orebokech.com>
14787
14788         TODO: Backport to v5-10!
14789
14790         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14791         Move here (and rename) from gnus-registry.el.
14792
14793         * gnus-registry.el: Require gnus-util.
14794         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14795
14796 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14797
14798         * gnus-group.el (gnus-group-catchup-current):
14799         Change if-then-else-if-then-else into cond.
14800         (gnus-group-catchup): Indent.
14801         (group-name-at-point): New function.
14802         (gnus-fetch-group): Provide default from thing at point.
14803
14804 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14805
14806         * message.el (message-display-abbrev): Fix regexp.
14807
14808         * ecomplete.el (ecomplete-highlight-match-line):
14809         Reimplement choosing.
14810         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14811         dead variables.
14812
14813         * message.el (message-newline-and-indent): Remove debugging.
14814         (message-display-abbrev): Use new implementation.
14815
14816 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * gnus-art.el (gnus-article-mode):
14819         Set cursor-in-non-selected-windows to nil.
14820
14821         * smiley.el: Revert previous change.
14822         (smiley-data-directory): defvar it before using it in the
14823         defcustom of `smiley-style'.
14824
14825 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14826
14827         * message.el (message-newline-and-indent): New function.
14828
14829         * ecomplete.el: Implement more bits.
14830
14831         * message.el (message-put-addresses-in-ecomplete): Clean up the
14832         string.
14833
14834         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14835
14836         * gnus-sum.el (gnus-summary-save-parts):
14837         Bind gnus-summary-save-parts-counter and use it to make unique file
14838         names.
14839
14840         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14841
14842         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14843         parameter to say whether to actually parse the individual
14844         addresses.
14845
14846         * message.el (message-put-addresses-in-ecomplete): New function.
14847         (ecomplete): Require.
14848         (message-mail-alias-type): Add ecomplete as an option.
14849
14850 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14851
14852         * flow-fill.el (fill-flowed): Remove trailing space from blank
14853         quoted lines.
14854
14855 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14856
14857         * smiley.el (smiley-style): Move definition later to avoid a
14858         compilation warning.
14859
14860 2006-04-12  Kenichi Handa  <handa@m17n.org>
14861
14862         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14863         buffer and then decode the buffer text if necessary.
14864         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14865         first, and after mm-encode-body, change the buffer to unibyte.
14866         Use mm-disable-multibyte instead of set-buffer-multibyte.
14867
14868 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14871         Content-Type header instead of Content-Disposition header.
14872         (gnus-mime-inline-part): Ditto.
14873         (gnus-mime-view-part-as-charset): Ignore charset that the part
14874         specifies.
14875
14876         * mm-decode.el (mm-display-part): Work with external parts and
14877         usual parts similarly.
14878
14879         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14880         instead of gnus-display-mime.
14881
14882         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14883         instead of with-temp-buffer.
14884
14885         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14886         tag to summarized topics part in order to encode non-ASCII text.
14887
14888 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * smiley.el (smiley-style): New variable.
14891         (smiley-directory): New function.
14892         (smiley-data-directory): Derive from `smiley-style' using
14893         `smiley-directory'.
14894         (smiley-regexp-alist): Add new entries.
14895
14896         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14897         (gnus-article-browse-delete-temp): Add :version.
14898
14899 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
14900
14901         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14902         the sieve region.
14903
14904 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14905
14906         * gnus.el (gnus-version-number): Bump version.
14907
14908 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * gnus.el: No Gnus v0.4 is released.
14911
14912 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14913
14914         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14915         layout.
14916
14917         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14918         unknown charset.
14919
14920         * message.el (message-header-synonyms): Add Original-To to the
14921         default.
14922
14923         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14924         optional parameter.
14925
14926 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * gnus-fun.el (gnus): Require it for gnus-directory.
14929
14930 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14933
14934 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14935
14936         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14937
14938 2006-04-05  Simon Josefsson  <jas@extundo.com>
14939
14940         * password.el (password-reset): New function.
14941
14942 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14943
14944         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14945         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14946
14947 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14948
14949         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14950         Some whitespace was matched into the url, which broke browsing hits
14951         > 100 when mm-url-use-external was nil.
14952
14953 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14956         Check gnus-extra-headers for 'Newsgroups.
14957
14958         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14959         bound.
14960
14961 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14962
14963         * pgg-gpg.el: Clean up process buffers every time gpg processes
14964         complete.
14965
14966 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14969         doc string.
14970
14971 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14972
14973         * pgg-gpg.el (pgg-gpg-process-filter)
14974         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14975
14976         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14977         lines, temporary fix.
14978
14979 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14982
14983 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14984
14985         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14986         default-enable-multibyte-characters.  This reverts the change from
14987         revision 6.17 which is no longer necessary because the passphrase
14988         is sent separately now.  GnuPG messages are unreadable under
14989         multibyte locales with default-enable-multibyte-characters set to
14990         nil.
14991
14992 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * message.el (message-tool-bar-gnome): Move "spell".
14995
14996 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14999         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15000         instead.
15001
15002 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15003
15004         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15005         Improve newsgroups handling for NNTP overviews which don't include
15006         Newsgroups.
15007
15008 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15009
15010         * message.el (message-resend): Bind message-generate-hashcash to nil.
15011
15012 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15013
15014         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15015         when searching for already-paid recipients.
15016
15017 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15018
15019         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15020         passphrases when it is not needed.
15021         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15022         passphrase stuff from gpg, should only be necessary when you use
15023         gpg with a smartcard.
15024
15025 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * mml.el (mml-insert-mime): Ignore cached contents of
15028         message/external-body part.
15029
15030         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15031         (mm-insert-part): Ditto.
15032
15033 2006-03-23  Simon Josefsson  <jas@extundo.com>
15034
15035         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15036         Reiner.
15037         (pgg-gpg-use-agent-p): Use it again.
15038
15039 2006-03-23  Simon Josefsson  <jas@extundo.com>
15040
15041         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15042         older emacsen.
15043         (pgg-gpg-use-agent-p): Don't use it.
15044
15045 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15048         if we can.
15049
15050 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15051
15052         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15053         (pgg-gpg-update-agent): New function.
15054         (pgg-gpg-use-agent-p): New function.
15055         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15056         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15057         (pgg-gpg-sign-region): Use it.
15058
15059 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15062         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15063
15064 2006-03-21  Simon Josefsson  <jas@extundo.com>
15065
15066         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15067         <wilde@sha-bang.de>.
15068         (pgg-gpg-use-agent): New variable.
15069         (pgg-gpg-process-region): Use it.
15070         (pgg-gpg-encrypt-region): Likewise.
15071         (pgg-gpg-encrypt-symmetric-region): Likewise.
15072         (pgg-gpg-decrypt-region): Likewise.
15073         (pgg-gpg-sign-region): Likewise.
15074         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15075
15076 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15079
15080         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15081         Add comment on version.
15082
15083 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15084
15085         * smiley.el: Add missing test smiley.
15086
15087 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * mm-decode.el (mm-with-part): New macro.
15090         (mm-get-part): Use it; work with message/external-body as well.
15091         (mm-save-part): Treat name and filename equally.
15092
15093         * mm-extern.el (mm-extern-cache-contents): New function.
15094         (mm-inline-external-body): Use it; force the part to be displayed;
15095         move undisplayer added to the cached handle to the parent.
15096
15097         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15098         (gnus-mime-view-part-as-type): Work with message/external-body.
15099
15100         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15101
15102 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15105         images in image-load-path.  [Sync with image.el, revision 1.60, in
15106         Emacs.]
15107
15108 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15111         path rather than symbol.  Always return list of directories.
15112         Guarantee that image directory comes first.  [Sync with image.el,
15113         revision 1.59, in Emacs.]
15114
15115         * message.el (message-make-tool-bar): Adjust to new API of
15116         `gmm-image-load-path-for-library'.
15117
15118         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15119
15120         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15121
15122 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15123
15124         * gnus-art.el (gnus-article-only-boring-p):
15125         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15126         intangible text.
15127         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15128
15129 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15130
15131         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15132         Use `defun' instead of `gmm-defun-compat'.
15133
15134 2006-03-14  Simon Josefsson  <jas@extundo.com>
15135
15136         * message.el (message-unique-id): Don't use message-number-base36
15137         if (user-uid) is a float.
15138         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15139
15140 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15143
15144         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15145         empty line between a part and a message part.
15146
15147 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * smiley.el: Add more test smileys.
15150         (smiley-data-directory, smiley-regexp-alist)
15151         (gnus-smiley-file-types): Fix doc strings.
15152         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15153         adding new elements.
15154         (smiley-mouse-map): Unused code.  Make it a comment.
15155
15156 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15159         scan latest NoCeM messages instead of old ones.
15160         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15161         delimiters that are recently used.
15162         (gnus-nocem-load-cache): Add autoload cookie.
15163
15164         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15165
15166         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15167         level which is larger than gnus-use-nocem is specified.
15168
15169         * gnus-group.el (gnus-group-get-new-news): Ditto.
15170
15171 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * gnus-util.el (gnus-tool-bar-update): New function.
15174
15175         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15176         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15177
15178         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15179
15180         * gnus-group.el (gnus-group-redraw-when-idle)
15181         (gnus-group-redraw-check): Remove.
15182         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15183
15184 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15187         if optional last element is specified in splits (FIELD VALUE...).
15188
15189 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15192         to gmm-image-load-path-for-library.  Call with no-error argument.
15193         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15194
15195         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15196
15197         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15198
15199         * gmm-utils.el (gmm-image-load-path): Remove alias.
15200
15201 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15202
15203         * gmm-utils.el (gmm-image-load-path): Add alias.
15204
15205         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15206         nnml-generate-nov-databases-1.
15207         (nnml-generate-nov-databases): Use it.
15208         (nnml-generate-nov-databases-directory): Document no-active
15209         argument.
15210
15211         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15212         directory if path is t.  Add no-error.
15213
15214         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15215         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15216
15217         * gnus-art.el (gnus-article-browse-delete-temp-files):
15218         Simplify resetting gnus-article-browse-html-temp-list.
15219
15220         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15221         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15222         Add example to docstring.  Rename local variables.  Move error
15223         checks to default case in cond and simplify.
15224
15225 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15228         handle is multipart when calling it recursively.
15229         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15230
15231 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15232
15233         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15234         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15235
15236 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15239         is loaded.
15240
15241         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15242         loaded.
15243
15244 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15247         to "Emacs 23 (unicode)" in doc string.
15248
15249         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15250         "Emacs 23 (unicode)" in comment.
15251
15252 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15255
15256         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15257         characters 160 through 255 in Emacs 23.
15258
15259 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15260
15261         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15262         gnus-article-browse-html-temp.
15263         (gnus-article-browse-delete-temp): Make it customizable.
15264         Add `file'.  Adjust doc string.
15265         (gnus-article-browse-delete-temp-files): Add argument.
15266         Allow query for each file.  Adjust doc string.
15267         (gnus-article-browse-html-parts):
15268         Add `gnus-article-browse-delete-temp-files' to
15269         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15270
15271 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15272
15273         * gnus-art.el (gnus-article-browse-html-temp)
15274         (gnus-article-browse-delete-temp): New variables.
15275         (gnus-article-browse-delete-temp-files): New function.
15276         (gnus-article-browse-html-parts): Use it.
15277
15278 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15281
15282         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15283         string.
15284
15285         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15286         gnus-summary-insert-new-articles when unplugged.
15287         Remove gnus-summary-search-article-forward.
15288
15289         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15290         display-visual-class instead of display-color-cells.
15291
15292 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * dgnushack.el: Autoload customize-group for XEmacs.
15295
15296         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15297         message/* containing non-ASCII text properly.
15298
15299 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * message.el: Require gmm-utils, remove autoloads.
15302         (message-tool-bar): Set default based on
15303         gmm-tool-bar-style.
15304         (message-tool-bar-gnome): Add gmm-customize-mode.
15305
15306         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15307         gmm-tool-bar-style.
15308         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15309
15310         * gnus-group.el (gnus-group-tool-bar): Set default based on
15311         gmm-tool-bar-style.
15312         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15313
15314         * gmm-utils.el (gmm-image-directory): Rename variable from
15315         gmm-image-load-path.
15316         (gmm-image-load-path): Use gmm-image-directory.
15317         (gmm-customize-mode): New function.
15318         (gmm-tool-bar-style): New variable.
15319
15320         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15321         gnus-group-redraw-line-number.
15322         (gnus-group-redraw-check): Simplify.
15323         (gnus-group-tool-bar-update): Remove redraw check.
15324         (gnus-group-make-tool-bar): Add redraw check.
15325
15326 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15327
15328         * gnus-art.el (gnus-button): Add missing parentheses.
15329
15330 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * lpath.el: Fbind line-number-at-pos.
15333
15334 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15337
15338 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-art.el (gnus-button): New face.
15341         (gnus-article-button-face): Use it.
15342
15343         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15344         Add gnus-summary-next-page.  Re-order.
15345
15346         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15347         next-node are now included.
15348         (gnus-group-redraw-line-number): New internal variable.
15349         (gnus-group-redraw-check): Helper function for updating the tool
15350         bar.
15351         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15352
15353         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15354
15355         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15356         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15357         Use it to match format of Spamassassin 3.0 and later.
15358         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15359         (spam-check-bogofilter)
15360         (spam-bogofilter-register-with-bogofilter): Fix args of
15361         `gnus-error' calls.
15362
15363 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15364
15365         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15366         unnecessary interaction when sending queued mails.
15367         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15368
15369 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15372         first or last are nil.
15373
15374 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15375
15376         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15377
15378 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15379
15380         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15381
15382 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15383
15384         * dns.el (query-dns): Protect more against buggy tcp output.
15385
15386 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15387
15388         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15389         nov.php.
15390
15391 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15392
15393         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15394         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15395         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15396         output on the server side.
15397         (nnweb-google-create-mapping): Update regexps and add some
15398         progress indication.
15399
15400 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15401
15402         * gnus-group.el (gnus-group-tool-bar-gnome):
15403         Fix gnus-agent-toggle-plugged.  Re-order icons.
15404         (gnus-group-tool-bar-gnome):
15405         Add gnus-group-{prev,next}-unread-group.
15406         (gnus-group-tool-bar-gnome): Re-order icons.
15407
15408         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15409         Move gnus-summary-insert-new-articles.
15410
15411         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15412         Fix comments.
15413
15414         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15415         also available in Emacs 21.3.
15416
15417         * message.el (message-fix-before-sending): Change "Emacs 22" to
15418         "Emacs 23 (unicode)" in comment.
15419
15420         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15421         "Emacs 23 (unicode)" in comment.
15422
15423         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15424         comment.
15425         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15426
15427         * mm-view.el (mm-fill-flowed): Add :version.
15428
15429 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15432         and load-path.
15433
15434 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * message.el: Autoload gmm-image-load-path.
15437         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15438         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15439         consitency.
15440
15441         * gmm-utils.el (gmm-image-load-path): Also search in
15442         "../etc/images".  Don't set gmm-image-load-path if we don't find
15443         the image.
15444
15445 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gmm-utils.el (gmm-image-load-path): Don't make
15448         `gmm-image-load-path' include subdirectories which the second arg
15449         `image' might specify.
15450
15451         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15452         subdirectory to icon file names.
15453
15454         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15455
15456 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15459         gmm-image-load-path calls.
15460
15461         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15462
15463         * message.el (message-make-tool-bar): Ditto.
15464
15465         * mml.el (mml-preview): Add comment concerning tool bar icons.
15466
15467         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15468         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15469
15470         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15471         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15472
15473         * message.el (message-tool-bar-gnome): Use new icon names.
15474         (message-make-tool-bar): Use `gmm-image-load-path'.
15475
15476         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15477         New functions from MH-E.
15478         (gmm-image-load-path): New variable from MH-E.
15479         (gmm-image-load-path): New function from MH-E.  Add arguments
15480         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15481         *-image-load-path-called-flag.
15482
15483 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15484
15485         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15486
15487 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15488
15489         * nnimap.el (nnimap-request-move-article): Change folder back to
15490         source group before deleting.
15491
15492 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15495
15496         * gnus-art.el (mm-url-insert-file-contents-external):
15497         Autoload mm-url.
15498
15499         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15500
15501 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15504         coding system which mm-charset-to-coding-system returns for a
15505         given charset is valid.
15506
15507 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15508
15509         * html2text.el (html2text-remove-tag-list):
15510         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15511
15512 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15513
15514         * gnus-cus.el: Revert 2005-10-17 change.
15515
15516 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-art.el (article-strip-banner):
15519         Call article-really-strip-banner only when the regexp match is made.
15520
15521 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * gnus-art.el (article-strip-banner):
15524         Use gnus-extract-address-components instead of
15525         mail-header-parse-addresses to make it work with non-ASCII text;
15526         remove mail-encode-encoded-word-string.
15527
15528         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15529         values which are surrounded with \"...\"; make it never cause a
15530         Lisp error; give up parsing of parameters if it failed in
15531         extracting type.
15532
15533 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
15534
15535         * smime.el (smime-cert-by-ldap-1): Fix bug where
15536         `smime-ldap-search' returns results without userCertificates.
15537
15538 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15541
15542 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * spam.el (spam-check-spamassassin-headers): Adapt format for
15545         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15546         <ari@mbf.ocn.ne.jp>.
15547         (spam-list-of-processors): Add spam-use-gmane.
15548
15549 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15552         make-temp-file; make it work with XEmacs as well.
15553
15554         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15555         mm-make-temp-file.
15556
15557         * mm-decode.el (mm-display-external): Use the 3rd arg of
15558         mm-make-temp-file.
15559         (mm-create-image-xemacs): Ditto.
15560
15561 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15564         with message-narrow-to-headers.
15565         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15566         (gnus-draft-check-draft-articles): New function.
15567         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15568
15569 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * gnus-art.el (gnus-article-browse-html-parts):
15572         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15573         Don't use suffix argument for mm-make-temp-file for Emacs 21
15574         compatibility.  Remove useless `format'.
15575
15576 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15577
15578         * nnweb.el (nnweb-google-wash-article): Update regexps.
15579         (nnweb-group-alist): Use defvoo instead of defvar.
15580
15581 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15584         re-loading nn* modules.
15585
15586 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15589         for `tool-bar-mode' and don't check it's default-value.
15590
15591         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15592
15593         * message.el (message-make-tool-bar): Ditto.
15594
15595         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15596         `substring'.  Shorten tmp-file name.
15597
15598         * gnus.el: Remove bogus comment.
15599
15600 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15601
15602         * gnus-art.el (gnus-article-browse-html-parts): New function.
15603         (gnus-article-browse-html-article): New function for viewing html
15604         articles with a browser.
15605
15606 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15607
15608         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15609         in elisp.
15610         (pgg-gpg-encrypt-symmetric-region): Ditto.
15611         (pgg-gpg-sign-region): Ditto.
15612
15613         * pgg-def.el (pgg-text-mode): New variable.
15614
15615         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15616         (mml2015-pgg-encrypt): Ditto.
15617
15618         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15619         (mml1991-pgg-encrypt): Ditto.
15620
15621 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * nnfolder.el (nnfolder-insert-newsgroup-line):
15624         Use message-make-date instead of current-time-string.
15625
15626         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15627         to gnus-decoded which mm-uu might set.
15628
15629 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15632         don't decode quoted parameters; remove misimported Emacs code.
15633         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15634         (rfc2231-decode-encoded-string): Don't use split-string which
15635         behaves differently according to Emacs version; use
15636         mm-decode-coding-region to convert charset to coding-system.
15637         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15638         (rfc2231-encode-string): Remove misimported Emacs code.
15639
15640 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15643         when calling mail-header-parse-content-type.
15644         (article-de-quoted-unreadable): Ditto.
15645         (article-de-base64-unreadable): Ditto.
15646         (article-wash-html): Ditto.
15647
15648         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15649         calling mail-header-parse-content-type and
15650         mail-header-parse-content-disposition.
15651         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15652         mail-header-parse-content-type.
15653
15654         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15655         insert charset and format parameters; encode description after
15656         inserting it to buffer.
15657         (mml-insert-parameter): Fold lines properly even if a parameter is
15658         segmented into two or more lines; change the max column to 76.
15659
15660         * rfc1843.el (rfc1843-decode-article-body): Don't use
15661         ignore-errors when calling mail-header-parse-content-type.
15662
15663         * rfc2231.el (rfc2231-parse-string): Return at least type if
15664         possible; don't cause an error even if it fails in parsing of
15665         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15666         (rfc2231-encode-string): Don't break lines at the beginning, leave
15667         it to mml-insert-parameter.
15668
15669         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15670         calling mail-header-parse-content-type.
15671
15672 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15673
15674         * spam-report.el (spam-report-gmane-use-article-number):
15675         Improve doc string.
15676         (spam-report-gmane-internal): Check if a suitable header was found
15677         in the article.
15678
15679 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15682         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15683
15684 2006-02-05  Romain Francoise  <romain@orebokech.com>
15685
15686         Update copyright notices of all files in the gnus directory.
15687
15688 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15689
15690         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15691
15692 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15695         segmented lines of parameter value to cope with Thunderbird 1.5
15696         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15697         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15698         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15699
15700 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15701
15702         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15703         parts.
15704
15705 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15706
15707         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15708         there's only one active file for all servers.
15709         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15710         solid groups.  Gnus might have used a FAST request to select the group.
15711         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15712         and nnweb-search redundantly in the active file.
15713         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15714         (nnweb-request-create-group): Don't use ARGS.
15715         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15716         initialisations.  Let nnoo do the work.
15717
15718 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15721         Say the part has been decoded.
15722
15723         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15724
15725 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15726
15727         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15728         mailcap-viewer-test-cache when there's no 'test clause, since that
15729         will invert the meaning of a "nil" test previously determined by
15730         mailcap-mailcap-entry-passes-test.
15731
15732 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15735         compiling.
15736
15737         * gnus-sum.el: Ditto.
15738
15739         * message.el: Don't bind tool-bar-map when compiling.
15740
15741 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15744
15745 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15746
15747         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15748         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15749         current Google Groups.
15750
15751 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15754         and tool-bar-mode.
15755
15756         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15757         and tool-bar-mode.
15758
15759         * message.el (message-tool-bar-update): Simplify.
15760         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15761
15762         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15763         gnus-summary-buffer.
15764         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15765         gnus-summary-reply.
15766
15767         * gmm-utils.el (gmm): Add :version.
15768
15769 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * Makefile.in (clean): New rule.
15772         (distclean): Use it.
15773
15774 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15775
15776         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15777         Don't autoload.
15778
15779 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gmm-utils.el (gmm-verbose): Add :group.
15782
15783 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * message.el: Change some comments WRT tool-bars.
15786
15787         * gnus-sum.el (gnus-summary-tool-bar)
15788         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15789         (gnus-summary-tool-bar-zap-list): New variables.
15790         (gnus-summary-make-tool-bar): Complete rewrite using
15791         `gmm-tool-bar-from-list'.
15792
15793         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15794         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15795         New variables.
15796         (gnus-group-make-tool-bar): Complete rewrite using
15797         `gmm-tool-bar-from-list'.
15798         (gnus-group-tool-bar-update): New function.
15799
15800         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15801
15802 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15805         is dissected into a single part of which the type is the same as
15806         the given one; decode charset.
15807
15808 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15809
15810         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15811         into alists as symbol not string, since that's what
15812         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15813         look for.
15814
15815 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15818         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15819
15820         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15821
15822 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15825         (gnus-xmas-mime-security-button-menu): New function.
15826
15827         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15828         (gnus-mime-security-button-menu): New definition.
15829         (gnus-mime-security-button-map): Use them.
15830         (gnus-mime-security-button-menu): New function.
15831         (gnus-insert-mime-security-button): Addition to help echo.
15832         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15833         (gnus-mime-security-pipe-part): New functions.
15834
15835         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15836         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15837
15838         * mm-decode.el (mm-handle-set-disposition): Remove.
15839         (mm-handle-set-description): Remove.
15840
15841 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15844         (mm-w3m-standalone-supports-m17n-p): New function.
15845         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15846         w3m usage.
15847
15848         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15849         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15850
15851 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15852
15853         * message.el (message-tool-bar-zap-list):
15854         Use gmm-tool-bar-zap-list as custom type.
15855         (message-tool-bar-update): New function.
15856         (message-tool-bar, message-tool-bar-gnome)
15857         (message-tool-bar-retro): Add message-tool-bar-update.
15858         (message-tool-bar-gnome): Add flyspell-buffer.
15859
15860         * gnus-util.el (gnus-error): Describe `args'.
15861
15862         * gmm-utils.el (gmm-error): Describe `args'.
15863         (gmm-tool-bar-zap-list): New widget.
15864         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15865
15866 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15869         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15870         the number of recursive calls.
15871
15872         * mm-decode.el (mm-handle-set-disposition): New macro.
15873         (mm-handle-set-description): New macro.
15874
15875 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15878         encoding.
15879
15880 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * message.el (message-tool-bar-zap-list, message-tool-bar)
15883         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15884         (message-tool-bar-local-item-from-menu): Remove.
15885         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15886         (message-make-tool-bar): New function.
15887         (message-mode): Use `message-make-tool-bar'.
15888
15889         * gmm-utils.el: New file.
15890         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15891         (gmm-lazy): New widget copied from `nnmail.el'.
15892         (gmm-tool-bar-from-list): New function for creating customizable
15893         tool bars.
15894         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15895         output.
15896         (gmm): Add :prefix to defgroup.
15897
15898 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15899
15900         * gmm-utils.el (gmm-widget-p): New function.
15901
15902 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         * mml.el (mml-attach-file): Describe `description' in doc string.
15905         (mml-menu): Add Emacs MIME manual and PGG manual.
15906
15907 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15908
15909         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15910
15911 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15912
15913         * nntp.el (nntp-end-of-line): Doc fix.
15914
15915 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15916
15917         * imap.el (imap-open): Handle case where buffer is a buffer
15918         object.
15919
15920 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15921
15922         * gnus-delay.el (gnus-delay): Don't autoload.
15923         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15924         to be re-loaded when customizing the `gnus-delay' group.
15925
15926 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15927
15928         * message.el (message-insert-citation-line): Use newlines.
15929
15930 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15931
15932         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15933         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15934         these routines, so the passphrase can be managed externally and
15935         passed in to the system.
15936         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15937         pgg-add-passphrase-to-cache function.
15938
15939         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15940         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15941         these routines, so the passphrase can be managed externally and
15942         passed in to the system.
15943         (pgg-pgp5-sign-region): Use new name of
15944         pgg-add-passphrase-to-cache function.
15945
15946 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15947
15948         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15949         part of the decoded armor to find the key-identifier.
15950         (pgg-gpg-lookup-key-owner): New function to return the
15951         human-readable identifier of a key owner.
15952         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15953         itself.
15954         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15955         the key value) if we have a key and can match it against a secret
15956         key.  Also, added a note pointing out fact that the prompt only
15957         indicates the first matching key.
15958
15959         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15960         pgg-decrypt-region.
15961         (pgg-add-passphrase-to-cache): Rename from
15962         `pgg-add-passphrase-cache' to reduce confusion (all callers
15963         changed).
15964         (pgg-remove-passphrase-from-cache): Rename from
15965         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15966         changed).
15967         (pgg-read-passphrase, pgg-add-passphrase-cache)
15968         (pgg-remove-passphrase-cache): Add informative docstrings.
15969         (pgg-decrypt): Convey provided passphrase in subordinate call to
15970         pgg-decrypt-region.
15971
15972 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15973
15974         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15975         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15976         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15977         'passphrase' argument, so the passphrase can be managed externally
15978         and then passed in to the system.
15979
15980         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15981         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15982         so the passphrase cache can be used reliably with identifiers
15983         besides a pgp packet's key id.
15984
15985         * pgg-gpg.el (pgg-gpg-encrypt-region)
15986         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15987         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15988         these routines, so the passphrase can be managed externally and
15989         passed in to the system.
15990
15991         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15992         'notruncate' argument, so the passphrase cache can be used
15993         reliably with identifiers besides a pgp packet's key id.
15994
15995 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15996
15997         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15998         symmetric encryption.
15999         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16000         encrypted session key.
16001         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16002         message ask for the passphrase in a proper way.
16003
16004         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16005         New user commands for symmetric encryption.
16006
16007 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16010
16011         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16012
16013 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16014
16015         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16016
16017 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * mm-decode.el (mm-inlined-types): Add application/pgp.
16020         (mm-automatic-display): Ditto.
16021
16022         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16023         part as text.
16024
16025 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * nnrss.el: Update copyright.
16028         (nnrss-opml-import): Query whether to subscribe to each entry.
16029
16030         * gnus-art.el:
16031         * gnus-sum.el:
16032         * gnus-xmas.el:
16033         * messagexmas.el:
16034         * mm-uu.el:
16035         * mm-view.el: Update copyright.
16036
16037 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16038
16039         * message.el (message-info): New function.
16040         (message-mode-menu): Add it.
16041         Update copyright.
16042
16043         * ChangeLog: Fix and update copyright.
16044
16045 2006-01-13  Romain Francoise  <romain@orebokech.com>
16046
16047         * message.el (message-forward-subject-name-subject): Prefer the
16048         address to 'nowhere' if the sender has no name.
16049         Fix typo.  Update copyright year.
16050
16051 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus-art.el (article-wash-html):
16054         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16055         (gnus-article-wash-html-with-w3m-standalone): New function.
16056
16057         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16058         mm-inline-text-html-render-with-w3m-standalone.
16059         (mm-text-html-washer-alist): Map w3m-standalone to
16060         gnus-article-wash-html-with-w3m-standalone.
16061         (mm-inline-text-html-render-with-w3m-standalone): New function.
16062
16063 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16066         Improve LaTeX.
16067
16068 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16071         (nnrss-request-article): Render text/plain parts as HTML.
16072
16073         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16074         the buffer.
16075
16076 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16079         custom definition of `gnus-posting-styles'.
16080
16081         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16082         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16083
16084 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16085
16086         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16087         Use nntp for bug archive.
16088
16089 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16092         parts.
16093         (nnrss-normalize-date): New function converts ISO 8601 date into
16094         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16095         (nnrss-check-group): Use it.
16096
16097 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16100
16101         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16102         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16103         (nnrss-insert-w3): Ditto.
16104
16105 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16108         the articles to be forwarded including the case where neither a
16109         number of articles nor a region is specified.
16110
16111 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * nnrss.el (nnrss-request-article): Fix last change; fill
16114         text/plain parts.
16115
16116 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16119         in text/plain part.
16120         (nnrss-check-group): Don't add excessive newline to dc:subject.
16121
16122 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16123
16124         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16125         article.
16126
16127 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16130         (nnml-use-compressed-files, nnml-save-mail): Support other
16131         comression programs such as bzip2.
16132
16133 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16134
16135         * dns.el (query-dns): Make sure we check the buffer size before
16136         removing tcp headers.
16137
16138 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16141         remove MIME buttons associated with multipart/alternative parts.
16142         (gnus-mime-display-alternative): Tag buttons using `article-type'
16143         text property.
16144
16145         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16146         associated with multipart/alternative parts.
16147
16148         * gnus-art.el (gnus-signature-separator): Fix custom type.
16149
16150         * mm-decode.el (mm-inlined-types): Fix custom type.
16151         (mm-keep-viewer-alive-types): Ditto.
16152         (mm-automatic-display): Ditto.
16153         (mm-attachment-override-types): Ditto.
16154         (mm-inline-override-types): Ditto.
16155         (mm-automatic-external-display): Ditto.
16156
16157 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * spam-report.el (spam-report-user-mail-address)
16160         (spam-report-user-agent): New variables.
16161         (spam-report-url-ping-plain): Use spam-report-user-agent.
16162
16163 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16164
16165         * gnus-art.el (gnus-button-handle-custom): Do not just use
16166         `customize-apropos' for any "M-x customize-*" button but the
16167         function called for.  Accept both the function name and its
16168         argument in order to achieve this.
16169         (gnus-button-alist): Remove support for "custom:" URL's.
16170         Pass function name to `gnus-button-handle-custom' in case of "M-x
16171         customize-*" buttons.
16172
16173 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16176         multipart/alternative and add xref to mm-discouraged-alternatives
16177         in doc string.
16178
16179         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16180         gnus-buttonized-mime-types in doc string.
16181
16182 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16185         Suggest image/.* in the doc string.
16186
16187 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16190         message-marks (Debian bug #342521).
16191
16192 2005-12-12  Simon Josefsson  <jas@extundo.com>
16193
16194         * password.el (password-read-from-cache): Add.
16195         (password-read): Use it.
16196
16197 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * rfc2047.el (rfc2047-charset-to-coding-system):
16200         Recognize us-ascii as a MIME charset.
16201
16202         * mm-bodies.el (mm-decode-content-transfer-encoding):
16203         Protect against the case where the 2nd arg TYPE is nil.
16204
16205 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16206
16207         * pop3.el (pop3-stream-type): Fix custom version.
16208
16209         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16210
16211 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16212
16213         * mm-decode.el (mm-display-external): Add missing cdr.
16214
16215 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16218         RFC1524) if it is in mailcap or add a suffix according to
16219         mailcap-mime-extensions when generating a temp filename; postpone
16220         deleting a temp file for 2 seconds for some wrappers, shell
16221         scripts, and so on, which might exit right after having started a
16222         viewer command as a background job.
16223
16224 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * nntp.el (nntp-marks-directory): Fix custom group.
16227
16228         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16229         steps when < 10.
16230
16231         * gnus-start.el (gnus-no-server-1):
16232         Mention `gnus-level-default-subscribed' in doc string.
16233
16234 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16235
16236         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16237         parens.
16238
16239 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * gnus-xmas.el (gnus-use-toolbar): Revert.
16242         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16243         gnus-use-toolbar is default.
16244
16245         * messagexmas.el (message-use-toolbar): Revert.
16246         (message-setup-toolbar): Use global default-toolbar if
16247         message-use-toolbar is default.
16248
16249 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16252         according to default-toolbar-visible-p.
16253
16254         * messagexmas.el (message-use-toolbar): Ditto.
16255
16256 2005-11-26  Dave Love  <fx@gnu.org>
16257
16258         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16259         (tls-program, tls-success): Provide openssl alternative.
16260
16261         * starttls.el: Doc fixes.
16262         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16263         SERVICE to PORT.
16264
16265         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16266         port null or service name.
16267         (starttls-negotiate): Autoload.
16268
16269 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * message.el (message-kill-to-signature): Fix interactive spec.
16272
16273 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * pop3.el (pop3-open-server): Recognize a string as a service name.
16276
16277 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16278
16279         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16280
16281 2005-11-23  Dave Love  <fx@gnu.org>
16282
16283         Add pop3s, pop3/starttls.
16284
16285         * pop3.el (pop3-authentication-scheme): Clarify doc.
16286         (open-tls-stream, starttls-open-stream): Autoload.
16287         (pop3-stream-type): New.
16288         (pop3-open-server): Use it.
16289
16290         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16291         for POP.
16292         (mail-source-keyword-map): Add :stream for POP.
16293         (mail-source-fetch-pop): Use pop3-stream-type.
16294
16295 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16298         of current-time-string.
16299
16300 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16301
16302         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16303         date header.
16304
16305 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16306
16307         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16308         it can seriously impact performance as it bypasses the agent's
16309         local caches.
16310
16311 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16312
16313         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16314         must be explicitly online rather than "not explicitly offline" for
16315         its flags to be synchronized.
16316
16317         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16318         that gnus-uu-unmark-thread will function correctly.
16319
16320         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16321         1024K is instead displayed as 1M.
16322
16323 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16324
16325         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16326
16327 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16328
16329         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16330
16331 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16332
16333         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16334         error message to display actual error condition.
16335         (gnus-agent-save-local): Avoid saving symbols that are bound to
16336         nil as they simply result in a warning message in
16337         gnus-agent-read-local.
16338
16339 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16342         rather than make-variable-buffer-local for file-precious-flag.
16343
16344 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16345
16346         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16347         for duplicates which are removed.  The invalid sort check then
16348         triggers a rescan after the sort as sorting may have moved
16349         duplicate entries such that they can be cheaply detected.
16350
16351 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16354
16355 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16356
16357         * gnus-agent.el (gnus-agent-article-alist-save-format):
16358         Change internal variable to a custom variable.  Change default value
16359         from compressed(2) to uncompressed(1).
16360         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16361         support for uncompressed agentview files.  Taken together, reading
16362         the agentview file should now be 6-7 times faster.
16363
16364 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16365
16366         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16367         as a buffer-local variable.  This avoids creating truncated
16368         dribble files as a result of a hang up, eg.
16369
16370 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16371
16372         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16373         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16374         XEmacs.
16375
16376 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-start.el (gnus-start-draft-setup):
16379         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16380
16381         * gnus.el (gnus-splash): Change custom group.
16382         (gnus-group-get-parameter, gnus-group-parameter-value):
16383         Describe allow-list argument.
16384
16385         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16386         string.
16387
16388 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-art.el (gnus-default-article-saver): Add user-defined
16391         `function' to custom type.
16392
16393 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16394
16395         * imap.el (imap-open): Handle case where buffer is a buffer
16396         object.
16397
16398 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16399
16400         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16401         long lines.
16402         (gnus-cache-delete-group): Wrap doc strings.
16403
16404         * gnus-agent.el (gnus-agent-rename-group)
16405         (gnus-agent-delete-group): Wrap doc strings.
16406
16407 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * messagexmas.el (message-use-toolbar): Change the valid values
16410         into default, top, bottom, left, and right.
16411         (message-toolbar-thickness): New variable.
16412         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16413         well.
16414         (message-setup-toolbar): Make it work.
16415
16416         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16417         (gnus-use-toolbar): Change the valid values into default, top,
16418         bottom, left, and right.
16419         (gnus-toolbar-thickness): New variable.
16420         (gnus-xmas-setup-toolbar): New function.
16421         (gnus-xmas-setup-group-toolbar): Use it.
16422         (gnus-xmas-setup-summary-toolbar): Use it.
16423
16424 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425
16426         * gnus-start.el (gnus-1): Add "native" to
16427         gnus-predefined-server-alist.
16428
16429         * gnus.el (gnus-method-to-server): Don't add "native" to the
16430         lists here, because that leads to problems when
16431         gnus-select-method is bound.
16432
16433 2005-11-09  Simon Josefsson  <jas@extundo.com>
16434
16435         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16436         use (not sort-by-date) instead.
16437
16438 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16439
16440         * gnus-delay.el (gnus-delay-group): Don't autoload.
16441         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16442         to be re-loaded when customizing the `gnus-delay' group.
16443
16444 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16445
16446         * message.el: Revert last changes.
16447         (message-insert-citation-line): Use newlines.
16448
16449 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16450
16451         * message.el (message-courtesy-message)
16452         (message-mark-insert-begin, message-mark-insert-end)
16453         (message-elide-ellipsis, message-cancel-message)
16454         (message-add-header, message-change-subject)
16455         (message-cross-post-followup-to-header)
16456         (message-cross-post-insert-note, message-reduce-to-to-cc)
16457         (message-widen-reply, message-delete-not-region)
16458         (message-kill-to-signature, message-insert-signature)
16459         (message-insert-importance-high, message-insert-importance-low)
16460         (message-insert-or-toggle-importance)
16461         (message-insert-disposition-notification-to)
16462         (message-indent-citation, message-yank-original)
16463         (message-cite-original-without-signature, message-cite-original)
16464         (message-insert-citation-line, message-position-on-field)
16465         (message-fix-before-sending, message-send-mail-partially)
16466         (message-send-mail, message-send-mail-with-sendmail)
16467         (message-send-mail-with-qmail, message-send-news)
16468         (message-check-news-header-syntax, message-generate-headers)
16469         (message-insert-courtesy-copy, message-fill-address)
16470         (message-fill-header, message-shorten-references)
16471         (message-setup-1, message-cancel-news)
16472         (message-forward-make-body-plain, message-forward-make-body-mime)
16473         (message-forward-make-body-mml, message-encode-message-body)
16474         (message-forward-make-body-digest-plain)
16475         (message-forward-make-body-digest-mime)
16476         (message-use-alternative-email-as-from): Insert `hard-newline'
16477         instead of ordinary newlines.
16478
16479 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * message.el (message-generate-headers): Downcase the argument
16482         given to message-check-element.
16483
16484 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16485
16486         * nntp.el (nntp-authinfo-rejected): New error condition.
16487         (nntp-wait-for): Use new error condition to signal authentication
16488         error.
16489         (nntp-retrieve-data): Rethrow new error condition to break out of
16490         recursive call to nntp-send-authinfo.
16491
16492 2005-11-08  Romain Francoise  <romain@orebokech.com>
16493
16494         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16495         (gnus-summary-exit-map): Bind to `Z p'.
16496         (gnus-summary-make-menu-bar): Add menu item.
16497
16498 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16501         (gnus-treat-*): Add `first' in all doc strings.
16502
16503         * gnus-group.el (gnus-group-compact-group): Fix typo.
16504
16505 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus.el (gnus-parameters-case-fold-search): New variable.
16508         (gnus-parameters-get-parameter): Use it.
16509
16510         * gnus-score.el (gnus-home-score-file): Doc fix.
16511
16512 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16513
16514         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16515
16516 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * mm-util.el (mm-special-display-p): New function.
16519
16520         * mml.el (mml-preview): Use it; doc fix.
16521
16522 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16523
16524         * imap.el (imap-open): Handle case where buffer is a buffer object.
16525
16526 2005-10-29  Romain Francoise  <romain@orebokech.com>
16527
16528         * message.el (message-fix-before-sending): Fix comment.
16529
16530 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16531
16532         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16533
16534 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16535
16536         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16537         Used in gnus-score.el.
16538
16539 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16542
16543 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16546         whitespace removed in revision 7.8.  Use concatenated string to
16547         protect trailing whitespace.
16548
16549 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
16550
16551         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16552         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16553         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16554         Courier IMAP ("some version from 2004").  Mostly based on similar
16555         code in the same function.
16556
16557 2005-10-26  Didier Verna  <didier@xemacs.org>
16558
16559         * gnus-group.el (gnus-group-compact-group): Invalidate original
16560         article buffer.
16561         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16562         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16563         NOV database and in article itself.
16564         Invalidate article backlog.
16565
16566 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16569
16570 2005-10-26  Simon Josefsson  <jas@extundo.com>
16571
16572         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16573         part of 2004-07-25 change.
16574
16575 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * message.el (message-display-completion-list): New function.
16578         (message-expand-group): Use it; make sure the Completions buffer
16579         is modifiable.
16580 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16581
16582         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16583         user-mail-name is an empty string.
16584
16585 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16586
16587         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16588         depending on gnus-score-decay-constant.
16589
16590         * encrypt.el (encrypt-insert-file-contents)
16591         (encrypt-write-file-contents): Don't use `gnus-message'.
16592
16593         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16594         arguments.
16595         (mm-uu-type-alist): Add message-marks and insert-marks.
16596         Pass arguments to mm-uu-verbatim-marks-extract.
16597         (mm-uu-hide-markers): New variable.
16598         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16599
16600         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16601         (gnus-convert-image-to-face-command): Use "convert" by default to
16602         allow other input image formats.
16603         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16604         accordingly.
16605
16606 2005-10-23  Simon Josefsson  <jas@extundo.com>
16607
16608         * imap.el (imap-gssapi-program): Align command line parameters
16609         with latest GNU SASL.
16610         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16611
16612 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613
16614         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16615         HTML.
16616         (nnslashdot-request-article): Ditto.
16617
16618         * lpath.el (featurep): Add nobreak-char-display.
16619
16620 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16621
16622         * mail-source.el (mail-source-fetch-pop): Require pop3.
16623         (mail-source-check-pop): Ditto.
16624
16625 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16628         errors.
16629
16630 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16633         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16634
16635         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16636
16637         * mm-bodies.el (mm-decode-string):
16638         Call `mm-charset-to-coding-system' with allow-override argument.
16639
16640 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16643         (rfc2047-charset-to-coding-system): New function.
16644         (rfc2047-decode-encoded-words): New function.
16645         (rfc2047-decode-region): Use them.
16646         (rfc2047-decode-cte): Remove.
16647         (rfc2047-parse-and-decode): Remove.
16648         (rfc2047-decode): Remove.
16649
16650 2005-10-15  Kenichi Handa  <handa@m17n.org>
16651
16652         * rfc2047.el (rfc2047-decode-cte): New function.
16653         (rfc2047-decode-region): Change the way to decode successive
16654         encoded-words: decode B- or Q-encoding in each encoded-word,
16655         concatenate them, and decode it as charset.
16656
16657 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * lpath.el: Fbind codepage-setup for XEmacs.
16660
16661 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16662
16663         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16664         widget-move-and-invoke.
16665         (gnus-custom-mode): Use gnus-custom-map.
16666
16667 2005-10-15  Bill Wohler  <wohler@newt.com>
16668
16669         * message.el (message-tool-bar-map): Rename image file from
16670         mail_send to mail/send.
16671
16672 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16673
16674         * message.el (message-expand-group): Pass the common
16675         prefix substring of completion to `display-completion-list'.
16676
16677 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16678
16679         * mml-sec.el (mml-secure-method): New internal variable.
16680         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16681         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16682         New functions using mml-secure-method.
16683
16684         * mml.el (mml-mode-map): Add key bindings for those functions.
16685         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16686         Harder <harder@myrealbox.com>.
16687         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16688         Goto end of message if point is the headers of the message.
16689
16690         * message.el (message-in-body-p): New function.
16691
16692         * assistant.el: Autoload gnus-util and netrc.
16693
16694         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16695         Use `mm-charset-override-alist' only when decoding.
16696
16697         * mm-bodies.el (mm-decode-body):
16698         Call `mm-charset-to-coding-system' with allow-override argument.
16699
16700         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16701         `filename' from Content-Disposition if Content-Type doesn't
16702         provide `name'.
16703         (gnus-mime-view-part-as-type): Set default instead of
16704         initial-input.
16705
16706 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16707
16708         * format-spec.el (format-spec): Propagate text properties of % spec.
16709
16710 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * gnus-art.el (gnus-treat-predicate): Add `first'.
16713
16714 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16717         (mm-charset-override-alist): New variable.
16718         (mm-charset-to-coding-system): Use it.
16719         (mm-codepage-setup): New helper function.
16720         (mm-charset-eval-alist): New variable.
16721         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16722         Warn about unknown charsets.
16723
16724         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16725
16726 2005-10-04  David Hansen  <david.hansen@gmx.net>
16727
16728         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16729         (nnrss-check-group): Ditto.
16730
16731 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16732
16733         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16734         Rename x-gnus-verbatim to x-verbatim.
16735         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16736
16737         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16738         x-verbatim.
16739
16740         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16741
16742         * gnus-util.el (gnus-remove-duplicates): Remove.
16743
16744         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16745         instead of gnus-remove-duplicates.
16746
16747         * message.el (message-remove-duplicates): Remove.
16748         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16749         message-remove-duplicates.
16750
16751         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16752         available, else use implementation from `delete-dups'.
16753
16754         * message.el (message-insert-expires): New function.
16755         (message-mode-map): Add key binding.
16756         (message-mode-field-menu): Add menu entry.
16757         (message-mode): Document it.
16758         (message-make-expires-date): Use `message-make-date'.
16759
16760 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16761
16762         * message.el (message-make-expires-date): New function.
16763
16764 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * Makefile.in (list-installed-shadows): New entry.
16767         (install): Use it.
16768         (remove-installed-shadows): New entry.
16769
16770         * dgnushack.el (dgnushack-default-load-path): New variable.
16771         (dgnushack-find-lisp-shadows): New function.
16772         (dgnushack-remove-lisp-shadows): New function.
16773
16774 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * Makefile.in (install-el-elc): New entry.
16777         (install): Use it so that .el files are necessarily installed.
16778
16779 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16782
16783 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16784
16785         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16786         function rather than the diff-mode.el package.
16787         (mm-display-external): Use with-current-buffer.
16788         (mm-viewer-completion-map, mm-viewer-completion-map):
16789         Move initialization inside declaration.
16790
16791 2005-09-29  Simon Josefsson  <jas@extundo.com>
16792
16793         * spam.el: Load hashcash when compiling, to avoid warnings.
16794         Don't autoload mail-check-payment.
16795         (spam-check-hashcash): Define unconditionally, since hashcash.el
16796         is part of Gnus now.  Ignore errors from payment checking.
16797
16798 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16799
16800         * message.el (message-bold-region, message-unbold-region):
16801         Rename from `bold-region' and `unbold-region'.
16802
16803         * message.el: Remove useless autoloads.
16804
16805 2005-09-28  Simon Josefsson  <jas@extundo.com>
16806
16807         * message.el (message-use-idna): Default to t.
16808         (message-use-idna): Test whether encoding works too.  Doc fix.
16809
16810 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * nntp.el (nntp-warn-about-losing-connection): Remove.
16813
16814 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16815
16816         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16817         customizable.  Change default value.
16818         (mm-uu-diff-groups-regexp): Change default value.
16819         (mm-uu-type-alist): Add doc string.
16820         (mm-uu-configure): Add doc string.  Make it interactive.
16821         (mm-uu-tex-groups-regexp): New variable.
16822         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16823         (mm-uu-type-alist): Add LaTeX documents.
16824         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16825         of "text/verbatim".
16826         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16827
16828         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16829         instead of "text/verbatim".
16830
16831         * message.el (message-mark-inserted-region)
16832         (message-mark-insert-file): Use slrn style marks when called with
16833         prefix argument.
16834
16835 2005-09-27  Simon Josefsson  <jas@extundo.com>
16836
16837         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16838
16839 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
16840
16841         * message.el (message-remove-duplicates): New function.
16842         Implementation borrowed from `gnus-remove-duplicates'.
16843         (message-idna-to-ascii-rhs): Also encode idna addresses in
16844         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16845         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16846         only ask about the same idna domain once per header and also tell
16847         in what header to replace the idna domain.
16848
16849         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16850         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16851         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16852         a header is decoded and not just the last one.
16853
16854 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16857         has been decoded.
16858
16859         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16860         (mm-insert-part): Don't modify text if it has been decoded.
16861
16862         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16863         decoded.
16864
16865         * mm-view.el (mm-inline-text): Don't strip text props unless
16866         decoding enriched or richtext parts.
16867
16868 2005-09-25  Romain Francoise  <romain@orebokech.com>
16869
16870         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16871         * gnus-start.el (gnus-subscribe-interactively):
16872         * gnus-uu.el (gnus-uu-grab-articles):
16873         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16874         space.
16875
16876 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16877
16878         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16879         * mm-view.el (mm-view-pkcs7-decrypt):
16880         * gnus-sum.el (gnus-summary-limit-to-extra)
16881         (gnus-summary-respool-article, gnus-read-move-group-name):
16882         * gnus-score.el (gnus-summary-increase-score):
16883         * gnus-util.el (gnus-completing-read-with-default):
16884         * gnus-art.el (gnus-read-save-file-name)
16885         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16886         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16887         * message.el (message-check-news-header-syntax):
16888         Follow convention for reading with the minibuffer.
16889
16890 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * spam-report.el (spam-report-url-ping-plain):
16893         Use gnus-extended-version as User-Agent.
16894
16895         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16896         default value is nil.
16897
16898         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16899         (mm-uu-verbatim-marks-extract): New function.
16900         (mm-uu-extract): New face.
16901         (mm-uu-copy-to-buffer): Use it.
16902
16903         * spam-report.el (spam-report-gmane-ham): Rename from
16904         `spam-report-gmane-unspam'.
16905         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16906         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16907
16908         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16909         Autoload.
16910         (spam-report-gmane-unregister-routine):
16911         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16912
16913 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16914
16915         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16916         (spam-report-gmane-unregister-routine): Add support for gmane
16917         unregistration.
16918
16919         * spam-report.el (spam-report-gmane-unspam)
16920         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16921         (spam-report-gmane): Change to take a single article and do unspam
16922         registration.
16923
16924 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16925
16926         * mm-url.el (mm-url-decode-entities): Fix regexp.
16927
16928 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16929
16930         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16931         default to nil, to be able to use Gnus at all.  If the default
16932         switches to something else, then the function should be fixed not
16933         be exceedingly slow.
16934
16935 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16936
16937         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16938         fail hard.
16939
16940         * spam-report.el: Add better Keywords line.
16941
16942         * spam.el: Add Maintainer and better Keywords line.
16943
16944 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * gnus-art.el (gnus-article-replace-part)
16947         (gnus-mime-replace-part): New functions.
16948         (gnus-mime-action-alist, gnus-mime-button-commands)
16949         (gnus-mime-save-part-and-strip): Add file argument.
16950         (gnus-article-part-wrapper): Add interactive argument.
16951
16952         * gnus-sum.el (gnus-summary-mime-map):
16953         Add `gnus-article-replace-part'.
16954
16955 2005-09-19  Didier Verna  <didier@xemacs.org>
16956
16957         The nnml compaction feature:
16958         * nnml.el (nnml-request-compact-group): New function.
16959         * nnml.el (nnml-request-compact): New function.
16960         * gnus-int.el (gnus-request-compact-group): New function.
16961         * gnus-int.el (gnus-request-compact): New function.
16962         * gnus-group.el (gnus-group-compact-group): New function.
16963         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16964         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16965         * gnus-srvr.el (gnus-server-compact-server): New function.
16966         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16967         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16968
16969 2005-09-18  Deepak Goel  <deego@gnufans.org>
16970
16971         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16972         format spec.
16973
16974 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16977
16978 2005-09-15  Romain Francoise  <romain@orebokech.com>
16979
16980         * message.el (message-fill-paragraph): Clarify docstring.
16981
16982 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-art.el (gnus-mime-display-part): Protect against broken
16985         MIME messages.
16986
16987 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16990         before parsing header.
16991
16992 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16993
16994         * html2text.el (html2text-replace-list): Add new entities.
16995
16996 2005-09-11  Romain Francoise  <romain@orebokech.com>
16997
16998         * message.el (message-alternative-emails): Improve docstring.
16999         (message-setup-1): Call `message-use-alternative-email-as-from'
17000         after `message-setup-hook' to give it precedence over posting
17001         styles, etc.
17002         (message-use-alternative-email-as-from): Add docstring.
17003         Remove the original From header if present.
17004
17005         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17006         (nnml-save-mail): Use it.
17007
17008         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17009         articles.  Add new argument `silent'.
17010         (gnus-uu-mark-all): Report the total number of marked articles.
17011
17012 2005-09-10  Romain Francoise  <romain@orebokech.com>
17013
17014         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17015         (gnus-uu-mark-series): Likewise.
17016
17017 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * spam-report.el (spam-report-gmane): Fix generation of spam
17020         report URL.
17021
17022 2005-09-10  Simon Josefsson  <jas@extundo.com>
17023
17024         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17025         t, based on discussion on the ding list with Robert Epprecht
17026         <epprecht@solnet.ch>.
17027
17028 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17029
17030         * spam-report.el (spam-report-gmane): Make it work without
17031         X-Report-Spam header.  Gmane now only provides Archived-At.
17032         This is only used if `spam-report-gmane-use-article-number' is nil.
17033         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17034
17035         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17036         make `gnus-summary-sort-by-recipient' work with threading.
17037
17038         * nnweb.el (nnweb-google-wash-article): Print a message if article
17039         is not available.
17040
17041 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17042
17043         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17044         change.  Decode text/* parts content before displaying.
17045
17046 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17049
17050 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17053
17054         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17055         url-package-name, url-package-version,
17056         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17057         w3m-display-inline-images, and w3m-minor-mode-map.
17058
17059 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * message.el (message-tab-body-function): Fix mismatched custom type.
17062
17063         * gnus.el (gnus-group-change-level-function): Ditto.
17064
17065         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17066
17067         * gnus-art.el (gnus-signature-limit)
17068         (gnus-article-mime-part-function): Ditto.
17069
17070 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * mml.el (mml-mode): Silence the byte compiler.
17073
17074         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17075         using `(sit-for 0)' before moving the point to the specified part;
17076         skip unbuttonized parts.
17077         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17078         return to the summary window if gnus-auto-select-part is non-nil.
17079
17080 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17081
17082         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17083         New variables.
17084         (mml-dnd-attach-file, mml-mode): Use them.
17085
17086         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17087         Make fetching article by MID work again for Google Groups.
17088         Add FIXME concerning gnus-group-make-web-group.
17089
17090         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17091         Don't depend on Gnus by using mail-extract-address-components if
17092         gnus-extract-address-components is not bound.
17093
17094 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17095
17096         * gnus-art.el (gnus-mime-display-security): Don't display the
17097         signature, but only the signed part.
17098
17099 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17102
17103         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17104         list, not listp.
17105
17106 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17107
17108         * mm-encode.el (mm-encode-content-transfer-encoding):
17109         Likewise when encoding.
17110
17111         * mm-bodies.el (mm-decode-content-transfer-encoding):
17112         De-canonicalize CRLF for all text content types, not just
17113         text/plain.
17114
17115 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17118         valid article; point arrow and cursor at the MIME button.
17119
17120 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17123         Suggested by Dan Christensen <jdc@uwo.ca>.
17124
17125         * mm-decode.el (mm-save-part): Enable change of prompt.
17126
17127 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17128
17129         * gnus-msg.el (gnus-inews-add-send-actions):
17130         Make `message-post-method' lambda parameter ARG `&optional'.
17131
17132 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * gnus-sum.el (gnus-summary-mime-map):
17135         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17136         gnus-article-jump-to-part.
17137
17138         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17139         (gnus-article-edit-part): Use it.
17140         (gnus-article-part-wrapper): Add no-handle argument.
17141         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17142         New functions.
17143
17144 2005-08-29  Romain Francoise  <romain@orebokech.com>
17145
17146         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17147         docstring.
17148         (gnus-face-from-file): Likewise.
17149
17150 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17153         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17154         non-nil.
17155         (gnus-auto-select-part): New variable.
17156         (gnus-article-jump-to-part): New function.
17157         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17158         (gnus-mime-delete-part): Allow selecting specified part after
17159         deleting or stripping parts.
17160         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17161         part if argument is bogus.
17162
17163 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17164
17165         * gnus-art.el (w3m-minor-mode-map):
17166         * gnus-spec.el (gnus-newsrc-file-version):
17167         * gnus-util.el (nnmail-active-file-coding-system)
17168         (gnus-original-article-buffer, gnus-user-agent):
17169         * gnus.el (gnus-ham-process-destinations)
17170         (gnus-parameter-ham-marks-alist)
17171         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17172         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17173         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17174         * mm-decode.el (gnus-current-window-configuration):
17175         * mm-extern.el (gnus-article-mime-handles):
17176         * mm-url.el (url-current-object, url-package-name)
17177         (url-package-version):
17178         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17179         (smime-keys, w3m-cid-retrieve-function-alist)
17180         (w3m-current-buffer, w3m-display-inline-images)
17181         (w3m-minor-mode-map):
17182         * mml-smime.el (gnus-extract-address-components):
17183         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17184         (gnus-newsrc-hashtb, message-default-charset)
17185         (message-deletable-headers, message-options)
17186         (message-posting-charset, message-required-mail-headers)
17187         (message-required-news-headers):
17188         * mml1991.el (mc-pgp-always-sign):
17189         * mml2015.el (mc-pgp-always-sign):
17190         * nnheader.el (nnmail-extra-headers):
17191         * rfc1843.el (gnus-decode-encoded-word-function)
17192         (gnus-decode-header-function, gnus-newsgroup-name):
17193         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17194
17195 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17196
17197         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17198         the end of the date treatments.
17199
17200 2005-08-15  Simon Josefsson  <jas@extundo.com>
17201
17202         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17203         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17204         Capello and Romain Francoise.
17205         (pgg-fetch-key-function): Remove, not used?
17206         (pgg-insert-url-with-w3): Require url, to get
17207         url-insert-file-contents regardless of where it is defined.
17208
17209 2005-08-13  Romain Francoise  <romain@orebokech.com>
17210
17211         * message.el (message-cite-original-1): New function.
17212         (message-cite-original): Use it.
17213         (message-cite-original-without-signature): Ditto.
17214
17215 2005-08-08  Romain Francoise  <romain@orebokech.com>
17216
17217         * message.el (message-yank-empty-prefix): New variable.
17218         (message-indent-citation): Use it.
17219         (message-cite-original-without-signature): Respect X-No-Archive.
17220
17221 2005-08-08  Simon Josefsson  <jas@extundo.com>
17222
17223         * pgg.el: Autoload url-insert-file-contents instead of loading
17224         w3/url.
17225         (pgg-insert-url-with-w3): Don't load url here.
17226
17227 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17228
17229         * message.el (message-kill-to-signature): Don't insert newline at
17230         bol.
17231         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17232
17233 2005-08-06  Romain Francoise  <romain@orebokech.com>
17234
17235         * message.el (message-user-fqdn): Fix typo in docstring.
17236
17237 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17238
17239         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17240
17241         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17242
17243 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * mm-bodies.el (mm-encode-body): Use coding system rather than
17246         charset to encode text.
17247
17248         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17249         number of charsets if utf-8 is available (XEmacs).
17250
17251 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17254         taken from `gnus-button-mid-or-mail-regexp'.
17255         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17256         (gnus-button-alist): Improve regexp for domain part of the MIDs
17257         for news:localpart@domain buttons.
17258         (gnus-button-ctan-directory-regexp): Update.
17259
17260 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * sieve-manage.el (sieve-manage-interactive-login):
17263         Use make-local-variable rather than make-variable-buffer-local.
17264         (sieve-manage-open): Ditto.
17265         (sieve-manage-authenticate): Ditto.
17266
17267         * mml.el (mml-generate-mime-1): Make the content type default to
17268         text/plain if the filename is not specified.
17269
17270 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17273         instead of insert-buffer.
17274
17275         * message.el (message-yank-original): Ditto; set the mark at the
17276         end of the yanked message.
17277
17278 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17281         lines to scroll rather than to stop it.
17282
17283         * mml.el (mml-generate-default-type): Add doc string.
17284         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17285         default to application/octet-stream when determining the content
17286         type if it is not specified for the part or the mml contents; add
17287         a comment about mml-generate-default-type.
17288
17289 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17292         make it default to application/octet-stream when determining the
17293         content type if it is not specified for the external contents.
17294
17295 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17298         segmented parameter but also other parameters might be there.
17299
17300 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * mm-decode.el (mm-display-external): Delete temp file, directory
17303         and buffer immediately if the external process is exited.
17304
17305 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17308         fewer lines than that of scroll-margin.
17309         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17310
17311 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-art.el (gnus-article-next-page): Revert.
17314         (gnus-article-beginning-of-window): New macro.
17315         (gnus-article-next-page-1): Use it.
17316         (gnus-article-prev-page): Ditto.
17317         (gnus-article-edit-part): Use insert-buffer-substring instead of
17318         insert-buffer.
17319         (gnus-article-edit-exit): Ditto.
17320
17321         * gnus-util.el (gnus-beginning-of-window): Remove.
17322         (gnus-end-of-window): Remove.
17323
17324         * lpath.el: Don't bind header-line-format and scroll-margin.
17325
17326 2005-07-25  Simon Josefsson  <jas@extundo.com>
17327
17328         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17329         to have the url package without w3.  Reported by Daiki Ueno
17330         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17331
17332 2005-07-20  Didier Verna  <didier@xemacs.org>
17333
17334         * gnus-diary.el: Remove the description comment (nndiary is now
17335         properly documented in the Gnus manual).
17336         Fix the spelling of "Back End".
17337         * nndiary.el: Ditto.
17338         Fix the copyright notice.
17339
17340 2005-07-18  Romain Francoise  <romain@orebokech.com>
17341
17342         * gnus-sum.el (gnus-summary-to-prefix)
17343         (gnus-summary-newsgroup-prefix): New variables.
17344         (gnus-summary-from-or-to-or-newsgroups): Use them.
17345
17346 2005-07-17  Romain Francoise  <romain@orebokech.com>
17347
17348         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17349         space as it's generally not especially interesting to the user.
17350
17351 2005-07-16  Romain Francoise  <romain@orebokech.com>
17352
17353         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17354         nil to avoid prompting and file modification if one of the
17355         messages at the top of the nnfolder file contains a copyright
17356         notice.
17357         Update copyright notice.
17358
17359         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17360         instead of `current-time-string' as the latter creates a time
17361         string that is not RFC 2822 compliant (it lacks the zone).
17362         Update copyright notice.
17363
17364 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17365
17366         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17367         for text/rtf.  Display default in prompt.  Pass default for M-n.
17368
17369         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17370
17371 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17372
17373         * gnus-msg.el (gnus-button-mailto):
17374         Remove save-selected-window-window hackery because it relies on
17375         save-selected-window internals.
17376
17377 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17380         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17381         (gnus-article-prev-page): Ditto.
17382
17383         * gnus-util.el (gnus-beginning-of-window): New function.
17384         (gnus-end-of-window): New function.
17385
17386         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17387
17388 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17389
17390         * gnus-score.el (gnus-score-edit-all-score):
17391         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17392         gnus-message.
17393
17394 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17395
17396         * gnus-msg.el (gnus-button-mailto):
17397         Remove save-selected-window-window hackery because it relies on
17398         save-selected-window internals.
17399
17400 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17403         add-minor-mode.
17404         (gnus-binary-mode): Ditto.
17405
17406         * gnus-topic.el (gnus-topic-mode): Ditto.
17407
17408 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17409
17410         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17411         (gnus-article-prev-page): Take scroll-margin into consideration.
17412
17413 2005-07-04  Lute Kamstra  <lute@gnu.org>
17414
17415         Update FSF's address in GPL notices.
17416
17417 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17418
17419         * gnus.el (gnus-exit):
17420         * gnus-group.el (gnus-group-icons):
17421         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17422
17423         * gnus-nocem.el (gnus-nocem):
17424         * message.el (message-various, message-buffers, message-sending)
17425         (message-interface, message-forwarding, message-insertion)
17426         (message-headers, message-news, message-mail):
17427         * pgg-gpg.el (pgg-gpg):
17428         * pgg-parse.el (pgg-parse):
17429         * pgg-pgp.el (pgg-pgp):
17430         * pgg-pgp5.el (pgg-pgp5):
17431         * pop3.el (pop3): Finish `defgroup' description with period.
17432
17433 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * gnus-art.el (article-display-face): Improve the efficiency.
17436         (article-display-x-face): Ditto; remove grey x-face stuff.
17437
17438 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-art.el (article-display-face): Correct the position in
17441         which Faces are inserted.
17442
17443 2005-06-29  Didier Verna  <didier@xemacs.org>
17444
17445         * gnus-art.el (article-display-face): Display faces in correct
17446         order.
17447
17448 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17451         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17452         (gnus-nocem-check-article): Fetch the Type header.
17453         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17454         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17455         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17456         make sure gnus-nocem-hashtb is initialized.
17457         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17458         (gnus-nocem-unwanted-article-p): Ditto.
17459
17460         * pgg.el (pgg-verify): Return the verification result.
17461
17462 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17463
17464         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17465         is ascii.
17466
17467 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17468
17469         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17470         `show-nonbreak-escape'.
17471
17472 2005-06-23  Lute Kamstra  <lute@gnu.org>
17473
17474         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17475
17476         * dig.el (dig-mode):
17477         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17478
17479 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17480
17481         * nnimap.el (nnimap-split-download-body): Fix spellings.
17482
17483 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17484
17485         * gnus-art.el (gnus-article-encrypt-body):
17486         * gnus-cus.el (gnus-score-customize):
17487         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17488         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17489
17490 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
17491
17492         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17493         header by looking for magic "MII" at the beginnig.
17494
17495 2005-06-16  Miles Bader  <miles@gnu.org>
17496
17497         * gnus-xmas.el (gnus-xmas-group-startup-message):
17498         Use renamed gnus-splash face.
17499
17500         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17501         (assistant-field-face): New backward-compatibility alias for renamed
17502         face.
17503         (assistant-render-text): Use renamed assistant-field face.
17504
17505         * spam.el (spam): Remove "-face" suffix from face name.
17506         (spam-face): New backward-compatibility alias for renamed face.
17507         (spam-face, spam-initialize): Use renamed spam face.
17508
17509         * message.el (message-header-to, message-header-cc)
17510         (message-header-subject, message-header-newsgroups)
17511         (message-header-other, message-header-name)
17512         (message-header-xheader, message-separator, message-cited-text)
17513         (message-mml): Remove "-face" suffix from face names.
17514         (message-header-to-face, message-header-cc-face)
17515         (message-header-subject-face, message-header-newsgroups-face)
17516         (message-header-other-face, message-header-name-face)
17517         (message-header-xheader-face, message-separator-face)
17518         (message-cited-text-face, message-mml-face):
17519         New backward-compatibility aliases for renamed faces.
17520         (message-font-lock-keywords): Use renamed message faces.
17521
17522         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17523         (sieve-test-commands, sieve-tagged-arguments):
17524         Remove "-face" suffix from face names.
17525         (sieve-control-commands-face, sieve-action-commands-face)
17526         (sieve-test-commands-face, sieve-tagged-arguments-face):
17527         New backward-compatibility aliases for renamed faces.
17528         (sieve-control-commands-face, sieve-action-commands-face)
17529         (sieve-test-commands-face, sieve-tagged-arguments-face):
17530         Use renamed sieve faces.
17531
17532         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17533         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17534         (gnus-group-news-3-empty, gnus-group-news-4)
17535         (gnus-group-news-4-empty, gnus-group-news-5)
17536         (gnus-group-news-5-empty, gnus-group-news-6)
17537         (gnus-group-news-6-empty, gnus-group-news-low)
17538         (gnus-group-news-low-empty, gnus-group-mail-1)
17539         (gnus-group-mail-1-empty, gnus-group-mail-2)
17540         (gnus-group-mail-2-empty, gnus-group-mail-3)
17541         (gnus-group-mail-3-empty, gnus-group-mail-low)
17542         (gnus-group-mail-low-empty, gnus-summary-selected)
17543         (gnus-summary-cancelled, gnus-summary-high-ticked)
17544         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17545         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17546         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17547         (gnus-summary-low-undownloaded)
17548         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17549         (gnus-summary-low-unread, gnus-summary-normal-unread)
17550         (gnus-summary-high-read, gnus-summary-low-read)
17551         (gnus-summary-normal-read, gnus-splash):
17552         Remove "-face" suffix from face names.
17553         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17554         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17555         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17556         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17557         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17558         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17559         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17560         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17561         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17562         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17563         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17564         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17565         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17566         (gnus-summary-normal-ticked-face)
17567         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17568         (gnus-summary-normal-ancient-face)
17569         (gnus-summary-high-undownloaded-face)
17570         (gnus-summary-low-undownloaded-face)
17571         (gnus-summary-normal-undownloaded-face)
17572         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17573         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17574         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17575         (gnus-splash-face):
17576         New backward-compatibility aliases for renamed faces.
17577         (gnus-group-startup-message): Use renamed gnus faces.
17578
17579         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17580         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17581         (gnus-server-agent): Remove "-face" suffix from face names.
17582         (gnus-server-agent-face, gnus-server-opened-face)
17583         (gnus-server-closed-face, gnus-server-denied-face)
17584         (gnus-server-offline-face):
17585         New backward-compatibility aliases for renamed faces.
17586         (gnus-server-agent-face, gnus-server-opened-face)
17587         (gnus-server-closed-face, gnus-server-denied-face)
17588         (gnus-server-offline-face): Use renamed gnus faces.
17589
17590         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17591         Remove "-face" suffix from face names.
17592         (gnus-picon-xbm-face, gnus-picon-face):
17593         New backward-compatibility aliases for renamed faces.
17594
17595         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17596         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17597         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17598         (gnus-cite-11): Remove "-face" suffix from face names.
17599         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17600         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17601         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17602         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17603         New backward-compatibility aliases for renamed faces.
17604         (gnus-cite-attribution-face, gnus-cite-face-list)
17605         (gnus-article-boring-faces): Use renamed gnus faces.
17606
17607         * gnus-art.el (gnus-signature, gnus-header-from)
17608         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17609         (gnus-header-content): Remove "-face" suffix from face names.
17610         (gnus-signature-face, gnus-header-from-face)
17611         (gnus-header-subject-face, gnus-header-newsgroups-face)
17612         (gnus-header-name-face, gnus-header-content-face):
17613         New backward-compatibility aliases for renamed faces.
17614         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17615
17616         * gnus-sum.el (gnus-summary-selected-face)
17617         (gnus-summary-highlight): Use renamed gnus faces.
17618         * gnus-group.el (gnus-group-highlight): Likewise.
17619
17620 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17621
17622         * gnus-sieve.el (gnus-sieve-article-add-rule):
17623         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17624         * spam-stat.el (spam-stat-buffer-change-to-spam)
17625         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17626
17627         * message.el (message-is-yours-p):
17628         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17629
17630 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * mm-view.el (mm-inline-text): Withdraw the last change.
17633
17634 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17637         executing enriched-decode.
17638
17639 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17642         charset of tar files.
17643
17644 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17645
17646         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17647
17648 2005-06-04  Lute Kamstra  <lute@gnu.org>
17649
17650         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17651         information is never recorded.
17652
17653 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17654
17655         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17656
17657 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * pop3.el (pop3-apop): Run md5 in the binary mode.
17660
17661         * starttls.el (starttls-set-process-query-on-exit-flag):
17662         Use eval-and-compile.
17663
17664 2005-05-31  Simon Josefsson  <jas@extundo.com>
17665
17666         * smime.el (smime-replace-in-string): Define.
17667         (smime-cert-by-ldap-1): Use it.
17668
17669 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * gnus-art.el (article-display-x-face): Replace
17672         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17673
17674         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17675         set-process-query-on-exit-flag or process-kill-without-query.
17676
17677         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17678         loop instead of replace-regexp.
17679
17680         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17681         instead of process-kill-without-query if it is available.
17682
17683         * lpath.el: Fbind ldap-search-entries.
17684
17685         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17686         instead of find-file-hooks if it is available.
17687
17688         * mml1991.el: Bind pgg-default-user-id when compiling.
17689
17690         * mml2015.el: Bind pgg-default-user-id when compiling.
17691
17692         * nndraft.el (nndraft-request-associate-buffer):
17693         Use write-contents-functions instead of write-contents-hooks if it is
17694         available.
17695
17696         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17697         instead of find-file-hooks if it is available.
17698
17699         * nntp.el (nntp-open-connection): Replace
17700         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17701         (nntp-open-ssl-stream): Ditto.
17702         (nntp-open-tls-stream): Ditto.
17703
17704         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17705         set-process-query-on-exit-flag or process-kill-without-query.
17706         (starttls-open-stream-gnutls): Use it instead of
17707         process-kill-without-query.
17708         (starttls-open-stream): Ditto.
17709
17710 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17711
17712         * smime.el (smime-cert-by-ldap-1): Don't use
17713         replace-regexp-in-string.
17714
17715 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
17716
17717         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17718
17719         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17720         in PEM format.  Adjust to the XEmacs compatibility.
17721
17722 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17725         by `string-to-number'.
17726         * gnus-agent.el (gnus-agent-regenerate-group)
17727         (gnus-agent-fetch-articles): Ditto.
17728         * gnus-art.el (gnus-button-fetch-group): Ditto.
17729         * gnus-cache.el (gnus-cache-generate-active)
17730         (gnus-cache-articles-in-group): Ditto.
17731         * gnus-group.el (gnus-group-set-current-level)
17732         (gnus-group-insert-group-line): Ditto.
17733         * gnus-score.el (gnus-score-set-expunge-below)
17734         (gnus-score-set-mark-below, gnus-summary-score-effect)
17735         (gnus-summary-score-entry): Ditto.
17736         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17737         (gnus-soup-pack): Ditto.
17738         * gnus-spec.el (gnus-xmas-format): Ditto.
17739         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17740         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17741         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17742         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17743         * nndb.el (nndb-get-remote-expire-response): Ditto.
17744         * nndiary.el (nndiary-parse-schedule-value)
17745         (nndiary-string-to-number, nndiary-request-replace-article)
17746         (nndiary-request-article): Ditto.
17747         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17748         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17749         * nneething.el (nneething-make-head): Ditto.
17750         * nnfolder.el (nnfolder-request-article)
17751         (nnfolder-retrieve-headers): Ditto.
17752         * nnheader.el (nnheader-file-to-number): Ditto.
17753         * nnkiboze.el (nnkiboze-request-article): Ditto.
17754         * nnmail.el (nnmail-process-unix-mail-format)
17755         (nnmail-process-babyl-mail-format): Ditto.
17756         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17757         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17758         (nnmh-request-create-group, nnmh-request-list-1)
17759         (nnmh-request-group, nnmh-request-article): Ditto.
17760         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17761         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17762         * nnsoup.el (nnsoup-make-active): Ditto.
17763         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17764         * nntp.el (nntp-find-group-and-number)
17765         (nntp-retrieve-headers-with-xover): Ditto.
17766         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17767         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17768         (pgg-format-key-identifier): Ditto.
17769         * pop3.el (pop3-last, pop3-stat): Ditto.
17770         * qp.el (quoted-printable-decode-region): Ditto.
17771
17772         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17773         of concat.
17774
17775 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17778
17779         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17780
17781         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17782
17783         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17784
17785         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17786
17787         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17788
17789         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17790         (gnus-carpal-mode): Ditto.
17791
17792         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17793         (gnus-browse-mode): Ditto.
17794
17795         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17796
17797         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17798
17799 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17800
17801         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17802
17803 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus-util.el (gnus-run-mode-hooks): New function.
17806
17807         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17808
17809         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17810         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17811
17812 2005-05-27  Lute Kamstra  <lute@gnu.org>
17813
17814         * dns-mode.el (dns-mode): Specify customization group.
17815
17816 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17817
17818         * gnus-agent.el (gnus-agent-make-mode-line-string):
17819         Use mode-line-highlight as mouse-face.
17820
17821 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * canlock.el (canlock): Change the parent group to news.
17824
17825         * deuglify.el (gnus-outlook-deuglify): Add :group.
17826
17827         * dig.el (dig): Add :group.
17828
17829         * dns-mode.el (dns-mode): Add :group.
17830
17831         * encrypt.el (encrypt): Add :group.
17832
17833         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17834         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17835         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17836         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17837         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17838
17839         * gnus-diary.el (gnus-diary): Add :group.
17840
17841         * gnus.el (gnus-group-news-1-face): Add :group.
17842         (gnus-group-news-1-empty-face): Ditto.
17843         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17844         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17845         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17846         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17847         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17848         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17849         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17850         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17851         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17852         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17853         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17854         (gnus-summary-high-ticked-face): Ditto.
17855         (gnus-summary-low-ticked-face): Ditto.
17856         (gnus-summary-normal-ticked-face): Ditto.
17857         (gnus-summary-high-ancient-face): Ditto.
17858         (gnus-summary-low-ancient-face): Ditto.
17859         (gnus-summary-normal-ancient-face): Ditto.
17860         (gnus-summary-high-undownloaded-face): Ditto.
17861         (gnus-summary-low-undownloaded-face): Ditto.
17862         (gnus-summary-normal-undownloaded-face): Ditto.
17863         (gnus-summary-high-unread-face): Ditto.
17864         (gnus-summary-low-unread-face): Ditto.
17865         (gnus-summary-normal-unread-face): Ditto.
17866         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17867         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17868
17869         * hashcash.el (hashcash): New custom group.
17870         (hashcash-default-payment): Add :group.
17871         (hashcash-payment-alist): Ditto.
17872         (hashcash-default-accept-payment): Ditto.
17873         (hashcash-accept-resources): Ditto.
17874         (hashcash-path): Ditto.
17875         (hashcash-extra-generate-parameters): Ditto.
17876         (hashcash-double-spend-database): Ditto.
17877         (hashcash-in-news): Ditto.
17878
17879         * message.el (message-minibuffer-local-map): Add :group.
17880
17881         * netrc.el (netrc): Add :group.
17882
17883         * sieve-manage.el (sieve-manage-log): Add :group.
17884         (sieve-manage-default-user): Diito.
17885         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17886         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17887         (sieve-manage-authenticators): Ditto.
17888         (sieve-manage-authenticator-alist): Ditto.
17889         (sieve-manage-default-port): Ditto.
17890
17891         * sieve-mode.el (sieve-control-commands-face): Add :group.
17892         (sieve-action-commands-face): Ditto.
17893         (sieve-test-commands-face): Ditto.
17894         (sieve-tagged-arguments-face): Ditto.
17895
17896         * smime.el (smime): Add :group.
17897
17898         * spam-report.el (spam-report): Add :group.
17899
17900         * spam.el (spam, spam-face): Add :group.
17901
17902 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903
17904         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17905         return \n.\n.\n at the end of articles.  Protect against that.
17906         (nntp-with-open-group): Allow debugging.
17907
17908         * nnheader.el (mail-header-set-extra): Make into a function
17909         because I just could't understand how to quote the list properly.
17910
17911         * dns.el (query-dns-cached): New function.
17912
17913 2005-05-26  Lute Kamstra  <lute@gnu.org>
17914
17915         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17916
17917 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17920
17921         * gnus-art.el: Don't autoload mail-extract-address-components.
17922
17923         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17924         eval-and-compile to evaluate it.
17925
17926         * hashcash.el: Don't autoload executable-find.
17927
17928         * nndb.el: Don't declare the nndb back end two or more times; don't
17929         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17930
17931         * nntp.el: Autoload format-spec instead of format; use
17932         eval-and-compile to evaluate autoload forms.
17933
17934 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17935
17936         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17937
17938 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17939
17940         * gnus.el (gnus-version-number): Bump version.
17941
17942 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17943
17944         * gnus.el: No Gnus v0.3 is released.
17945
17946 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17947
17948         * lpath.el (featurep): Bind show-nonbreak-escape.
17949
17950 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-art.el (gnus-article-edit-part): Disable undo.
17953
17954 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17957         gnus-article-date-lapsed-new-header is t if date timer is active;
17958         skip headers in which the original date value is empty.
17959         (gnus-article-save-original-date): Redefine it as a macro.
17960         (gnus-display-mime): Use it.
17961
17962 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * gnus-art.el (article-date-ut): Support converting date in
17965         forwarded parts as well.
17966         (gnus-article-save-original-date): New function.
17967         (gnus-display-mime): Use it.
17968
17969 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17970
17971         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17972         enclosure element of <item>.
17973
17974 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * message.el (message-kill-buffer-query): Rename from
17977         `message-kill-buffer-query-if-modified'.  Add :version.
17978
17979 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17982         window layout.
17983
17984 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * mml.el: Autoload dnd when compiling.
17987
17988 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17989
17990         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17991         x-dnd-*.
17992
17993 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * qp.el (quoted-printable-encode-region): Save excursion.
17996
17997 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * message.el (message-kill-buffer-query-if-modified): Add new variable
18000         so the user can kill a modified message buffer quickly.
18001         (message-kill-buffer): Use it.
18002
18003 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * lpath.el: Fbind display-time-event-handler; don't fbind
18006         string-to-multibyte.
18007
18008         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18009
18010 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18013         contained in text because xml.el decodes entities) with LFs.
18014
18015 2005-04-11  Lute Kamstra  <lute@gnu.org>
18016
18017         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18018         differently.
18019
18020 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18021
18022         * mm-util.el (mm-detect-coding-region): Typo.
18023
18024 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18027
18028 2005-04-06  Deepak Goel  <deego@gnufans.org>
18029
18030         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18031         user-function allow user modifications of the scores.
18032         (spam-stat-score-buffer-user): New function, to allow
18033         user-computed modifications to the score.
18034         (spam-stat-score-buffer-user-functions): List of additional
18035         scoring functions.
18036         (spam-stat-error-holder): Global temporary error holder.
18037         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18038         variable.
18039
18040 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18041
18042         * gnus-registry.el (gnus-registry-clean-empty-function)
18043         (gnus-registry-trim, gnus-registry-fetch-groups)
18044         (gnus-registry-delete-group): Groups that match
18045         `gnus-registry-ignored-groups' are removed from the registry
18046         entries, not just ignored for splitting.  This helps clean up the
18047         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18048         to get all the groups a message ID is in.
18049
18050         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18051         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18052         (spam-stat-score-buffer-user-functions): Add :number custom type.
18053
18054 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18057         argument in XEmacs.
18058
18059         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18060         (nnrss-request-group): Decode group name first.
18061         (nnrss-request-article): Make a text/plain article if mml-to-mime
18062         failed.
18063         (nnrss-get-encoding): Return a compatible encoding according to
18064         nnrss-compatible-encoding-alist.
18065         (nnrss-find-el): Use consp instead of listp.
18066         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18067
18068 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18071         which Emacs 20 doesn't support.
18072         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18073
18074 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18077         silence the byte compiler inside the defun.
18078
18079         * gnus-demon.el (parse-time-string): Add autoload.
18080
18081         * gnus-delay.el (parse-time-string): Add autoload.
18082
18083         * gnus-art.el (parse-time-string): Add autoload.
18084
18085         * nnultimate.el (parse-time): Require for `parse-time-string'.
18086
18087 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18088
18089         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18090
18091         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18092
18093         * smime.el (smime-ldap-host-list): Add :version.
18094
18095 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18098         pass it to `gnus-browse-read-group'.
18099         (gnus-browse-read-group): Add NUMBER argument and pass it to
18100         `gnus-group-read-ephemeral-group'.
18101
18102         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18103         argument and pass it to `gnus-group-read-group'.
18104
18105 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18106
18107         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18108         mm-xemacs-find-mime-charset-1 if we have the mule feature
18109         available at runtime.
18110
18111 2005-03-25  Werner Lemberg  <wl@gnu.org>
18112
18113         * nnmaildir.el: Replace `illegal' with `invalid'.
18114
18115 2005-03-23  Lute Kamstra  <lute@gnu.org>
18116
18117         * time-date.el: Add comment on time value formats.
18118         Don't require parse-time.
18119         (with-decoded-time-value): New macro.
18120         (encode-time-value): New function.
18121         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18122         (days-to-time): Return a valid time value when arg is huge.
18123         (time-since): Use time-subtract.
18124         (time-to-number-of-days): Use time-to-seconds.
18125
18126 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18127
18128         * gnus-start.el (gnus-display-time-event-handler):
18129         Check display-time-timer at runtime rather than only at load time
18130         in case display-time-mode is turned off in the mean time.
18131
18132 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18135         used.
18136
18137         * nneething.el (nneething-map-file-directory): Derive from
18138         `gnus-directory'.
18139
18140         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18141         the To/Cc button.
18142
18143 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18144
18145         * nnmaildir.el (nnmaildir-request-accept-article):
18146         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18147
18148 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18149
18150         * gnus-async.el: Require timer-funcs at compile time when in
18151         XEmacs for `run-with-idle-timer'.
18152
18153 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18154
18155         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18156         autoloaded function.
18157
18158 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18159
18160         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18161
18162 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
18163
18164         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18165
18166 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18167
18168         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18169         Add gnus-expert-user to default.
18170
18171 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18172
18173         * nnimap.el (nnimap-open-server): Ditto.
18174
18175         * imap.el (imap-authenticate): Fix typo.
18176
18177 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18178
18179         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18180         buffer (since IMAP server might return FETCH response out of
18181         order, and the nntp buffer must be sorted).
18182
18183 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18184
18185         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18186         comparison on string.
18187
18188         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18189         (gnus-agent-score): Rename category keywords to match gnus-cus.
18190         (gnus-agent-summary-fetch-series): Modify to protect against
18191         gnus-agent-summary-fetch-group clearing processable flags.
18192         (gnus-agent-synchronize-group-flags): Update live group buffer as
18193         synchronization may occur due to the user toggle the plugged
18194         status.
18195         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18196         successfully downloaded.
18197         (gnus-agent-expire-group-1): Avoid using markers when the overview
18198         is in ascending order; greatly improves performance.
18199         (gnus-agent-regenerate-group):
18200         Use gnus-agent-synchronize-group-flags to reset read status in both
18201         gnus and server.
18202         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18203
18204 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18205
18206         * message.el: Don't autoload former message-utils variables.
18207         (message-strip-subject-trailing-was): Change doc string.
18208
18209         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18210         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18211         (nnweb-google-search): Add "hl=en" here.
18212         (nnweb-google-parse-1, nnweb-google-create-mapping):
18213         Don't hardcode URL.
18214
18215 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18216
18217         * message.el (message-get-reply-headers, message-followup):
18218         Mention related variables `message-use-followup-to' and
18219         `message-use-mail-followup-to', in the information buffer.
18220
18221         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18222         of broken groups(-beta).google.com.
18223
18224 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18225
18226         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18227         parameter to invoked gnus-request-move-article; remove the
18228         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18229         all at once instead of once per article.
18230         (gnus-summary-remove-process-mark): Accept a list of articles as
18231         well as a single article for processing.
18232
18233         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18234         parameter.
18235
18236         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18237
18238         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18239
18240         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18241         parameter.
18242
18243         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18244         parameter.
18245
18246         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18247         parameter and remove the gnus-sum-hint-move-is-internal variable.
18248
18249         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18250         parameter.
18251
18252         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18253         parameter.
18254
18255         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18256         parameter.
18257
18258         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18259
18260         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18261         parameter.
18262
18263         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18264         parameter.
18265
18266 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18267
18268         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18269         a more conservative way.
18270
18271 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18272
18273         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18274         buffer, so it moves the window's cursor.
18275
18276 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
18277
18278         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18279         `mm-dissect-multipart' and receive the from field as an (optional)
18280         argument from `mm-dissect-multipart'.
18281         (mm-dissect-multipart): Receive the from field as an argument and
18282         pass it on when we call `mm-dissect-buffer' on MIME parts.
18283         Fixes verification/decryption of signed/encrypted MIME parts.
18284
18285 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18286
18287         * gnus-sum.el (gnus-summary-move-article):
18288         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18289         whatever it calls (right now, only nnimap-request-move article
18290         respects it).
18291
18292         * nnimap.el (nnimap-request-move-article):
18293         When gnus-sum-hint-move-is-internal is set, don't do the extra
18294         nnimap-request-article.
18295
18296 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18297
18298         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18299
18300         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18301         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18302
18303         * gnus-sum.el (gnus-summary-caesar-message):
18304         Apply `gnus-treat-article' after rotation.
18305
18306         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18307         doc string.
18308
18309 2005-02-22  Simon Josefsson  <jas@extundo.com>
18310
18311         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18312         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
18313         <arne@arnested.dk>.
18314         (encrypt): Add password-cache and password-cache-expiry as group
18315         members.
18316
18317 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
18318
18319         * smime.el (smime-ldap-host-list): Doc fix.
18320         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18321         cache) password.
18322         (smime-sign-region): Use it.
18323         (smime-decrypt-region): Use it.
18324         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18325         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18326         fails.
18327         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18328         certificate from DER to PEM format rather than calling openssl.
18329
18330         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18331
18332         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18333         for signing/encryption.
18334
18335         * mml.el (mml-parse-1): Use them.
18336
18337 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
18338
18339         * nnrss.el (nnrss-verbose): Remove.
18340         (nnrss-request-group): Use `nnheader-message' instead.
18341
18342 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18343
18344         * nnrss.el (nnrss-verbose): New variable.
18345         (nnrss-request-group): Make it say nnrss is requesting a group.
18346
18347 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18350         Handle news URL with given port correctly.
18351
18352 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18355         containing special characters.
18356
18357         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18358
18359         * mml.el (mime-to-mml): Ditto.
18360
18361         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18362         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18363         (rfc2047-decode-region): Quote decoded words containing special
18364         characters when rfc2047-quote-decoded-words-containing-tspecials
18365         is non-nil.
18366
18367 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18368
18369         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18370
18371         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18372
18373 2005-02-15  Simon Josefsson  <jas@extundo.com>
18374
18375         * nnimap.el (nnimap-debug): Doc fix.
18376
18377         * imap.el (imap-debug): Doc fix.
18378
18379 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18382
18383 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18384
18385         * gnus.el (spam-contents): Improve docs for spam-contents
18386         parameter in its variable incarnation.
18387
18388 2005-02-14  Simon Josefsson  <jas@extundo.com>
18389
18390         * smime-ldap.el: Use require instead of load-library for ldap.
18391         (smime-ldap-search): Indent.
18392         (smime-ldap-search-internal): Shorten line.
18393
18394         * smime.el (smime-cert-by-dns): Add doc-string.
18395         (smime-cert-by-ldap-1): Indent.
18396
18397         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18398         mml-smime-get-dns-ldap.
18399         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18400
18401 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
18402
18403         * smime.el: Require smime-ldap.
18404         (smime-ldap-host-list): New variable.
18405         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18406
18407         * mml-smime.el (mml-smime-encrypt-query): New function.
18408         (mml-smime-encrypt-query): Use it.
18409
18410         * smime-ldap.el: New file.
18411
18412 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18415
18416 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18417
18418         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18419         argument in doc string.  Make query for type more clear.
18420
18421 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18422
18423         * gnus.el (gnus-group-startup-message): Search for gnus images in
18424         etc/images/gnus.
18425         * mm-util.el (mm-image-load-path): Likewise.
18426         * smiley.el (smiley-data-directory): Search for smilies in
18427         etc/images/smilies.
18428
18429 2005-02-09  Kim F. Storm  <storm@cua.dk>
18430
18431         Change Emacs release version from 21.4 to 22.1 throughout.
18432         Change Emacs development version from 21.3.50 to 22.0.50.
18433
18434 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18437
18438         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18439         non-Mule XEmacs as well.
18440         (mm-decompress-buffer): Signal an error intentionally if it does
18441         not decompress compressed data because auto-compression-mode is
18442         disabled.
18443
18444 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18445
18446         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18447         an ID in the registry even if it has no groups.
18448
18449 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18452         merge it into mm-decompress-buffer.
18453         (gnus-mime-copy-part): Use the MIME part charset, the value which
18454         a user specified or gnus-newsgroup-charset for decoding, like
18455         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18456         save-buffer what was used.  Suggested by Kevin Ryde
18457         <user42@zip.com.au>.
18458         (gnus-mime-inline-part): Allow the name parameter as well as the
18459         filename parameter; force decompressing of compressed data; always
18460         display contents being not decoded as unibyte.
18461
18462         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18463         as well as the filename parameter.
18464
18465         * mm-util.el (mm-decompress-buffer):
18466         Merge gnus-mime-jka-compr-maybe-uncompress.
18467         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18468         of compressed data.
18469
18470 2005-02-08  Simon Josefsson  <jas@extundo.com>
18471
18472         * imap.el (imap-log): Doc fix.
18473
18474 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18477         the coding cookies; decompress compressed parts.
18478
18479         * mml.el (mml-generate-mime-1): Add the charset parameter according
18480         to the value which a user specified manually or the coding cookie.
18481
18482         * mm-util.el (mm-string-to-multibyte): New function.
18483         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18484         (mm-coding-system-to-mime-charset): New function.
18485         (mm-decompress-buffer): New function.
18486         (mm-find-buffer-file-coding-system): New function.
18487
18488         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18489         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18490         parts.
18491
18492 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18493
18494         * mm-view.el (mm-display-inline-fontify): Decode a part according
18495         to the charset parameter.
18496
18497 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18500         prefix arg is neither nil nor a number, as info specifies.
18501
18502 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18505         timestamps.
18506
18507 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18508
18509         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18510         groups error checking and notify user.
18511
18512 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18513
18514         * message.el (message-send-mail-function): Check existence of
18515         sendmail-program first before using default value
18516         `message-send-mail-with-sendmail'.  Otherwise use more generic
18517         `smtpmail-send-it'.
18518
18519 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * nntp.el (nntp-request-update-info): Always return nil.
18522
18523 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18524
18525         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18526
18527 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18528
18529         * message.el (message-beginning-of-line): Change the behavior when
18530         invoked between BOL and : so that it first moves backward.
18531
18532 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18535         article buffer when editing of the article is discarded.
18536         (gnus-article-prepare): Revert.
18537
18538 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * gnus-art.el (gnus-article-prepare):
18541         Remove message-strip-forbidden-properties from the local hook.
18542
18543 2005-01-27  Simon Josefsson  <jas@extundo.com>
18544
18545         * password.el (password-cache-add): Only start one timer per key.
18546         Reported by Derek Atkins <warlord@MIT.EDU>.
18547
18548 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18549
18550         * run-at-time.el: Remove.  It is no longer needed as
18551         timer-funcs.el in the xemacs-base package has a working version of
18552         `run-at-time'.
18553
18554         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18555
18556         * password.el: Require timer-funcs instead of run-at-time in
18557         XEmacs.
18558         Remove `password-run-at-time' macro.
18559         (password-cache-add): Use `run-at-time' instead of
18560         `password-run-at-time'.
18561
18562         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18563         Remove `nnheader-cancel-function-timers' alias,
18564         `cancel-function-timers' exists in XEmacs in timer-funcs.
18565
18566         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18567         for `run-with-idle-timer'.
18568
18569         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18570         for `run-at-time'.
18571
18572         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18573         for `with-timeout'.
18574
18575         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18576         the same as for XEmacs 21.4.
18577         No need to ignore `run-with-idle-timer', this function exists in
18578         XEmacs now in timer-funcs.el in the xemacs-base package.
18579         (dgnushack-compile): No need to delete
18580         run-at-time.el from the list of files to compile because it
18581         doesn't exist anymore.
18582
18583 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18586         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18587
18588 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18589
18590         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18591         sensitively.
18592
18593 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18594
18595         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18596
18597 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18600         which will be inserted according to the multibyteness of a buffer
18601         rather than the type of contents.  Suggested by ARISAWA Akihiro
18602         <ari@mbf.ocn.ne.jp>.
18603
18604         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18605         of string which old xml.el may return rather than a string.
18606
18607 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18610
18611 2005-01-16  Simon Josefsson  <jas@extundo.com>
18612
18613         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18614         idn/idna.el isn't available.
18615         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18616         <michael@waxrat.com>.
18617
18618         * hashcash.el: Remove non-FSF copyright header.
18619
18620         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18621         (hashcash-generate-payment): Use it.
18622         (hashcash-generate-payment-async): Use it.
18623
18624 2005-01-15  Simon Josefsson  <jas@extundo.com>
18625
18626         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18627         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18628
18629         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18630         gnus-summary-idna-message.
18631         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18632         (gnus-summary-idna-message): New function.
18633
18634 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18635
18636         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18637         gnus-novice-user.
18638
18639 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * nnrss.el (nnrss-request-delete-group): Delete entries in
18642         nnrss-group-alist as well.
18643         (nnrss-save-server-data): Insert newline.
18644
18645 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18646
18647         * gnus.el (gnus-user-agent): Use list of symbols instead of
18648         symbols.  Display full version number for (S)XEmacs.
18649         Optionally display (S)XEmacs codename.
18650
18651         * gnus-util.el (gnus-emacs-version): Update for new
18652         `gnus-user-agent'.
18653
18654         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18655         Gnus version.
18656
18657 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18658
18659         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18660         which is unreadable in some setups.
18661
18662 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * gnus-spec.el (gnus-update-format-specifications): Flush the
18665         group format spec cache if it doesn't support decoded group names.
18666
18667 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18668
18669         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18670         Allow to apply decay on score files matching a regexp.
18671
18672 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18675         compatibility in %g and %c.
18676
18677 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18680         name for only %g and %c.
18681         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18682         of gnus-tmp-group to decoded group name.
18683         (gnus-group-make-rss-group): Exclude `/'s from group names.
18684
18685 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * nnrss.el (nnrss-get-encoding): Fix regexp.
18688
18689 2004-12-27  Simon Josefsson  <jas@extundo.com>
18690
18691         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18692         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18693         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18694
18695 2004-12-17  Kim F. Storm  <storm@cua.dk>
18696
18697         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18698
18699         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18700
18701 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18702
18703         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18704
18705 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * nnrss.el: Require rfc2047 and mml.
18708         (nnrss-file-coding-system): New variable.
18709         (nnrss-format-string): Redefine it as an inline function.
18710         (nnrss-decode-group-name): New function.
18711         (nnrss-string-as-multibyte): Remove.
18712         (nnrss-retrieve-headers): Decode group name; don't use
18713         nnrss-format-string.
18714         (nnrss-request-group): Decode group name.
18715         (nnrss-request-article): Decode group name; allow a Message-ID as
18716         well as an article number; don't use nnrss-format-string; encode a
18717         Message-ID string which may contain non-ASCII characters; use
18718         mml-to-mime to compose a MIME article.
18719         (nnrss-request-expire-articles): Decode group name.
18720         (nnrss-request-delete-group): Decode group name.
18721         (nnrss-fetch): Clarify error message.
18722         (nnrss-read-server-data): Use insert-file-contents instead of load;
18723         bind file-name-coding-system; use multibyte buffer.
18724         (nnrss-save-server-data): Bind coding-system-for-write to the
18725         value of nnrss-file-coding-system; bind file-name-coding-system;
18726         add coding cookie.
18727         (nnrss-read-group-data): Use insert-file-contents instead of load;
18728         bind file-name-coding-system; use multibyte buffer.
18729         (nnrss-save-group-data): Bind coding-system-for-write to the
18730         value of nnrss-file-coding-system; bind file-name-coding-system.
18731         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18732         make it work with non-ASCII text.
18733         (nnrss-find-el): Make it work with old xml.el as well.
18734
18735 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18736
18737         * nnrss.el (nnrss-get-encoding): New function.
18738         (nnrss-fetch): Use unibyte buffer initially; bind
18739         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18740         decode contents according to the encoding attribute.
18741         (nnrss-save-group-data): Add coding cookie.
18742         (nnrss-mime-encode-string): New function.
18743         (nnrss-check-group): Use it to encode subject and author.
18744
18745 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18746
18747         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18748         imaginary variable.
18749
18750 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18753         correctly even if there are wide characters.
18754
18755 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18758         downcased symbol names; make a new cache instead of reusing
18759         bbdb-hashtable.
18760
18761 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18764         concatenating segments rather than before concatenating them.
18765         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18766
18767         * message.el (message-get-reply-headers): Bind `extra'.
18768
18769 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18770
18771         * message.el (message-extra-wide-headers): New variable.
18772         (message-get-reply-headers): Use it.
18773
18774 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18777         (gnus-agent-group-pathname): Ditto.
18778
18779         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18780
18781         * gnus-group.el (gnus-group-make-group): Decode group name.
18782         (gnus-group-make-rss-group): Register the group data after opening
18783         the nnrss group.
18784
18785 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18786
18787         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18788         by expiry now get marked as read.
18789
18790 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18793
18794 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18795
18796         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18797         unify Latin characters in XEmacs.
18798         (mm-find-mime-charset-region): Use it.
18799
18800 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gnus-util.el (gnus-delete-directory): New function.
18803
18804         * gnus-agent.el (gnus-agent-delete-group): Use it.
18805
18806         * gnus-cache.el (gnus-cache-delete-group): Use it.
18807
18808 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18811         names.
18812
18813 2004-12-16  Simon Josefsson  <jas@extundo.com>
18814
18815         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18816
18817 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18820
18821         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18822         (gnus-group-set-current-level): Decode group name.
18823
18824 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18825
18826         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18827         failed.
18828
18829 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-group.el (gnus-group-delete-group): Decode group name.
18832         (gnus-group-make-rss-group): Encode group name.
18833         (gnus-group-catchup-current): Decode group name.
18834         (gnus-group-kill-group): Decode group name.
18835
18836 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18837
18838         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18839
18840 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * gnus-group.el (gnus-group-make-rss-group):
18843         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18844
18845         * gnus-start.el (gnus-setup-news): Honor user's setting to
18846         gnus-message-archive-method.  Suggested by Lute Kamstra
18847         <lute@gnu.org>.
18848
18849 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18850
18851         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18852         global counterparts of the buffer-local variables.
18853
18854 2004-11-16  Romain Francoise  <romain@orebokech.com>
18855
18856         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18857         counterparts of the buffer-local variables.
18858
18859 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18860
18861         * message.el (message-forbidden-properties): Fix typo in doc
18862         string.
18863
18864 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * gnus-util.el (gnus-replace-in-string): Add doc string.
18867
18868         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18869         to avoid problems when splitting mails with many recipients.
18870
18871 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18872
18873         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18874         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18875
18876 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18877
18878         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18879         if there is no hashtable in memory or file modification time is
18880         newer than cached timestamp.
18881
18882 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * gnus-sum.el (gnus-summary-limit-to-recipient):
18885         Implement not-matching option.
18886
18887 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18890         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18891         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18892         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18893         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18894         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18895
18896 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * message.el (message-forward-make-body-mml): Remove headers
18899         according to message-forward-ignored-headers if a message is decoded.
18900
18901 2004-12-02  Romain Francoise  <romain@orebokech.com>
18902
18903         * message.el (message-forward-make-body-plain): Always remove
18904         headers according to message-forward-ignored-headers.
18905
18906 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18907
18908         * spam.el (spam-summary-prepare-exit): Remove the
18909         gnus-summary-limit pop for now, it has problems with ham marks for
18910         me.
18911
18912 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18913
18914         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18915         correctly.
18916
18917 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18918
18919         * format-spec.el (format-spec): Message the char.
18920
18921 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18922
18923         * gnus-art.el (gnus-split-methods): Reformat comments.
18924
18925         * spam.el (spam-summary-prepare-exit): Remove article limits
18926         before exiting the summary buffer.
18927
18928 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18929
18930         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18931         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18932
18933         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18934         order to silence the byte compiler.
18935
18936         * spam.el: Fix the way to silence the byte compiler, which
18937         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18938         bbdb-search-simple, spam-BBDB-register-routine,
18939         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18940         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18941         spam-stat-buffer-is-spam, spam-stat-load,
18942         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18943         spam-stat-save and spam-stat-split-fancy.
18944
18945 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18948         which may confuse users.
18949         (canlock-password-for-verify): Ditto.
18950
18951         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18952
18953         * gnus-art.el (gnus-emphasis-alist): Ditto.
18954
18955         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18956
18957         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18958
18959         * gnus-start.el (gnus-save-killed-list): Ditto.
18960
18961         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18962         (gnus-sum-thread-tree-root): Ditto.
18963         (gnus-sum-thread-tree-false-root): Ditto.
18964         (gnus-sum-thread-tree-single-indent): Ditto.
18965
18966         * message.el (message-courtesy-message): Ditto.
18967         (message-archive-note): Ditto.
18968         (message-subscribed-address-file): Ditto.
18969         (message-user-fqdn): Ditto.
18970
18971         * spam-report.el (spam-report-gmane-regex): Ditto.
18972
18973         * spam.el (spam-blackhole-good-server-regex): Ditto.
18974
18975 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mml.el (mml-preview): Widen the message buffer before copying
18978         the contents to the preview buffer; sort headers before previewing.
18979
18980         * message.el (message-hidden-headers): Fix the way to avoid a bug
18981         in the `repeat' widget in Emacs 21.3 or earlier.
18982
18983 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * message.el (message-hidden-headers): Default to "^References:".
18986         Improve customization type.  Suggested by Reiner Steib
18987         <Reiner.Steib@gmx.de>.
18988
18989 2004-11-25  Romain Francoise  <romain@orebokech.com>
18990
18991         * message.el (message-strip-forbidden-properties): Remove check for
18992         obsolete `message-hidden' text property, hidden headers are not
18993         accessible in the buffer anymore.
18994
18995 2004-11-22  Romain Francoise  <romain@orebokech.com>
18996
18997         * message.el (message-header-format-alist): Add `From' in list
18998         so that it can be sorted.
18999         (message-fix-before-sending): Widen and sort headers before
19000         sending.
19001         (message-hide-headers): Use narrowing to hide headers by moving
19002         them to the top of the buffer and narrowing to the region
19003         underneath.
19004
19005 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * message.el (message-strip-forbidden-properties):
19008         Bind buffer-read-only (etc) to nil.
19009
19010 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19013         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19014
19015 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19016
19017         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19018
19019 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19020
19021         * dns.el (query-dns): Use sit-for to time instead of
19022         accept-process-output, since that doesn't seem to work on udp
19023         sockets.
19024
19025 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19028
19029 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19030
19031         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19032         doc string.  Improve doc string.
19033
19034 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * nntp.el (nntp-request-update-info): Return nil if
19037         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19038         may not call gnus-activate-group which uselessly issues the GROUP
19039         commands for all nntp groups and wastes time.  Reported by Romain
19040         Francoise <romain@orebokech.com>.
19041
19042         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19043
19044 2004-11-15  Simon Josefsson  <jas@extundo.com>
19045
19046         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19047         headers separately.
19048         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
19049         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19050
19051 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19052
19053         * gnus-start.el (gnus-convert-old-newsrc):
19054         Assign legacy-gnus-agent to 5.10.7.
19055
19056 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19057
19058         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19059         start of the lines.
19060
19061 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19062
19063         * hashcash.el (hashcash-default-payment): Change default to 20.
19064         (hashcash-default-accept-payment): Change default to 20.
19065         (hashcash-process-alist): New variable.
19066         (hashcash-generate-payment-async): Add.
19067         (hashcash-already-paid-p): Add.
19068         (hashcash-insert-payment): Don't generate payments twice.
19069         (hashcash-insert-payment-async): Add.
19070         (hashcash-insert-payment-async-2): Add.
19071         (hashcash-cancel-async): Add.
19072         (hashcash-wait-async): Add.
19073         (hashcash-processes-running-p): Add.
19074         (hashcash-wait-or-cancel): Add.
19075         (mail-add-payment): New optional argument.  Conditionally start
19076         asynchronous calculation.
19077         (mail-add-payment-async): Add.
19078
19079         * message.el (message-send-mail): Wait for asynchronous hashcash
19080         results.  Don't clobber existing X-Hashcash headers.
19081         (message-setup-1): Call mail-add-payment-async when
19082         message-generate-hashcash is non-nil.
19083
19084 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19085
19086         * message.el (message-use-alternative-email-as-from): Examine the
19087         From header as well; use message-make-from in order to include a
19088         user's full name.
19089
19090 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19093         default; improve customization type.
19094         (gnus-emphasis-custom-with-format): New macro.
19095         (gnus-emphasis-custom-value-to-external): New function.
19096         (gnus-emphasis-custom-value-to-internal): New function.
19097
19098 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19099
19100         * dns.el (query-dns): Resolve reverse addresses.
19101
19102 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19103
19104         * gnus-group.el (gnus-group-get-new-news): Use it.
19105
19106         * gnus-start.el (gnus-check-reasonable-setup): New function.
19107
19108 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19111         "Args out of range" error.  Reported by Arnaud Giersch
19112         <arnaud.giersch@free.fr>.
19113
19114 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19115
19116         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19117
19118 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19119
19120         * spam.el (spam group): Add :version.
19121
19122         * pgg-def.el (pgg group): Add :version.
19123
19124 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * gnus-art.el (gnus-article-edit-article): Don't associate the
19127         article buffer with a draft file.  This is a temporary measure
19128         against the 2004-08-22 change to gnus-article-edit-mode.
19129
19130 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19133         (html2text-format-tags): Remove unused variable `attr'.
19134
19135 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19138
19139         * tls.el (tls-process-connection-type, tls-success)
19140         (tls-certtool-program): Add :version.
19141
19142         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19143         (starttls-extra-arguments, starttls-process-connection-type)
19144         (starttls-connect, starttls-failure, starttls-success): Add :version.
19145
19146         * spam-stat.el (spam-stat): Add :version.
19147
19148         * sieve.el (sieve): Add :version.
19149
19150         * sha1.el (sha1): Add :version.
19151         (sha1-use-external): Remove redundant version.
19152
19153         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19154         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19155         (nnmail-split-fancy-match-partial-words)
19156         (nnmail-split-lowercase-expanded): Add :version.
19157
19158         * nndiary.el (nndiary): Add :version.
19159
19160         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19161
19162         * mml-sec.el (mml-default-sign-method)
19163         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19164         Add :version.
19165
19166         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19167
19168         * mm-url.el (mm-url-use-external, mm-url-program)
19169         (mm-url-arguments): Add :version.
19170
19171         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19172         (mm-attachment-file-modes, mm-decrypt-option)
19173         (mm-w3m-safe-url-regexp): Add :version.
19174
19175         * message.el (message-cite-prefix-regexp)
19176         (message-sendmail-envelope-from, message-minibuffer-local-map)
19177         (message-user-fqdn, message-completion-alist): Add :version.
19178
19179         * gnus-win.el (gnus-configure-windows-hook)
19180         (gnus-use-frames-on-any-display): Add :version.
19181
19182         * gnus-art.el (gnus-article-address-banner-alist)
19183         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19184         (gnus-treat-from-picon, gnus-treat-mail-picon)
19185         (gnus-treat-x-pgp-sig): Add :version.
19186
19187         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19188         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19189         (gnus-summary-article-delete-hook)
19190         (gnus-summary-display-while-building): Add :version.
19191
19192         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19193         (gnus-get-top-new-news-hook): Add :version.
19194
19195         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19196         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19197
19198         * gnus-registry.el (gnus-registry): Add :version.
19199
19200         * gnus-spec.el (gnus-use-correct-string-widths)
19201         (gnus-make-format-preserve-properties): Add :version.
19202
19203         * gnus.el (gnus-group-charter-alist)
19204         (gnus-group-fetch-control-use-browse-url)
19205         (gnus-install-group-spam-parameters): Add :version.
19206
19207         * gnus-diary.el (gnus-diary): Add :version.
19208
19209         * gnus-delay.el (gnus-delay): Add :version.
19210
19211         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19212         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19213         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19214         Add :version.
19215
19216         * gnus-agent.el (gnus-agent-max-fetch-size)
19217         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19218         (gnus-agent-prompt-send-queue): Add :version.
19219
19220         * deuglify.el (gnus-outlook-deuglify): Add :version.
19221
19222         * html2text.el: Beautify code.  Improve doc strings.
19223         Some checkdoc cleanup.
19224         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19225
19226 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19227
19228         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19229
19230 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19233         when package is loaded.
19234
19235         * spam.el (spam-summary-score-preferred-header): Add global preference
19236         for people who want to override the default SpamAssassin over
19237         Bogofilter preference (when both are set).
19238         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19239         (spam-user-format-function-S):
19240         Check spam-summary-score-preferred-header.
19241         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19242         (spam-user-format-function-S): Format the score correctly.
19243
19244 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19247         signature file.  Suggested by Manoj Srivastava
19248         <srivasta@golden-gryphon.com>.
19249
19250         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19251         iso-2022-jp even in the Japanese language environment.
19252         Suggested by Jason Rumney <jasonr@gnu.org>.
19253
19254 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19255
19256         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19257         use the same characters as the dummy marks; make it free from
19258         getting affected by the language environment.
19259         (gnus-summary-read-group-1): Update mark positions only when the
19260         format spec is updated.
19261
19262         * gnus-spec.el (gnus-update-format-specifications): Return a list
19263         of updated types.
19264
19265 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19268         of boundp to check if display-warning is available.
19269
19270 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19271
19272         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19273
19274 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * nnspool.el (nnspool-spool-directory): Use news-path if the
19277         news-directory variable is not bound.
19278
19279         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19280         function instead of display-warning if it is not available.
19281
19282 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19285         v5-10: Use `point-at-bol'.
19286
19287 2004-10-26  Simon Josefsson  <jas@extundo.com>
19288
19289         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19290         <chenggao@gmail.com>.
19291
19292 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19293
19294         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19295         instead.
19296
19297 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19298
19299         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19300         to remove a server from the nnimap-server-buffer-alist.
19301         (nnimap-open-connection, nnimap-close-server): Use it.
19302
19303         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19304
19305 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19308         running the major-mode function.
19309
19310 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19313         dummy marks in the right way.
19314
19315 2004-10-18  David Edmondson  <dme@dme.org>
19316
19317         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19318         excessively.
19319
19320 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19321
19322         * gnus-util.el (gnus-split-references): Accept a nil references
19323         string and go on blissfully.
19324
19325         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19326         cases where the references string is non-nil but has no references.
19327
19328         * encrypt.el: Add autoload tags.
19329
19330         * spam.el (spam-resolve-registrations-routine): Remove article
19331         from unregistration list too.  Reported by David Hanak
19332         <dhanak@isis.vanderbilt.edu>
19333
19334 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19337         nil.  Change custom type.
19338
19339 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19340
19341         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19342
19343         * gnus-sum.el (gnus-summary-move-article): Use it.
19344
19345 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19346
19347         * encrypt.el: Add autoload cookies.
19348
19349         * spam.el (spam-backend-article-list-property)
19350         (spam-backend-get-article-todo-list)
19351         (spam-backend-put-article-todo-list)
19352         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19353         Resolve registrations separately.
19354         (spam-register-routine): Format comments.
19355         (spam-unregister-routine, spam-register-routine): Always call with
19356         specific-articles, no default list.
19357         (spam-summary-prepare-exit): Use the spam-classifications function.
19358
19359         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19360         gnus-encrypt.el.
19361
19362         * encrypt.el: Copied from gnus-encrypt.el.
19363
19364         * gnus-encrypt.el: Commented that it's obsolete.
19365
19366 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19367
19368         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19369         (gnus-score-save): Use it.
19370
19371         * message.el (message-bury): Use `window-dedicated-p'.
19372
19373 2004-10-15  Simon Josefsson  <jas@extundo.com>
19374
19375         * pop3.el (top-level): Don't require nnheader.
19376         (pop3-read-timeout): Add.
19377         (pop3-accept-process-output): Add.
19378         (pop3-read-response, pop3-retr): Use it.
19379
19380 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19381
19382         * spam.el (spam-register-routine): Move comment.
19383         (spam-verify-bogofilter): Use 'unknown for the initial
19384         spam-bogofilter-valid state, not 'never.
19385
19386         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19387         for netrc-machine.
19388
19389         * nnimap.el (nnimap-open-connection):
19390         Use netrc-machine-user-or-password.
19391
19392 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19393
19394         * gnus-registry.el (gnus-registry-unload-hook):
19395         Set as a variable with add-hook.
19396
19397         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19398         of news-path.
19399
19400         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19401
19402         * spam.el: Delete duplicate `provide'.
19403         (spam-unload-hook): Set as a variable with add-hook.
19404
19405 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19406
19407         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19408         in the doc string.
19409
19410         * message.el (message-ignored-news-headers)
19411         (message-ignored-supersedes-headers)
19412         (message-ignored-resent-headers)
19413         (message-forward-ignored-headers): Improve custom type.
19414
19415 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * message.el (message-tokenize-header): Fix 2004-09-06 change
19418         which used point-min in the wrong place.
19419
19420 2004-10-12  Simon Josefsson  <jas@extundo.com>
19421
19422         * tls.el (tls-certtool-program): New variable.
19423         (tls-certificate-information): New function, based on
19424         ssl-certificate-information.
19425
19426 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * compface.el: Move the version of ELisp-based uncompface program
19429         to the contrib directory because of the copyright problem.
19430
19431 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19432
19433         * message.el (message-kill-buffer): Raise the current frame.
19434
19435 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19436
19437         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19438
19439         * gnus.el (message-y-or-n-p): Autoload.
19440
19441         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19442         (pop3-password-required, pop3-authentication-scheme)
19443         (pop3-leave-mail-on-server): Make customizable.
19444         (pop3): New custom group.
19445         (pop3-retr): Remove `sleep-for' statements.
19446         Suggested by Dave Love <fx@gnu.org>.
19447
19448         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19449         Windows/DOS.
19450
19451         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19452         (imap-parse-body): Fix incorrect use of `assert'.
19453         Suggested by Dave Love <fx@gnu.org>.
19454
19455         * mml.el (mml-minibuffer-read-disposition): Require match.
19456         Suggested by Dave Love <fx@gnu.org>.
19457
19458 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19461         doc string.
19462
19463 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19464
19465         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19466
19467 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19468
19469         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19470         instead of calling `mm-insert-inline', to decode text/* parts
19471         before displaying them.
19472
19473 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * mm-uu.el (mm-uu-text-plain-type): New variable.
19476         (mm-uu-pgp-signed-extract-1): Use it.
19477         (mm-uu-pgp-encrypted-extract-1): Use it.
19478         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19479         bind mm-uu-text-plain-type with that value.
19480         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19481         mm-uu-dissect.
19482
19483 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * gnus-group.el (gnus-update-group-mark-positions):
19486         * gnus-sum.el (gnus-update-summary-mark-positions):
19487         * message.el (message-check-news-body-syntax):
19488         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19489         of string-as-multibyte.
19490
19491 2004-10-05  Juri Linkov  <juri@jurta.org>
19492
19493         * gnus-group.el (gnus-update-group-mark-positions):
19494         * gnus-sum.el (gnus-update-summary-mark-positions):
19495         * message.el (message-check-news-body-syntax):
19496         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19497         8-bit unibyte values to a multibyte string for search functions.
19498
19499 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19502         (mm-uu-dissect-text-parts): New function.
19503
19504         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19505         dissect text parts.
19506
19507         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19508         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19509
19510         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19511
19512         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19513         Use gnus-current-topics instead of gnus-current-topic.
19514
19515 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19516
19517         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19518
19519 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19520
19521         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19522         where approriate.
19523
19524         * nnml.el (nnml-generate-active-info): do.
19525
19526         * nndiary.el (nndiary-generate-active-info): do.
19527
19528         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19529         (gnus-topic-move): do.
19530
19531         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19532         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19533
19534         * gnus-srvr.el (gnus-server-prepare)
19535         (gnus-server-open-all-servers): do.
19536
19537         * gnus-msg.el (gnus-summary-cancel-article)
19538         (gnus-summary-resend-message)
19539         (gnus-summary-mail-crosspost-complaint): do.
19540
19541         * gnus-move.el (gnus-change-server): do.
19542
19543         * gnus-group.el (gnus-group-unmark-all-groups)
19544         (gnus-group-set-current-level): do.
19545
19546 2004-10-04  Simon Josefsson  <jas@extundo.com>
19547
19548         * message.el (message-generate-hashcash): Doc fix.
19549
19550 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19551
19552         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19553         avoid infinite recursion via gnus-get-function.
19554
19555 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19556
19557         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19558
19559         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19560
19561         * nnmail.el (nnmail-split-history): do.
19562
19563         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19564         (nnml-request-delete-group): do.
19565
19566         * nnslashdot.el (nnslashdot-read-groups): do.
19567
19568         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19569         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19570
19571         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19572         (nnspool-sift-nov-with-sed): Use last.
19573         (nnspool-retrieve-headers-with-nov): Use mapc.
19574         (nnspool-request-newgroups): Use dolist.
19575         (nnspool-request-group): Use last.
19576
19577         * nntp.el (nntp-read-server-type): Use dolist.
19578
19579         * nnvirtual.el (nnvirtual-create-mapping)
19580         (nnvirtual-update-read-and-marked): Use dolist.
19581         (nnvirtual-convert-headers): Simplify.
19582
19583 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19584
19585         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19586         Add support for sync'ing tick marks.
19587
19588 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19591         there's no visible header.
19592
19593 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19594
19595         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19596         When necessary, pass full group name to gnus-request-set-marks.
19597
19598 2004-10-01  Simon Josefsson  <jas@extundo.com>
19599
19600         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19601         acroread.
19602
19603 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19604
19605         * spam-report.el (spam-report-gmane): Fix interactive.
19606
19607         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19608
19609         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19610         when writing file.
19611         (gnus-agent-synchronize-flags): Don't default to being
19612         interactive.
19613
19614 2004-09-30  Simon Josefsson  <jas@extundo.com>
19615
19616         * message.el (message-generate-hashcash): Add.
19617         (message-send-mail): Use it, call mail-add-payment.
19618
19619 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19620
19621         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19622
19623 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19624
19625         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19626         gnus-requst-update-info with explicit code to sync the in-memory
19627         info read flags with the marks being sync'd to the backend.
19628
19629         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19630
19631 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19632
19633         * spam.el (spam-verify-bogofilter): Add new function.
19634         (spam-check-bogofilter)
19635         (spam-bogofilter-register-with-bogofilter): Use it.
19636         (spam-verify-bogofilter): Add small fixes.
19637
19638 2004-09-28  Simon Josefsson  <jas@extundo.com>
19639
19640         * hashcash.el (hashcash-generate-payment): Revert.
19641
19642 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19643
19644         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19645         Use gnus-extract-references instead of gnus-split-references.
19646
19647         * gnus-util.el (gnus-extract-references): Add new function, analogous
19648         to gnus-split-references but extracts only the message-ID without
19649         anything extra.
19650
19651         * hashcash.el (hashcash-generate-payment)
19652         (hashcash-check-payment): Do the right thing if hashcash-path is
19653         nil (because the hashcash program could not be found).
19654
19655         * spam.el (spam-use-hashcash): Remove comment.
19656
19657 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19658
19659         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19660         (gnus-cache-enter-article, gnus-cache-remove-article)
19661         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19662
19663         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19664
19665         * gnus-art.el (article-hide-boring-headers)
19666         (article-translate-strings, article-display-face)
19667         (gnus-article-mime-match-handle-first)
19668         (gnus-article-highlight-headers)
19669         (gnus-article-add-buttons-to-head): do.
19670
19671 2004-09-27  Simon Josefsson  <jas@extundo.com>
19672
19673         * hashcash.el: New version, from
19674         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19675         ../contrib/.
19676
19677 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19678
19679         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19680
19681 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19682
19683         * gnus-dup.el (gnus-dup-open): Use mapc.
19684         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19685
19686         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19687         Reported by Stefan Wiens <s.wi@gmx.net>.
19688
19689         * gnus.el (gnus-shutdown): Use dolist.
19690
19691         * gnus-undo.el (gnus-undo): Use mapc.
19692
19693         * nnrss.el (nnrss-generate-active): do.
19694
19695         * message.el (message-cite-original-without-signature)
19696         (message-cite-original): Use mapc.
19697         (message-do-actions, message-make-forward-subject): Use dolist.
19698
19699 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19700
19701         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19702         deletion to remove entire duplicate line.  Fixes merged article
19703         number bug.
19704
19705 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19706
19707         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19708         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19709         first ask if you want to open a server and then, even when you
19710         responded with no, asking if you want to synchronize the server's
19711         flags.
19712         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19713         multi-line expressions.
19714         (gnus-agent-synchronize-group-flags): New internal function.
19715         Updates marks in memory (in the info structure) AND in the
19716         backend.
19717
19718         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19719
19720         * nnagent.el (nnagent-request-set-mark):
19721         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19722         method, to ensure that synchronization updates marks in the
19723         backend and in the info (in memory) structure.
19724
19725 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19726
19727         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19728         convention fully; don't miss the root article of a thread; make
19729         the X-Draft-From header with correct article numbers.
19730
19731 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19732
19733         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19734         unless plugged.  Disable the agent so that an open failure causes
19735         an error.
19736
19737         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19738         Revert 2004-09-21 change.  The backend must be opened while
19739         synchronizing flags even when the backend stores the flags
19740         locally.
19741
19742 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19743
19744         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19745         in `header' match.  Reported by Svend Tollak Munkejord.
19746
19747         * message.el (message-cite-original): Fix use of
19748         `message-cite-articles-with-x-no-archive'.
19749
19750 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19753         (gnus-window-to-buffer): Ditto.
19754
19755         * mml.el (mml-preview-buffer): New variable.
19756         (mml-preview): Manage window layout with gnus-buffer-configuration.
19757
19758         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19759         X-Draft-From header even if those articles aren't quoted.
19760
19761 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19762
19763         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19764         (gnus-request-set-mark, gnus-request-update-mark): Use new
19765         g-s-t-u-l-m to decide to use backend even when unplugged.
19766
19767 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19770         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19771
19772 2004-09-20  Simon Josefsson  <jas@extundo.com>
19773
19774         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19775         "utf-16-le".
19776
19777 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19778
19779         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19780
19781 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19782
19783         * uudecode.el (uudecode-use-external): Add :version.
19784
19785         * smime.el (smime-CA-file, smime-encrypt-cipher)
19786         (smime-dns-server): Add :version.
19787
19788         * smiley.el (gnus-smiley-file-types): Add :version.
19789
19790         * sha1.el (sha1-use-external): Add :version.
19791
19792         * pgg-def.el (pgg-query-keyserver): Add :version.
19793
19794         * nnmail.el (nnmail-fancy-expiry-targets)
19795         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19796         Add :version.
19797
19798         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19799         (nnimap-retrieve-groups-asynchronous): Add :version.
19800         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19801
19802         * mml.el (mml-content-disposition-parameters)
19803         (mml-insert-mime-headers-always): Add :version.
19804
19805         * mm-util.el (mm-coding-system-priorities): Add :version.
19806
19807         * mm-decode.el (mm-inline-text-html-with-images)
19808         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19809         (mm-verify-option): Add :version.
19810         (mm-text-html-renderer): Change :version.
19811
19812         * message.el (message-fcc-externalize-attachments)
19813         (message-required-headers, message-draft-headers)
19814         (message-subject-trailing-was-query)
19815         (message-subject-trailing-was-ask-regexp)
19816         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19817         (message-mark-insert-end, message-archive-header)
19818         (message-archive-note, message-cross-post-default)
19819         (message-cross-post-note, message-followup-to-note)
19820         (message-cross-post-note-function, message-use-mail-followup-to)
19821         (message-subscribed-address-functions)
19822         (message-subscribed-address-file, message-subscribed-addresses)
19823         (message-subscribed-regexps, message-allow-no-recipients)
19824         (message-yank-cited-prefix, message-signature-insert-empty-line)
19825         (message-hidden-headers, message-hierarchical-addresses)
19826         (message-mail-user-agent, message-use-idna)
19827         (message-valid-fqdn-regexp)
19828         (message-strip-special-text-properties, message-header-synonyms)
19829         (message-beginning-of-line, message-tab-body-function): Add :version.
19830         (message-insert-canlock, message-wide-reply-confirm-recipients):
19831         Change :version.
19832
19833         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19834         and :version.
19835         (mail-source-delete-old-incoming-confirm)
19836         (mail-source-movemail-program): Add :version.
19837
19838         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19839         (gnus-agent-cache, gnus-agent): Change :version.
19840
19841         * gnus-util.el (gnus-use-byte-compile): Change :version.
19842
19843         * gnus-sum.el (gnus-summary-make-false-root-always)
19844         (gnus-summary-default-high-score)
19845         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19846         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19847         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19848         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19849         (gnus-sum-thread-tree-single-indent)
19850         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19851         (gnus-sum-thread-tree-leaf-with-other)
19852         (gnus-sum-thread-tree-single-leaf): Add :version.
19853         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19854         (gnus-article-loose-mime): Change :version.
19855
19856         * gnus-start.el (gnus-backup-startup-file)
19857         (gnus-save-startup-file-via-temp-buffer): Add :version.
19858
19859         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19860         (gnus-server-offline-face): Add :version.
19861
19862         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19863
19864         * gnus-msg.el (gnus-gcc-externalize-attachments)
19865         (gnus-debug-files, gnus-debug-exclude-variables)
19866         (gnus-discouraged-post-methods): Change :version.
19867         (gnus-confirm-mail-reply-to-news)
19868         (gnus-confirm-treat-mail-like-news): Add :version.
19869
19870         * gnus-int.el (gnus-server-unopen-status): Add :version.
19871
19872         * gnus-group.el (gnus-group-jump-to-group-prompt)
19873         (gnus-large-ephemeral-newsgroup)
19874         (gnus-fetch-old-ephemeral-headers): Add :version.
19875
19876         * gnus-fun.el (gnus-x-face-directory)
19877         (gnus-convert-pbm-to-x-face-command)
19878         (gnus-convert-image-to-x-face-command)
19879         (gnus-convert-image-to-face-command): Add :version.
19880
19881         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19882
19883         * gnus-cite.el (gnus-cite-blank-line-after-header)
19884         (gnus-article-boring-faces): Add :version.
19885
19886         * gnus-art.el (gnus-buttonized-mime-types)
19887         (gnus-inhibit-mime-unbuttonizing)
19888         (gnus-treat-display-face)
19889         (gnus-treat-body-boundary): Change :version.
19890         (gnus-body-boundary-delimiter, gnus-picon-databases)
19891         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19892         (gnus-treat-date-english, gnus-treat-fold-headers)
19893         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19894         (gnus-treat-mail-picon, gnus-treat-wash-html)
19895         (gnus-article-encrypt-protocol)
19896         (gnus-use-idna, gnus-article-over-scroll)
19897         (gnus-mime-display-multipart-alternative-as-mixed)
19898         (gnus-mime-display-multipart-related-as-mixed)
19899         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19900         (gnus-ctan-url, gnus-button-ctan-handler)
19901         (gnus-button-handle-ctan-bogus-regexp)
19902         (gnus-button-ctan-directory-regexp)
19903         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19904         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19905         (gnus-button-man-level, gnus-button-emacs-level)
19906         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19907
19908         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19909         (gnus-agent-go-online): Change :version.
19910         (gnus-agent-expire-unagentized-dirs)
19911         (gnus-agent-auto-agentize-methods): Add :version.
19912
19913         * flow-fill.el (fill-flowed-display-column)
19914         (fill-flowed-encode-column): Add :version.
19915
19916         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19917         (gnus-outlook-deuglify-unwrap-max)
19918         (gnus-outlook-deuglify-cite-marks)
19919         (gnus-outlook-deuglify-unwrap-stop-chars)
19920         (gnus-outlook-deuglify-no-wrap-chars)
19921         (gnus-outlook-deuglify-attrib-cut-regexp)
19922         (gnus-outlook-deuglify-attrib-verb-regexp)
19923         (gnus-outlook-deuglify-attrib-end-regexp)
19924         (gnus-outlook-display-hook): Add :version.
19925
19926         * binhex.el (binhex-use-external): Add :version.
19927
19928 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19929
19930         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19931         and `invisible'.
19932
19933 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19934
19935         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19936         in gnus-registry-trim.
19937
19938 2004-09-13  Simon Josefsson  <jas@extundo.com>
19939
19940         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19941
19942         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19943
19944         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19945         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19946         <yamaoka@jpl.org>.
19947         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19948         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19949         <yamaoka@jpl.org>.
19950
19951         * sieve.el (sieve-manage-mode): Ditto.
19952
19953 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19954
19955         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19956
19957 2004-09-11  Simon Josefsson  <jas@extundo.com>
19958
19959         * dns-mode.el: Add.
19960
19961         * mm-view.el (mm-display-dns-inline): Add.
19962
19963         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19964         (mm-automatic-display): Ditto.
19965
19966         * mailcap.el (mailcap-mime-data): Add text/dns.
19967         (mailcap-mime-extensions): Map .soa to text/dns.
19968
19969 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19970
19971         * gnus-art.el (article-decode-mime-words, article-babel)
19972         (gnus-article-highlight-signature, gnus-article-add-buttons)
19973         (gnus-signature-toggle): Remove unnecessary bindings of
19974         `inhibit-read-only' inherited from v5.10 merge.
19975
19976 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * nntp.el (nntp): New customization group.
19979         (nntp-authinfo-file): Add customization group.
19980
19981         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19982
19983         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19984
19985         * gnus.el (to-address, to-list, subscribed)
19986         (large-newsgroup-initial): Ditto.
19987
19988         * flow-fill.el (fill-flowed-display-column)
19989         (fill-flowed-encode-column): Ditto.
19990
19991 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19992
19993         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19994         Use point-min rather than 1.
19995         (message-send-mail): Use buffer-size rather than point-max.
19996
19997         * gnus-sum.el (gnus-summary-search-article-forward):
19998         Signal a specific `search-failed' rather than a generic `error'.
19999
20000         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20001         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20002         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20003
20004 2004-09-10  Simon Josefsson  <jas@extundo.com>
20005
20006         * nndb.el (require): Remove tcp and duplicate cl.
20007
20008 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * gnus-agent.el (directory-files-and-attributes): Move forward.
20011
20012 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20013
20014         * gnus-agent.el (directory-files-and-attributes):
20015         Optionally defined to support XEmacs.
20016
20017 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20018
20019         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20020         to avoid run-time CL dependencies.
20021         (gnus-agent-unfetch-articles): New function.
20022         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20023         article numbers even when local .overview file is missing.
20024         (gnus-agent-read-article-number): New function.  Only accepts
20025         27-bit article numbers.
20026         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20027         Use gnus-agent-read-article-number.
20028         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20029         from backend while recognizing that article numbers in .overview
20030         must be valid.
20031         (gnus-agent-update-files-total-fetched-for):
20032         Use directory-files-and-attributes to improve performance.
20033         * gnus-int.el (gnus-request-move-article):
20034         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20035         improve performance.
20036
20037         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20038         some users confused by references to .newsrc when they only have a
20039         .newsrc.eld file.
20040         (gnus-convert-mark-converter-prompt)
20041         (gnus-convert-converter-needs-prompt): Fix use of property list.
20042         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20043         New function.  Used internally to only display 'gnus converting
20044         files' message when actually necessary.
20045
20046         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20047         methods now autoloaded.
20048
20049 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20050
20051         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20052         identifiers.
20053
20054 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20055
20056         * gnus-picon.el: Fix indentation and closing parenthesis.
20057
20058 2004-09-01  Simon Josefsson  <jas@extundo.com>
20059
20060         * message.el (message-canlock-generate): Require sha1, not
20061         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20062         to require within a function.  Sadly, if sha1.el isn't loaded, the
20063         let binding in m-c-g will hide the defcustom definition, which is
20064         bad.)
20065
20066         * canlock.el: Require sha1, not sha1-el.
20067
20068         * message.el: Don't autoload sha1 (there is a autoload cookie in
20069         sha1.el).
20070
20071         * sha1-el.el: Rename to sha1.el.
20072
20073 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20074
20075         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20076
20077 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20078
20079         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20080
20081 2004-08-30  Kim F. Storm  <storm@cua.dk>
20082
20083         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20084
20085         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20086         Add :group 'nnimap.
20087
20088 2004-08-30  Andreas Schwab  <schwab@suse.de>
20089
20090         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20091         ?* and ?\;.
20092
20093         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20094         and ?\' to symbol instead of whitespace.
20095
20096 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20097
20098         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20099
20100         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20101         instead of re-search-forward.
20102
20103         * gnus-uu.el (gnus-uu-save-article): Ditto.
20104         (gnus-uu-post-encode-uuencode): Ditto.
20105
20106         * html2text.el (html2text-clean-list-items): Ditto.
20107         (html2text-clean-dtdd): Ditto.
20108         (html2text-format-tags): Ditto.
20109
20110         * message.el (message-send-mail-with-sendmail): Fix regexp.
20111         (message-fill-field-general): Use search-forward instead of
20112         re-search-forward.
20113         (unbold-region): Ditto.
20114
20115         * nnrss.el (nnrss-request-article): Ditto.
20116
20117         * nnslashdot.el (nnslashdot-request-article): Ditto.
20118
20119         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20120
20121         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20122         "Unrecognized menu descriptor" error in XEmacs.
20123
20124 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20125
20126         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20127         parent article of a sparse article in the thread hashtb.
20128
20129 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20130
20131         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20132         (nnmail-expand-newtext): Lowercase expanded entries if
20133         nnmail-split-lowercase-expanded is non-nil.
20134
20135 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20136
20137         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20138
20139         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20140         of gnus-tmp-news-method into string under XEmacs.  It will be
20141         passed to gnus-correct-length which takes only a string argument.
20142
20143 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * gnus-util.el (gnus-bind-print-variables): New macro.
20146         (gnus-prin1): Use it.
20147         (gnus-prin1-to-string): Use it.
20148         (gnus-pp): New function.
20149         (gnus-pp-to-string): New function.
20150
20151         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20152         Replace pp-to-string with gnus-pp-to-string.
20153         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20154         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20155         * gnus-msg.el (gnus-debug): Ditto.
20156         * gnus-score.el (gnus-score-save): Ditto.
20157         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20158         gnus-pp-to-string.
20159         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20160         with gnus-pp.
20161         * score-mode.el (gnus-score-pretty-print): Ditto.
20162         * webmail.el (webmail-debug): Ditto.
20163
20164 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20165
20166         * gnus-art.el (article-display-face, article-display-x-face):
20167         Use buffer-read-only.
20168
20169 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20170
20171         * gnus-art.el (article-hide-list-identifiers):
20172         Bind inhibit-read-only as t.
20173
20174 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20175
20176         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20177
20178 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20179
20180         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20181         (gnus-narrow-to-page): Don't assume point-min == 1.
20182         (gnus-article-edit-mode): Derive from message-mode.
20183
20184         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20185         point-min == 1.
20186
20187         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20188         Disable incorrect use of `assert'.
20189
20190         * message.el (message-mode): Set comment-start-skip.
20191
20192
20193 2004-08-22  Sam Steingold  <sds@gnu.org>
20194
20195         * pop3.el (pop3-leave-mail-on-server): New user variable.
20196         (pop3-movemail): Delete mail only when it is nil.
20197
20198 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20199
20200         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20201
20202         * mml.el (mml-preview): Use `pop-to-buffer'.
20203
20204         * message.el (message-goto-mail-followup-to): Insert after "To".
20205         (message-carefully-insert-headers): Add comment.
20206
20207         * gnus.el: Remove unused variable `gnus-article-check-size'.
20208
20209         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20210
20211         * gnus-art.el (gnus-button-alist):
20212         Improve `gnus-button-handle-library' entry.
20213
20214 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20215
20216         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20217         Use downcase, since XEmacs capitalizes error messages differently.
20218
20219 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20220
20221         * nntp.el: Add (require 'gnus) due to reference to
20222         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20223
20224 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20225
20226         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20227         Bind `mm-fill-flowed'.
20228
20229         * mm-decode.el (mm-dissect-singlepart): Check it.
20230
20231 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20232
20233         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20234         'imap' for netrc parsing.
20235
20236 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20237
20238         * mailcap.el (mailcap-mime-data): Mark as risky.
20239
20240 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20243         may be included in the encoded word.
20244         (rfc2047-encode): Don't append a space if the encoded word
20245         includes close parenthesis.
20246
20247 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20250         of text within parentheses.
20251
20252 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20253
20254         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20255         (gnus-encrypt-write-file-contents): Make the password key the file
20256         name PLUS the cipher, not just the cipher.  Also remove failed
20257         passwords from the cache.
20258
20259 2004-08-06  Simon Josefsson  <jas@extundo.com>
20260
20261         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20262         Doc fix.
20263
20264 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20267         LWSP.
20268
20269 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20270
20271         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20272         Try to append in-reply-to: data to the references: header.
20273
20274         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20275         (netrc-parse): Use gnus-encrypt.el functions.
20276
20277         * gnus-encrypt.el: Add new file for encryption support; currently
20278         does only a few GPG ciphers and an internal XOR cipher.
20279
20280         * password.el: Add comments on using password-read-and-add.
20281         (password-read-and-add): Add function to read and add the
20282         password to the cache at once.
20283
20284 2004-07-28  Simon Josefsson  <jas@extundo.com>
20285
20286         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20287         parameter (but don't use it, for now).
20288
20289         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20290         instead of hard coding to nil.
20291
20292 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20295         as mm-inline-image-xemacs does.
20296
20297 2004-07-26  Simon Josefsson  <jas@extundo.com>
20298
20299         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20300         Revert part of 2004-07-17 change below.
20301
20302 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20303
20304         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20305         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20306
20307 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20308
20309         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20310         quotes that actually start with ">" at the beginning of the
20311         lines.
20312
20313 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * rfc2047.el (rfc2047-encode-region): Fix last change.
20316         (rfc2047-encode-parameter): Remove useless concat.
20317
20318 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20321         encode special characters; fix some kind of misconfigured headers;
20322         signal a real error if debug-on-quit or debug-on-error is non-nil.
20323         (rfc2047-encode-max-chars): New variable.
20324         (rfc2047-encode-1): Use it.
20325         (rfc2047-encode-parameter): New function.
20326
20327         * mml.el (mml-insert-parameter): Remove an excessive space.
20328
20329 2004-07-17  Simon Josefsson  <jas@extundo.com>
20330
20331         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20332         Kai Grossjohann <kai@emptydomain.de>.
20333         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20334         (gnus-group-make-menu-bar): Ditto.
20335
20336         * gnus-util.el (gnus-group-server): Add.
20337
20338 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20339
20340         * message.el (message-clone-locals): Clone sendmail and smtp
20341         variables.
20342
20343 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20344
20345         * rfc2047.el (rfc2047-encode-region): Fix last change.
20346
20347 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20350         characters as non-special.
20351
20352 2004-07-09  Simon Josefsson  <jas@extundo.com>
20353
20354         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20355         Users will lose all flag changes made while unplugged with
20356         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20357         good default.  See numerous reports on ding mailing list.
20358
20359 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20362         add generate-head-function and generate-article-function to the
20363         rfc822-forward entry.
20364         (nndoc-rfc822-forward-generate-article): New function.
20365         (nndoc-rfc822-forward-generate-head): New function.
20366
20367         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20368
20369 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20370
20371         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20372         respect display group parameter and gnus-summary-expunge-below.
20373         (gnus-articles-to-read): Remove unused reference to display group
20374         parameter.
20375
20376 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20377
20378         * nnheader.el (nnheader-uniquify-message-id): New experimental
20379         variable.
20380         (nnheader-nov-read-message-id): Use it.
20381
20382         * spam-report.el (spam-report-gmane): Add interactive.
20383
20384 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20385
20386         * mm-encode.el (mm-content-transfer-encoding-defaults):
20387         Use qp-or-base64 for the application/* types.
20388
20389 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20390
20391         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20392
20393 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20394
20395         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20396         trim value.
20397
20398 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20399
20400         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20401         New macro and function.
20402         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20403
20404 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20407         after-load-alist.
20408
20409 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20410
20411         * gnus-group.el (gnus-group-get-new-news-this-group):
20412         Don't update info that isn't there.
20413
20414 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20415
20416         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20417         entry.
20418
20419 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20420
20421         * mm-view.el (mm-inline-render-with-function): Use multibyte
20422         buffer; decode html source by charset.
20423
20424         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20425
20426         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20427         Mule-UCS is loaded under XEmacs.
20428         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20429
20430 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20431
20432         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20433
20434 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * mm-util.el (mm-coding-system-p): Return a coding-system.
20437         (mm-mime-mule-charset-alist): Use shift_jis instead of
20438         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20439         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20440         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20441         instead of japanese-shift-jis and iso-latin-1 respectively in
20442         order to share the default value with both Emacs and XEmacs-mule.
20443         (mm-mule-charset-to-mime-charset):
20444         Make mm-coding-system-priorities effective.
20445         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20446         while predicating of candidates upon the priorities.
20447
20448 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20449
20450         * gnus-sum.el (gnus-summary-make-menu-bar):
20451         Add gnus-uu-invert-processable.
20452
20453         * gnus.el: Autoload gnus-uu-invert-processable.
20454
20455 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * mm-util.el (mm-with-multibyte-buffer): New macro.
20458
20459         * rfc2047.el (rfc2047-encode-string): Use it.
20460         (rfc2047-encode-region): Move point to the end of the region after
20461         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20462
20463 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20464
20465         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20466         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20467
20468 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20469
20470         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20471         (gnus-cite-parse): Ignore quoted envelope From_.
20472         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20473
20474 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20475
20476         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20477         invalid addresses.
20478
20479 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20480
20481         * spam.el: Change section markers, revise TODO list.
20482         (spam-backends): Make new master list of all installed backends.
20483         (spam-summary-exit-behavior): Add new variable to determine how
20484         messages moves are done at summary exit.
20485         (spam-move-spam-nonspam-groups-only)
20486         (spam-process-ham-in-nonham-groups)
20487         (spam-process-ham-in-spam-groups): Remove variables, the
20488         spam-summary-exit-behavior variable should be used to manage this
20489         behavior.
20490         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20491         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20492         and spam-old-spam-articles.
20493         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20494         Add empty variables, placeholders for the backends they represent.
20495         (spam-set-difference): Move, unchanged.
20496         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20497         unless the user has a processor variable.
20498         (spam-classifications, spam-classification-valid-p)
20499         (spam-backend-properties, spam-backend-property-valid-p)
20500         (spam-backend-function-type-valid-p)
20501         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20502         (spam-report-articles-gmane, spam-report-articles-resend):
20503         Remove functions, they are not needed.
20504         (spam-install-backend-super, spam-backend-list)
20505         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20506         (spam-backend-function, spam-backend-ham-registration-function)
20507         (spam-backend-spam-registration-function)
20508         (spam-backend-ham-unregistration-function)
20509         (spam-backend-spam-unregistration-function)
20510         (spam-backend-statistical-p, spam-backend-mover-p)
20511         (spam-install-backend-alias, spam-install-checkonly-backend)
20512         (spam-install-mover-backend, spam-install-nocheck-backend)
20513         (spam-install-backend, spam-install-statistical-backend)
20514         (spam-install-statistical-checkonly-backend): Add backend installation
20515         support.
20516         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20517         (spam-group-processor-p): Use the new backend code and respect the
20518         summary exit behavior.
20519         (spam-mark-spam-as-expired-and-move-routine): Remove.
20520         (spam-summary-prepare): Change to use the new spam-old-articles
20521         variable.
20522         (spam-copy-or-move-routine, spam-copy-spam-routine)
20523         (spam-move-spam-routine, spam-copy-ham-routine)
20524         (spam-move-ham-routine): Add code to copy/move ham or spam.
20525         (spam-fetch-field-fast): Improve doc and code, plus allow the
20526         'number request.
20527         (spam-list-of-checks, spam-list-of-statistical-checks):
20528         Remove variables.
20529         (spam-split, spam-find-spam): Use the new backend code.
20530         (spam-registration-functions): Remove variable.
20531         (spam-unregister-routine): Add convenience wrapper.
20532         (spam-log-undo-registration, spam-register-routine)
20533         (spam-log-processing-to-registry)
20534         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20535         where possible.
20536         (spam-check-gmane-xref, spam-check-regex-headers)
20537         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20538         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20539         (spam-check-bogofilter-headers, spam-check-spamoracle)
20540         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20541         (spam-check-crm114-headers): Use the spam-split-group that
20542         spam-split prepares, no need to determine it every time.
20543
20544         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20545         to the nnheader-parse-naked-head call.
20546
20547         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20548
20549         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20550         the nnheader-nov-read-message-id call.
20551
20552 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20555         gnus-activate-group twice.  Suggested by Markus Peter
20556         <warp@spin.de>.
20557
20558 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20559
20560         * gnus-art.el (gnus-article-time-format): Exchange the order of
20561         day and month in the default value; fix customization type.
20562         (article-date-ut): Use add-text-properties.
20563         (article-make-date-line): Use message-make-date instead of
20564         current-time-string.
20565
20566         * message.el (message-fetch-field): Don't use set-text-properties.
20567         (message-make-date): Simplify.
20568
20569         * messagexmas.el (message-xmas-make-date): New function.
20570         (message-xmas-redefine): Defalias message-make-date to it.
20571
20572 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20573
20574         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20575         (rfc2047-encode-region): Treat text within parentheses as special;
20576         show the original text when error has occurred.
20577
20578         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20579         already-computed method to gnus-activate-group.
20580
20581         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20582         same select-methods identical Lisp objects.
20583
20584         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20585         object when modifying the info.
20586
20587 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20590         gnus-opened-servers since it has never been opened with the new
20591         configuration yet.
20592
20593 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20596         arg to nnheader-generate-fake-message-id.
20597
20598 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20599
20600         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20601         number and build a fake message ID localized to a group and
20602         article number (so it's repeatable from that point on).
20603         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20604         ID format.
20605
20606         * gnus-sum.el (gnus-get-newsgroup-headers):
20607         Call nnheader-generate-fake-message-id with the article number.
20608
20609 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20610
20611         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20612         end-of-buffer.
20613
20614 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20615
20616         * message.el (message-ignored-supersedes-headers): Add Approved.
20617
20618 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20619
20620         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20621         goto-char.
20622         (rfc2047-encode): Fold the line before encoding.
20623
20624 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20625
20626         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20627         folding -- not all headers can be folded, and this should be done
20628         by the message composition mode.  Probably.  I think.
20629
20630 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20631
20632         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20633         fast.
20634
20635         * gnus-ems.el (gnus-remove-image): Don't use
20636         message-text-with-property; remove only the image found first.
20637
20638         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20639         found first.
20640
20641 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20642
20643         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20644
20645 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * message.el (message-text-with-property): Make it fast and accept
20648         optional arguments.
20649         (message-strip-forbidden-properties): Use it.
20650         (message-fix-before-sending): Follow the m-t-w-p change.
20651
20652         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20653
20654 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20655
20656         * gnus-art.el (article-hide-headers): Don't change the buffer
20657         mistakenly when performing mml-preview even if
20658         gnus-single-article-buffer is nil.
20659
20660 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20661
20662         * message.el (message-expand-name-databases): New user option.
20663         (message-expand-name): Use it.
20664
20665 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20666
20667         * spam.el (spam-report-articles-resend)
20668         (spam-report-resend-register-routine): Allow ham reporting.
20669         (spam-report-resend-register-ham-routine): Add wrapper.
20670         (spam-registration-functions): Add ham resending functions.
20671         (spam-list-of-processors): Add ham resend processor.
20672
20673         * gnus.el (ham-resend-to): Add new group parameter.
20674         (spam-process): Add ham resend option.
20675
20676         * spam-report.el (spam-report-resend): Allow reporting ham.
20677         (spam-report-resend-ham): Add wrapper.
20678
20679 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20680
20681         * message.el (message-cite-articles-with-x-no-archive):
20682         New variable.
20683         (message-cite-original): Use it.
20684
20685 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20686
20687         * message.el (message-cite-original): Respect X-No-Archive.
20688
20689 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * gnus-art.el (article-hide-headers): Refer to the values for
20692         gnus-ignored-headers and gnus-visible-headers in the summary
20693         buffer since a user may have set them as group parameters.
20694
20695 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20696
20697         * assistant.el (assistant-node-name): Add convenience function.
20698         (assistant-render-text, assistant-render-node): Add error handling,
20699         plus handle multiple next nodes.
20700         (assistant-find-next-node): Comment out for now.
20701         (assistant-find-next-nodes): Add function, returns list of next
20702         nodes.
20703
20704 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20705
20706         * mail-source.el (mail-source-directory): Fix doc-string.
20707
20708 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20709
20710         * assistant.el (assistant-render-text, assistant-eval): Add :set
20711         widget type, which is different because it takes and returns a
20712         list.  Much hilarity ensues.
20713
20714 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20715
20716         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20717
20718         * gnus-group.el (gnus-group-get-new-news-this-group):
20719         Add doc-string.
20720
20721         * gnus-start.el (gnus-activate-group): Add doc-string.
20722
20723 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20726
20727 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20728
20729         * assistant.el (assistant-render-text): Try to add a :set
20730         widget, more to come.
20731
20732         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20733         strings.
20734         (spam-report-articles-resend)
20735         (spam-register-routine): Do registration iff any articles warrant
20736         it.
20737         (spam-summary-prepare-exit): Change log message for nil group
20738         destinations.
20739
20740 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20741
20742         * spam.el (spam-report-resend-register-routine):
20743         Allow spam-report-resend-to to be a group parameter or a global value.
20744
20745 2004-05-26  Simon Josefsson  <jas@extundo.com>
20746
20747         * starttls.el: Merge with my GNUTLS based starttls.el.
20748         (starttls-gnutls-program, starttls-use-gnutls)
20749         (starttls-extra-arguments, starttls-process-connection-type)
20750         (starttls-connect, starttls-failure, starttls-success):
20751         New variables.
20752         (starttls-program, starttls-extra-args): Doc fix.
20753         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20754         New functions.
20755         (starttls-negotiate, starttls-open-stream):
20756         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20757         function if it is set.
20758
20759 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20762         structured fields.
20763
20764 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20767
20768 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20769
20770         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20771         Add variable.
20772         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20773         assigning the spam-mark to new messages.
20774
20775 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
20776
20777         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20778
20779 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20782
20783         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20784         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20785         default.
20786
20787 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20788
20789         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20790         correct data.
20791
20792 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20793
20794         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20795         (spam-group-processor-p): Fix function.
20796         (spam-group-processor-multiple-p)
20797         (spam-group-spam-processor-report-gmane-p)
20798         (spam-group-spam-processor-report-resend-p)
20799         (spam-group-spam-processor-bogofilter-p)
20800         (spam-group-spam-processor-blacklist-p)
20801         (spam-group-spam-processor-ifile-p)
20802         (spam-group-ham-processor-ifile-p)
20803         (spam-group-spam-processor-spamoracle-p)
20804         (spam-group-spam-processor-crm114-p)
20805         (spam-group-ham-processor-bogofilter-p)
20806         (spam-group-spam-processor-stat-p)
20807         (spam-group-ham-processor-stat-p)
20808         (spam-group-ham-processor-whitelist-p)
20809         (spam-group-ham-processor-BBDB-p)
20810         (spam-group-ham-processor-spamoracle-p)
20811         (spam-group-ham-processor-copy-p): Remove functions with some
20812         prejudice against unneeded code.
20813         (spam-report-articles-resend)
20814         (spam-report-resend-register-routine): Allow the group/topic
20815         spam-resend-to value to override spam-report-resend-to.
20816         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20817         properly now.
20818
20819         * gnus.el (spam-resend-to): Add group/topic parameter.
20820         (spam-process): Move the OBSOLETE processors to the end of the
20821         choices.
20822
20823 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20824
20825         * spam-report.el (spam-report-resend-to, spam-report-resend):
20826         Start with resend-to set to nil, and then ask the user if necessary.
20827         (spam-report-resend): spam-report-resend takes a list of articles, not
20828         separate article numbers.
20829
20830 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20833         addition to emacs-w3m.
20834
20835 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20836
20837         * assistant.el (assistant-authinfo-data): New function.
20838         (assistant-eval): Eval for entire assistant.
20839
20840         * netrc.el (netrc-services-file): New variable.
20841         (netrc-parse-services): New function.
20842         (netrc-find-service-name): New function.
20843         (netrc-find-service-number): New function.
20844         (netrc-port-equal): New function.
20845         (netrc-machine): Use it.
20846
20847         * nnimap.el (nnimap-open-connection): Use netrc.
20848
20849         * gnus-util.el (gnus-netrc-get): Remove aliases.
20850
20851         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20852
20853         * assistant.el (wid-edit): Fix compilation.
20854
20855         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20856
20857 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20858
20859         * gnus-util.el (gnus-set-file-modes): New function.  (small
20860         patch).
20861
20862 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20863
20864         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20865
20866         * assistant.el (assistant-render-node): Fix up rendering and
20867         read-only text.
20868         (assistant-render-node): Reset.
20869         (assistant-make-read-only): Not sticky.
20870
20871 2004-05-20  Danny Siu  <dsiu@adobe.com>
20872
20873         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20874         centered even when gnus-auto-center-summary is t.
20875
20876 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20877
20878         * dns.el (dns-get-txt-answer): New function.
20879         (dns-read-txt): Ditto.
20880         (query-dns): Use it.
20881
20882 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20883
20884         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20885         active for foreign groups even if the group level is higher than
20886         the specified value.
20887
20888 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20889
20890         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20891         non-active groups.
20892
20893         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20894
20895 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20896
20897         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20898
20899 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20900
20901         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20902         (spam-crm114-header, spam-crm114-spam-switch)
20903         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20904         (spam-crm114-positive-spam-header)
20905         (spam-crm114-database-directory, spam-list-of-processors)
20906         (spam-group-spam-processor-crm114-p)
20907         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20908         (spam-generic-score, spam-list-of-checks)
20909         (spam-list-of-statistical-checks, spam-registration-functions)
20910         (spam-check-crm114-headers, spam-crm114-score)
20911         (spam-check-crm114, spam-crm114-register-with-crm114)
20912         (spam-crm114-register-spam-routine)
20913         (spam-crm114-unregister-spam-routine)
20914         (spam-crm114-register-ham-routine)
20915         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20916         From asjo@koldfront.dk (Adam SjĂžgren).
20917
20918         * gnus.el: Add spam-use-crm114.
20919
20920         * spam.el (spam-list-of-processors, spam-registration-functions):
20921         Add spam-use-resend.
20922         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20923         (spam-report-articles-gmane): Add doc fix.
20924         (spam-report-articles-resend, spam-report-resend-register-routine):
20925         Add wrappers around spam-report-resend-to.
20926
20927         * spam-report.el (spam-report-resend-to, spam-report-resend):
20928         Add support for resending spam.
20929         (spam-report-gmane): Fix line length >80.
20930
20931         * gnus.el (spam-process): Add spam-use-resend.
20932
20933 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20934
20935         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20936         number of processed spam messages.
20937         (spam-ham-copy-or-move-routine): Return the number of processed
20938         ham messages.
20939         (spam-summary-prepare-exit): Use the above values to decide
20940         whether status messages shouled be displayed.
20941
20942 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20943
20944         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20945         `rfc2047-encoding-function-alist' in order to avoid conflicting
20946         with the old version.
20947         (rfc2047-encode-region): Concatenate words containing non-ASCII
20948         characters in structured fields; don't encode space-delimited
20949         ASCII words even in unstructured fields; don't break words at
20950         char-category boundaries.
20951         (rfc2047-encode-1): New function.
20952         (rfc2047-encode): Use it; encode text so that it occupies the
20953         maximum width within 76-column; work correctly on Q encoding for
20954         iso-2022-* charsets.
20955         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20956         sure not to break a line just after the header name.
20957         (rfc2047-b-encode-region): Remove.
20958         (rfc2047-b-encode-string): New function.
20959         (rfc2047-q-encode-region): Remove.
20960         (rfc2047-q-encode-string): New function.
20961
20962         * mm-util.el (mm-replace-in-string): New function.
20963
20964 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20965
20966         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20967         Really get it right.
20968         (gnus-inews-make-draft): Really.
20969
20970 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20971
20972         * nnmh.el (nnmh-request-list-1): Don't check the link count
20973         before descending.  (small patch)
20974
20975 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20976
20977         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20978         stuff.
20979
20980         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20981         Match on real group name.
20982
20983         * gnus-art.el (gnus-signature-limit): Doc fix.
20984
20985         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20986
20987         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20988
20989 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20990
20991         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20992         isn't a string.
20993
20994 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20995
20996         * gnus-draft.el (gnus-draft-send):
20997         Bind rfc2047-encode-encoded-words.
20998
20999         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21000         (rfc2047-encodable-p): Say that =? needs encoding.
21001         (rfc2047-encode-encoded-words): New variable.
21002
21003         * gnus-group.el (gnus-group-select-group): Doc fix.
21004
21005         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21006
21007         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21008         to nil.
21009
21010         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21011
21012         * nnheader.el (nnheader-get-lines-and-char): New function.
21013
21014 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21015
21016         * gnus-msg.el (gnus-summary-followup-with-original):
21017         Document yanking of region when active.
21018
21019 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21022         groups if the group level is higher than the specified value.
21023
21024 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21025
21026         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21027         (gnus-group-jump-to-group): Add prefix argument using
21028         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21029         non-active group.
21030
21031         * compface.el (uncompface): Be verbose when changing
21032         `uncompface-use-external'.
21033
21034         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21035         handle manual section.
21036
21037 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21038
21039         * gnus-art.el (gnus-button-alist): Revert previous change.
21040
21041 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21042
21043         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21044
21045 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21046
21047         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21048         whether backend can accept message.
21049
21050         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21051
21052 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21053
21054         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21055         Avoid creating directory when nntp-marks-is-evil is true.
21056         Reported by Reiner Steib.
21057
21058 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21059
21060         * gnus-picon.el (gnus-picon-style): New variable.
21061         (gnus-picon-insert-glyph): Add optional `nostring' argument.
21062         (gnus-picon-transform-address): Support `gnus-picon-style'.
21063         From Jesper Harder <harder@ifa.au.dk>.
21064
21065 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21066
21067         * message.el (message-fill-field): Return point.
21068         (message-generate-headers): Go to end of field.
21069
21070         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21071         stuff for non-living groups.
21072
21073 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21074
21075         * gnus-art.el (gnus-article-followup-with-original)
21076         (gnus-article-reply-with-original): gnus-mark-active-p ->
21077         gnus-region-active-p.
21078
21079 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21080
21081         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21082         only when there is spam or ham to be processed.
21083
21084 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21085
21086         * mail-source.el (mail-source-delete-crash-box): Refactor.
21087         (mail-source-fetch): Use it.
21088         (mail-source-fetch-file): Ditto.
21089         (mail-source-fetch-directory): Run postscript in loop.
21090         (mail-source-fetch-pop): Delete.
21091         (mail-source-fetch-maildir): Ditto.
21092         (mail-source-fetch-imap): Ditto.
21093
21094         * imap.el (imap-authenticators): Comment out sasl.
21095
21096         * message.el (message-skip-to-next-address): New function.
21097         (message-fill-header-address): Refactor.
21098         (message-fill-address): Use it.
21099         (message-delete-address): Use it.
21100         (message-fill-header-general): Refactor.
21101         (message-fill-field-address): Rename.
21102         (message-narrow-to-field): Find the start of the header.
21103         (message-header-format-alist): Don't pre-fill.
21104         (message-fill-header): Remove.
21105         (message-insert-header): New function.
21106         (message-shorten-references): Use it.
21107
21108         * rfc2047.el (rfc2047-field-value): Strip props.
21109
21110         * mail-parse.el (mail-header-make-address): New alias.
21111
21112         * ietf-drums.el (ietf-drums-make-address): New function.
21113
21114         * imap.el: Add compiler directives.
21115
21116         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21117
21118         * gnus-art.el (article-decode-idna-rhs): Don't use
21119         message-idna-inside-rhs-p.
21120
21121 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21122
21123         * message.el (message-idna-inside-rhs-p): Remove.
21124         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21125
21126         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21127         false positives.
21128
21129 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21130
21131         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21132
21133 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21134
21135         * nneething.el (nneething-file-name): Don't create spurious
21136         files.
21137
21138         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21139         (gnus-inews-do-gcc): Remove sleep.
21140
21141         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21142         part under point.
21143
21144         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21145         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21146
21147 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21148
21149         * spam.el (spam-summary-prepare-exit): Fix (length).
21150
21151 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21152
21153         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21154         as expired without moving it" message when there are spam
21155         messages left.
21156
21157 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21158
21159         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21160         header is not nil.
21161
21162 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21163
21164         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21165         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21166         (nntp-marks-changed-p): New arg SERVER.
21167         (nntp-request-update-info): Adjust caller.
21168
21169 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21170
21171         * nntp.el (nntp-save-marks): Pass missing arg.
21172
21173 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21174
21175         * nntp.el: Support marks.
21176         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21177         (nntp-marks-modtime, nntp-marks-directory): New variables.
21178         (nntp-request-set-mark, nntp-request-update-info)
21179         (nntp-possibly-create-directory, nntp-marks-changed-p)
21180         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21181         New functions.
21182
21183 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21184
21185         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21186         (gnus-xmas-redefine): Rename.
21187
21188         * gnus-score.el (gnus-score-insert-help):
21189         Use gnus-select-lowest-window.
21190
21191         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21192         appt-select-lowest-window and rename to gnus-select-lowest-window.
21193
21194         * gnus.el: do.
21195
21196 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21197
21198         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21199         encodings of MIME-encoded words, in order to improve
21200         interoperability with several broken MUAs.
21201
21202 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21203
21204         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21205         tags, only when charsets are not specified in headers.
21206         (mm-inline-text-html-render-with-w3m): Ditto.
21207
21208         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21209         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21210
21211 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21212
21213         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21214         instead of MIME-decoded from fields when checking
21215         `gnus-article-address-banner-alist'.
21216
21217 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21218
21219         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21220         description rather than subject.
21221
21222 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21223
21224         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21225
21226 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21227
21228         * gnus.el (gnus-version-number): Bump.
21229
21230 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21231
21232         * gnus.el: No Gnus v0.2 is released.
21233
21234 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21235
21236         * gnus-agent.el (gnus-agent-read-agentview):
21237         Inline gnus-uncompress-range.
21238
21239 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21240
21241         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21242         `exec-installed-p'.
21243
21244 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21245
21246         * gnus.el (spam-process, spam-autodetect-methods):
21247         Add bsfilter and bsfilter-headers.
21248
21249         * spam.el (spam-bsfilter): New customize group.
21250         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21251         (spam-bsfilter-header, spam-bsfilter-probability-header)
21252         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21253         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21254         (spam-bsfilter-database-directory): New options.
21255         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21256         (spam-list-of-statistical-checks, spam-registration-functions):
21257         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21258         (spam-bsfilter-score): New command.
21259         (spam-check-bsfilter-headers, spam-check-bsfilter)
21260         (spam-bsfilter-register-with-bsfilter)
21261         (spam-bsfilter-register-spam-routine)
21262         (spam-bsfilter-unregister-spam-routine)
21263         (spam-bsfilter-register-ham-routine)
21264         (spam-bsfilter-unregister-ham-routine): New functions.
21265         (spam-generic-score): Support bsfilter; Accept an optional argument
21266         to recalcurate spam score even if scoring header has already been
21267         added.
21268         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21269         optional argument to recalcurate spam score even if scoring header
21270         has already been added.
21271
21272 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21273
21274         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21275         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21276         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21277         link is missing.
21278
21279 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21280
21281         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21282         (html2text-get-attr): Rewrite.
21283
21284         * message.el (message-setup-1): Remove redundant put-text-property
21285         on mail-header-separator.
21286
21287 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21288
21289         * gnus-registry.el (gnus-registry-cache-whitespace)
21290         (gnus-registry-action, gnus-registry-spool-action)
21291         (gnus-registry-split-fancy-with-parent): Change message levels
21292         from 5 to 3 or 7, as needed.
21293
21294         * spam.el (spam-summary-prepare-exit)
21295         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21296         (spam-split, spam-find-spam, spam-log-undo-registration)
21297         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21298         level from 5 to 6.
21299
21300 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21301
21302         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21303         2004-03-04 change).
21304
21305 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21306
21307         * sieve-manage.el (sieve-manage-open):
21308         * nnweb.el (nnweb-insert-html):
21309         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21310         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21311         * nnspool.el (nnspool-request-group):
21312         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21313         * nnml.el (nnml-request-update-info):
21314         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21315         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21316         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21317         (nnimap-request-set-mark):
21318         * nnfolder.el (nnfolder-request-update-info):
21319         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21320         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21321         * gnus-uu.el (gnus-uu-find-articles-matching):
21322         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21323         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21324         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21325         * gnus-nocem.el (gnus-nocem-scan-groups):
21326         * gnus-int.el (gnus-start-news-server):
21327         * gnus-group.el (gnus-group-make-kiboze-group)
21328         (gnus-group-browse-foreign-server):
21329         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21330         Use mapc when appropriate.
21331
21332 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21333
21334         FIXME: Make separate entries for each person.
21335
21336         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21337         SjĂžgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21338         <shields@msrl.com>:
21339
21340         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21341         may need for spam sorting and scoring.
21342         (spam-user-format-function-S): Add user format function suitable for
21343         general use.
21344         (spam-article-sort-by-spam-status): Add sorting function for summary
21345         sorting.
21346         (spam-extra-header-to-number): Add function to get a score from a
21347         header.
21348         (spam-summary-score): Add function to get a numeric score from the
21349         headers.
21350         (spam-generic-score): Fix function doc, was in wrong place.
21351         (spam-initialize): Take symbols when it's run, and install the
21352         extra headers that spam-necessary-extra-headers thinks we need.
21353
21354 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21355
21356         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21357         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21358
21359 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21360
21361         * gnus-sum.el (gnus-set-global-variables)
21362         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21363         (gnus-article-get-xrefs, gnus-summary-best-group)
21364         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21365         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21366         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21367         Use with-current-buffer.
21368
21369 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21370
21371         * spam.el (spam-summary-prepare-exit): Simplify logic.
21372         (spam-fetch-article-header): Read the article header if it's not
21373         available.
21374         (spam-list-articles): Simplify logic.
21375         (spam-filelist-register-routine): Fix bug with unregister-list.
21376
21377         * gnus-registry.el: Fix comments at beginning.
21378
21379 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21380
21381         * message.el (message-cater-to-broken-inn): Remove.
21382         (message-shorten-references): Make sure the total folded length of
21383         References is shorter than 998 characters to cater to a bug in INN
21384         2.3.  Also, don't pretend that references aren't folded -- this
21385         hasn't worked for a while.
21386
21387 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21388
21389         * gnus-agent.el (gnus-agentize):
21390         gnus-agent-send-mail-real-function no longer set to current value
21391         of message-send-mail-function but rather a lambda that calls
21392         message-send-mail-function.  The change makes the agent real-time
21393         responsive to user changes to message-send-mail-function.
21394
21395 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21396
21397         * legacy-gnus-agent.el
21398         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21399         help from Florian Weimer <fw@deneb.enyo.de>
21400
21401 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * nnmail.el (nnmail-cache-insert): Revert last change.
21404
21405 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * nnmail.el (nnmail-cache-insert): Always check whether
21408         nnmail-cache-ignore-groups matches a group name.
21409
21410 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21411
21412         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21413         (spam-find-spam, spam-log-processing-to-registry)
21414         (spam-log-registered-p, spam-log-unregistration-needed-p)
21415         (spam-log-undo-registration): Use gnus-message instead of
21416         gnus-error, none of these errors are fatal.
21417
21418         * gnus-registry.el (gnus-registry-clean-empty-function)
21419         (gnus-registry-clean-empty): Remove only empty entries without
21420         extra data.
21421
21422 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21423
21424         * spam-stat.el (spam-stat-buffer-change-to-spam)
21425         (spam-stat-buffer-change-to-non-spam): Change (error) to
21426         (gnus-message 8) invocation.
21427
21428 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * nntp.el (nntp-via-netcat-command): New variable.
21431         (nntp-via-netcat-switches): New variable.
21432         (nntp-open-via-rlogin-and-netcat): New function.
21433         (nntp-open-connection-function): Doc fix.
21434         (nntp-telnet-command): Doc fix.
21435         (nntp-end-of-line): Doc fix.
21436         (nntp-via-rlogin-command): Doc fix.
21437         (nntp-via-user-name): Doc fix.
21438         (nntp-via-address): Doc fix.
21439
21440 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21441
21442         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21443         error in Emacs 21.1.
21444
21445 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21446
21447         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21448
21449 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21450
21451         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21452         (gnus-agent-with-refreshed-group): New macro.
21453         (gnus-agent-rename-group): New function.
21454         (gnus-agent-delete-group): New function.
21455         (gnus-agent-save-group-info): Use gnus-command-method when
21456         `method' parameter is nil.  Don't write nil entries into the
21457         active file.
21458         (gnus-agent-get-group-info): New function.
21459         (gnus-agent-fetch-articles):
21460         Use gnus-agent-update-files-total-fetched-for to increment disk space
21461         used.
21462         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21463         Use gnus-agent-update-view-total-fetched-for to increment disk space
21464         used.
21465         (gnus-agent-get-local): Add optional parameters to avoid calling
21466         gnus-group-real-name and gnus-find-method-for-group.
21467         (gnus-agent-set-local): Delete stored entry if either min, or max,
21468         are nil.
21469         (gnus-agent-fetch-session): Reworded error/quit messages.
21470         On quit, use gnus-agent-regenerate-group to record existance of any
21471         articles fetched to disk before the quit occurred.
21472         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21473         gnus-agent-update-view-total-fetched-for, and
21474         gnus-agent-update-files-total-fetched-for to decrement disk space
21475         used.
21476         (gnus-agent-retrieve-headers):
21477         Use gnus-agent-update-view-total-fetched-for to increment disk space
21478         used.
21479         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21480         with gnus-agent-update-files-total-fetched-for to decrement disk
21481         space and fresh group buffer.
21482         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21483         (gnus-agent-need-update-total-fetched-for): New variable.
21484         (gnus-agent-update-files-total-fetched-for): New function.
21485         (gnus-agent-update-view-total-fetched-for): New function.
21486         (gnus-agent-total-fetched-for): New function.
21487
21488         * gnus-cache.el (gnus-cache-save-buffers):
21489         Use gnus-cache-update-overview-total-fetched-for to change disk space
21490         used by this group.
21491         (gnus-cache-possibly-enter-article):
21492         Use gnus-cache-update-file-total-fetched-for to increment disk space
21493         used by this group.
21494         (gnus-cache-possibly-remove-article):
21495         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21496         used by this group.
21497         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21498         (gnus-cache-rename-group): New function.
21499         (gnus-cache-delete-group): New function.
21500         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21501         (gnus-cache-need-update-total-fetched-for): New variable.
21502         (gnus-cache-with-refreshed-group): New macro.
21503         (gnus-cache-update-file-total-fetched-for): New function.
21504         (gnus-cache-update-overview-total-fetched-for): New function.
21505         (gnus-cache-rename-group-total-fetched-for): New function.
21506         (gnus-cache-delete-group-total-fetched-for): New function.
21507         (gnus-cache-total-fetched-for): New function.
21508
21509         * gnus-group.el: Require gnus-sum and autoload functions to
21510         resolve warnings when gnus-group.el compiled alone.
21511         (gnus-group-line-format): Documented new %F.
21512         (size of Fetched data) group line format; identifies disk space
21513         used by agent and cache.
21514         (gnus-group-line-format-alist): Defined new F format.
21515         (gnus-total-fetched-for): New function.
21516         (gnus-group-delete-group): No longer update
21517         gnus-cache-active-altered as gnus-request-delete-group now keeps
21518         the cache in sync.
21519         (gnus-group-list-active): Let the agent store a server's active
21520         list if currently plugged.
21521
21522         * gnus-int.el (gnus-request-delete-group):
21523         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21524         local disk in sync with the server.
21525         (gnus-request-rename-group):
21526         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21527         local disk in sync with the server.
21528
21529         * gnus-start.el (gnus-get-unread-articles):
21530         Cosmetic simplification to logic.
21531
21532         * gnus-util.el (gnus-rename-file): New function.
21533
21534 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21535
21536         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21537
21538 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21539
21540         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21541         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21542
21543 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21544
21545         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21546         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21547
21548 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21549
21550         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21551
21552 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21553
21554         * spam.el (spam-set-difference): Add function to replace
21555         gnus-set-difference in spam.el.
21556         (spam-summary-prepare-exit): Use spam-set-difference.
21557
21558 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21559
21560         * gnus-registry.el (gnus-registry-cache-file): Update to use
21561         gnus-dribble-directory OR gnus-home-directory OR ~.
21562         (gnus-registry-split-fancy-with-parent): Fix doc.
21563
21564 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * message.el (message-exchange-point-and-mark):
21567         Use message-mark-active-p.  Suggested by Jesper Harder
21568         <harder@ifa.au.dk>.
21569
21570 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * message.el (message-exchange-point-and-mark): Don't activate
21573         region if it was inactive.  Suggested by Hiroshi Fujishima
21574         <pooh@nature.tsukuba.ac.jp>.
21575
21576 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * gnus-art.el (article-display-face): Display Faces in the same
21579         order as X-Faces.
21580
21581 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21584
21585 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21588         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21589         (gnus-article-mime-hierarchy): Remove.
21590         (gnus-article-mime-hierarchy-next): Remove.
21591         (gnus-article-mode): Revert 2004-03-19 change.
21592         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21593         (gnus-insert-mime-button): Revert 2004-03-19 change.
21594         (gnus-mime-accumulate-hierarchy): Remove.
21595         (gnus-mime-enter-multipart): Remove.
21596         (gnus-mime-leave-multipart): Remove.
21597         (gnus-mime-display-part): Revert 2004-03-19 change.
21598         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21599
21600         * mml.el (mml-preview): Revert 2004-03-19 change.
21601
21602 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21603
21604         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21605
21606 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21607
21608         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21609         t while entering a file name using the mm-with-multibyte macro.
21610         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21611
21612         * mm-util.el (mm-with-multibyte): New macro.
21613
21614 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21615
21616         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21617         New user option.
21618         (gnus-mime-multipart-functions): Doc and customization fix.
21619         (gnus-article-mime-hierarchy): New variable.
21620         (gnus-article-mime-hierarchy-next): New variable.
21621         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21622         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21623         gnus-article-mime-hierarchy-next to nil.
21624         (gnus-insert-mime-button): Show hierarchy numbers.
21625         (gnus-mime-accumulate-hierarchy): New function.
21626         (gnus-mime-enter-multipart): New function.
21627         (gnus-mime-leave-multipart): New function.
21628         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21629         (gnus-mime-display-alternative): Show hierarchy numbers.
21630
21631         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21632         gnus-article-mime-hierarchy-next to nil.
21633
21634 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21635
21636         * dns.el: Don't require gnus-xmas.
21637
21638 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21639
21640         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21641         inline PGP.
21642         (mml-menu): Disable mml-quote-region if mark is inactive.
21643
21644 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21645
21646         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21647         when the group's active is not available.
21648
21649 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21650
21651         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21652         error.
21653
21654 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21655
21656         * imap.el (imap-store-password): New variable.
21657         (imap-interactive-login): Use it.
21658         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21659
21660 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21661
21662         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21663         window-start and hscroll to summary window.
21664
21665 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21666
21667         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21668         conversion message to newsrc-dribble when an actual conversion is
21669         performed.
21670
21671 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21672
21673         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21674
21675 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * mm-decode.el (mm-complicated-handles): New function reviving
21678         former definition of mm-multiple-handles.
21679
21680         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21681         (gnus-mime-delete-part): Use it.
21682
21683 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21684
21685         * gnus-agent.el (gnus-agent-read-local):
21686         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21687         avoid the implicit assumption that they will always be equal.
21688         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21689         coding-system-for-write, as the with-temp-file macro first prints
21690         to a buffer then saves the buffer.
21691
21692 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * gnus-art.el (gnus-article-edit-part): New function.
21695         (gnus-mime-save-part-and-strip): Use it; do query instead of
21696         signaling an error; don't use mm-multiple-handles.
21697         (gnus-mime-delete-part): Ditto.
21698
21699 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21700
21701         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21702         old file versions.
21703         (gnus-group-prepare-hook): Remove function that converted list
21704         form of gnus-agent-expire-days to group properties.
21705
21706         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21707         (gnus-request-accept-article): Re-indented.
21708
21709         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21710         converters to handle old agent file formats.  Add logic for a
21711         "backup before upgrading warning".
21712         (gnus-convert-mark-converter-prompt): Developers can mark
21713         functions as needing (default), or not needing,
21714         gnus-convert-old-newsrc's "backup before upgrading warning".
21715         (gnus-convert-converter-needs-prompt): Tests whether the user
21716         should be protected from potentially irreversable changes by the
21717         function.
21718
21719         * legacy-gnus-agent.el: New.  Provides converters that are only
21720         loaded when gnus-convert-old-newsrc needs to call them.
21721
21722 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21723
21724         * mail-source.el (mail-source-touch-pop): Doc fix.
21725
21726         * message.el (message-smtpmail-send-it): Doc fix.
21727
21728 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21729
21730         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21731
21732         * nnmail.el (nnmail-split-fancy): do.
21733
21734         * gnus-kill.el (gnus-kill, gnus-execute): do.
21735
21736 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21737
21738         * gnus-sum.el (gnus-widget-reversible-match)
21739         (gnus-widget-reversible-to-internal)
21740         (gnus-widget-reversible-to-external): New functions.
21741         (gnus-widget-reversible): New widget.
21742         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21743
21744 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21745
21746         * gnus-sum.el (gnus-thread-sort-functions)
21747         (gnus-article-sort-functions): Document `(not F)' items.
21748
21749 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21750
21751         * spam.el (spam-use-gmane-xref): Add new backend.
21752         (spam-gmane-xref-spam-group): Add variable to control the name of the
21753         Gmane spam group.
21754         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21755         (spam-regex-headers-spam, spam-regex-headers-ham)
21756         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21757         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21758         backends and checks.
21759         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21760
21761         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21762         an autodetect method.
21763
21764 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21765
21766         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21767         articles are being added to a group.
21768         (gnus-request-replace-article): Inform the agent that articles
21769         need to be uncached as the cached contents are no longer valid.
21770
21771 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21772
21773         * binhex.el: Don't autoload executable-find.
21774
21775         * canlock.el: Don't autoload mail-fetch-field.
21776
21777         * dgnushack.el: Autoload c-mode for XEmacs.
21778
21779         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21780
21781         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21782         rmail-dont-reply-to and rmail-output.
21783
21784         * gnus-score.el: Don't autoload ffap-string-at-point.
21785
21786         * gnus-setup.el: Don't autoload sc-cite-original.
21787
21788         * imap.el: Don't autoload base64-decode-string,
21789         base64-encode-string and md5.
21790
21791         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21792         and rmail-msg-restore-non-pruned-header.
21793
21794         * mm-decode.el: Don't autoload executable-find.
21795
21796         * mm-url.el: Don't autoload executable-find.
21797
21798         * mm-view.el: Don't autoload diff-mode.
21799
21800         * nndb.el: Don't autoload news-reply-mode, news-setup,
21801         cancel-timer and telnet.
21802
21803         * password.el: Don't autoload run-at-time for Emacs.
21804
21805         * sha1-el.el: Don't autoload executable-find.
21806
21807         * sieve-mode.el: Don't autoload c-mode.
21808
21809         * uudecode.el: Don't autoload executable-find.
21810
21811 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21812
21813         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21814         (gnus-agent-possibly-alter-active): Avoid null in numeric
21815         comparison.
21816         (gnus-agent-set-local): Refuse to save null in local object table.
21817         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21818         list of articles that will be marked as unread.
21819
21820 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21821
21822         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21823
21824 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21825
21826         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21827         language tags.
21828
21829 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21830
21831         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21832         Don't bind "obarray".
21833
21834         * gnus-sum.el (gnus-thread-sort-functions):
21835         Add `gnus-thread-sort-by-most-recent-number' and
21836         `gnus-thread-sort-by-most-recent-date'.
21837         Reported by Kai Grossjohann <kai@emptydomain.de>.
21838
21839 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21840
21841         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21842
21843 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21844
21845         * gnus-cus.el (gnus-agent-customize-category):
21846         Remove ignore-errors macro reference that required cl to be loaded at
21847         run-time.
21848
21849         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21850         single-interval range of the form (min . max).  Previously the
21851         range had to look like ((min . max)).  Likewise, return
21852         (min . max) rather than ((min . max)).
21853         (gnus-range-map): Use gnus-range-normalize to accept
21854         single-interval range.
21855
21856         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21857         the cache, but not the agent, now appear with their usual face.
21858
21859         * dgnushack.el (loaddir): New variable that is bound to the
21860         directory containing the dgnushack.el file. Use loaddir, rather
21861         than srcdir, to update load-path. Change lets dgnushack compile
21862         code in directories other than GNUS/lisp.
21863
21864 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21865
21866         * lpath.el: Don't bind w3m-safe-url-regexp.
21867
21868         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21869         w3m-safe-url-regexp variable buffer-local.
21870
21871         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21872
21873 2004-02-27  Simon Josefsson  <jas@extundo.com>
21874
21875         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21876         gnus-group-real-prefix.
21877         (gnus-summary-move-article): Use it, instead of
21878         gnus-group-real-prefix.
21879
21880 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21881
21882         * lpath.el: Bind w3m-safe-url-regexp.
21883
21884         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21885         w3m-safe-url-regexp variable buffer-local and set it as the value
21886         of mm-w3m-safe-url-regexp.
21887
21888         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21889
21890         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21891         parsing gnus-posting-styles when the message is not for replying.
21892
21893         * dgnushack.el: Autoload sgml-mode for XEmacs.
21894
21895         * nnrss.el (nnrss-opml-export):
21896         Use mm-set-buffer-file-coding-system instead of
21897         set-buffer-file-coding-system.
21898
21899 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21900
21901         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21902         of checkdoc.el).
21903         * nnrss.el: do.
21904         * gnus-mlspl.el: do.
21905         * gnus-ml.el: do.
21906         * gnus-srvr.el: do.
21907
21908         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21909
21910 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21911
21912         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21913         Corrections to custom-manual links.
21914
21915         * gnus-art.el (gnus-article): Ditto.
21916
21917         * mm-decode.el (mime-display, mime-security): Ditto.
21918
21919 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21920
21921         * flow-fill.el: Typo.
21922
21923 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21924
21925         * spam-wash.el: New file.
21926
21927 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21928
21929         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21930
21931 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21932
21933         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21934         to be run with new-articles as LIST1, not LIST2.
21935         (spam-registration-functions): Add spam-use-ham-copy as a nil
21936         registration backend.
21937
21938 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21939
21940         * spam-stat.el (spam-stat-washing-hook): New option.
21941         (spam-stat-buffer-words): Use it.
21942         (spam-stat-process-directory, spam-stat-test-directory):
21943         Use insert-file-contents-literally.
21944         (spam-stat-coding-system): New variable.
21945         (spam-stat-load, spam-stat-save): Use it.
21946
21947 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21948
21949         * spam-report.el (spam-report-plug-agent):
21950         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21951
21952 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21953
21954         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21955         Allow / in mailto URLs.
21956
21957 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21958
21959         * spam-report.el (spam-report-process-queue): Fix interactive use.
21960         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21961         (spam-report-unplug-agent): Doc fixes.
21962         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21963         (spam-report-agentize, spam-report-deagentize): Autoload.
21964
21965 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21966
21967         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21968
21969         * message.el (message-setup-fill-variables): Add mml tags to
21970         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21971         <ajk@iu.edu>.
21972         (message-mode): Don't modify paragraph-separate there.
21973
21974 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21975
21976         * compface.el (uncompface-use-external): Default to undecided.
21977         (uncompface-use-external-threshold): New variable.
21978         (uncompface-float-time): New macro.
21979         (uncompface): Determine whether to use the external decoder if
21980         uncompface-use-external is undecided.
21981
21982 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21983
21984         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21985         after images.
21986
21987         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21988
21989 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21990
21991         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21992
21993         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21994
21995         * gnus-sum.el (gnus-summary-limit-to-age)
21996         (gnus-summary-limit-children): do.
21997
21998         * gnus-int.el (gnus-request-scan): do.
21999
22000         * gnus-group.el (gnus-group-suspend): do.
22001
22002         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22003
22004         * gnus-cite.el (gnus-cite-parse-attributions): do.
22005
22006         * gnus-agent.el (gnus-summary-set-agent-mark)
22007         (gnus-agent-regenerate-group): do.
22008
22009         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22010
22011         * binhex.el (binhex-decode-region-internal): do.
22012
22013 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22014
22015         * gnus-fun.el (gnus-face-properties-alist): New user option.
22016         (gnus-display-x-face-in-from): Use it.
22017
22018         * gnus-art.el (article-display-face): Ditto.
22019
22020         * compface.el (uncompface-use-external): Default to nil.
22021
22022 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22023
22024         * nntp.el (nntp-erase-buffer): New function.
22025         (nntp-retrieve-data, nntp-send-command)
22026         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22027         (nntp-possibly-change-group): Use it.
22028
22029         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22030         Use with-current-buffer.
22031
22032 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22033
22034         * compface.el: Merge the ELisp-based uncompface program.
22035         (compface): New customization group.
22036         (uncompface-use-external): New user option.
22037         (uncompface): Call uncompface-internal if uncompface-use-external
22038         is nil.
22039         (uncompface-internal): New function.  Note that there are also
22040         some other functions and variables added for this function.
22041
22042 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22043
22044         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22045         if necessary.
22046
22047 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22048
22049         * spam-report.el (spam-report-unplug-agent)
22050         (spam-report-plug-agent, spam-report-deagentize)
22051         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22052         Add support for the Agent in spam-report: when unplugged, report to a
22053         file; when plugged, submit all the requests.
22054
22055         * spam.el (spam-register-routine): Fix message about
22056         registration.
22057
22058 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22059
22060         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22061         dependencies.
22062         (rfc2047-encode): Use it.
22063
22064         * gnus-art.el (gnus-button-marker-list): Move before first
22065         reference.
22066
22067         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22068         (imap-parse-body): Fix format string mismatch.
22069
22070         * gnus-score.el (gnus-summary-increase-score): do.
22071
22072         * nnrss.el (nnrss-close): New function.
22073
22074 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22075
22076         * nnrss.el (nnrss-make-filename): New function.
22077         (nnrss-request-delete-group, nnrss-read-server-data)
22078         (nnrss-save-server-data, nnrss-read-group-data)
22079         (nnrss-save-group-data): Use it.
22080         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22081         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22082         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22083
22084 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22085
22086         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22087
22088 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22089
22090         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22091         files.
22092
22093         * message.el (message-generate-headers-first): Don't quote nil
22094         and t in docstrings.
22095
22096         * imap.el (imap-id): do.
22097
22098         * gnus-agent.el (gnus-agent-consider-all-articles)
22099         (gnus-agent-queue-mail): do.
22100
22101 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22102
22103         * spam-report.el (spam-report-process-queue): New function.
22104         Process requests from `spam-report-requests-file'.
22105         (spam-report-process-queue): Doc fix.
22106
22107 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22108
22109         * spam.el (spam-register-routine)
22110         (spam-log-processing-to-registry, spam-log-registered-p)
22111         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22112         Change "check" to "spam-check" for semi-clarity.
22113
22114 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22115
22116         * pop3.el: Require nnheader.
22117
22118         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22119
22120         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22121
22122         * gnus-picon.el: Require cl.
22123
22124         * gnus-fun.el: Require gnus-ems and gnus-util.
22125
22126         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22127
22128         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22129
22130         * gnus-art.el (gnus-article-edit-mode): Define before first
22131         reference.
22132
22133 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22134
22135         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22136         (gnus-uu-post-encoded): Use point-at-bol.
22137
22138         * gnus-topic.el (gnus-group-active-topic-p): do.
22139
22140         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22141
22142         * gnus-group.el (gnus-group-kill-region): do.
22143
22144         * gnus-art.el (article-date-ut): do.
22145
22146         * message.el (message-fetch-field): Remove redundant
22147         case-fold-search binding.
22148         (message-narrow-to-field): Simplify.
22149
22150 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22151
22152         * spam.el (spam-directory): Derive from `gnus-directory'.
22153
22154         * spam-report.el (spam-report-url-to-file)
22155         (spam-report-requests-file): New function and variable for offline
22156         reporting.
22157         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22158         and user defined function.
22159         (spam-report-url-ping-mm-url): Remove doubled slash.
22160
22161 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22162
22163         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22164
22165 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22166
22167         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22168         Fix format string mismatch.
22169
22170         * sieve.el (sieve-deactivate-all): do.
22171
22172         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22173
22174         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22175
22176         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22177
22178         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22179
22180 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22181
22182         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22183         the list of checks.
22184
22185 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22186
22187         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22188         padding.
22189
22190 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22191
22192         * mm-view.el (mm-fill-flowed): New variable.
22193         (mm-inline-text): Use it.
22194
22195 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22196
22197         * spam.el (spam-spamassassin-register-ham-routine)
22198         (spam-spamassassin-register-spam-routine): Fix function names.
22199
22200 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * gnus.el (gnus-tmp-grouplens): Remove.
22203         (gnus-summary-line-format): Remove grouplens.
22204
22205         * gnus-group.el (gnus-group-line-format): Ditto.
22206
22207         * gnus-spec.el (gnus-format-specs): Ditto.
22208         (gnus-update-format-specifications): Flush the group format spec
22209         cache if there's the grouplens stuff.
22210         (gnus-parse-simple-format): Replace %l with the empty string.
22211
22212 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22213
22214         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22215         omission.
22216
22217 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22220         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22221
22222 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22223
22224         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22225         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22226         New macros and functions.
22227         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22228         Handle > NLINK_MAX messages.
22229         * nnmaildir.el (nnmaildir-request-set-mark):
22230         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22231
22232 2004-01-25  Alex Schroeder  <alex@gnu.org>
22233
22234         * spam-stat.el (spam-stat-process-directory-age): New option.
22235         (spam-stat-process-directory): Use it.
22236
22237 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22238
22239         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22240         (spam-stat-save): Accept prefix argument.
22241
22242 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22243
22244         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22245         links" error.
22246
22247 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22248
22249         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22250         the rest of the and/or forms.
22251
22252 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22253
22254         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22255         compatibility with old .newsrc.eld files.
22256
22257         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22258
22259         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22260
22261         * gnus-start.el (gnus-1): do.
22262
22263         * gnus-group.el (gnus-group-line-format-alist): do.
22264
22265         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22266
22267         * gnus-gl.el: Remove.
22268
22269 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22270
22271         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22272         marks consisting of a single range {for example, (3 . 5)} rather
22273         than a list of a single range { ((3 . 5)) }.
22274
22275 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22276
22277         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22278         Use with-current-buffer.
22279         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22280         avoid consing a string.
22281
22282         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22283         Remove obsolete entries for big5 and gb2312.
22284
22285 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22286
22287         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22288         uncompressed list.
22289
22290 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22291
22292         * spam-stat.el (spam-stat-strip-xref): New function.
22293         (spam-stat-process-directory): Use it.
22294
22295         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22296         here -- it's done in message-fetch-field.
22297
22298 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22299
22300         * gnus-agent.el (gnus-agent-queue-mail)
22301         (gnus-agent-prompt-send-queue): New variables.
22302         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22303         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22304         "nndraft:queue" along to gnus-draft-send.
22305         Use gnus-agent-prompt-send-queue.
22306         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22307         is "nndraft:queue".  Suggested by Gaute Strokkenes
22308         <gs234@srcf.ucam.org>
22309
22310         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22311         (agent-enable-undownloaded-faces): Add.
22312         (gnus-agent-cat-groups): Use eval-and-compile, not
22313         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22314         method of gnus-agent-cat-groups even when the buffer has been
22315         evaled.
22316         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22317         delete gnus-agent-save-active-1.
22318         (gnus-agent-save-groups): Delete.  Identical to
22319         gnus-agent-save-active.
22320         (gnus-agent-write-active): No longer adjust agent's copy of active
22321         file as agent's adjustments are now stored in their own
22322         file.  Remove optional parameter.
22323         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22324         servers.  Add use of min/max range limits from server's local
22325         file.
22326         (gnus-agent-save-alist): Remove unused optional argument.
22327         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22328         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22329         (gnus-agent-set-local): A per-server file that keeps min/max range
22330         limits for articles known to the agent.  Provides a fast mechanism
22331         for altering many active ranges.
22332         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22333         active file (local makes it unnecessary).
22334         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22335
22336         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22337         (agent-enable-undownloaded-faces): Add.
22338
22339         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22340         disable it when sending to "nndraft:queue".
22341         (gnus-group-send-queue): Add safety check to avoid sending queue
22342         when unplugged.
22343
22344         * gnus-group.el (gnus-group-catchup): Use new
22345         gnus-sequence-of-unread-articles, not
22346         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22347         numbers of articles.  Use gnus-range-map to avoid having to
22348         uncompress the unread list.
22349         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22350         Fix invalid ange-ftp reference.
22351
22352         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22353         (gnus-sorted-range-intersection): Intersection of two ranges
22354         without requiring that they first be uncompressed.
22355
22356         * gnus-start.el (gnus-activate-group): Unless blocked by the
22357         caller, possibly expand the active range to include both cached
22358         and agentized articles.
22359         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22360         multiple version-dependent converters.
22361         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22362         gnus-agent-save-active.
22363         (gnus-save-newsrc-file): Save dirty agent range limits.
22364
22365         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22366         gnus-agent-possibly-alter-active.
22367         (gnus-adjust-marked-articles): Faster handling of simple lists.
22368
22369 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22370
22371         * spam-stat.el (spam-stat-test-directory): New optional argument
22372         displays a list of files detected.  Suggested by Andrew Cohen
22373         <cohen@andy.bu.edu>.
22374         (spam-stat-buffer-words-with-scores): Don't narrow and change
22375         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22376
22377 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22378
22379         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22380         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22381         (spam-spamassassin-arguments)
22382         (spam-spamassassin-spam-flag-header)
22383         (spam-spamassassin-positive-spam-flag-header)
22384         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22385         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22386         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22387         (spam-list-of-processors, spam-list-of-checks)
22388         (spam-list-of-statistical-checks, spam-registration-functions)
22389         (spam-check-spamassassin-headers, spam-check-spamassassin)
22390         (spam-spamassassin-score)
22391         (spam-spamassassin-register-with-sa-learn)
22392         (spam-spamassassin-register-spam-routine)
22393         (spam-spamassassin-register-ham-routine)
22394         (spam-assassin-register-spam-routine)
22395         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22396         (spam-bogofilter-score): Fix to show article before scoring.
22397
22398 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22399
22400         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22401         default scoring function.
22402         (spam-generic-score): Call spam-spamassassin-score if
22403         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22404         spam-bogofilter-score otherwise.
22405
22406         * gnus.el (spam-process, spam-autodetect-methods):
22407         Add spamassassin and spamassassin-headers.
22408
22409 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22410
22411         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22412         Suppress unnecessary messages.
22413
22414 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22415
22416         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22417         make-hash-table.
22418
22419 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * canlock.el (base64-encode-string): Don't autoload it.
22422
22423 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * run-at-time.el: Remove useless (require 'itimer),
22426         eval-and-compile and (featurep 'xemacs).
22427
22428 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22429
22430         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22431         GROUP is a virtual group.
22432
22433 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22434
22435         * gnus.el: Autoload `message-y-or-n-p'.
22436
22437 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22438
22439         * pgg-parse.el: Remove unnecessary (require 'custom).
22440
22441         * pgg-def.el: do.
22442
22443         * nnmail.el: do.
22444
22445         * gnus-undo.el: do.
22446
22447         * gnus-picon.el: do.
22448
22449         * gnus-util.el: do.
22450
22451 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22452
22453         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22454
22455 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22458         handle, as well as a list.
22459
22460         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22461         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22462         (mm-w3m-cid-retrieve): Simplify.
22463
22464 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22465
22466         * message.el (message-kill-to-signature): Allow prefix arg to
22467         specify number of lines to keep before signature.
22468
22469 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22470
22471         * message.el (message-kill-to-signature): Change docstring.
22472
22473 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22474
22475         * canlock.el: Always require sha1-el.
22476         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22477
22478         * message.el: Autoload sha1 only when compiling.
22479
22480         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22481         eudc-expand-inline for XEmacs.
22482
22483 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22484
22485         * message.el (message-canlock-generate): Require sha1-el.
22486
22487 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22488
22489         * message.el (message-expand-name): Silence the byte compiler.
22490
22491         * lpath.el: Add detect-coding-system.
22492
22493         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22494         cus-edit.
22495
22496 2004-01-13  Simon Josefsson  <jas@extundo.com>
22497
22498         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22499         Invoke gnus-score-mode.
22500         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
22501
22502         * gnus-range.el (gnus-compress-sequence): Doc fix.
22503         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22504
22505 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22506
22507         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22508
22509 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22510
22511         * spam.el (spam-get-article-as-string): Update to use
22512         gnus-request-article-this-buffer, much simpler.
22513         (spam-get-article-as-buffer): Remove.
22514
22515 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22516
22517         * message.el (message-expand-name): Use EUDC if the user uses that.
22518
22519 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22520
22521         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22522         character for the encoding to avoid consing a string.
22523
22524         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22525         unnecessarily.
22526
22527         * mm-util.el (mm-replace-chars-in-string): Remove.
22528
22529         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22530         of mm-replace-chars-in-string.
22531
22532 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22533
22534         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22535
22536         * mm-util.el (mm-subst-char-in-string): Support inplace.
22537
22538         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22539         a new string in every iteration.  Use shy groups.
22540
22541 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22542
22543         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22544         * gnus-soup.el (gnus-soup-group-brew):
22545         * gnus-msg.el (gnus-put-message):
22546         * gnus-move.el (gnus-group-move-group-to-server):
22547         * gnus-kill.el (gnus-batch-score):
22548         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22549         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22550         (gnus-group-update-group, gnus-group-read-group)
22551         (gnus-group-make-group, gnus-group-make-help-group)
22552         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22553         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22554         (gnus-group-sort-by-unread, gnus-group-catchup)
22555         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22556         (gnus-group-yank-group, gnus-group-set-info)
22557         (gnus-group-list-groups):
22558         * gnus.el (gnus-generate-new-group-name):
22559         * gnus-delay.el (gnus-delay-send-queue):
22560         * nnvirtual.el (nnvirtual-catchup-group):
22561         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22562         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22563         (gnus-group-prepare-topics, gnus-topic-check-topology):
22564         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22565         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22566         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22567         (gnus-group-make-articles-read):
22568         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22569         (gnus-group-change-level, gnus-kill-newsgroup)
22570         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22571         (gnus-get-unread-articles, gnus-make-articles-unread)
22572         (gnus-make-ascending-articles-unread): Use accessor
22573         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22574         to get group information for improved readability.
22575
22576
22577 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22578
22579         * gnus-art.el (article-decode-mime-words, article-babel)
22580         (gnus-article-highlight-signature, gnus-article-add-buttons)
22581         (gnus-signature-toggle): Use gnus-with-article-buffer.
22582
22583         * gnus-art.el (gnus-article-highlight-headers)
22584         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22585
22586         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22587         (gnus-article-set-globals, gnus-request-article-this-buffer)
22588         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22589         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22590         (gnus-mime-display-alternative): Use with-current-buffer.
22591
22592 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22593
22594         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22595         also under 80 char limit, and call gnus-error if needed.
22596         (spam-fetch-article-header): Fix - it was a
22597         buffer-local variable (gnus-newsgroup-data).
22598         (spam-find-spam): Use spam-generate-fake-headers, forget about
22599         spam-insert-fake-headers.
22600         (spam-insert-fake-headers): Remove.
22601
22602 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22603
22604         * deuglify.el (gnus-article-outlook-unwrap-lines)
22605         (gnus-outlook-rearrange-article)
22606         (gnus-outlook-repair-attribution-outlook)
22607         (gnus-outlook-repair-attribution-block)
22608         (gnus-outlook-repair-attribution-other): Remove redundant
22609         save-excursion.
22610
22611 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22612
22613         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22614         (spam-fetch-field-subject-fast)
22615         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22616         (spam-fetch-article-header): Add functions to deal with Gnus
22617         internals for fast retrieval of article header data.
22618         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22619
22620 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22621
22622         * pop3.el (pop3-md5): Remove.
22623         (pop3-apop): Replace pop3-md5 with md5.
22624
22625         * mm-bodies.el: base64 is always built-in.
22626
22627         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22628         Use with-current-buffer.
22629
22630 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22631
22632         * canlock.el (canlock-insert-header): Remove excessive grouping in
22633         regexp.
22634
22635         * gnus-sum.el (gnus-summary-read-document): Ditto.
22636
22637         * gnus-uu.el (gnus-uu-part-number): Ditto.
22638
22639         * html2text.el (html2text-remove-tags): Ditto.
22640         (html2text-format-tags): Ditto.
22641         (html2text-format-single-elements): Ditto.
22642
22643         * mml.el (mml-parse-1): Ditto.
22644
22645 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22646
22647         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22648
22649         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22650
22651         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22652
22653         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22654
22655 2003-11-15  Simon Josefsson  <jas@extundo.com>
22656
22657         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22658         (pgg-gpg-lookup-key): Use regexp match instead of
22659         split-string (split-string is different between emacs 21.2 and
22660         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22661
22662 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22663
22664         * gnus-art.el (gnus-mime-view-all-parts)
22665         (gnus-article-part-wrapper, gnus-article-view-part):
22666         Use with-current-buffer.
22667
22668 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22669
22670         * spam.el (spam-disable-spam-split-during-ham-respool)
22671         (spam-spamoracle-database, spam-cache-lookups)
22672         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22673         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22674         (spam-group-ham-marks, spam-group-spam-marks)
22675         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22676         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22677         also add spam-use-blackholes to the statistical checks.
22678         (spam-fetch-field-fast): Add interface to fetching fields, may
22679         become a macro.
22680         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22681         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22682         (spam-insert-fake-headers): Fake an article when needed.
22683         (spam-find-spam): Fake article when possible.
22684         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22685         (spam-check-bogofilter-headers): Use message-fetch-field instead
22686         of nnmail-fetch-field.
22687
22688 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22689
22690         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22691
22692 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22693
22694         * spam.el (spam-split): Do not require spam-use-CHECK to be
22695         enabled if that check is passed to spam-split explicitly; also
22696         fix so 'spam doesn't get converted to spam-split-group when
22697         spam-split-symbolic-return is t.
22698         (spam-find-spam): Find registrations of the article and use those
22699         instead of re-running spam-split to find the spam/ham
22700         classification of the article.
22701         (spam-log-processing-to-registry, spam-log-registered-p)
22702         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22703         Use gnus-error instead of gnus-message.
22704         (spam-log-registration-type): Add function to determine the
22705         classification of a message based on registry entries; will
22706         return nil if both 'spam and 'ham are found.
22707         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22708         a reasonably fast local cache without the loading errors.
22709         (spam-cache-lookups): Set to t by default.
22710         (spam-find-spam): Don't try to guess spam-cache-lookups.
22711         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22712         spam-caches entry.
22713         (spam-filelist-build-cache, spam-filelist-check-cache):
22714         Fix caching of whitelist/blacklist entries.
22715         (spam-check-whitelist, spam-check-blacklist):
22716         Invoke spam-from-listed-p with a type, not a cache variable.
22717         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22718
22719 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22720
22721         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22722
22723         * nnmail.el (nnmail-split-fancy): do.
22724
22725         * mml.el (mml-parse): do.
22726
22727         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22728         (gnus-score-adaptive): do.
22729
22730 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22731
22732         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22733         (gnus-mime-button-map): Don't set keymap parent.
22734         (gnus-button-ctan-directory-regexp): Use shy grouping.
22735         (gnus-prev-page-map): Don't set keymap parent.
22736         (gnus-prev-page-map): Remove duplicated one.
22737         (gnus-next-page-map): Don't set keymap parent.
22738         (gnus-mime-security-button-map): Ditto.
22739
22740         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22741         version number.
22742
22743         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22744
22745 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22746
22747         * canlock.el (canlock-sha1-function): Remove.
22748         (canlock-sha1-function-for-verify): Remove.
22749         (canlock-openssl-program): Remove.
22750         (canlock-openssl-args): Remove.
22751         (canlock-ignore-errors): Remove.
22752         (canlock-sha1-with-openssl): Remove.
22753         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22754         (canlock-verify): Don't use canlock-ignore-errors.
22755
22756         * sha1-el.el (sha1-string-external): Make it can return a string
22757         in binary form.
22758         (sha1-region-external): Ditto.
22759         (sha1-string-internal): Ditto.
22760         (sha1-region-internal): Ditto.
22761         (sha1-region): Ditto.
22762         (sha1-string): Ditto.
22763         (sha1): Ditto.
22764
22765 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22766
22767         * spam.el (spam-report-articles-gmane): New command.
22768
22769 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22770
22771         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22772
22773         * run-at-time.el (run-at-time-saved): Remove.
22774         (run-at-time): Doc fix.
22775
22776 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22777
22778         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22779         (gnus-summary-limit-map): Add it.
22780         (gnus-summary-make-menu-bar): do.
22781
22782 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22783
22784         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22785         Make attempt at some caching support (done for BBDB only now).
22786         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22787         addresses to be checked.
22788         (spam-clear-cache-BBDB): Add function, to be invoked by
22789         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22790         (spam-check-BBDB): Check and use the caches, if
22791         spam-cache-lookups is on, remove superfluous (provide).
22792
22793 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22794
22795         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22796
22797 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22798
22799         * run-at-time.el (run-at-time-saved): Move to after the definition
22800         of `run-at-time'.
22801
22802         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22803
22804 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22805
22806         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22807         mm-w3m-local-map-property.
22808
22809         * mm-view.el (mm-w3m-mode-map): Remove.
22810         (mm-w3m-local-map-property): Remove.
22811         (mm-inline-text-html-render-with-w3m): Don't use
22812         mm-w3m-local-map-property.
22813
22814 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22815
22816         * run-at-time.el: New file.
22817
22818         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22819         under Emacs.
22820
22821         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22822         of gnus-set-text-properties.
22823
22824         * gnus-uu.el (gnus-uu-save-article): Ditto.
22825
22826         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22827
22828         * gnus-cite.el (gnus-cite-parse): Ditto.
22829
22830         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22831         of gnus-.
22832
22833         * gnus-xmas.el (run-at-time): Require run-at-time.
22834
22835         * gnus.el: Change calls to nnheader-run-at-time and
22836         password-run-at-time throughout to use run-at-time directly.
22837
22838         * password.el: Remove definition of run-at-time.
22839
22840         * nnheaderxm.el: Remove definition of run-at-time.
22841
22842 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
22843
22844         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22845         in prompt.
22846
22847 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22848
22849         * messagexmas.el (message-xmas-redefine): Alias
22850         `message-make-caesar-translation-table' to
22851         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22852         version.
22853
22854         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22855         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22856         `gnus-xmas-set-text-properties'.
22857         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22858         `gnus-xmas-completing-read'.
22859         (gnus-xmas-completing-read): Removed.
22860         (gnus-xmas-open-network-stream): Removed.
22861
22862         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22863         XEmacs version.
22864
22865         * dns.el (dns-make-network-process): Use `open-network-stream'
22866         instead of `gnus-xmas-open-network-stream'.
22867
22868         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22869
22870         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22871
22872 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22873
22874         * gnus-art.el (gnus-mime-display-alternative)
22875         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22876         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22877         Don't use gnus-local-map-property.
22878
22879         * gnus-util.el (gnus-local-map-property): Remove.
22880
22881         * mm-view.el (mm-view-pkcs7-decrypt):
22882         Replace gnus-completing-read-maybe-default with completing-read.
22883
22884         * gnus-util.el (gnus-completing-read): do.
22885         (gnus-completing-read-maybe-default): Remove.
22886
22887 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22888
22889         * password.el: Only autoload `run-at-time' if not XEmacs.
22890         Only autoload the itimer functions if XEmacs.
22891
22892 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22893
22894         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22895         XEmacsen.
22896
22897         * dgnushack.el: Autoload executable-find for XEmacs.
22898
22899 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22900
22901         * gnus-art.el (gnus-read-string): Remove.
22902         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22903         read-string.
22904
22905 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22906
22907         * netrc.el: Autoload password-read.
22908         (netrc): Add configuration group.
22909         (netrc-encoding-method, netrc-openssl-path):
22910         Add variables for encoding and decoding of files with symmetric
22911         ciphers.
22912         (netrc-encode): Add assistant function to encode a file with
22913         netrc-encoding-method.
22914         (netrc-parse): Add interactive parameter, added optional
22915         decoding if netrc-encoding-method is non-nil but otherwise
22916         behavior is standard.
22917         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22918         Do s/encode/encrypt/ everywhere.
22919
22920         * spam.el: Remove executable-find autoload.
22921
22922 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22923
22924         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22925
22926         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22927
22928 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22929
22930         * gnus-art.el (gnus-treat-ansi-sequences)
22931         (article-treat-ansi-sequences): New variable and function.
22932         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22933
22934         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22935         Use it.
22936
22937 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22938
22939         * mm-util.el (mm-quote-arg): Remove.
22940
22941         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22942         shell-quote-argument.
22943
22944         * gnus-uu.el (gnus-uu-command): do.
22945
22946         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22947
22948         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22949         with make-char.
22950
22951         * mm-util.el (mm-make-char): Remove.
22952
22953         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22954         add-minor-mode.
22955
22956         * gnus-undo.el (gnus-undo-mode): do.
22957
22958         * gnus-topic.el (gnus-topic-mode): do.
22959
22960         * gnus-sum.el (gnus-dead-summary-mode): do.
22961
22962         * gnus-start.el (gnus-slave-mode): do.
22963
22964         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22965
22966         * gnus-ml.el (gnus-mailing-list-mode): do.
22967
22968         * gnus-gl.el (gnus-grouplens-mode): do.
22969
22970         * gnus-draft.el (gnus-draft-mode): do.
22971
22972         * gnus-dired.el (gnus-dired-mode): do.
22973
22974         * gnus-ems.el (gnus-add-minor-mode): Remove.
22975
22976         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22977         Replace gnus-char-width with char-width.
22978
22979         * gnus-ems.el (gnus-char-width): Remove.
22980
22981         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22982         Replace gnus-char-width with char-width.
22983
22984         * gnus-ems.el (gnus-char-width): Remove.
22985
22986         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22987         definition.
22988         Remove Emacs 20 hash table compatibility code.
22989
22990         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22991         20 compatibility code.
22992
22993         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22994
22995         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22996
22997         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22998         Replace with point-at-{eol,bol}.
22999
23000         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23001
23002         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23003
23004         * flow-fill.el (fill-flowed-point-at-bol)
23005         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23006
23007         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23008         Replace with point-at-{eol,bol} throughout all files.
23009
23010 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * ntlm.el (ntlm-string-as-unibyte): New macro.
23013         (ntlm-build-auth-response): Use it.
23014
23015         Remove Emacs 20 stuff:
23016         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23017         (butlast, mapc, remove): Remove the compiler macros.
23018         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23019         of delq and copy-sequence.
23020         * gnus-art.el (popup-menu): Remove the compiler macro.
23021         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23022         Emacs 20.
23023
23024 2004-01-05  Simon Josefsson  <jas@extundo.com>
23025
23026         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23027         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23028         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23029         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23030         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23031         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23032         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23033         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23034         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23035         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23036         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23037         string-xor into ntlm-string-xor.
23038         Suggested by Jesper Harder <harder@myrealbox.com>.
23039
23040         * ntlm.el: Don't include poem.
23041
23042         * md4.el (print-int32, print-string-hexa): Remove.
23043         Suggested by Jesper Harder <harder@myrealbox.com>.
23044
23045         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23046
23047         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23048         probably breaks emacs with DL patch, but do we care? Is anyone
23049         still using the DL stuff?)
23050
23051         * sieve-manage.el: Use the password package.
23052         (sieve-manage-read-passwd): Remove.
23053         (sieve-manage-interactive-login): Use password.  Re-add
23054         condition-case around loop.
23055
23056         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23057         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23058         Use the password package.
23059
23060 2003-02-19  Simon Josefsson  <jas@extundo.com>
23061
23062         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23063         token.
23064
23065 2002-08-07  Simon Josefsson  <jas@extundo.com>
23066
23067         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23068         (sieve-manage-authenticators):
23069         (sieve-manage-authenticator-alist): Add some SASL mechs.
23070         (sieve-sasl-auth): New function.
23071         (sieve-manage-cram-md5-auth):
23072         (sieve-manage-plain-auth): Rewrite using SASL library.
23073         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23074         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23075         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23076         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23077
23078 2004-01-05  Simon Josefsson  <jas@extundo.com>
23079
23080         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23081         New files.
23082
23083 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23084
23085         * gnus-group.el (gnus-no-groups-message): Update.
23086
23087         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23088
23089 2003-11-09  Simon Josefsson  <jas@extundo.com>
23090
23091         * imap.el: Support for ID IMAP extension (RFC 2971).
23092         (imap-local-variables): Add imap-id.
23093         (imap-id): New variable.
23094         (imap-id): New function.
23095         (imap-parse-response): Parse untagged ID response.
23096         * nnimap.el (nnimap-id): New variable.
23097         (nnimap-open-connection): Use it.
23098
23099 2003-12-28  Simon Josefsson  <jas@extundo.com>
23100
23101         * gnus-score.el (gnus-score-edit-all-score): New.
23102         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23103
23104 2004-01-04  Simon Josefsson  <jas@extundo.com>
23105
23106         * password.el: Add.
23107
23108 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23109
23110         * dns.el (dns-query-types): Fix typo.
23111         (dns-query-types): New function.
23112         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23113         PTR and SOA replies, see RFC 1035.
23114
23115 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23116
23117         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23118
23119         * Move to Changelog.2.
23120
23121 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23122
23123         * gnus.el (gnus-version-number): Bump version.
23124
23125 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23126
23127         * gnus.el: No Gnus v0.1 is released.
23128
23129 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23130
23131         * gnus.el: No Gnus v0.0 is released.
23132
23133 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23134
23135         * gnus.el (gnus-version-number): Bump.
23136         (gnus-version): No.
23137
23138 See ChangeLog.2 for earlier changes.
23139
23140   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23141
23142   This file is part of GNU Emacs.
23143
23144   GNU Emacs is free software: you can redistribute it and/or modify
23145   it under the terms of the GNU General Public License as published by
23146   the Free Software Foundation, either version 3 of the License, or
23147   (at your option) any later version.
23148
23149   GNU Emacs is distributed in the hope that it will be useful,
23150   but WITHOUT ANY WARRANTY; without even the implied warranty of
23151   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23152   GNU General Public License for more details.
23153
23154   You should have received a copy of the GNU General Public License
23155   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23156
23157 ;; Local Variables:
23158 ;; coding: utf-8
23159 ;; fill-column: 79
23160 ;; add-log-time-zone-rule: t
23161 ;; End: